Searched refs:nblocks (Results 1 – 1 of 1) sorted by relevance
102 size_t nblocks, in poly1305_process() argument129 for( i = 0U; i < nblocks; i++ ) in poly1305_process()331 size_t nblocks; in mbedtls_poly1305_update() local370 nblocks = remaining / POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()372 poly1305_process( ctx, nblocks, &input[offset], 1U ); in mbedtls_poly1305_update()374 offset += nblocks * POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()