Searched refs:POLY1305_BLOCK_SIZE_BYTES (Results 1 – 1 of 1) sorted by relevance
23 #define POLY1305_BLOCK_SIZE_BYTES (16U) macro154 offset += POLY1305_BLOCK_SIZE_BYTES; in poly1305_process()280 queue_free_len = (POLY1305_BLOCK_SIZE_BYTES - ctx->queue_len); in mbedtls_poly1305_update()308 if (remaining >= POLY1305_BLOCK_SIZE_BYTES) { in mbedtls_poly1305_update()309 nblocks = remaining / POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()313 offset += nblocks * POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()314 remaining %= POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()338 POLY1305_BLOCK_SIZE_BYTES - ctx->queue_len); in mbedtls_poly1305_finish()