Searched refs:outmsgbio (Results 1 – 1 of 1) sorted by relevance
30 BIO *outmsgbio = BIO_new(BIO_s_mem()); in test_encrypt_decrypt() local35 if (!TEST_ptr(certstack) || !TEST_ptr(msgbio) || !TEST_ptr(outmsgbio)) in test_encrypt_decrypt()45 if (!TEST_true(CMS_decrypt(content, privkey, cert, NULL, outmsgbio, in test_encrypt_decrypt()56 if (!TEST_int_eq(BIO_gets(outmsgbio, buf, sizeof(buf)), strlen(msg)) in test_encrypt_decrypt()65 BIO_free(outmsgbio); in test_encrypt_decrypt()
Completed in 5 milliseconds