Searched refs:align_bytes (Results 1 – 1 of 1) sorted by relevance
308 int align_bytes = 8 - (ctx->index % 8); in mbedtls_sha3_update() local309 if (align_bytes) { in mbedtls_sha3_update()310 for (; align_bytes > 0; align_bytes--) { in mbedtls_sha3_update()