Searched refs:setup_check_update (Results 1 - 1 of 1) sorted by relevance
/third_party/openssl/test/ |
H A D | cmp_vfy_test.c | 454 static void setup_check_update(CMP_VFY_TEST_FIXTURE **fixture, int expected, in setup_check_update() function 489 setup_check_update(&fixture, 0, NULL, 0, NULL, NULL); in test_msg_check_no_protection_no_cb() 497 setup_check_update(&fixture, 0, allow_unprotected, 0, NULL, NULL); in test_msg_check_no_protection_restrictive_cb() 506 setup_check_update(&fixture, 1, allow_unprotected, 1, NULL, NULL); in test_msg_check_no_protection_permissive_cb() 520 setup_check_update(&fixture, 1, allow_unprotected, 1, trans_id, NULL); in test_msg_check_transaction_id() 529 setup_check_update(&fixture, 0, allow_unprotected, 1, rand_data, NULL); in test_msg_check_transaction_id_bad() 544 setup_check_update(&fixture, 1, allow_unprotected, 1, NULL, rec_nonce); in test_msg_check_recipient_nonce() 553 setup_check_update(&fixture, 0, allow_unprotected, 1, NULL, rand_data); in test_msg_check_recipient_nonce_bad()
|
Completed in 2 milliseconds