HomeSort by: relevance | last modified time | path
    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