Searched refs:outmsgbio (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | cmsapitest.c | 120 BIO *outmsgbio = BIO_new(BIO_s_mem()); in test_short_mac_on_auth_envelope_data() local 130 if (!TEST_false(CMS_decrypt(content, privkey, cert, NULL, outmsgbio, CMS_TEXT))) in test_short_mac_on_auth_envelope_data() 135 BIO_free(outmsgbio); in test_short_mac_on_auth_envelope_data() 144 BIO *outmsgbio = BIO_new(BIO_s_mem()); in test_non_aead_on_auth_envelope_dec() local 153 if (!TEST_false(CMS_decrypt(content, privkey, cert, NULL, outmsgbio, in test_non_aead_on_auth_envelope_dec() 159 BIO_free(outmsgbio); in test_non_aead_on_auth_envelope_dec() 171 BIO *outmsgbio = BIO_new(BIO_s_mem()); in test_non_aead_on_auth_envelope_enc() local 176 if (!TEST_ptr(certstack) || !TEST_ptr(msgbio) || !TEST_ptr(outmsgbio)) in test_non_aead_on_auth_envelope_enc() 207 BIO_free(outmsgbio); in test_non_aead_on_auth_envelope_enc() 218 BIO *outmsgbio = BIO_new(BIO_s_mem()); in test_encrypt_decrypt() local [all …]
|