Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAthenaX5200.cs70 commands = new Dictionary<JumpTable, Action> in AthenaX5200()
72 { JumpTable.PrecomputeValueRSA, EmptyHandler }, in AthenaX5200()
73 { JumpTable.InstantiateDRBG, InstantiateDRBG }, in AthenaX5200()
74 { JumpTable.GenerateBlocksFromDRBG, GenerateBlocksWithDRBG }, in AthenaX5200()
75 { JumpTable.UninstantiateDRBG, UninstantiateDRBG }, in AthenaX5200()
76 { JumpTable.ModularExponentationRSA, rsaServiceProvider.ModularExponentation }, in AthenaX5200()
77 { JumpTable.ModularReductionRSA, rsaServiceProvider.ModularReduction }, in AthenaX5200()
78 { JumpTable.DecryptCipherRSA, rsaServiceProvider.DecryptData }, in AthenaX5200()
79 { JumpTable.RunAES, aesServiceProvider.PerformAESOperation }, in AthenaX5200()
80 { JumpTable.RunAES_DMA, aesServiceProvider.PerformAESOperationDMA }, in AthenaX5200()
[all …]