Home
last modified time | relevance | path

Searched refs:even (Results 1 – 4 of 4) sorted by relevance

/crypto/ml_dsa/
A Dml_dsa_ntt.c184 uint32_t even = p->coeff[j]; in ossl_ml_dsa_poly_ntt_inverse() local
187 p->coeff[j] = reduce_once(odd + even); in ossl_ml_dsa_poly_ntt_inverse()
190 * (uint64_t)(ML_DSA_Q + even - odd)); in ossl_ml_dsa_poly_ntt_inverse()
/crypto/ml_kem/
A Dml_kem.c527 uint16_t *pause = curr + offset, even, odd; in scalar_ntt() local
532 even = *curr; in scalar_ntt()
534 *peer++ = reduce_once(even - odd + kPrime); in scalar_ntt()
535 *curr++ = reduce_once(odd + even); in scalar_ntt()
559 uint16_t *pause = curr + offset, even, odd; in scalar_inverse_ntt() local
564 even = *curr; in scalar_inverse_ntt()
566 *peer++ = reduce(zeta * (even - odd + kPrime)); in scalar_inverse_ntt()
567 *curr++ = reduce_once(odd + even); in scalar_inverse_ntt()
/crypto/engine/
A DREADME.md67 continue with this approach for EVP_CIPHER support (even if it *was* possible)
122 ENGINE_TABLE essentially provide linker-separation of the classes so that even
177 nothing to do with whether an ENGINE is *functional* or not (ie. you can even
179 not even have the drivers to make it operate). What actually happens with
/crypto/err/
A Dopenssl.txt182 BN_R_CALLED_WITH_EVEN_MODULUS:102:called with even modulus

Completed in 12 milliseconds