Home
last modified time | relevance | path

Searched refs:BIO_new_file (Results 1 – 9 of 9) sorted by relevance

/external/boringssl/src/crypto/bio/
Dfile.c126 BIO *BIO_new_file(const char *filename, const char *mode) { in BIO_new_file() function
136 OPENSSL_PUT_ERROR(BIO, BIO_new_file, BIO_R_NO_SUCH_FILE); in BIO_new_file()
138 OPENSSL_PUT_ERROR(BIO, BIO_new_file, BIO_R_SYS_LIB); in BIO_new_file()
/external/boringssl/src/crypto/err/
Dbio.errordata4 BIO,function,103,BIO_new_file
/external/boringssl/src/tool/
Dclient.cc128 BIO *keylog_bio = BIO_new_file(keylog_file, "a"); in Client()
/external/boringssl/src/crypto/x509/
Dby_file.c269 in = BIO_new_file(file, "r"); in X509_load_cert_crl_file()
/external/boringssl/src/crypto/x509v3/
Dv3_pci.c169 BIO *b = BIO_new_file(val->value + 5, "r"); in process_pci_value()
/external/boringssl/src/include/openssl/
Dbio.h476 OPENSSL_EXPORT BIO *BIO_new_file(const char *filename, const char *mode);
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2523 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
2537 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
2597 bio = BIO_new_file(dh_file, "r"); in tls_global_dh()
2611 bio = BIO_new_file(dh_file, "r"); in tls_global_dh()
/external/boringssl/src/crypto/conf/
Dconf.c714 BIO *in = BIO_new_file(filename, "rb"); in NCONF_load()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c886 in = BIO_new_file(fname, "r"); in http_parse_x509_certificate()