Home
last modified time | relevance | path

Searched refs:tstid (Results 1 – 4 of 4) sorted by relevance

/openssl-master/test/
A Dbio_readbuffer_test.c26 static int test_readbuffer_file_bio(int tstid) in test_readbuffer_file_bio() argument
54 if (tstid != 0) { in test_readbuffer_file_bio()
73 if (tstid == 1 && --partial == 0) in test_readbuffer_file_bio()
A Devp_libctx_test.c81 static int test_dsa_param_keygen(int tstid) in test_dsa_param_keygen() argument
106 pind = tstid / 9; in test_dsa_param_keygen()
107 qind = (tstid / 3) % 3; in test_dsa_param_keygen()
108 gind = tstid % 3; in test_dsa_param_keygen()
153 static int do_dh_param_keygen(int tstid, const BIGNUM **bn) in do_dh_param_keygen() argument
169 pind = tstid / 9; in do_dh_param_keygen()
170 qind = (tstid / 3) % 3; in do_dh_param_keygen()
171 gind = tstid % 3; in do_dh_param_keygen()
219 static int test_dh_safeprime_param_keygen(int tstid) in test_dh_safeprime_param_keygen() argument
225 return do_dh_param_keygen(tstid, bn); in test_dh_safeprime_param_keygen()
A Dparams_api_test.c458 static int test_param_construct(int tstid) in test_param_construct() argument
508 switch (tstid) { in test_param_construct()
556 || (tstid <= 1 && !TEST_double_eq(d, d2))) in test_param_construct()
581 || (tstid <= 1 && !TEST_ptr_eq(bufp2, bufp))) in test_param_construct()
607 || (tstid <= 1 && !TEST_ptr_eq(vp, &ul))) in test_param_construct()
613 || (tstid <= 1 && !TEST_ptr_eq(vp2, vp))) in test_param_construct()
A Dparam_build_test.c19 static int template_public_test(int tstid) in template_public_test() argument
51 switch (tstid) { in template_public_test()
141 static int template_private_test(int tstid) in template_private_test() argument
182 switch (tstid) { in template_private_test()

Completed in 9 milliseconds