Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h31 SupportedAlgorithmsResponse* response);
/system/keymaster/include/keymaster/
Dandroid_keymaster.h56 SupportedAlgorithmsResponse* response);
Dandroid_keymaster_messages.h306 struct SupportedAlgorithmsResponse : public SupportedResponse<keymaster_algorithm_t> { struct
307 explicit SupportedAlgorithmsResponse(int32_t ver) in SupportedAlgorithmsResponse() function
/system/keymaster/tests/fuzzers/
Dserializable_types.h97 return std::make_unique<SupportedAlgorithmsResponse>(kMaxMessageVersion); in getSerializable()
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp116 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp184 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp384 SupportedAlgorithmsResponse response(impl_->message_version()); in get_supported_algorithms()