Home
last modified time | relevance | path

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

/openssl-master/test/
A Dcmp_vfy_test.c429 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg, in allow_unprotected() function
478 setup_check_update(&fixture, 0, allow_unprotected, 0, NULL, NULL); in test_msg_check_no_protection_restrictive_cb()
487 setup_check_update(&fixture, 1, allow_unprotected, 1, NULL, NULL); in test_msg_check_no_protection_permissive_cb()
501 setup_check_update(&fixture, 1, allow_unprotected, 1, trans_id, NULL); in test_msg_check_transaction_id()
510 setup_check_update(&fixture, 0, allow_unprotected, 1, rand_data, NULL); in test_msg_check_transaction_id_bad()
525 setup_check_update(&fixture, 1, allow_unprotected, 1, NULL, rec_nonce); in test_msg_check_recipient_nonce()
534 setup_check_update(&fixture, 0, allow_unprotected, 1, NULL, rand_data); in test_msg_check_recipient_nonce_bad()
/openssl-master/fuzz/
A Dcmp.c45 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *rep, in allow_unprotected() function
94 (void)ossl_cmp_msg_check_update(ctx, msg, allow_unprotected, 0); in cmp_client_process_response()

Completed in 5 milliseconds