Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dcmsapitest.c29 BIO *outmsgbio = BIO_new(BIO_s_mem()); in test_encrypt_decrypt() local
33 if (!TEST_ptr(certstack) || !TEST_ptr(msgbio) || !TEST_ptr(outmsgbio)) in test_encrypt_decrypt()
43 if (!TEST_true(CMS_decrypt(content, privkey, cert, NULL, outmsgbio, in test_encrypt_decrypt()
48 if (!TEST_int_eq(BIO_gets(outmsgbio, buf, sizeof(buf)), strlen(msg)) in test_encrypt_decrypt()
56 BIO_free(outmsgbio); in test_encrypt_decrypt()