Searched refs:outmsgbio (Results 1 – 1 of 1) sorted by relevance
31 BIO *outmsgbio = BIO_new(BIO_s_mem()); in test_encrypt_decrypt() local36 if (!TEST_ptr(certstack) || !TEST_ptr(msgbio) || !TEST_ptr(outmsgbio)) in test_encrypt_decrypt()46 if (!TEST_true(CMS_decrypt(content, privkey, cert, NULL, outmsgbio, in test_encrypt_decrypt()57 if (!TEST_int_eq(BIO_gets(outmsgbio, buf, sizeof(buf)), strlen(msg)) in test_encrypt_decrypt()66 BIO_free(outmsgbio); in test_encrypt_decrypt()