Home
last modified time | relevance | path

Searched refs:test_entropy (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/signature/
H A Dml_dsa_sig.c48 uint8_t test_entropy[ML_DSA_ENTROPY_LEN]; member
63 OPENSSL_cleanse(ctx->test_entropy, ctx->test_entropy_len); in ml_dsa_freectx()
189 rnd = ctx->test_entropy; in ml_dsa_sign()
203 if (rnd != ctx->test_entropy) in ml_dsa_sign()
260 void *vp = pctx->test_entropy; in ml_dsa_set_ctx_params()
263 if (!OSSL_PARAM_get_octet_string(p, &vp, sizeof(pctx->test_entropy), in ml_dsa_set_ctx_params()
266 if (pctx->test_entropy_len != sizeof(pctx->test_entropy)) { in ml_dsa_set_ctx_params()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-TEST-RAND.pod54 =item "test_entropy" (B<OSSL_RAND_PARAM_TEST_ENTROPY>) <octet string>