Searched refs:importKey (Results 1 – 3 of 3) sorted by relevance
53 bool importKey(const km::AuthorizationSet& inParams, const std::string& key,
113 bool Keymaster::importKey(const km::AuthorizationSet& inParams, in importKey() function in android::kernel::Keymaster123 auto rc = securityLevel->importKey( in importKey()
352 if (keymaster.importKey(paramBuilder, master_key_string, &wrapped_key_blob) && in TryPrepareHwWrappedKey()