Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/atecc608a-tnglora-se/
Datecc608a-tnglora-se.c224 atca_aes_cmac_ctx_t atcaAesCmacCtx; in ComputeCmac() local
226 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()