Searched refs:BIO_s_file (Results 1 – 20 of 20) sorted by relevance
140 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()
108 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
67 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()
75 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()
130 in = BIO_new(BIO_s_file()); in X509_load_cert_file()189 in = BIO_new(BIO_s_file()); in X509_load_crl_file()
70 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_CRL_print_fp()
68 BIO *bio = BIO_new(BIO_s_file()); in X509_REQ_print_fp()
78 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_print_ex_fp()
161 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()
127 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()
81 if ((b = BIO_new(BIO_s_file())) == NULL) { in STACK_OF()
39 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in Sign()
153 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadPrivateKey()
387 in = BIO_new(BIO_s_file()); in main()402 out = BIO_new(BIO_s_file()); in main()
372 b = BIO_new(BIO_s_file()); in BN_print_fp()
461 OPENSSL_EXPORT const BIO_METHOD *BIO_s_file(void);
91 out = BIO_new(BIO_s_file()); in pkcs7_to_cert()
182 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadCertificate()222 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadPrivateKey()
1377 if ((cert=BIO_new(BIO_s_file())) == NULL) { in PySSL_test_decode_certificate()
1466 if ((cert=BIO_new(BIO_s_file())) == NULL) { in _ssl__test_decode_cert_impl()