Searched refs:inputVector (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | CC2538_Cryptoprocessor.cs | 118 …(0, 32, writeCallback: (_, value) => BitConverter.GetBytes((uint)value).CopyTo(inputVector, j * 4), in CC2538_Cryptoprocessor() 119 … valueProviderCallback: _ => BitConverter.ToUInt32(inputVector, j * 4)); in CC2538_Cryptoprocessor() 145 inputVector = new byte[AesBlockSizeInBytes]; in Reset() 382 if(inputVector.Any(x => x != 0)) in HandleCbcMac() 410 var ivBlock = Block.UsingBytes(inputVector); in HandleCtr() 437 using(var aes = AesProvider.GetCbcProvider(GetSelectedKey(), inputVector)) in HandleCbc() 509 IncrementCounter(inputVector, (int)counterWidth.Value); in HandleCcmEncryption() 524 IncrementCounter(inputVector, (int)counterWidth.Value); in HandleCcmDecryption() 553 result.UpdateBytes(inputVector, 1, nonceLength); in GenerateB0Block() 603 var resultBlock = Block.WithCopiedBytes(inputVector); in GenerateS0Block() [all …]
|