Searched refs:ir_unprotected (Results 1 – 2 of 2) sorted by relevance
76 static OSSL_CMP_MSG *ir_unprotected, *ir_protected; variable203 if (!TEST_ptr(fixture->msg = OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_unprotected_request()219 if (!TEST_ptr(fixture->msg = OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_with_msg_sig_alg_protection_plus_rsa_key()243 OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_with_certificate_and_key()263 OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_certificate_based_without_cert()278 if (!TEST_ptr(fixture->msg = OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_no_key_no_secret()294 if (!TEST_ptr(fixture->msg = OSSL_CMP_MSG_dup(ir_unprotected)) in test_MSG_protect_pbmac_no_sender()539 OSSL_CMP_MSG_free(ir_unprotected); in cleanup_tests()601 || !TEST_ptr(ir_unprotected = load_pkimsg(ir_unprotected_f, libctx))) in OPT_TEST_DECLARE_USAGE()
84 static OSSL_CMP_MSG *ir_unprotected, *ir_rmprotection; variable587 OSSL_CMP_MSG_free(ir_unprotected); in cleanup_tests()661 if (!TEST_ptr(ir_unprotected = load_pkimsg(ir_unprotected_f, libctx)) in OPT_TEST_DECLARE_USAGE()
Completed in 7 milliseconds