Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_file.c141 in = BIO_new(BIO_s_file()); in STACK_OF()
205 in = BIO_new(BIO_s_file()); in SSL_add_file_cert_subjects_to_stack()
303 in = BIO_new(BIO_s_file()); in SSL_use_certificate_file()
345 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file()
386 in = BIO_new(BIO_s_file()); in SSL_use_PrivateKey_file()
427 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_file()
468 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()
508 in = BIO_new(BIO_s_file()); in SSL_CTX_use_PrivateKey_file()
553 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_chain_file()
/external/boringssl/src/crypto/asn1/
Da_i2d_fp.c68 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_i2d_fp()
117 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_item_i2d_fp()
Da_d2i_fp.c76 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_d2i_fp()
130 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_item_d2i_fp()
/external/boringssl/src/crypto/bio/
Dfile.c143 ret = BIO_new(BIO_s_file()); in BIO_new_file()
154 BIO *ret = BIO_new(BIO_s_file()); in BIO_new_fp()
320 const BIO_METHOD *BIO_s_file(void) { return &methods_filep; } in BIO_s_file() function
/external/boringssl/src/crypto/x509/
Dby_file.c136 in=BIO_new(BIO_s_file()); in X509_load_cert_file()
202 in=BIO_new(BIO_s_file()); in X509_load_crl_file()
Dt_crl.c71 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.c75 if ((b=BIO_new(BIO_s_file())) == NULL) in X509_print_ex_fp()
/external/boringssl/src/crypto/pem/
Dpem_pkey.c237 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_read_PrivateKey()
298 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_read_DHparams()
Dpem_lib.c129 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_ASN1_read()
272 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_ASN1_write()
540 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_write()
620 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/curl/docs/examples/
Dcurlx.c350 if ((in=BIO_new(BIO_s_file())) == NULL) { in main()
363 if ((out=BIO_new(BIO_s_file())) == NULL) { in main()
/external/boringssl/src/tool/
Dclient.cc94 ScopedBIO bio(BIO_new(BIO_s_file())); in LoadPrivateKey()
/external/boringssl/src/include/openssl/
Dbio.h471 OPENSSL_EXPORT const BIO_METHOD *BIO_s_file(void);
/external/boringssl/src/crypto/bn/
Dconvert.c505 b = BIO_new(BIO_s_file()); in BN_print_fp()
/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.cc142 ScopedBIO bio(BIO_new(BIO_s_file())); in LoadPrivateKey()