Home
last modified time | relevance | path

Searched refs:queue_free_len (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dpoly1305.c288 size_t queue_free_len; in mbedtls_poly1305_update() local
292 queue_free_len = (POLY1305_BLOCK_SIZE_BYTES - ctx->queue_len); in mbedtls_poly1305_update()
294 if (ilen < queue_free_len) { in mbedtls_poly1305_update()
309 queue_free_len); in mbedtls_poly1305_update()
315 offset += queue_free_len; in mbedtls_poly1305_update()
316 remaining -= queue_free_len; in mbedtls_poly1305_update()

Completed in 1 milliseconds