Searched refs:local_output (Results 1 – 1 of 1) sorted by relevance
349 unsigned char local_output[16]; in mbedtls_ccm_update() local410 ret = mbedtls_ccm_crypt( ctx, offset, use_len, input, local_output ); in mbedtls_ccm_update()415 ctx->y[i + offset] ^= local_output[i]; in mbedtls_ccm_update()417 memcpy( output, local_output, use_len ); in mbedtls_ccm_update()418 mbedtls_platform_zeroize( local_output, 16 ); in mbedtls_ccm_update()443 mbedtls_platform_zeroize( local_output, 16 ); in mbedtls_ccm_update()