Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dcrl.c183 x = load_crl(infile, informat); in crl_main()
227 newcrl = load_crl(crldiff, informat); in crl_main()
Dapps.h462 X509_CRL *load_crl(const char *infile, int format);
Dapps.c685 X509_CRL *load_crl(const char *infile, int format) in load_crl() function
2073 return load_crl(urlptr, FORMAT_HTTP); in load_crl_crldp()
Ds_client.c1696 crl = load_crl(crl_file, crl_format); in s_client_main()
Ds_server.c1726 crl = load_crl(crl_file, crl_format); in s_server_main()