OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_entropy
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/signature/
ml_dsa_sig.c
48
uint8_t
test_entropy
[ML_DSA_ENTROPY_LEN];
member in struct:__anon593
63
OPENSSL_cleanse(ctx->
test_entropy
, ctx->test_entropy_len);
189
rnd = ctx->
test_entropy
;
203
if (rnd != ctx->
test_entropy
)
260
void *vp = pctx->
test_entropy
;
263
if (!OSSL_PARAM_get_octet_string(p, &vp, sizeof(pctx->
test_entropy
),
266
if (pctx->test_entropy_len != sizeof(pctx->
test_entropy
)) {
ml_dsa_sig.c
48
uint8_t
test_entropy
[ML_DSA_ENTROPY_LEN];
member in struct:__anon593
63
OPENSSL_cleanse(ctx->
test_entropy
, ctx->test_entropy_len);
189
rnd = ctx->
test_entropy
;
203
if (rnd != ctx->
test_entropy
)
260
void *vp = pctx->
test_entropy
;
263
if (!OSSL_PARAM_get_octet_string(p, &vp, sizeof(pctx->
test_entropy
),
266
if (pctx->test_entropy_len != sizeof(pctx->
test_entropy
)) {
Completed in 30 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026