Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs439 bool encrypt = ((fetcherDescriptorList[configDescriptorIndex].Data[0] & 0x1) == 0); in RunAesEngine()
450 …oisy, "RunAesEngine(): encrypt={0} cxLoad={1} cxSave={2} AES mode: {3}", encrypt, cxLoad, cxSave, … in RunAesEngine()
460 cipher.Init(encrypt, keyParameter); in RunAesEngine()
466 cipher.Init(encrypt, parametersWithIV); in RunAesEngine()
DSilabs_SecureElement.cs588 …, uint outputDma, uint[] commandParams, uint commandParamsCount, uint commandOptions, bool encrypt) in HandleAesEncryptOrDecryptCommand() argument
702 cipher.Init(encrypt, parametersWithIV); in HandleAesEncryptOrDecryptCommand()
707 cipher.Init(encrypt, keyParameter); in HandleAesEncryptOrDecryptCommand()