OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:z_max
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_sign.c
141
uint32_t
z_max
, r0_max, ct0_max, h_ones;
local
177
z_max
= vector_max(&sig.z);
179
if (value_barrier_32(constant_time_ge(
z_max
, gamma1 - params->beta)
231
uint32_t
z_max
;
local
275
/* compute
z_max
early in order to reuse sig.z */
276
z_max
= vector_max(&sig.z);
295
ret = (
z_max
< (uint32_t)(params->gamma1 - params->beta))
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026