Searched refs:X509_load_cert_file (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/x509/ |
D | by_file.c | 123 ok = (X509_load_cert_file(ctx,argp,(int)argl) != 0); in by_file_ctrl() 130 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file() function 271 return X509_load_cert_file(ctx, file, type); in X509_load_cert_crl_file()
|
D | by_dir.c | 344 if ((X509_load_cert_file(xl,b->data, in get_cert_by_subject()
|
D | x509_vfy.h | 417 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type);
|
/external/openssl/include/openssl/ |
D | x509_vfy.h | 417 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type);
|