Searched refs:X509_load_cert_crl_file (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/x509/ |
D | by_file.c | 105 ok = (X509_load_cert_crl_file(ctx,file, in by_file_ctrl() 109 ok = (X509_load_cert_crl_file(ctx,X509_get_default_cert_file(), in by_file_ctrl() 120 ok = (X509_load_cert_crl_file(ctx,argp, in by_file_ctrl() 264 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_crl_file() function
|
D | x509_vfy.h | 452 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type);
|
/external/openssl/include/openssl/ |
D | x509_vfy.h | 452 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type);
|