Searched refs:ImportWrappedKey (Results 1 – 7 of 7) sorted by relevance
55 void ImportWrappedKey(const ImportWrappedKeyRequest& request,
135 void RemoteKeymaster::ImportWrappedKey(const ImportWrappedKeyRequest& request, in ImportWrappedKey() function in keymaster::RemoteKeymaster
424 impl_->ImportWrappedKey(request, &response); in importWrappedKey()
65 void ImportWrappedKey(const ImportWrappedKeyRequest& request,
201 void RemoteKeymaster::ImportWrappedKey(const ImportWrappedKeyRequest& request, in ImportWrappedKey() function in keymaster::RemoteKeymaster
314 impl_.ImportWrappedKey(request, &response); in importWrappedKey()
68 HANDLE_MESSAGE(IMPORT_WRAPPED_KEY, ImportWrappedKey) in ProcessMessage()