Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h65 const unsigned long long hibit = in poly1305_blocks() local
93 h2 += (((t1 >> 24)) & 0x3ffffffffff) | hibit; in poly1305_blocks()
H A Dpoly1305_donna32.h59 const unsigned long hibit = (st->final) ? 0UL : (1UL << 24); /* 1 << 128 */ in poly1305_blocks() local
89 h4 += (LOAD32_LE(m + 12) >> 8) | hibit; in poly1305_blocks()