Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp136 bool needStoreBySecureKeyStorage = false; in CreateKeyBlob() local
138 needStoreBySecureKeyStorage = true; in CreateKeyBlob()
177 needStoreBySecureKeyStorage = true; in CreateKeyBlob()
202 if (!needStoreBySecureKeyStorage) return KM_ERROR_OK; in CreateKeyBlob()
205 assert(needStoreBySecureKeyStorage && canStoreBySecureKeyStorageIfRequired); in CreateKeyBlob()