Home
last modified time | relevance | path

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

/system/security/ondevice-signing/
DKeystoreHmacKey.h30 using IKeystoreSecurityLevel = ::android::system::keystore2::IKeystoreSecurityLevel; variable
36 android::sp<IKeystoreSecurityLevel> securityLevel);
45 android::sp<IKeystoreSecurityLevel> mSecurityLevel;
DKeystoreKey.h34 using IKeystoreSecurityLevel = ::android::system::keystore2::IKeystoreSecurityLevel; variable
55 android::sp<IKeystoreSecurityLevel> mSecurityLevel;
DKeystoreHmacKey.cpp122 sp<IKeystoreSecurityLevel> securityLevel) { in initialize()
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DKeyEntryResponse.aidl19 import android.system.keystore2.IKeystoreSecurityLevel;
35 @nullable IKeystoreSecurityLevel iSecurityLevel;
DIKeystoreService.aidl21 import android.system.keystore2.IKeystoreSecurityLevel;
49 IKeystoreSecurityLevel getSecurityLevel(in SecurityLevel securityLevel); in getSecurityLevel()
DKeyMetadata.aidl21 import android.system.keystore2.IKeystoreSecurityLevel;
DIKeystoreSecurityLevel.aidl43 interface IKeystoreSecurityLevel { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DKeyEntryResponse.aidl38 @nullable android.system.keystore2.IKeystoreSecurityLevel iSecurityLevel;
DIKeystoreService.aidl38 …android.system.keystore2.IKeystoreSecurityLevel getSecurityLevel(in android.hardware.security.keym… in getSecurityLevel()
DIKeystoreSecurityLevel.aidl37 interface IKeystoreSecurityLevel { interface
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DKeyEntryResponse.aidl38 @nullable android.system.keystore2.IKeystoreSecurityLevel iSecurityLevel;
DIKeystoreService.aidl38 …android.system.keystore2.IKeystoreSecurityLevel getSecurityLevel(in android.hardware.security.keym… in getSecurityLevel()
DIKeystoreSecurityLevel.aidl37 interface IKeystoreSecurityLevel { interface
/system/security/keystore2/src/
Dservice.rs43 Domain::Domain, IKeystoreSecurityLevel::IKeystoreSecurityLevel,
108 fn get_i_sec_level_by_uuid(&self, uuid: &Uuid) -> Result<Strong<dyn IKeystoreSecurityLevel>> { in get_i_sec_level_by_uuid() argument
120 ) -> Result<Strong<dyn IKeystoreSecurityLevel>> { in get_security_level() argument
361 ) -> binder::public_api::Result<Strong<dyn IKeystoreSecurityLevel>> { in getSecurityLevel() argument
Dsecurity_level.rs55 IKeystoreOperation::IKeystoreOperation, IKeystoreSecurityLevel::BnKeystoreSecurityLevel,
56 IKeystoreSecurityLevel::IKeystoreSecurityLevel, KeyDescriptor::KeyDescriptor,
87 ) -> Result<(Strong<dyn IKeystoreSecurityLevel>, Uuid)> { in new_native_binder() argument
962 impl IKeystoreSecurityLevel for KeystoreSecurityLevel {
Denforcements.rs35 Domain::Domain, IKeystoreSecurityLevel::KEY_FLAG_AUTH_BOUND_WITHOUT_CRYPTOGRAPHIC_LSKF_BINDING,
/system/vold/
DKeymaster.h134 std::shared_ptr<ks2::IKeystoreSecurityLevel> securityLevel;
/system/security/keystore-engine/
Dkeystore2_engine.cpp64 std::shared_ptr<ks2::IKeystoreSecurityLevel> i_keystore_security_level_;
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp164 std::shared_ptr<ks2::IKeystoreSecurityLevel> securityLevel; in generateKey()
/system/security/keystore/
Dkeystore_cli_v2.cpp109 std::shared_ptr<ks2::IKeystoreSecurityLevel>
112 std::shared_ptr<ks2::IKeystoreSecurityLevel> sec_level; in GetSecurityLevelInterface()