Searched refs:AES_CMAC_Update (Results 1 – 3 of 3) sorted by relevance
60 void AES_CMAC_Update(AES_CMAC_CTX * ctx, const uint8_t * data, uint32_t len);
100 AES_CMAC_Update( aesCmacCtx, micBxBuffer, 16 ); in ComputeCmac()103 AES_CMAC_Update( aesCmacCtx, buffer, size ); in ComputeCmac()
71 void AES_CMAC_Update( AES_CMAC_CTX* ctx, const uint8_t* data, uint32_t len ) in AES_CMAC_Update() function