Searched refs:ImportWrappedKey (Results 1 – 4 of 4) sorted by relevance
67 void ImportWrappedKey(const ImportWrappedKeyRequest& request,
264 void RemoteKeymaster::ImportWrappedKey(const ImportWrappedKeyRequest& request, in ImportWrappedKey() function in keymaster::RemoteKeymaster
315 impl_.ImportWrappedKey(request, &response); in importWrappedKey()
68 HANDLE_MESSAGE(IMPORT_WRAPPED_KEY, ImportWrappedKey) in ProcessMessage()