Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_sample.c116 static int rej_ntt_poly(EVP_MD_CTX *g_ctx, const EVP_MD *md, in rej_ntt_poly() argument
126 if (!shake_xof(g_ctx, md, seed, seed_len, blocks, sizeof(blocks))) in rej_ntt_poly()
136 if (!EVP_DigestSqueeze(g_ctx, blocks, sizeof(blocks))) in rej_ntt_poly()
200 int ossl_ml_dsa_matrix_expand_A(EVP_MD_CTX *g_ctx, const EVP_MD *md, in ossl_ml_dsa_matrix_expand_A() argument
216 if (!rej_ntt_poly(g_ctx, md, derived_seed, sizeof(derived_seed), poly++)) in ossl_ml_dsa_matrix_expand_A()
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() argument
43 return ossl_ml_dsa_matrix_expand_A(g_ctx, md, rho, out); in matrix_expand_A()
H A Dml_dsa_local.h63 int ossl_ml_dsa_matrix_expand_A(EVP_MD_CTX *g_ctx, const EVP_MD *md,