Home
last modified time | relevance | path

Searched refs:z_max (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_sign.c141 uint32_t z_max, r0_max, ct0_max, h_ones; in ml_dsa_sign_internal() local
177 z_max = vector_max(&sig.z); in ml_dsa_sign_internal()
179 if (value_barrier_32(constant_time_ge(z_max, gamma1 - params->beta) in ml_dsa_sign_internal()
231 uint32_t z_max; in ml_dsa_verify_internal() local
276 z_max = vector_max(&sig.z); in ml_dsa_verify_internal()
295 ret = (z_max < (uint32_t)(params->gamma1 - params->beta)) in ml_dsa_verify_internal()
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ml_dsa_87_wycheproof_sign.txt307 # 37 z_max below the limit
315 # 38 z_max above the limit
H A Devppkey_ml_dsa_65_wycheproof_sign.txt379 # 46 z_max below the limit
387 # 47 z_max above the limit
H A Devppkey_ml_dsa_44_wycheproof_sign.txt347 # 42 z_max below the limit
355 # 43 z_max above the limit
H A Devppkey_ml_dsa_87_wycheproof_verify.txt460 # 54 z_max below the limit
468 # 55 z_max above the limit
H A Devppkey_ml_dsa_44_wycheproof_verify.txt473 # 56 z_max below the limit
481 # 57 z_max above the limit
H A Devppkey_ml_dsa_65_wycheproof_verify.txt514 # 61 z_max below the limit
522 # 62 z_max above the limit
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_data.inc2854 * it fails the z_max rejection test on iteration one