Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Daesce.c432 static inline uint8x16_t vrbitq_u8(uint8x16_t x) in vrbitq_u8() function
599 va = vrbitq_u8(vld1q_u8(&a[0])); in mbedtls_aesce_gcm_mult()
600 vb = vrbitq_u8(vld1q_u8(&b[0])); in mbedtls_aesce_gcm_mult()
601 vc = vrbitq_u8(poly_mult_reduce(poly_mult_128(va, vb))); in mbedtls_aesce_gcm_mult()