Searched refs:BIO_s_file (Results 1 – 17 of 17) sorted by relevance
141 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()
68 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()
76 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()
143 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
136 in=BIO_new(BIO_s_file()); in X509_load_cert_file()202 in=BIO_new(BIO_s_file()); in X509_load_crl_file()
71 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()
75 if ((b=BIO_new(BIO_s_file())) == NULL) in X509_print_ex_fp()
237 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()
129 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()
81 if ((b=BIO_new(BIO_s_file())) == NULL) in STACK_OF()
350 if ((in=BIO_new(BIO_s_file())) == NULL) { in main()363 if ((out=BIO_new(BIO_s_file())) == NULL) { in main()
94 ScopedBIO bio(BIO_new(BIO_s_file())); in LoadPrivateKey()
471 OPENSSL_EXPORT const BIO_METHOD *BIO_s_file(void);
505 b = BIO_new(BIO_s_file()); in BN_print_fp()
91 out = BIO_new(BIO_s_file()); in pkcs7_to_cert()
142 ScopedBIO bio(BIO_new(BIO_s_file())); in LoadPrivateKey()