Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Daesce.c498 static inline uint8x16_t pmull_low(uint8x16_t a, uint8x16_t b) in pmull_low() function
538 l = pmull_low(a, b); /* : :l1:l0 = a0*b0 */ in poly_mult_128()
541 e = pmull_low(a, c); /* :e2:e1:00 = a0*b1 */ in poly_mult_128()
582 d = pmull_low(h, MODULO); /* : :d1:d0 = reduction of h2 */ in poly_mult_reduce()