Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/contexts/
Dpure_soft_keymaster_context.h129 keymaster_security_level_t GetSecurityLevel() const override { return security_level_; } in GetSecurityLevel()
145 const keymaster_security_level_t security_level_; variable
Dpure_soft_remote_provisioning_context.h64 keymaster_security_level_t security_level_; variable
/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp55 : security_level_(security_level) {} in PureSoftRemoteProvisioningContext()
114 security_level_ == KM_SECURITY_LEVEL_STRONGBOX ? "strongbox" : "tee"; in CreateDeviceInfo()
Dpure_soft_keymaster_context.cpp67 security_level_(security_level) { in PureSoftKeymasterContext()
75 std::make_unique<PureSoftRemoteProvisioningContext>(security_level_); in PureSoftKeymasterContext()