Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_auth.c160 key = BIO_new_file(file, "r"); in load_pubkey_from_file()
182 key = BIO_new_file(file, "r"); in load_privkey_from_file()
/external/boringssl/src/tool/
Dclient.cc261 bssl::UniquePtr<BIO> in(BIO_new_file(args_map["-session-in"].c_str(), in DoConnection()
480 session_out.reset(BIO_new_file(args_map["-session-out"].c_str(), "wb")); in Client()
/external/fsverity-utils/
Dsign.c45 bio = BIO_new_file(keyfile, "r"); in read_private_key()
67 bio = BIO_new_file(certfile, "r"); in read_certificate()
/external/boringssl/src/crypto/x509/
Dby_file.c250 in = BIO_new_file(file, "r"); in X509_load_cert_crl_file()
/external/boringssl/src/crypto/bio/
Dfile.c93 BIO *BIO_new_file(const char *filename, const char *mode) { in BIO_new_file() function
/external/curl/docs/examples/
Dcurlx.c424 p12bio = BIO_new_file(p.p12file, "rb"); in main()
/external/boringssl/src/include/openssl/
Dbio.h469 OPENSSL_EXPORT BIO *BIO_new_file(const char *filename, const char *mode);
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c3551 bio = BIO_new_file(private_key, "r"); in tls_use_private_key_file()
3561 bio = BIO_new_file(private_key, "r"); in tls_use_private_key_file()
3731 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
3745 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh()
3806 bio = BIO_new_file(dh_file, "r"); in tls_global_dh()
3820 bio = BIO_new_file(dh_file, "r"); in tls_global_dh()
/external/boringssl/src/crypto/conf/
Dconf.c739 BIO *in = BIO_new_file(filename, "rb"); in NCONF_load()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1503 BIO_new_file
DBoringSSL-GRPC.podspec3055 '#define BIO_new_file GRPC_SHADOW_BIO_new_file',
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c940 in = BIO_new_file(fname, "r"); in http_parse_x509_certificate()
/external/python/cpython2/Modules/
D_ssl.c3069 bio = BIO_new_file(PyBytes_AS_STRING(filepath_bytes), "r"); in load_dh_params()
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1531 #define BIO_new_file GRPC_SHADOW_BIO_new_file macro