Home
last modified time | relevance | path

Searched refs:importKey (Results 1 – 3 of 3) sorted by relevance

/test/vts-testcase/kernel/encryption/
DKeymaster.cpp77 bool Keymaster::importKey(const km::AuthorizationSet& inParams, in importKey() function in android::kernel::Keymaster
95 mDevice->importKey(inParams.hidl_data(), format, hidlKey, hidlCb); in importKey()
DKeymaster.h59 bool importKey(const km::AuthorizationSet& inParams, km::KeyFormat format,
Dutils.cpp322 if (keymaster.importKey(paramBuilder, km::KeyFormat::RAW, master_key_string, in TryPrepareHwWrappedKey()