Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/
DTrustyKeymaster.cpp101 static void ForwardCommand(enum keymaster_command command, const KeymasterMessage& req, in ForwardCommand() function
112 ForwardCommand(KM_GET_VERSION, request, response); in GetVersion()
117 ForwardCommand(KM_GET_SUPPORTED_ALGORITHMS, request, response); in SupportedAlgorithms()
122 ForwardCommand(KM_GET_SUPPORTED_BLOCK_MODES, request, response); in SupportedBlockModes()
127 ForwardCommand(KM_GET_SUPPORTED_PADDING_MODES, request, response); in SupportedPaddingModes()
132 ForwardCommand(KM_GET_SUPPORTED_DIGESTS, request, response); in SupportedDigests()
137 ForwardCommand(KM_GET_SUPPORTED_IMPORT_FORMATS, request, response); in SupportedImportFormats()
142 ForwardCommand(KM_GET_SUPPORTED_EXPORT_FORMATS, request, response); in SupportedExportFormats()
147 ForwardCommand(KM_ADD_RNG_ENTROPY, request, response); in AddRngEntropy()
151 ForwardCommand(KM_CONFIGURE, request, response); in Configure()
[all …]