Searched refs:atcaAesCmacCtx (Results 1 – 1 of 1) sorted by relevance
224 atca_aes_cmac_ctx_t atcaAesCmacCtx; in ComputeCmac() local226 atcab_aes_cmac_init( &atcaAesCmacCtx, keyItem->KeySlotNumber, keyItem->KeyBlockIndex ); in ComputeCmac()232 atcab_aes_cmac_update( &atcaAesCmacCtx, micBxBuffer, 16 ); in ComputeCmac()235 atcab_aes_cmac_update( &atcaAesCmacCtx, buffer, size ); in ComputeCmac()237 atcab_aes_cmac_finish( &atcaAesCmacCtx, Cmac, 16 ); in ComputeCmac()