Home
last modified time | relevance | path

Searched defs:ct0 (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_key_compress.c133 int32_t ossl_ml_dsa_key_compress_make_hint(uint32_t ct0, uint32_t cs2, in ossl_ml_dsa_key_compress_make_hint()
H A Dml_dsa_poly.h139 poly_make_hint(const POLY *ct0, const POLY *cs2, const POLY *w, uint32_t gamma2, in poly_make_hint()
H A Dml_dsa_vector.h240 vector_make_hint(const VECTOR *ct0, const VECTOR *cs2, const VECTOR *w, in vector_make_hint()
H A Dml_dsa_sign.c141 VECTOR *ct0 = &w1; in ml_dsa_sign_internal() local