Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/poly1305/
Dpoly1305_vec.c54 static uint64_t INLINE shr128(uint128_t v, const int shift) { in shr128() function
222 c = shr128(d[0], 44); in poly1305_first_block()
225 c = shr128(d[1], 44); in poly1305_first_block()
228 c = shr128(d[2], 42); in poly1305_first_block()
816 c = shr128(d[0], 44); in CRYPTO_poly1305_finish()
819 c = shr128(d[1], 44); in CRYPTO_poly1305_finish()
822 c = shr128(d[2], 42); in CRYPTO_poly1305_finish()