Searched refs:msgbio (Results 1 – 1 of 1) sorted by relevance
29 BIO *msgbio = BIO_new_mem_buf(msg, strlen(msg)); in test_encrypt_decrypt() local35 if (!TEST_ptr(certstack) || !TEST_ptr(msgbio) || !TEST_ptr(outmsgbio)) in test_encrypt_decrypt()41 content = CMS_encrypt(certstack, msgbio, cipher, CMS_TEXT); in test_encrypt_decrypt()64 BIO_free(msgbio); in test_encrypt_decrypt()
Completed in 3 milliseconds