Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
DKeymaster.cpp113 bool Keymaster::importKey(const km::AuthorizationSet& inParams, in importKey() function in android::kernel::Keymaster
123 auto rc = securityLevel->importKey( in importKey()
DKeymaster.h53 bool importKey(const km::AuthorizationSet& inParams, const std::string& key,
Dutils.cpp322 if (keymaster.importKey(paramBuilder, master_key_string, &wrapped_key_blob) && in TryPrepareHwWrappedKey()