Home
last modified time | relevance | path

Searched refs:local_output (Results 1 – 1 of 1) sorted by relevance

/third_party/mbedtls/library/
Dccm.c349 unsigned char local_output[16]; in mbedtls_ccm_update() local
410 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()