Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Daesce.c508 static inline uint8x16_t pmull_high(uint8x16_t a, uint8x16_t b) in pmull_high() function
537 h = pmull_high(a, b); /* h3:h2:00:00 = a1*b1 */ in poly_mult_128()
540 d = pmull_high(a, c); /* :d2:d1:00 = a1*b0 */ in poly_mult_128()
581 c = pmull_high(h, MODULO); /* :c2:c1:00 = reduction of h3 */ in poly_mult_reduce()
584 f = pmull_high(e, MODULO); /* : :f1:f0 = reduction of e2 */ in poly_mult_reduce()