Home
last modified time | relevance | path

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

/crypto/
Dpoly1305_generic.c93 u32 hibit) in poly1305_blocks_internal() argument
126 h4 += (get_unaligned_le32(src + 12) >> 8) | hibit; in poly1305_blocks_internal()
167 const u8 *src, unsigned int srclen, u32 hibit) in poly1305_blocks() argument
178 src, srclen / POLY1305_BLOCK_SIZE, hibit); in poly1305_blocks()