Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_utils.h65 SecurityLevel flagsToSecurityLevel(int32_t flags);
Dkeystore_utils.cpp155 SecurityLevel flagsToSecurityLevel(int32_t flags) { in flagsToSecurityLevel() function
Dkey_store_service.cpp603 auto device = mKeyStore->getDevice(flagsToSecurityLevel(flags)); in addRngEntropy()
643 SecurityLevel securityLevel = flagsToSecurityLevel(flags); in generateKey()
741 SecurityLevel securityLevel = flagsToSecurityLevel(flags); in importKey()
Dblob.cpp535 return keystore::flagsToSecurityLevel(mBlob->flags); in getSecurityLevel()