Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.h67 void ImportWrappedKey(const ImportWrappedKeyRequest& request,
Dremote_keymaster.cpp264 void RemoteKeymaster::ImportWrappedKey(const ImportWrappedKeyRequest& request, in ImportWrappedKey() function in keymaster::RemoteKeymaster
Dremote_keymint_device.cpp315 impl_.ImportWrappedKey(request, &response); in importWrappedKey()
/device/google/cuttlefish/host/commands/secure_env/
Dkeymaster_responder.cpp68 HANDLE_MESSAGE(IMPORT_WRAPPED_KEY, ImportWrappedKey) in ProcessMessage()