Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dpoly1305.c102 size_t nblocks, in poly1305_process() argument
129 for( i = 0U; i < nblocks; i++ ) in poly1305_process()
331 size_t nblocks; in mbedtls_poly1305_update() local
370 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()