Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DMessageAuthenticationServiceProvider.cs167 …private void CalculateGCM(byte[] msgBytesSwapped, byte[] authBytesSwapped, MsgAuthRegisters initVe… in CalculateGCM() argument
186 …ameters(new KeyParameter(keyBytesSwapped), (initVectorSize * 8), ivBytesSwapped, authBytesSwapped); in CalculateGCM()