Searched refs:importKey (Results 1 – 3 of 3) sorted by relevance
77 bool Keymaster::importKey(const km::AuthorizationSet& inParams, in importKey() function in android::kernel::Keymaster95 mDevice->importKey(inParams.hidl_data(), format, hidlKey, hidlCb); in importKey()
59 bool importKey(const km::AuthorizationSet& inParams, km::KeyFormat format,
322 if (keymaster.importKey(paramBuilder, km::KeyFormat::RAW, master_key_string, in TryPrepareHwWrappedKey()