Searched refs:BIO_new_file (Results 1 – 14 of 14) sorted by relevance
/external/iperf3/src/ |
D | iperf_auth.c | 160 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/ |
D | client.cc | 261 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/ |
D | sign.c | 45 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/ |
D | by_file.c | 250 in = BIO_new_file(file, "r"); in X509_load_cert_crl_file()
|
/external/boringssl/src/crypto/bio/ |
D | file.c | 93 BIO *BIO_new_file(const char *filename, const char *mode) { in BIO_new_file() function
|
/external/curl/docs/examples/ |
D | curlx.c | 424 p12bio = BIO_new_file(p.p12file, "rb"); in main()
|
/external/boringssl/src/include/openssl/ |
D | bio.h | 469 OPENSSL_EXPORT BIO *BIO_new_file(const char *filename, const char *mode);
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 3551 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/ |
D | conf.c | 739 BIO *in = BIO_new_file(filename, "rb"); in NCONF_load()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1503 BIO_new_file
|
D | BoringSSL-GRPC.podspec | 3055 '#define BIO_new_file GRPC_SHADOW_BIO_new_file',
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 940 in = BIO_new_file(fname, "r"); in http_parse_x509_certificate()
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 3069 bio = BIO_new_file(PyBytes_AS_STRING(filepath_bytes), "r"); in load_dh_params()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1531 #define BIO_new_file GRPC_SHADOW_BIO_new_file macro
|