Searched refs:nblocks (Results 1 – 1 of 1) sorted by relevance
65 size_t nblocks, in poly1305_process() argument92 for (i = 0U; i < nblocks; i++) { in poly1305_process()277 size_t nblocks; in mbedtls_poly1305_update() local309 nblocks = remaining / POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()311 poly1305_process(ctx, nblocks, &input[offset], 1U); in mbedtls_poly1305_update()313 offset += nblocks * POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()