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

/freebsd-current/crypto/openssl/fuzz/
H A Dcmp.c45 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *rep, function
94 (void)ossl_cmp_msg_check_update(ctx, msg, allow_unprotected, 0);
/freebsd-current/crypto/openssl/test/
H A Dcmp_vfy_test.c448 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg, function
497 setup_check_update(&fixture, 0, allow_unprotected, 0, NULL, NULL);
506 setup_check_update(&fixture, 1, allow_unprotected, 1, NULL, NULL);
520 setup_check_update(&fixture, 1, allow_unprotected, 1, trans_id, NULL);
529 setup_check_update(&fixture, 0, allow_unprotected, 1, rand_data, NULL);
544 setup_check_update(&fixture, 1, allow_unprotected, 1, NULL, rec_nonce);
553 setup_check_update(&fixture, 0, allow_unprotected, 1, NULL, rand_data);

Completed in 83 milliseconds