Home
last modified time | relevance | path

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

/openssl/test/
H A Dpkcs7_test.c55 BIO *msg_bio = NULL, *x509_bio = NULL, *bio = NULL; in pkcs7_verify_test() local
76 ret = TEST_ptr(msg_bio = BIO_new_mem_buf(signed_data, strlen(signed_data))) in pkcs7_verify_test()
84 && TEST_true(PKCS7_verify(p7, NULL, store, msg_bio, NULL, PKCS7_TEXT)) in pkcs7_verify_test()
90 BIO_free(msg_bio); in pkcs7_verify_test()

Completed in 5 milliseconds