Searched refs:ImportWrappedKey (Results 1 – 4 of 4) sorted by relevance
55 void ImportWrappedKey(const ImportWrappedKeyRequest& request,
134 void RemoteKeymaster::ImportWrappedKey(const ImportWrappedKeyRequest& request, in ImportWrappedKey() function in keymaster::RemoteKeymaster
423 impl_->ImportWrappedKey(request, &response); in importWrappedKey()
67 HANDLE_MESSAGE(IMPORT_WRAPPED_KEY, ImportWrappedKey) in ProcessMessage()