Searched refs:test_entropy (Results 1 – 2 of 2) sorted by relevance
48 uint8_t test_entropy[ML_DSA_ENTROPY_LEN]; member63 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()
54 =item "test_entropy" (B<OSSL_RAND_PARAM_TEST_ENTROPY>) <octet string>