Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp190 bool needStoreBySecureKeyStorage = false; in CreateKeyBlob() local
192 needStoreBySecureKeyStorage = true; in CreateKeyBlob()
231 needStoreBySecureKeyStorage = true; in CreateKeyBlob()
257 if (!needStoreBySecureKeyStorage) return KM_ERROR_OK; in CreateKeyBlob()
260 assert(needStoreBySecureKeyStorage && canStoreBySecureKeyStorageIfRequired); in CreateKeyBlob()