/third_party/openssl/doc/man3/ |
D | BIO_s_file.pod | 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 it 85 BIO_s_file() returns the file BIO method. 113 bio_out = BIO_new(BIO_s_file()); 134 out = BIO_new(BIO_s_file());
|
D | PEM_bytes_read_bio.pod | 55 use of BIO_s_file() indicates the use of the operating system stdio
|
/third_party/openssl/crypto/lhash/ |
D | lh_stats.c | 28 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_stats() 40 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_node_stats() 52 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_node_usage_stats()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_prn.c | 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()
|
/third_party/openssl/crypto/bio/ |
D | bss_file.c | 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() function 420 const BIO_METHOD *BIO_s_file(void) in BIO_s_file() function
|
/third_party/openssl/crypto/ec/ |
D | eck_prn.c | 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()
|
/third_party/openssl/test/testutil/ |
D | load.c | 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()
|
/third_party/openssl/crypto/asn1/ |
D | a_i2d_fp.c | 23 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_i2d_fp() 76 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_i2d_fp()
|
D | a_d2i_fp.c | 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()
|
/third_party/openssl/ssl/ |
D | ssl_rsa_legacy.c | 49 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file() 131 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()
|
D | ssl_rsa.c | 52 in = BIO_new(BIO_s_file()); in SSL_use_certificate_file() 156 in = BIO_new(BIO_s_file()); in SSL_use_PrivateKey_file() 284 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_file() 360 in = BIO_new(BIO_s_file()); in SSL_CTX_use_PrivateKey_file() 441 in = BIO_new(BIO_s_file()); in use_certificate_chain_file() 827 bin = BIO_new(BIO_s_file()); in SSL_CTX_use_serverinfo_file()
|
D | ssl_txt.c | 21 if ((b = BIO_new(BIO_s_file())) == NULL) { in SSL_SESSION_print_fp()
|
/third_party/openssl/crypto/x509/ |
D | by_file.c | 97 in = BIO_new(BIO_s_file()); in X509_load_cert_file_ex() 166 in = BIO_new(BIO_s_file()); in X509_load_crl_file()
|
D | t_crl.c | 24 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_CRL_print_fp()
|
D | t_req.c | 26 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_REQ_print_fp()
|
/third_party/openssl/crypto/dh/ |
D | dh_prn.c | 27 if ((b = BIO_new(BIO_s_file())) == NULL) { in DHparams_print_fp()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_prn.c | 27 if ((b = BIO_new(BIO_s_file())) == NULL) { in RSA_print_fp()
|
/third_party/openssl/crypto/bn/ |
D | bn_print.c | 22 if ((b = BIO_new(BIO_s_file())) == NULL) in BN_print_fp()
|
/third_party/openssl/crypto/pem/ |
D | pem_lib.c | 115 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_ASN1_read() 301 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_ASN1_write() 597 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_write() 677 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read()
|
D | pem_pkey.c | 276 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read_PUBKEY_ex() 392 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read_PrivateKey_ex()
|
D | pem_all.c | 214 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read_DHparams()
|
D | pem_info.c | 35 if ((b = BIO_new(BIO_s_file())) == NULL) { in STACK_OF()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | bio.rs | 34 pub fn BIO_s_file() -> #[const_ptr_if(any(ossl110, libressl280))] BIO_METHOD;
|
/third_party/openssl/doc/man7/ |
D | bio.pod | 73 L<BIO_s_file(3)>, L<BIO_s_mem(3)>,
|
/third_party/openssl/include/openssl/ |
D | bio.h.in | 101 # define BIO_CTRL_SET_FILENAME 30/* BIO_s_file special */ 467 /* BIO_s_file() */ 471 /* BIO_s_fd() and BIO_s_file() */ 601 const BIO_METHOD *BIO_s_file(void);
|