Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dcmsapitest.c28 BIO *msgbio = BIO_new_mem_buf(msg, strlen(msg)); in test_encrypt_decrypt() local
33 if (!TEST_ptr(certstack) || !TEST_ptr(msgbio) || !TEST_ptr(outmsgbio)) in test_encrypt_decrypt()
39 content = CMS_encrypt(certstack, msgbio, cipher, CMS_TEXT); in test_encrypt_decrypt()
55 BIO_free(msgbio); in test_encrypt_decrypt()