Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Dsha3.c308 int align_bytes = 8 - (ctx->index % 8); in mbedtls_sha3_update() local
309 if (align_bytes) { in mbedtls_sha3_update()
310 for (; align_bytes > 0; align_bytes--) { in mbedtls_sha3_update()