Searched refs:decryptbio (Results 1 – 1 of 1) sorted by relevance
605 BIO *decryptbio = BIO_new(BIO_s_mem()); in test_encrypted_data() local613 if (!TEST_true(CMS_EncryptedData_decrypt(cms, key, keylen, NULL, decryptbio, SMIME_BINARY))) in test_encrypted_data()617 if (!TEST_int_eq(BIO_gets(decryptbio, buf, sizeof(buf)), (int)strlen(msg)) in test_encrypted_data()625 BIO_free(decryptbio); in test_encrypted_data()636 BIO *decryptbio = BIO_new(BIO_s_mem()); in test_encrypted_data_aead() local666 BIO_free(decryptbio); in test_encrypted_data_aead()