Searched refs:decryptbio (Results 1 – 1 of 1) sorted by relevance
418 BIO *decryptbio = BIO_new(BIO_s_mem()); in test_encrypted_data() local426 if (!TEST_true(CMS_EncryptedData_decrypt(cms, key, keylen, NULL, decryptbio, SMIME_BINARY))) in test_encrypted_data()430 if (!TEST_int_eq(BIO_gets(decryptbio, buf, sizeof(buf)), (int)strlen(msg)) in test_encrypted_data()438 BIO_free(decryptbio); in test_encrypted_data()449 BIO *decryptbio = BIO_new(BIO_s_mem()); in test_encrypted_data_aead() local479 BIO_free(decryptbio); in test_encrypted_data_aead()