Searched refs:local_output (Results 1 – 1 of 1) sorted by relevance
/mbedtls-3.5.0/library/ |
D | ccm.c | 338 unsigned char local_output[16]; in mbedtls_ccm_update() local 395 ret = mbedtls_ccm_crypt(ctx, offset, use_len, input, local_output); in mbedtls_ccm_update() 400 mbedtls_xor(ctx->y + offset, ctx->y + offset, local_output, use_len); in mbedtls_ccm_update() 402 memcpy(output, local_output, use_len); in mbedtls_ccm_update() 403 mbedtls_platform_zeroize(local_output, 16); in mbedtls_ccm_update() 428 mbedtls_platform_zeroize(local_output, 16); in mbedtls_ccm_update()
|