Searched refs:tstid (Results 1 – 5 of 5) sorted by relevance
26 static int test_readbuffer_file_bio(int tstid) in test_readbuffer_file_bio() argument54 if (tstid != 0) { in test_readbuffer_file_bio()73 if (tstid == 1 && --partial == 0) in test_readbuffer_file_bio()
80 static int test_dsa_param_keygen(int tstid) in test_dsa_param_keygen() argument105 pind = tstid / 9; in test_dsa_param_keygen()106 qind = (tstid / 3) % 3; in test_dsa_param_keygen()107 gind = tstid % 3; in test_dsa_param_keygen()152 static int do_dh_param_keygen(int tstid, const BIGNUM **bn) in do_dh_param_keygen() argument168 pind = tstid / 9; in do_dh_param_keygen()169 qind = (tstid / 3) % 3; in do_dh_param_keygen()170 gind = tstid % 3; in do_dh_param_keygen()218 static int test_dh_safeprime_param_keygen(int tstid) in test_dh_safeprime_param_keygen() argument224 return do_dh_param_keygen(tstid, bn); in test_dh_safeprime_param_keygen()
458 static int test_param_construct(int tstid) in test_param_construct() argument508 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()
85 static int template_public_test(int tstid) in template_public_test() argument120 switch(tstid) { in template_public_test()218 static int template_private_test(int tstid) in template_private_test() argument262 switch(tstid) { in template_private_test()
1032 static int test_dsa_fromdata_digest_prop(int tstid) in test_dsa_fromdata_digest_prop() argument1038 int expected = (tstid == 0 ? 0 : 1); in test_dsa_fromdata_digest_prop()1045 … tstid == 0 ? "provider=unknown" : "provider=default", 0); in test_dsa_fromdata_digest_prop()