Searched refs:BIO_s_file (Results 1 – 25 of 36) sorted by relevance
12
31 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_stats()43 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_node_stats()55 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_node_usage_stats()
5 BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp,13 const BIO_METHOD *BIO_s_file(void);27 BIO_s_file() returns the BIO file method. As its name implies it85 BIO_s_file() returns the file BIO method.114 bio_out = BIO_new(BIO_s_file());135 out = BIO_new(BIO_s_file());
55 use of BIO_s_file() indicates the use of the operating system stdio
27 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSA_print_fp()42 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSAparams_print_fp()
23 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file()))) in load_cert_pem()74 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file()))) in load_pkey_pem()
23 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_i2d_fp()74 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_i2d_fp()
27 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_d2i_fp()91 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_d2i_fp_ex()
26 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECPKParameters_print_fp()41 if ((b = BIO_new(BIO_s_file())) == NULL) { in EC_KEY_print_fp()56 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECParameters_print_fp()
80 if ((ret = BIO_new(BIO_s_file())) == NULL) { in BIO_new_file()95 if ((ret = BIO_new(BIO_s_file())) == NULL) in BIO_new_fp()104 const BIO_METHOD *BIO_s_file(void) in BIO_s_file() function420 const BIO_METHOD *BIO_s_file(void) in BIO_s_file() function
27 if ((b = BIO_new(BIO_s_file())) == NULL) { in DHparams_print_fp()
54 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file()141 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()
65 in = BIO_new(BIO_s_file()); in SSL_use_certificate_file()179 in = BIO_new(BIO_s_file()); in SSL_use_PrivateKey_file()318 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_file()399 in = BIO_new(BIO_s_file()); in SSL_CTX_use_PrivateKey_file()490 in = BIO_new(BIO_s_file()); in use_certificate_chain_file()876 bin = BIO_new(BIO_s_file()); in SSL_CTX_use_serverinfo_file()
23 if ((b = BIO_new(BIO_s_file())) == NULL) { in SSL_SESSION_print_fp()
27 if ((b = BIO_new(BIO_s_file())) == NULL) { in RSA_print_fp()
22 if ((b = BIO_new(BIO_s_file())) == NULL) in BN_print_fp()
99 in = BIO_new(BIO_s_file()); in X509_load_cert_file_ex()181 in = BIO_new(BIO_s_file()); in X509_load_crl_file()
24 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_CRL_print_fp()
26 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_REQ_print_fp()
740 if ((b = BIO_new(BIO_s_file())) == NULL) { in d2i_PrivateKey_ex_fp()761 if ((b = BIO_new(BIO_s_file())) == NULL) { in d2i_PUBKEY_ex_fp()
115 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_ASN1_read()308 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_ASN1_write()599 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_write()689 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read()
284 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read_PUBKEY_ex()414 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read_PrivateKey_ex()
214 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read_DHparams()
35 if ((b = BIO_new(BIO_s_file())) == NULL) { in STACK_OF()
97 L<BIO_s_file(3)>, L<BIO_s_mem(3)>,
106 # define BIO_CTRL_SET_FILENAME 30/* BIO_s_file special */540 /* BIO_s_file() */544 /* BIO_s_fd() and BIO_s_file() */696 const BIO_METHOD *BIO_s_file(void);
Completed in 56 milliseconds