/aosp12/system/security/ondevice-signing/ |
H A D | KeystoreHmacKey.h | 30 using IKeystoreSecurityLevel = ::android::system::keystore2::IKeystoreSecurityLevel; variable 36 android::sp<IKeystoreSecurityLevel> securityLevel); 45 android::sp<IKeystoreSecurityLevel> mSecurityLevel;
|
H A D | KeystoreKey.h | 34 using IKeystoreSecurityLevel = ::android::system::keystore2::IKeystoreSecurityLevel; variable 55 android::sp<IKeystoreSecurityLevel> mSecurityLevel;
|
H A D | KeystoreHmacKey.cpp | 122 sp<IKeystoreSecurityLevel> securityLevel) { in initialize()
|
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
H A D | KeyEntryResponse.aidl | 19 import android.system.keystore2.IKeystoreSecurityLevel; 35 @nullable IKeystoreSecurityLevel iSecurityLevel;
|
H A D | IKeystoreService.aidl | 21 import android.system.keystore2.IKeystoreSecurityLevel; 49 IKeystoreSecurityLevel getSecurityLevel(in SecurityLevel securityLevel); in getSecurityLevel()
|
H A D | KeyMetadata.aidl | 21 import android.system.keystore2.IKeystoreSecurityLevel;
|
H A D | IKeystoreSecurityLevel.aidl | 43 interface IKeystoreSecurityLevel { interface
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | KeyStoreSecurityLevel.java | 29 import android.system.keystore2.IKeystoreSecurityLevel; 46 private final IKeystoreSecurityLevel mSecurityLevel; 48 public KeyStoreSecurityLevel(IKeystoreSecurityLevel securityLevel) { in KeyStoreSecurityLevel()
|
/aosp12/system/security/keystore2/src/ |
H A D | service.rs | 43 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 D | security_level.rs | 55 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 D | enforcements.rs | 35 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 D | KeyEntryResponse.aidl | 38 @nullable android.system.keystore2.IKeystoreSecurityLevel iSecurityLevel;
|
H A D | IKeystoreService.aidl | 38 …android.system.keystore2.IKeystoreSecurityLevel getSecurityLevel(in android.hardware.security.keym… in getSecurityLevel()
|
H A D | IKeystoreSecurityLevel.aidl | 37 interface IKeystoreSecurityLevel { interface
|
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
H A D | KeyEntryResponse.aidl | 38 @nullable android.system.keystore2.IKeystoreSecurityLevel iSecurityLevel;
|
H A D | IKeystoreService.aidl | 38 …android.system.keystore2.IKeystoreSecurityLevel getSecurityLevel(in android.hardware.security.keym… in getSecurityLevel()
|
H A D | IKeystoreSecurityLevel.aidl | 37 interface IKeystoreSecurityLevel { interface
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreKeyGeneratorSpi.java | 29 import android.system.keystore2.IKeystoreSecurityLevel; 385 flags |= IKeystoreSecurityLevel.KEY_FLAG_AUTH_BOUND_WITHOUT_CRYPTOGRAPHIC_LSKF_BINDING; in engineGenerateKey()
|
H A D | AndroidKeyStoreSpi.java | 37 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 D | AndroidKeyStoreKeyPairGeneratorSpi.java | 47 import android.system.keystore2.IKeystoreSecurityLevel; 567 ? IKeystoreSecurityLevel in generateKeyPairHelper()
|
/aosp12/system/vold/ |
H A D | Keymaster.h | 134 std::shared_ptr<ks2::IKeystoreSecurityLevel> securityLevel;
|
/aosp12/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/ |
H A D | VtsHalWifiKeystoreV1_0TargetTest.cpp | 164 std::shared_ptr<ks2::IKeystoreSecurityLevel> securityLevel; in generateKey()
|
/aosp12/system/security/keystore-engine/ |
H A D | keystore2_engine.cpp | 66 std::shared_ptr<ks2::IKeystoreSecurityLevel> i_keystore_security_level_;
|
/aosp12/system/security/keystore/ |
H A D | keystore_cli_v2.cpp | 109 std::shared_ptr<ks2::IKeystoreSecurityLevel> 112 std::shared_ptr<ks2::IKeystoreSecurityLevel> sec_level; in GetSecurityLevelInterface()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 13927 …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
|