Home
last modified time | relevance | path

Searched refs:msg_encode (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/signature/
H A Dml_dsa_sig.c50 int msg_encode; member
79 ctx->msg_encode = ML_DSA_MESSAGE_ENCODE_PURE; in ml_dsa_newctx()
201 rnd, sizeof(rand_tmp), ctx->msg_encode, in ml_dsa_sign()
229 ctx->msg_encode, sig, siglen); in ml_dsa_verify()
277 if (p != NULL && !OSSL_PARAM_get_int(p, &pctx->msg_encode)) in ml_dsa_set_ctx_params()
H A Dslh_dsa_sig.c48 int msg_encode; member
83 ctx->msg_encode = SLH_DSA_MESSAGE_ENCODE_PURE; in slh_dsa_newctx()
223 opt_rand, ctx->msg_encode, in slh_dsa_sign()
251 ctx->msg_encode, sig, siglen); in slh_dsa_verify()
295 if (p != NULL && !OSSL_PARAM_get_int(p, &pctx->msg_encode)) in slh_dsa_set_ctx_params()
/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_dsa.c231 static uint8_t *msg_encode(const uint8_t *msg, size_t msg_len, in msg_encode() function
278 m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp), in ossl_slh_dsa_sign()
303 m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp), in ossl_slh_dsa_verify()
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_sign.c330 static uint8_t *msg_encode(const uint8_t *msg, size_t msg_len, in msg_encode() function
386 m = msg_encode(msg, msg_len, context, context_len, encode, in ossl_ml_dsa_sign()
422 m = msg_encode(msg, msg_len, context, context_len, encode, in ossl_ml_dsa_verify()