Searched refs:load_crl (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | crl.c | 183 x = load_crl(infile, informat); in crl_main() 227 newcrl = load_crl(crldiff, informat); in crl_main()
|
| HD | apps.h | 462 X509_CRL *load_crl(const char *infile, int format);
|
| HD | apps.c | 687 X509_CRL *load_crl(const char *infile, int format) in load_crl() function 2086 return load_crl(urlptr, FORMAT_HTTP); in load_crl_crldp()
|
| HD | s_client.c | 1696 crl = load_crl(crl_file, crl_format); in s_client_main()
|
| HD | s_server.c | 1726 crl = load_crl(crl_file, crl_format); in s_server_main()
|
| /freebsd-13-stable/crypto/heimdal/lib/hx509/ |
| HD | revoke.c | 564 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()
|