Searched refs:ct0 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/crypto/ml_dsa/ |
| H A D | ml_dsa_key_compress.c | 133 int32_t ossl_ml_dsa_key_compress_make_hint(uint32_t ct0, uint32_t cs2, in ossl_ml_dsa_key_compress_make_hint() argument 137 uint32_t r = reduce_once(r_plus_z + ct0); in ossl_ml_dsa_key_compress_make_hint()
|
| H A D | ml_dsa_sign.c | 140 VECTOR *ct0 = &w1; in ml_dsa_sign_internal() local 183 vector_mult_scalar(&t0_ntt, c_ntt, ct0); in ml_dsa_sign_internal() 184 vector_ntt_inverse(ct0); in ml_dsa_sign_internal() 185 vector_make_hint(ct0, &cs2, &w, gamma2, &sig.hint); in ml_dsa_sign_internal() 187 ct0_max = vector_max(ct0); in ml_dsa_sign_internal()
|
| H A D | ml_dsa_poly.h | 139 poly_make_hint(const POLY *ct0, const POLY *cs2, const POLY *w, uint32_t gamma2, in poly_make_hint() argument 145 out->coeff[i] = ossl_ml_dsa_key_compress_make_hint(ct0->coeff[i], in poly_make_hint()
|
| H A D | ml_dsa_vector.h | 236 vector_make_hint(const VECTOR *ct0, const VECTOR *cs2, const VECTOR *w, in vector_make_hint() argument 242 poly_make_hint(ct0->poly + i, cs2->poly + i, w->poly + i, gamma2, in vector_make_hint()
|
| H A D | ml_dsa_local.h | 87 int32_t ossl_ml_dsa_key_compress_make_hint(uint32_t ct0, uint32_t cs2,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepInstrInfo.td | 19127 "$Rd32 = ct0($Rs32)", 19138 "$Rd32 = ct0($Rss32)",
|