Searched refs:encrypt (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_AES_1.cs | 439 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()
|
| D | Silabs_SecureElement.cs | 588 …, 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()
|