Home
last modified time | relevance | path

Searched refs:BIO_new (Results 1 – 25 of 111) sorted by relevance

12345

/openbsd/regress/lib/libcrypto/pkcs7/
H A Dpkcs7test.c185 bio_out = BIO_new(BIO_s_mem()); in main()
197 bio_out = BIO_new(BIO_s_mem()); in main()
219 bio_out = BIO_new(BIO_s_mem()); in main()
231 bio_out = BIO_new(BIO_s_mem()); in main()
253 bio_out = BIO_new(BIO_s_mem()); in main()
274 bio_out = BIO_new(BIO_s_mem()); in main()
/openbsd/regress/lib/libcrypto/bio/
H A Dbio_asn1.c57 if ((out = BIO_new(BIO_s_mem())) == NULL) in test_bio_new_ndef_waf()
124 if ((bio_out = BIO_new(BIO_s_mem())) == NULL) in test_prefix_leak()
190 if ((asn_bio = BIO_new(BIO_f_asn1())) == NULL) in test_infinite_loop()
193 if ((bio = BIO_new(BIO_s_mem())) == NULL) in test_infinite_loop()
/openbsd/lib/libcrypto/dsa/
H A Ddsa_prn.c71 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSA_print_fp()
88 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSAparams_print_fp()
/openbsd/lib/libssl/
H A Dssl_rsa.c96 in = BIO_new(BIO_s_file()); in SSL_use_certificate_file()
238 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file()
310 in = BIO_new(BIO_s_file()); in SSL_use_PrivateKey_file()
459 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_file()
547 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()
616 in = BIO_new(BIO_s_file()); in SSL_CTX_use_PrivateKey_file()
727 in = BIO_new(BIO_s_file()); in ssl_use_certificate_chain_file()
/openbsd/usr.bin/openssl/
H A Drand.c139 out = BIO_new(BIO_s_file()); in rand_main()
149 BIO *b64 = BIO_new(BIO_f_base64()); in rand_main()
H A Dcrl2p7.c187 in = BIO_new(BIO_s_file()); in crl2pkcs7_main()
188 out = BIO_new(BIO_s_file()); in crl2pkcs7_main()
297 in = BIO_new(BIO_s_file()); in add_certs_from_file()
H A Ddh.c169 in = BIO_new(BIO_s_file()); in dh_main()
170 out = BIO_new(BIO_s_file()); in dh_main()
H A Dgendsa.c253 in = BIO_new(BIO_s_file()); in gendsa_main()
265 out = BIO_new(BIO_s_file()); in gendsa_main()
H A Dasn1pars.c267 in = BIO_new(BIO_s_file()); in asn1parse_main()
268 out = BIO_new(BIO_s_file()); in asn1parse_main()
316 if ((b64 = BIO_new(BIO_f_base64())) == NULL) in asn1parse_main()
H A Dsess_id.c192 out = BIO_new(BIO_s_file()); in sess_id_main()
262 in = BIO_new(BIO_s_file()); in load_sess_id()
H A Dpkcs7.c172 in = BIO_new(BIO_s_file()); in pkcs7_main()
173 out = BIO_new(BIO_s_file()); in pkcs7_main()
H A Dcrl.c239 if ((bio_out = BIO_new(BIO_s_file())) != NULL) { in crl_main()
397 out = BIO_new(BIO_s_file()); in crl_main()
451 in = BIO_new(BIO_s_file()); in load_crl()
H A Ddsaparam.c189 in = BIO_new(BIO_s_file()); in dsaparam_main()
190 out = BIO_new(BIO_s_file()); in dsaparam_main()
H A Dapps.c415 btmp = BIO_new(BIO_f_buffer()); in app_get_pass()
520 if ((cert = BIO_new(BIO_s_file())) == NULL) { in load_cert()
574 key = BIO_new(BIO_s_file()); in load_key()
633 key = BIO_new(BIO_s_file()); in load_pubkey()
1135 if ((in = BIO_new(BIO_s_file())) == NULL) { in IMPLEMENT_LHASH_HASH_FN()
1191 out = BIO_new(BIO_s_file()); in save_serial()
1295 BIO *in = BIO_new(BIO_s_file()); in load_index()
1380 BIO *out = BIO_new(BIO_s_file()); in save_index()
1409 out = BIO_new(BIO_s_file()); in save_index()
1841 mem = BIO_new(BIO_s_mem()); in bio_to_mem()
/openbsd/lib/libcrypto/asn1/
H A Dasn1_old.c102 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_d2i_fp()
141 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_i2d_fp()
/openbsd/regress/lib/libcrypto/base64/
H A Dbase64test.c292 bio_b64 = BIO_new(BIO_f_base64()); in base64_encoding_test()
296 bio_mem = BIO_new(BIO_s_mem()); in base64_encoding_test()
388 bio_b64 = BIO_new(BIO_f_base64()); in base64_decoding_test()
/openbsd/lib/libcrypto/ec/
H A Deck_prn.c103 if ((bio = BIO_new(BIO_s_file())) == NULL) { in EC_KEY_print_fp()
145 if ((bio = BIO_new(BIO_s_file())) == NULL) { in ECParameters_print_fp()
344 if ((bio = BIO_new(BIO_s_file())) == NULL) { in ECPKParameters_print_fp()
/openbsd/regress/sbin/isakmpd/x509/
H A Dx509test.c188 keyfile = BIO_new (BIO_s_file ()); in main()
208 certfile = BIO_new (BIO_s_file ()); in main()
/openbsd/lib/libcrypto/x509/
H A Dby_file.c119 in = BIO_new(BIO_s_file()); in X509_load_cert_file()
176 in = BIO_new(BIO_s_file()); in X509_load_crl_file()
/openbsd/regress/lib/libssl/shutdown/
H A Dshutdowntest.c375 if ((client_wbio = BIO_new(BIO_s_mem())) == NULL) in shutdown_test()
380 if ((server_wbio = BIO_new(BIO_s_mem())) == NULL) in shutdown_test()
493 if ((client_wbio = BIO_new(BIO_s_mem())) == NULL) in shutdown_sequence_test()
498 if ((server_wbio = BIO_new(BIO_s_mem())) == NULL) in shutdown_sequence_test()
/openbsd/usr.sbin/relayd/
H A Dssl.c71 if ((bio = BIO_new(BIO_s_mem())) == NULL) in ssl_load_key()
149 out = BIO_new(BIO_s_mem()); in ssl_update_certificate()
/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1x509.c284 if ((bio_mem = BIO_new(BIO_s_mem())) == NULL) in dh_pubkey_test()
509 if ((bio_mem = BIO_new(BIO_s_mem())) == NULL) in dsa_pubkey_test()
654 if ((bio_mem = BIO_new(BIO_s_mem())) == NULL) in ec_pubkey_test()
791 if ((bio_mem = BIO_new(BIO_s_mem())) == NULL) in rsa_pubkey_test()
/openbsd/lib/libcrypto/bio/
H A Dbss_file.c132 if ((ret = BIO_new(BIO_s_file())) == NULL) { in BIO_new_file()
147 if ((ret = BIO_new(BIO_s_file())) == NULL) in BIO_new_fp()
/openbsd/lib/libcrypto/rsa/
H A Drsa_prn.c71 if ((b = BIO_new(BIO_s_file())) == NULL) { in RSA_print_fp()
/openbsd/lib/libcrypto/pkcs7/
H A Dpk7_doit.c112 if ((btmp = BIO_new(BIO_f_md())) == NULL) { in PKCS7_bio_add_digest()
338 if ((btmp = BIO_new(BIO_f_cipher())) == NULL) { in PKCS7_dataInit()
383 bio = BIO_new(BIO_s_null()); in PKCS7_dataInit()
387 bio = BIO_new(BIO_s_mem()); in PKCS7_dataInit()
489 if ((btmp = BIO_new(BIO_f_md())) == NULL) { in PKCS7_dataDecode()
514 if ((etmp = BIO_new(BIO_f_cipher())) == NULL) { in PKCS7_dataDecode()
615 bio = BIO_new(BIO_s_mem()); in PKCS7_dataDecode()

12345