/openbsd/regress/lib/libcrypto/pkcs7/ |
H A D | pkcs7test.c | 185 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 D | bio_asn1.c | 57 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 D | dsa_prn.c | 71 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 D | ssl_rsa.c | 96 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 D | rand.c | 139 out = BIO_new(BIO_s_file()); in rand_main() 149 BIO *b64 = BIO_new(BIO_f_base64()); in rand_main()
|
H A D | crl2p7.c | 187 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 D | dh.c | 169 in = BIO_new(BIO_s_file()); in dh_main() 170 out = BIO_new(BIO_s_file()); in dh_main()
|
H A D | gendsa.c | 253 in = BIO_new(BIO_s_file()); in gendsa_main() 265 out = BIO_new(BIO_s_file()); in gendsa_main()
|
H A D | asn1pars.c | 267 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 D | sess_id.c | 192 out = BIO_new(BIO_s_file()); in sess_id_main() 262 in = BIO_new(BIO_s_file()); in load_sess_id()
|
H A D | pkcs7.c | 172 in = BIO_new(BIO_s_file()); in pkcs7_main() 173 out = BIO_new(BIO_s_file()); in pkcs7_main()
|
H A D | crl.c | 239 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 D | dsaparam.c | 189 in = BIO_new(BIO_s_file()); in dsaparam_main() 190 out = BIO_new(BIO_s_file()); in dsaparam_main()
|
H A D | apps.c | 415 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 D | asn1_old.c | 102 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 D | base64test.c | 292 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 D | eck_prn.c | 103 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 D | x509test.c | 188 keyfile = BIO_new (BIO_s_file ()); in main() 208 certfile = BIO_new (BIO_s_file ()); in main()
|
/openbsd/lib/libcrypto/x509/ |
H A D | by_file.c | 119 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 D | shutdowntest.c | 375 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 D | ssl.c | 71 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 D | asn1x509.c | 284 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 D | bss_file.c | 132 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 D | rsa_prn.c | 71 if ((b = BIO_new(BIO_s_file())) == NULL) { in RSA_print_fp()
|
/openbsd/lib/libcrypto/pkcs7/ |
H A D | pk7_doit.c | 112 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()
|