Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dpoly1305.c72 const uint16_t ah = a >> 16; in mul64() local
77 const uint64_t me = (uint64_t)( (uint32_t) ah * bl ) + (uint32_t) al * bh; in mul64()
78 const uint32_t hi = (uint32_t) ah * bh; in mul64()

Completed in 3 milliseconds