Home
last modified time | relevance | path

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

/openssl-master/test/
A Dcmsapitest.c27 BIO *msgbio = BIO_new_mem_buf(msg, strlen(msg)); in test_encrypt_decrypt() local
32 if (!TEST_ptr(certstack) || !TEST_ptr(msgbio) || !TEST_ptr(outmsgbio)) in test_encrypt_decrypt()
38 content = CMS_encrypt(certstack, msgbio, cipher, CMS_TEXT); in test_encrypt_decrypt()
54 BIO_free(msgbio); in test_encrypt_decrypt()

Completed in 3 milliseconds