Searched refs:load_crl (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | crl.c | 241 x = load_crl(infile, informat, 1, "CRL"); in crl_main() 288 newcrl = load_crl(crldiff, informat, 0, "other CRL"); in crl_main()
|
| H A D | cmp.c | 1138 if ((crl = load_crl(file, FORMAT_UNDEF, 0, desc)) == NULL) in setup_mock_crlout() 3550 oldcrl = load_crl(opt_oldcrl, FORMAT_UNDEF, 0, in do_genm()
|
| H A D | s_client.c | 1853 crl = load_crl(crl_file, crl_format, 0, "CRL"); in s_client_main()
|
| H A D | s_server.c | 1960 crl = load_crl(crl_file, crl_format, 0, "CRL"); in s_server_main()
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | 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()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | apps.h | 127 X509_CRL *load_crl(const char *uri, int format, int maybe_stdin,
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | apps.c | 462 X509_CRL *load_crl(const char *uri, int format, int maybe_stdin, in load_crl() function 2461 return load_crl(urlptr, FORMAT_UNDEF, 0, "CRL via CDP"); in load_crl_crldp()
|