Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dcmac.c263 memcpy( &cmac_ctx->unprocessed_block[cmac_ctx->unprocessed_len], in mbedtls_cipher_cmac_update()
267 cmac_xor_block( state, cmac_ctx->unprocessed_block, state, block_size ); in mbedtls_cipher_cmac_update()
300 memcpy( &cmac_ctx->unprocessed_block[cmac_ctx->unprocessed_len], in mbedtls_cipher_cmac_update()
333 last_block = cmac_ctx->unprocessed_block; in mbedtls_cipher_cmac_finish()
364 mbedtls_platform_zeroize( cmac_ctx->unprocessed_block, in mbedtls_cipher_cmac_finish()
365 sizeof( cmac_ctx->unprocessed_block ) ); in mbedtls_cipher_cmac_finish()
382 mbedtls_platform_zeroize( cmac_ctx->unprocessed_block, in mbedtls_cipher_cmac_reset()
383 sizeof( cmac_ctx->unprocessed_block ) ); in mbedtls_cipher_cmac_reset()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dcmac.h61 unsigned char unprocessed_block[MBEDTLS_CIPHER_BLKSIZE_MAX]; member

Completed in 5 milliseconds