Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/
DPRINCECipher.cs12 public class PRINCECipher class
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/
DOpenTitan_ROMController.cs180 var dataPrince = PRINCECipher.Scramble(index | dataNonce, key[1], key[0], rounds: 6); in LoadWord()