Searched refs:coefficientsReverse (Results 1 – 2 of 2) sorted by relevance
45 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
55 state = Substitute(state, width, coefficientsReverse); in Descramble()113 private static readonly ulong[] coefficientsReverse = new ulong[] field in Antmicro.Renode.Utilities.PRESENTCipher