Home
last modified time | relevance | path

Searched refs:load_crl (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
HDcrl.c183 x = load_crl(infile, informat); in crl_main()
227 newcrl = load_crl(crldiff, informat); in crl_main()
HDapps.h462 X509_CRL *load_crl(const char *infile, int format);
HDapps.c687 X509_CRL *load_crl(const char *infile, int format) in load_crl() function
2086 return load_crl(urlptr, FORMAT_HTTP); in load_crl_crldp()
HDs_client.c1696 crl = load_crl(crl_file, crl_format); in s_client_main()
HDs_server.c1726 crl = load_crl(crl_file, crl_format); in s_server_main()
/freebsd-13-stable/crypto/heimdal/lib/hx509/
HDrevoke.c564 load_crl(const char *path, time_t *t, CRLCertificateList *crl) in load_crl() function
647 ret = load_crl(path, in hx509_revoke_add_crl()
784 ret = load_crl(crl->path, &crl->last_modfied, &cl); in hx509_revoke_verify()