Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Daesce.c575 uint8x16_t const MODULO = vreinterpretq_u8_u64(vshrq_n_u64(r, 64 - 8)); in poly_mult_reduce() local
581 c = pmull_high(h, MODULO); /* :c2:c1:00 = reduction of h3 */ in poly_mult_reduce()
582 d = pmull_low(h, MODULO); /* : :d1:d0 = reduction of h2 */ in poly_mult_reduce()
584 f = pmull_high(e, MODULO); /* : :f1:f0 = reduction of e2 */ in poly_mult_reduce()