Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster.h39 void SupportedBlockModes(const SupportedBlockModesRequest& request,
Dremote_keymaster.cpp79 void RemoteKeymaster::SupportedBlockModes(const SupportedBlockModesRequest& request, in SupportedBlockModes() function in keymaster::RemoteKeymaster
/device/google/cuttlefish/host/commands/secure_env/
Dkeymaster_responder.cpp56 HANDLE_MESSAGE(GET_SUPPORTED_BLOCK_MODES, SupportedBlockModes) in ProcessMessage()