Searched refs:tstid (Results 1 – 7 of 7) sorted by relevance
88 static int test_settables(int tstid) in test_settables() argument90 EVP_PKEY_CTX *ctx = rctx[tstid]; in test_settables()107 EVP_PKEY_CTX *ctx = rctx[tstid]; in test_init_multiple()170 EVP_PKEY_CTX *ctx = rctx[tstid]; in test_no_operation_set()183 static int test_ikm_small(int tstid) in test_ikm_small() argument191 EVP_PKEY_CTX *ctx = rctx[tstid]; in test_ikm_small()213 EVP_PKEY_CTX *ctx = rctx[tstid]; in test_input_size_small()262 int id1 = tstid; in test_auth_key_type_mismatch()263 int id2 = !tstid; in test_auth_key_type_mismatch()523 if (tstid >= sz) { in test_ec_noikme()[all …]
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()
112 static int test_dsa_param_keygen(int tstid) in test_dsa_param_keygen() argument137 pind = tstid / 9; in test_dsa_param_keygen()138 qind = (tstid / 3) % 3; in test_dsa_param_keygen()139 gind = tstid % 3; in test_dsa_param_keygen()184 static int do_dh_param_keygen(int tstid, const BIGNUM **bn) in do_dh_param_keygen() argument200 pind = tstid / 9; in do_dh_param_keygen()201 qind = (tstid / 3) % 3; in do_dh_param_keygen()202 gind = tstid % 3; in do_dh_param_keygen()250 static int test_dh_safeprime_param_keygen(int tstid) in test_dh_safeprime_param_keygen() argument256 return do_dh_param_keygen(tstid, bn); in test_dh_safeprime_param_keygen()
581 static int test_param_construct(int tstid) in test_param_construct() argument631 switch (tstid) { in test_param_construct()679 || (tstid <= 1 && !TEST_double_eq(d, d2))) in test_param_construct()704 || (tstid <= 1 && !TEST_ptr_eq(bufp2, bufp))) in test_param_construct()730 || (tstid <= 1 && !TEST_ptr_eq(vp, &ul))) in test_param_construct()736 || (tstid <= 1 && !TEST_ptr_eq(vp2, vp))) in test_param_construct()
86 static int template_public_test(int tstid) in template_public_test() argument126 switch (tstid) { in template_public_test()232 static int template_private_test(int tstid) in template_private_test() argument281 switch (tstid) { in template_private_test()
1122 static int test_dsa_fromdata_digest_prop(int tstid) in test_dsa_fromdata_digest_prop() argument1128 int expected = (tstid == 0 ? 0 : 1); in test_dsa_fromdata_digest_prop()1135 … tstid == 0 ? "provider=unknown" : "provider=default", 0); in test_dsa_fromdata_digest_prop()
350 static int ecdh_cofactor_derive_test(int tstid) in ecdh_cofactor_derive_test() argument353 const struct ecdh_cofactor_derive_st *t = &ecdh_cofactor_derive_data[tstid]; in ecdh_cofactor_derive_test()
Completed in 41 milliseconds