Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_pkey_dhkem_test.c88 static int test_settables(int tstid) in test_settables() argument
90 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() argument
191 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 …]
H 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()
H A Devp_libctx_test.c112 static int test_dsa_param_keygen(int tstid) in test_dsa_param_keygen() argument
137 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() argument
200 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() argument
256 return do_dh_param_keygen(tstid, bn); in test_dh_safeprime_param_keygen()
H A Dparams_api_test.c581 static int test_param_construct(int tstid) in test_param_construct() argument
631 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()
H A Dparam_build_test.c86 static int template_public_test(int tstid) in template_public_test() argument
126 switch (tstid) { in template_public_test()
232 static int template_private_test(int tstid) in template_private_test() argument
281 switch (tstid) { in template_private_test()
H A Devp_extra_test2.c1122 static int test_dsa_fromdata_digest_prop(int tstid) in test_dsa_fromdata_digest_prop() argument
1128 int expected = (tstid == 0 ? 0 : 1); in test_dsa_fromdata_digest_prop()
1135tstid == 0 ? "provider=unknown" : "provider=default", 0); in test_dsa_fromdata_digest_prop()

Completed in 28 milliseconds