Home
last modified time | relevance | path

Searched refs:matrix_expand_A (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_matrix.h40 matrix_expand_A(EVP_MD_CTX *g_ctx, const EVP_MD *md, const uint8_t *rho, in matrix_expand_A() function
H A Dml_dsa_sign.c111 if (!matrix_expand_A(md_ctx, priv->shake128_md, priv->rho, &a_ntt)) in ml_dsa_sign_internal()
259 || !matrix_expand_A(md_ctx, pub->shake128_md, pub->rho, &a_ntt)) in ml_dsa_verify_internal()
H A Dml_dsa_key.c330 if (!matrix_expand_A(md_ctx, key->shake128_md, key->rho, &a_ntt)) in public_from_private()