Home
last modified time | relevance | path

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

/openssl-master/test/
A Dcmp_protect_test.c70 static OSSL_CMP_MSG *ir_unprotected, *ir_protected; variable
197 if (!TEST_ptr(fixture->msg = OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_unprotected_request()
213 if (!TEST_ptr(fixture->msg = OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_with_msg_sig_alg_protection_plus_rsa_key()
237 OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_with_certificate_and_key()
256 OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_certificate_based_without_cert()
271 if (!TEST_ptr(fixture->msg = OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_no_key_no_secret()
287 if (!TEST_ptr(fixture->msg = OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_pbmac_no_sender()
530 OSSL_CMP_MSG_free(ir_unprotected); in cleanup_tests()
581 || !TEST_ptr(ir_unprotected = load_pkimsg(ir_unprotected_f, libctx))) in OPT_TEST_DECLARE_USAGE()
A Dcmp_vfy_test.c82 static OSSL_CMP_MSG *ir_unprotected, *ir_rmprotection; variable
550 OSSL_CMP_MSG_free(ir_unprotected); in cleanup_tests()
623 if (!TEST_ptr(ir_unprotected = load_pkimsg(ir_unprotected_f, libctx)) in OPT_TEST_DECLARE_USAGE()

Completed in 5 milliseconds