Home
last modified time | relevance | path

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

/lib/crypto/
Dpoly1305.c36 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()
Dpoly1305-donna64.c14 const u8 raw_key[POLY1305_BLOCK_SIZE]) in poly1305_core_setkey() argument
102 input += POLY1305_BLOCK_SIZE; in poly1305_core_blocks()
Dpoly1305-donna32.c14 const u8 raw_key[POLY1305_BLOCK_SIZE]) in poly1305_core_setkey() argument
109 input += POLY1305_BLOCK_SIZE; in poly1305_core_blocks()