Searched refs:ccmCbcMacAesProvider (Results 1 – 1 of 1) sorted by relevance
456 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 …]