Searched refs:z_max (Results 1 – 8 of 8) sorted by relevance
141 uint32_t z_max, r0_max, ct0_max, h_ones; in ml_dsa_sign_internal() local177 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() local276 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()
307 # 37 z_max below the limit315 # 38 z_max above the limit
379 # 46 z_max below the limit387 # 47 z_max above the limit
347 # 42 z_max below the limit355 # 43 z_max above the limit
460 # 54 z_max below the limit468 # 55 z_max above the limit
473 # 56 z_max below the limit481 # 57 z_max above the limit
514 # 61 z_max below the limit522 # 62 z_max above the limit
2854 * it fails the z_max rejection test on iteration one