Searched refs:BIO_s_file (Results 1 – 17 of 17) 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()
67 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_i2d_fp()113 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()
107 ret = BIO_new(BIO_s_file()); in BIO_new_file()118 BIO *ret = BIO_new(BIO_s_file()); in BIO_new_fp()284 const BIO_METHOD *BIO_s_file(void) { return &methods_filep; } in BIO_s_file() function
131 in = BIO_new(BIO_s_file()); in X509_load_cert_file()190 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()513 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_write()589 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read()
81 if ((b = BIO_new(BIO_s_file())) == NULL) { in STACK_OF()
384 if((in=BIO_new(BIO_s_file())) == NULL) { in main()398 if((out=BIO_new(BIO_s_file())) == NULL) { in main()
122 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadPrivateKey()
455 OPENSSL_EXPORT const BIO_METHOD *BIO_s_file(void);
549 b = BIO_new(BIO_s_file()); in BN_print_fp()
91 out = BIO_new(BIO_s_file()); in pkcs7_to_cert()
147 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadCertificate()187 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in LoadPrivateKey()