Searched refs:nblocks (Results 1 – 1 of 1) sorted by relevance
95 size_t nblocks, in poly1305_process() argument122 for( i = 0U; i < nblocks; i++ ) in poly1305_process()312 size_t nblocks; in mbedtls_poly1305_update() local351 nblocks = remaining / POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()353 poly1305_process( ctx, nblocks, &input[offset], 1U ); in mbedtls_poly1305_update()355 offset += nblocks * POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()
Completed in 3 milliseconds