Searched refs:POLY1305_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
36 bytes = min(nbytes, POLY1305_BLOCK_SIZE - desc->buflen); in poly1305_update_generic()42 if (desc->buflen == POLY1305_BLOCK_SIZE) { in poly1305_update_generic()49 if (likely(nbytes >= POLY1305_BLOCK_SIZE)) { in poly1305_update_generic()51 nbytes / POLY1305_BLOCK_SIZE, 1); in poly1305_update_generic()52 src += nbytes - (nbytes % POLY1305_BLOCK_SIZE); in poly1305_update_generic()53 nbytes %= POLY1305_BLOCK_SIZE; in poly1305_update_generic()68 POLY1305_BLOCK_SIZE - desc->buflen); in poly1305_final_generic()
14 const u8 raw_key[POLY1305_BLOCK_SIZE]) in poly1305_core_setkey() argument102 input += POLY1305_BLOCK_SIZE; in poly1305_core_blocks()
14 const u8 raw_key[POLY1305_BLOCK_SIZE]) in poly1305_core_setkey() argument109 input += POLY1305_BLOCK_SIZE; in poly1305_core_blocks()