Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dandroid_keymaster.h55 SupportedAlgorithmsResponse* response);
Dandroid_keymaster_messages.h228 struct SupportedAlgorithmsResponse : public SupportedResponse<keymaster_algorithm_t> { struct
229 explicit SupportedAlgorithmsResponse(int32_t ver = MAX_MESSAGE_VERSION)
/system/keymaster/
Dandroid_keymaster.cpp105 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms()
Dsoft_keymaster_device.cpp424 SupportedAlgorithmsResponse response; in get_supported_algorithms()