Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_local.h69 int ossl_ml_dsa_poly_expand_mask(POLY *out, const uint8_t *seed, size_t seed_len,
H A Dml_dsa_poly.h87 return ossl_ml_dsa_poly_expand_mask(out, seed, seed_len, gamma1, h_ctx, md); in poly_expand_mask()
H A Dml_dsa_sample.c281 int ossl_ml_dsa_poly_expand_mask(POLY *out, const uint8_t *seed, size_t seed_len, in ossl_ml_dsa_poly_expand_mask() function