Searched refs:outbio (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | dtlsv1listentest.c | 294 BIO *outbio = NULL; in dtls_listen_test() local 310 || !TEST_ptr(outbio = BIO_new(BIO_s_mem()))) in dtls_listen_test() 312 SSL_set0_wbio(ssl, outbio); in dtls_listen_test() 323 datalen = BIO_get_mem_data(outbio, &data); in dtls_listen_test() 337 (void)BIO_reset(outbio); in dtls_listen_test()
|
| H A D | cmsapitest.c | 768 BIO *certbio = NULL, *keybio = NULL, *msgbio = NULL, *outbio = NULL; in test_kari_wrap_pad_unwrap_overflow() local 815 if (!TEST_ptr(outbio = BIO_new(BIO_s_mem())) in test_kari_wrap_pad_unwrap_overflow() 816 || !TEST_false(CMS_decrypt(cms2, eckey, eccert, NULL, outbio, 0))) in test_kari_wrap_pad_unwrap_overflow() 829 BIO_free(outbio); in test_kari_wrap_pad_unwrap_overflow()
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_core.c | 129 BIO *outbio; in BIO_new_from_core_bio() local 136 if ((outbio = BIO_new_ex(libctx, BIO_s_core())) == NULL) in BIO_new_from_core_bio() 140 BIO_free(outbio); in BIO_new_from_core_bio() 143 BIO_set_data(outbio, corebio); in BIO_new_from_core_bio() 144 return outbio; in BIO_new_from_core_bio()
|
| /freebsd/crypto/openssl/providers/common/ |
| H A D | bio_prov.c | 228 BIO *outbio; in ossl_bio_new_from_core_bio() local 234 if ((outbio = BIO_new(corebiometh)) == NULL) in ossl_bio_new_from_core_bio() 237 BIO_free(outbio); in ossl_bio_new_from_core_bio() 240 BIO_set_data(outbio, corebio); in ossl_bio_new_from_core_bio() 241 return outbio; in ossl_bio_new_from_core_bio()
|