Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_KeyManager.cs53 …this.deviceId = ConstructorParseHexstringArgument("deviceId", deviceId, DeviceIdExpectedLength); /… in OpenTitan_KeyManager()
54 …this.lifeCycleDiversificationConstant = ConstructorParseHexstringArgument("lifeCycleDiversificatio… in OpenTitan_KeyManager()
55 …this.creatorKey = ConstructorParseHexstringArgument("creatorKey", creatorKey, CreatorKeyExpectedLe… in OpenTitan_KeyManager()
56 …this.ownerKey = ConstructorParseHexstringArgument("ownerKey", ownerKey, OwnerKeyExpectedLength); /… in OpenTitan_KeyManager()
57 …var rootKeyTemp = ConstructorParseHexstringArgument("rootKey", rootKey, RootKeyExpectedLength); //… in OpenTitan_KeyManager()
72 …this.softOutputSeed = ConstructorParseHexstringArgument("softOutputSeed", softOutputSeed, SeedExpe… in OpenTitan_KeyManager()
73 …this.hardOutputSeed = ConstructorParseHexstringArgument("hardOutputSeed", hardOutputSeed, SeedExpe… in OpenTitan_KeyManager()
74 …this.destinationNoneSeed = ConstructorParseHexstringArgument("destinationNoneSeed", destinationNon… in OpenTitan_KeyManager()
75 …this.destinationAesSeed = ConstructorParseHexstringArgument("destinationAesSeed", destinationAesSe… in OpenTitan_KeyManager()
76 …this.destinationOtbnSeed = ConstructorParseHexstringArgument("destinationOtbnSeed", destinationOtb… in OpenTitan_KeyManager()
[all …]