Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp189 bool needStoreBySecureKeyStorage = false; in CreateKeyBlob() local
191 needStoreBySecureKeyStorage = true; in CreateKeyBlob()
230 needStoreBySecureKeyStorage = true; in CreateKeyBlob()
256 if (!needStoreBySecureKeyStorage) return KM_ERROR_OK; in CreateKeyBlob()
259 assert(needStoreBySecureKeyStorage && canStoreBySecureKeyStorageIfRequired); in CreateKeyBlob()