Home
last modified time | relevance | path

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

12

/aosp12/system/security/ondevice-signing/
H A DKeystoreHmacKey.h30 using IKeystoreSecurityLevel = ::android::system::keystore2::IKeystoreSecurityLevel; variable
36 android::sp<IKeystoreSecurityLevel> securityLevel);
45 android::sp<IKeystoreSecurityLevel> mSecurityLevel;
H A DKeystoreKey.h34 using IKeystoreSecurityLevel = ::android::system::keystore2::IKeystoreSecurityLevel; variable
55 android::sp<IKeystoreSecurityLevel> mSecurityLevel;
H A DKeystoreHmacKey.cpp122 sp<IKeystoreSecurityLevel> securityLevel) { in initialize()
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DKeyEntryResponse.aidl19 import android.system.keystore2.IKeystoreSecurityLevel;
35 @nullable IKeystoreSecurityLevel iSecurityLevel;
H A DIKeystoreService.aidl21 import android.system.keystore2.IKeystoreSecurityLevel;
49 IKeystoreSecurityLevel getSecurityLevel(in SecurityLevel securityLevel); in getSecurityLevel()
H A DKeyMetadata.aidl21 import android.system.keystore2.IKeystoreSecurityLevel;
H A DIKeystoreSecurityLevel.aidl43 interface IKeystoreSecurityLevel { interface
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStoreSecurityLevel.java29 import android.system.keystore2.IKeystoreSecurityLevel;
46 private final IKeystoreSecurityLevel mSecurityLevel;
48 public KeyStoreSecurityLevel(IKeystoreSecurityLevel securityLevel) { in KeyStoreSecurityLevel()
/aosp12/system/security/keystore2/src/
H A 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
H A Dsecurity_level.rs55 IKeystoreOperation::IKeystoreOperation, IKeystoreSecurityLevel::BnKeystoreSecurityLevel,
56 IKeystoreSecurityLevel::IKeystoreSecurityLevel, KeyDescriptor::KeyDescriptor,
89 ) -> Result<(Strong<dyn IKeystoreSecurityLevel>, Uuid)> { in new_native_binder() argument
989 impl IKeystoreSecurityLevel for KeystoreSecurityLevel {
H A Denforcements.rs35 Domain::Domain, IKeystoreSecurityLevel::KEY_FLAG_AUTH_BOUND_WITHOUT_CRYPTOGRAPHIC_LSKF_BINDING,
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DKeyEntryResponse.aidl38 @nullable android.system.keystore2.IKeystoreSecurityLevel iSecurityLevel;
H A DIKeystoreService.aidl38 …android.system.keystore2.IKeystoreSecurityLevel getSecurityLevel(in android.hardware.security.keym… in getSecurityLevel()
H A DIKeystoreSecurityLevel.aidl37 interface IKeystoreSecurityLevel { interface
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
H A DKeyEntryResponse.aidl38 @nullable android.system.keystore2.IKeystoreSecurityLevel iSecurityLevel;
H A DIKeystoreService.aidl38 …android.system.keystore2.IKeystoreSecurityLevel getSecurityLevel(in android.hardware.security.keym… in getSecurityLevel()
H A DIKeystoreSecurityLevel.aidl37 interface IKeystoreSecurityLevel { interface
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyGeneratorSpi.java29 import android.system.keystore2.IKeystoreSecurityLevel;
385 flags |= IKeystoreSecurityLevel.KEY_FLAG_AUTH_BOUND_WITHOUT_CRYPTOGRAPHIC_LSKF_BINDING; in engineGenerateKey()
H A DAndroidKeyStoreSpi.java37 import android.system.keystore2.IKeystoreSecurityLevel;
347 flags |= IKeystoreSecurityLevel in setPrivateKeyEntry()
792 flags |= IKeystoreSecurityLevel.KEY_FLAG_AUTH_BOUND_WITHOUT_CRYPTOGRAPHIC_LSKF_BINDING; in setSecretKeyEntry()
H A DAndroidKeyStoreKeyPairGeneratorSpi.java47 import android.system.keystore2.IKeystoreSecurityLevel;
567 ? IKeystoreSecurityLevel in generateKeyPairHelper()
/aosp12/system/vold/
H A DKeymaster.h134 std::shared_ptr<ks2::IKeystoreSecurityLevel> securityLevel;
/aosp12/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
H A DVtsHalWifiKeystoreV1_0TargetTest.cpp164 std::shared_ptr<ks2::IKeystoreSecurityLevel> securityLevel; in generateKey()
/aosp12/system/security/keystore-engine/
H A Dkeystore2_engine.cpp66 std::shared_ptr<ks2::IKeystoreSecurityLevel> i_keystore_security_level_;
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp109 std::shared_ptr<ks2::IKeystoreSecurityLevel>
112 std::shared_ptr<ks2::IKeystoreSecurityLevel> sec_level; in GetSecurityLevelInterface()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt13927 …android/security/KeyStoreSecurityLevel;-><init>(Landroid/system/keystore2/IKeystoreSecurityLevel;)V
14411 HSPLandroid/system/keystore2/IKeystoreSecurityLevel$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
14412 HSPLandroid/system/keystore2/IKeystoreSecurityLevel$Stub$Proxy;->createOperation(Landroid/system/ke…
14413 …oid/system/keystore2/IKeystoreSecurityLevel$Stub;->asInterface(Landroid/os/IBinder;)Landroid/syste…
14414 HSPLandroid/system/keystore2/IKeystoreSecurityLevel;-><clinit>()V

12