Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpoly1305.c66 const uint16_t bh = b >> 16; in mul64() local
70 const uint64_t me = (uint64_t)( (uint32_t) ah * bl ) + (uint32_t) al * bh; in mul64()
71 const uint32_t hi = (uint32_t) ah * bh; in mul64()

Completed in 3 milliseconds