Searched refs:BIO_new_file (Results 1 – 15 of 15) sorted by relevance
/external/iperf3/src/ |
D | iperf_auth.c | 160 key = BIO_new_file(file, "r"); in load_pubkey_from_file() 184 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/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/fsverity-utils/ |
D | cmd_sign.c | 76 bio = BIO_new_file(keyfile, "r"); in read_private_key() 98 bio = BIO_new_file(certfile, "r"); in read_certificate()
|
/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 | 3701 bio = BIO_new_file(private_key, "r"); in tls_use_private_key_file() 3711 bio = BIO_new_file(private_key, "r"); in tls_use_private_key_file() 3881 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 3895 bio = BIO_new_file(dh_file, "r"); in tls_connection_dh() 3956 bio = BIO_new_file(dh_file, "r"); in tls_global_dh() 3970 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/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 1149 bio = _lib.BIO_new_file(dhfile, b"r")
|
/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
|