OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setup_check_update
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
cmp_vfy_test.c
469
static void
setup_check_update
(CMP_VFY_TEST_FIXTURE **fixture, int expected,
function
505
setup_check_update
(&fixture, 0, NULL, 0, NULL, NULL);
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
454
static void
setup_check_update
(CMP_VFY_TEST_FIXTURE **fixture, int expected,
function
489
setup_check_update
(&fixture, 0, NULL, 0, NULL, NULL);
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 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026