Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Daesce.c432 static inline uint8x16_t vrbitq_u8(uint8x16_t x) in vrbitq_u8() function
434 /* There is no vrbitq_u8 instruction in A32/T32, so provide in vrbitq_u8()
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()

Completed in 1 milliseconds