Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/
DPRINCECipher.cs45 state = Substitute(state, 64, coefficientsReverse); in Scramble()
53 state = Substitute(state, 64, coefficientsReverse); in Scramble()
124 private static readonly ulong[] coefficientsReverse = new ulong[] field in Antmicro.Renode.Utilities.PRINCECipher
DPRESENTCipher.cs55 state = Substitute(state, width, coefficientsReverse); in Descramble()
113 private static readonly ulong[] coefficientsReverse = new ulong[] field in Antmicro.Renode.Utilities.PRESENTCipher