Searched refs:tstid (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_pkey_dhkem_test.c | 39 static int test_dhkem_encapsulate(int tstid) in test_dhkem_encapsulate() argument 43 const TEST_ENCAPDATA *t = &ec_encapdata[tstid]; in test_dhkem_encapsulate() 65 static int test_dhkem_decapsulate(int tstid) in test_dhkem_decapsulate() argument 69 const TEST_ENCAPDATA *t = &ec_encapdata[tstid]; in test_dhkem_decapsulate() 88 static int test_settables(int tstid) in test_settables() argument 90 EVP_PKEY_CTX *ctx = rctx[tstid]; in test_settables() 105 static int test_init_multiple(int tstid) in test_init_multiple() argument 107 EVP_PKEY_CTX *ctx = rctx[tstid]; in test_init_multiple() 168 static int test_no_operation_set(int tstid) in test_no_operation_set() argument 170 EVP_PKEY_CTX *ctx = rctx[tstid]; in test_no_operation_set() [all …]
|
| H A D | bio_readbuffer_test.c | 26 static int test_readbuffer_file_bio(int tstid) in test_readbuffer_file_bio() argument 55 if (tstid != 0) { in test_readbuffer_file_bio() 74 if (tstid == 1 && --partial == 0) in test_readbuffer_file_bio()
|
| H A D | evp_libctx_test.c | 114 static int test_dsa_param_keygen(int tstid) in test_dsa_param_keygen() argument 139 pind = tstid / 9; in test_dsa_param_keygen() 140 qind = (tstid / 3) % 3; in test_dsa_param_keygen() 141 gind = tstid % 3; in test_dsa_param_keygen() 186 static int do_dh_param_keygen(int tstid, const BIGNUM **bn) in do_dh_param_keygen() argument 202 pind = tstid / 9; in do_dh_param_keygen() 203 qind = (tstid / 3) % 3; in do_dh_param_keygen() 204 gind = tstid % 3; in do_dh_param_keygen() 252 static int test_dh_safeprime_param_keygen(int tstid) in test_dh_safeprime_param_keygen() argument 258 return do_dh_param_keygen(tstid, bn); in test_dh_safeprime_param_keygen()
|
| H A D | ml_dsa_test.c | 393 static int do_ml_dsa_sign_verify(const char *alg, int tstid) in do_ml_dsa_sign_verify() argument 396 const struct sig_params_st *sp = &sig_params[tstid]; in do_ml_dsa_sign_verify() 443 static int ml_dsa_44_sign_verify_test(int tstid) in ml_dsa_44_sign_verify_test() argument 445 return do_ml_dsa_sign_verify("ML-DSA-44", tstid); in ml_dsa_44_sign_verify_test() 447 static int ml_dsa_65_sign_verify_test(int tstid) in ml_dsa_65_sign_verify_test() argument 449 return do_ml_dsa_sign_verify("ML-DSA-65", tstid); in ml_dsa_65_sign_verify_test() 451 static int ml_dsa_87_sign_verify_test(int tstid) in ml_dsa_87_sign_verify_test() argument 453 return do_ml_dsa_sign_verify("ML-DSA-87", tstid); in ml_dsa_87_sign_verify_test()
|
| H A D | params_api_test.c | 590 static int test_param_construct(int tstid) in test_param_construct() argument 640 switch (tstid) { in test_param_construct() 688 || (tstid <= 1 && !TEST_double_eq(d, d2))) in test_param_construct() 713 || (tstid <= 1 && !TEST_ptr_eq(bufp2, bufp))) in test_param_construct() 739 || (tstid <= 1 && !TEST_ptr_eq(vp, &ul))) in test_param_construct() 745 || (tstid <= 1 && !TEST_ptr_eq(vp2, vp))) in test_param_construct()
|
| H A D | param_build_test.c | 86 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 D | evp_extra_test2.c | 3208 static int test_dsa_fromdata_digest_prop(int tstid) in test_dsa_fromdata_digest_prop() argument 3214 int expected = (tstid == 0 ? 0 : 1); in test_dsa_fromdata_digest_prop() 3221 tstid == 0 ? "provider=unknown" : "provider=default", 0); in test_dsa_fromdata_digest_prop()
|
| H A D | acvp_test.c | 354 static int ecdh_cofactor_derive_test(int tstid) in ecdh_cofactor_derive_test() argument 357 const struct ecdh_cofactor_derive_st *t = &ecdh_cofactor_derive_data[tstid]; in ecdh_cofactor_derive_test()
|