Searched refs:ossl_ml_dsa_key_compress_high_bits (Results 1 – 3 of 3) sorted by relevance
62 uint32_t ossl_ml_dsa_key_compress_high_bits(uint32_t r, uint32_t gamma2) in ossl_ml_dsa_key_compress_high_bits() function89 *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()
81 uint32_t ossl_ml_dsa_key_compress_high_bits(uint32_t r, uint32_t gamma2);
126 out->coeff[i] = ossl_ml_dsa_key_compress_high_bits(in->coeff[i], gamma2); in poly_high_bits()