Symbol: BIO_s_file
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1323
tmp = BIO_new(BIO_s_file());
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1420
tmp = BIO_new(BIO_s_file());
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5529
bio_err = BIO_new(BIO_s_file());
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5549
bio_err = BIO_new(BIO_s_file());
crypto/openssl/apps/cmp.c
2472
if ((bio = BIO_new(BIO_s_file())) == NULL
crypto/openssl/apps/cmp.c
2505
if ((bio = BIO_new(BIO_s_file())) == NULL
crypto/openssl/apps/dgst.c
270
in = BIO_new(BIO_s_file());
crypto/openssl/crypto/asn1/a_d2i_fp.c
27
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/asn1/a_d2i_fp.c
91
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/asn1/a_i2d_fp.c
23
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/asn1/a_i2d_fp.c
74
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/bio/bss_file.c
80
if ((ret = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/bio/bss_file.c
95
if ((ret = BIO_new(BIO_s_file())) == NULL)
crypto/openssl/crypto/bn/bn_print.c
22
if ((b = BIO_new(BIO_s_file())) == NULL)
crypto/openssl/crypto/dh/dh_prn.c
27
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/dsa/dsa_prn.c
27
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/dsa/dsa_prn.c
42
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/ec/eck_prn.c
26
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/ec/eck_prn.c
41
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/ec/eck_prn.c
56
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/encode_decode/decoder_lib.c
126
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/encode_decode/encoder_lib.c
98
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/lhash/lh_stats.c
31
bp = BIO_new(BIO_s_file());
crypto/openssl/crypto/lhash/lh_stats.c
43
bp = BIO_new(BIO_s_file());
crypto/openssl/crypto/lhash/lh_stats.c
55
bp = BIO_new(BIO_s_file());
crypto/openssl/crypto/pem/pem_all.c
213
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_info.c
35
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_lib.c
115
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_lib.c
309
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_lib.c
622
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_lib.c
708
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_pkey.c
285
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_pkey.c
415
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/rsa/rsa_prn.c
27
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/srp/srp_vfy.c
406
BIO *in = BIO_new(BIO_s_file());
crypto/openssl/crypto/x509/by_file.c
102
in = BIO_new(BIO_s_file());
crypto/openssl/crypto/x509/by_file.c
183
in = BIO_new(BIO_s_file());
crypto/openssl/crypto/x509/t_crl.c
24
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/x509/t_req.c
26
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/x509/t_x509.c
37
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/x509/x_all.c
739
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/x509/x_all.c
760
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/include/openssl/bio.h
725
const BIO_METHOD *BIO_s_file(void);
crypto/openssl/ssl/ssl_cert.c
752
BIO *in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_cert.c
839
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_conf.c
618
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
181
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
323
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
404
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
496
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
66
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
885
bin = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa_legacy.c
149
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa_legacy.c
58
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_txt.c
23
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/test/sslapitest.c
9092
if ((in = BIO_new(BIO_s_file())) == NULL
crypto/openssl/test/testutil/load.c
23
if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file())))
crypto/openssl/test/testutil/load.c
74
if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file())))
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
175
infile = BIO_new(BIO_s_file());
usr.sbin/uefisign/uefisign.c
290
out = BIO_new(BIO_s_file());