Home
last modified time | relevance | path

Searched refs:BIO_s_file (Results 1 – 20 of 20) sorted by relevance

/external/boringssl/src/ssl/
Dssl_file.cc140 in = BIO_new(BIO_s_file()); in STACK_OF()
205 in = BIO_new(BIO_s_file()); in SSL_add_file_cert_subjects_to_stack()
256 in = BIO_new(BIO_s_file()); in SSL_use_certificate_file()
298 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file()
339 in = BIO_new(BIO_s_file()); in SSL_use_PrivateKey_file()
380 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_file()
421 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()
461 in = BIO_new(BIO_s_file()); in SSL_CTX_use_PrivateKey_file()
506 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_chain_file()
/external/boringssl/src/crypto/bio/
Dfile.c108 ret = BIO_new(BIO_s_file()); in BIO_new_file()
119 BIO *ret = BIO_new(BIO_s_file()); in BIO_new_fp()
286 const BIO_METHOD *BIO_s_file(void) { return &methods_filep; } in BIO_s_file() function
/external/boringssl/src/crypto/asn1/
Da_i2d_fp.c67 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_i2d_fp()
116 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_i2d_fp()
Da_d2i_fp.c75 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_d2i_fp()
132 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_d2i_fp()
/external/boringssl/src/crypto/x509/
Dby_file.c130 in = BIO_new(BIO_s_file()); in X509_load_cert_file()
189 in = BIO_new(BIO_s_file()); in X509_load_crl_file()
Dt_crl.c70 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_CRL_print_fp()
Dt_req.c68 BIO *bio = BIO_new(BIO_s_file()); in X509_REQ_print_fp()
Dt_x509.c78 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_print_ex_fp()
/external/boringssl/src/crypto/pem/
Dpem_pkey.c161 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read_PrivateKey()
218 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read_DHparams()
Dpem_lib.c127 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_ASN1_read()
243 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_ASN1_write()
510 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_write()
584 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read()
Dpem_info.c81 if ((b = BIO_new(BIO_s_file())) == NULL) { in STACK_OF()
/external/boringssl/src/tool/
Dsign.cc39 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in Sign()
Dclient.cc153 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadPrivateKey()
/external/curl/docs/examples/
Dcurlx.c387 in = BIO_new(BIO_s_file()); in main()
402 out = BIO_new(BIO_s_file()); in main()
/external/boringssl/src/crypto/bn_extra/
Dconvert.c372 b = BIO_new(BIO_s_file()); in BN_print_fp()
/external/boringssl/src/include/openssl/
Dbio.h461 OPENSSL_EXPORT const BIO_METHOD *BIO_s_file(void);
/external/wpa_supplicant_8/hs20/client/
Dest.c91 out = BIO_new(BIO_s_file()); in pkcs7_to_cert()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc182 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadCertificate()
222 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadPrivateKey()
/external/python/cpython2/Modules/
D_ssl.c1377 if ((cert=BIO_new(BIO_s_file())) == NULL) { in PySSL_test_decode_certificate()
/external/python/cpython3/Modules/
D_ssl.c1466 if ((cert=BIO_new(BIO_s_file())) == NULL) { in _ssl__test_decode_cert_impl()