Searched defs:X509_load_crl_file (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dby_file.c191 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) function
203 OPENSSL_PUT_ERROR(X509, X509_load_crl_file, ERR_R_SYS_LIB);
222 OPENSSL_PUT_ERROR(X509, X509_load_crl_file, ERR_R_PEM_LIB);
239 OPENSSL_PUT_ERROR(X509, X509_load_crl_file, ERR_R_ASN1_LIB);
248 OPENSSL_PUT_ERROR(X509, X509_load_crl_file, X509_R_BAD_X509_FILETYPE);
/external/openssl/crypto/x509/
H A Dby_file.c197 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) function

Completed in 89 milliseconds