| /src/crypto/external/bsd/openssl/dist/fuzz/ |
| cmp.c | 45 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);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| cmp_vfy_test.c | 463 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg, function 513 setup_check_update(&fixture, 0, allow_unprotected, 0, NULL, NULL); 522 setup_check_update(&fixture, 1, allow_unprotected, 1, NULL, NULL); 536 setup_check_update(&fixture, 1, allow_unprotected, 1, trans_id, NULL); 545 setup_check_update(&fixture, 0, allow_unprotected, 1, rand_data, NULL); 560 setup_check_update(&fixture, 1, allow_unprotected, 1, NULL, rec_nonce); 569 setup_check_update(&fixture, 0, allow_unprotected, 1, NULL, rand_data);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| cmp_vfy_test.c | 448 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);
|
| /src/crypto/external/apache2/openssl/dist/fuzz/ |
| cmp.c | 45 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);
|