Searched refs:dataNonce (Results 1 – 1 of 1) sorted by relevance
104 dataNonce = temp[0] << romIndexWidth;108 … return "{0:X16}".FormatWith((dataNonce >> romIndexWidth) | (addressKey << (64 - romIndexWidth)));180 var dataPrince = PRINCECipher.Scramble(index | dataNonce, key[1], key[0], rounds: 6); in LoadWord()207 private ulong dataNonce; field in Antmicro.Renode.Peripherals.MemoryControllers.OpenTitan_ROMController