Searched refs:BIO_s_file (Results 1 – 15 of 15) sorted by relevance
140 in = BIO_new(BIO_s_file()); in STACK_OF()206 in = BIO_new(BIO_s_file()); in SSL_add_file_cert_subjects_to_stack()258 in = BIO_new(BIO_s_file()); in SSL_use_certificate_file()300 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file()341 in = BIO_new(BIO_s_file()); in SSL_use_PrivateKey_file()382 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_file()423 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()463 in = BIO_new(BIO_s_file()); in SSL_CTX_use_PrivateKey_file()508 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_chain_file()
130 in = BIO_new(BIO_s_file()); in X509_load_cert_file()190 in = BIO_new(BIO_s_file()); in X509_load_crl_file()
120 BIO *ret = BIO_new(BIO_s_file()); in BIO_new_fp()287 const BIO_METHOD *BIO_s_file(void) { return &methods_filep; } in BIO_s_file() function
39 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in Sign()
149 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()
465 OPENSSL_EXPORT const BIO_METHOD *BIO_s_file(void);
92 out = BIO_new(BIO_s_file()); in pkcs7_to_cert()
675 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadCertificate()714 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadPrivateKey()
741 fp = BIO_new(BIO_s_file()); in cert_stuff()3396 fp = BIO_new(BIO_s_file()); in servercert()
1507 BIO_s_file
3059 '#define BIO_s_file GRPC_SHADOW_BIO_s_file',
1456 if ((cert=BIO_new(BIO_s_file())) == NULL) { in PySSL_test_decode_certificate()
1535 #define BIO_s_file GRPC_SHADOW_BIO_s_file macro
1760 if ((cert=BIO_new(BIO_s_file())) == NULL) { in _ssl__test_decode_cert_impl()