Home
last modified time | relevance | path

Searched refs:decryptbio (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/test/
H A Dcmsapitest.c418 BIO *decryptbio = BIO_new(BIO_s_mem()); in test_encrypted_data() local
426 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() local
479 BIO_free(decryptbio); in test_encrypted_data_aead()