Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_key_compress.c62 uint32_t ossl_ml_dsa_key_compress_high_bits(uint32_t r, uint32_t gamma2) in ossl_ml_dsa_key_compress_high_bits() function
89 *r1 = ossl_ml_dsa_key_compress_high_bits(r, gamma2); in ossl_ml_dsa_key_compress_decompose()
139 return ossl_ml_dsa_key_compress_high_bits(r, gamma2) in ossl_ml_dsa_key_compress_make_hint()
140 != ossl_ml_dsa_key_compress_high_bits(r_plus_z, gamma2); in ossl_ml_dsa_key_compress_make_hint()
H A Dml_dsa_local.h81 uint32_t ossl_ml_dsa_key_compress_high_bits(uint32_t r, uint32_t gamma2);
H A Dml_dsa_poly.h126 out->coeff[i] = ossl_ml_dsa_key_compress_high_bits(in->coeff[i], gamma2); in poly_high_bits()