Searched refs:cmac_xor_block (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | cmac.c | 151 static void cmac_xor_block( unsigned char *output, const unsigned char *input1, in cmac_xor_block() function 250 cmac_xor_block( state, cmac_ctx->unprocessed_block, state, block_size ); in mbedtls_cipher_cmac_update() 270 cmac_xor_block( state, input, state, block_size ); in mbedtls_cipher_cmac_update() 322 cmac_xor_block( M_last, M_last, K2, block_size ); in mbedtls_cipher_cmac_finish() 327 cmac_xor_block( M_last, last_block, K1, block_size ); in mbedtls_cipher_cmac_finish() 331 cmac_xor_block( state, M_last, state, block_size ); in mbedtls_cipher_cmac_finish()
|