Home
last modified time | relevance | path

Searched refs:client_params (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
Dgoogle_keymaster.h92 Key* LoadKey(const keymaster_key_blob_t& key, const AuthorizationSet& client_params,
94 KeyBlob* LoadKeyBlob(const keymaster_key_blob_t& key, const AuthorizationSet& client_params,
/system/keymaster/
Dgoogle_keymaster.cpp344 const AuthorizationSet& client_params, keymaster_error_t* error) { in LoadKey() argument
345 UniquePtr<KeyBlob> blob(LoadKeyBlob(key, client_params, error)); in LoadKey()
352 const AuthorizationSet& client_params, in LoadKeyBlob() argument
355 BuildHiddenAuthorizations(client_params, &hidden); in LoadKeyBlob()