Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs456 if(ccmCbcMacAesProvider == null) in HandleCcmAuthentication()
462 ccmCbcMacAesProvider = AesProvider.GetCbcMacProvider(GetSelectedKey()); in HandleCcmAuthentication()
464 ccmCbcMacAesProvider.EncryptBlockInSitu(GenerateB0Block()); in HandleCcmAuthentication()
470 …ProcessDataInMemory((uint)dmaInputAddress.Value, null, length, ccmCbcMacAesProvider.EncryptBlockIn… in HandleCcmAuthentication()
484 ccmCbcMacAesProvider.Dispose(); in HandleCcmAuthentication()
485 ccmCbcMacAesProvider = null; in HandleCcmAuthentication()
496 …ProcessDataInMemory((uint)dmaInputAddress.Value, null, length, ccmCbcMacAesProvider.EncryptBlockIn… in HandleCcmAuthentication()
500 GenerateS0Block().XorWith(ccmCbcMacAesProvider.LastBlock).CopyTo(tag); in HandleCcmAuthentication()
502 ccmCbcMacAesProvider.Dispose(); in HandleCcmAuthentication()
503 ccmCbcMacAesProvider = null; in HandleCcmAuthentication()
[all …]