Lines Matching refs:offset
73 size_t offset = 0U; in poly1305_process() local
94 d0 = MBEDTLS_GET_UINT32_LE(input, offset + 0); in poly1305_process()
95 d1 = MBEDTLS_GET_UINT32_LE(input, offset + 4); in poly1305_process()
96 d2 = MBEDTLS_GET_UINT32_LE(input, offset + 8); in poly1305_process()
97 d3 = MBEDTLS_GET_UINT32_LE(input, offset + 12); in poly1305_process()
154 offset += POLY1305_BLOCK_SIZE_BYTES; in poly1305_process()
274 size_t offset = 0U; in mbedtls_poly1305_update() local
303 offset += queue_free_len; in mbedtls_poly1305_update()
311 poly1305_process(ctx, nblocks, &input[offset], 1U); in mbedtls_poly1305_update()
313 offset += nblocks * POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()
320 memcpy(ctx->queue, &input[offset], remaining); in mbedtls_poly1305_update()