Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dpoly1305.c53 #define POLY1305_BLOCK_SIZE_BYTES ( 16U ) macro
192 offset += POLY1305_BLOCK_SIZE_BYTES; in poly1305_process()
337 queue_free_len = ( POLY1305_BLOCK_SIZE_BYTES - ctx->queue_len ); in mbedtls_poly1305_update()
368 if( remaining >= POLY1305_BLOCK_SIZE_BYTES ) in mbedtls_poly1305_update()
370 nblocks = remaining / POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()
374 offset += nblocks * POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()
375 remaining %= POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()
404 POLY1305_BLOCK_SIZE_BYTES - ctx->queue_len ); in mbedtls_poly1305_finish()

Completed in 3 milliseconds