Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h36 void SupportedDigests(const SupportedDigestsRequest& request,
/system/keymaster/include/keymaster/
Dandroid_keymaster.h61 void SupportedDigests(const SupportedDigestsRequest& request,
Dandroid_keymaster_messages.h196 struct SupportedDigestsRequest : public SupportedByAlgorithmAndPurposeRequest { struct
197 explicit SupportedDigestsRequest(int32_t ver = MAX_MESSAGE_VERSION)
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp84 void TrustyKeymaster::SupportedDigests(const SupportedDigestsRequest& request, in SupportedDigests()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp145 void AndroidKeymaster::SupportedDigests(const SupportedDigestsRequest& request, in SupportedDigests()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp529 SupportedDigestsRequest request; in get_supported_digests()