Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dclient.cc268 ScopedBIO in(BIO_new_file(args_map["-session-in"].c_str(), "rb")); in Client()
299 ScopedBIO out(BIO_new_file(args_map["-session-out"].c_str(), "wb")); 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/bio/
Dfile.c126 BIO *BIO_new_file(const char *filename, const char *mode) { in BIO_new_file() function
/external/boringssl/src/crypto/x509v3/
Dv3_pci.c169 BIO *b = BIO_new_file(val->value + 5, "r"); in process_pci_value()
/external/curl/docs/examples/
Dcurlx.c384 if (!(p12bio = BIO_new_file(p.p12file , "rb"))) { in main()
/external/boringssl/src/include/openssl/
Dbio.h475 OPENSSL_EXPORT BIO *BIO_new_file(const char *filename, const char *mode);
/external/boringssl/src/crypto/conf/
Dconf.c718 BIO *in = BIO_new_file(filename, "rb"); in NCONF_load()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2932 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
2946 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
3007 bio = BIO_new_file(dh_file, "r"); in tls_global_dh()
3021 bio = BIO_new_file(dh_file, "r"); in tls_global_dh()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c926 in = BIO_new_file(fname, "r"); in http_parse_x509_certificate()