Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Daesce.c414 static inline poly128_t vmull_p64(poly64_t a, poly64_t b) in vmull_p64() function
426 return vmull_p64((poly64_t) (vget_high_u64((uint64x2_t) a)), in vmull_high_p64()
490 #define MBEDTLS_VMULL_P64(a, b) vmull_p64((poly64_t) a, (poly64_t) b)
495 #define MBEDTLS_VMULL_P64(a, b) vmull_p64(a, b)