Symbol: msg_encode
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
382
m = msg_encode(msg, msg_len, context, context_len, encode,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
418
m = msg_encode(msg, msg_len, context, context_len, encode,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
289
m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp),
crypto/openssl/crypto/slh_dsa/slh_dsa.c
314
m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp),
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
201
rnd, sizeof(rand_tmp), ctx->msg_encode,
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
229
ctx->msg_encode, sig, siglen);
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
277
if (p != NULL && !OSSL_PARAM_get_int(p, &pctx->msg_encode))
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
50
int msg_encode;
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
79
ctx->msg_encode = ML_DSA_MESSAGE_ENCODE_PURE;
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
223
opt_rand, ctx->msg_encode,
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
251
ctx->msg_encode, sig, siglen);
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
295
if (p != NULL && !OSSL_PARAM_get_int(p, &pctx->msg_encode))
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
48
int msg_encode;
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
83
ctx->msg_encode = SLH_DSA_MESSAGE_ENCODE_PURE;