Searched refs:even (Results 1 – 4 of 4) sorted by relevance
184 uint32_t even = p->coeff[j]; in ossl_ml_dsa_poly_ntt_inverse() local187 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()
527 uint16_t *pause = curr + offset, even, odd; in scalar_ntt() local532 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() local564 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()
67 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 even177 nothing to do with whether an ENGINE is *functional* or not (ie. you can even179 not even have the drivers to make it operate). What actually happens with
182 BN_R_CALLED_WITH_EVEN_MODULUS:102:called with even modulus
Completed in 12 milliseconds