Home
last modified time | relevance | path

Searched defs:importKey (Results 1 – 23 of 23) sorted by relevance

/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoveryController.java620 public @NonNull Key importKey(@NonNull String alias, @NonNull byte[] keyBytes) in importKey() method in RecoveryController
662 public @NonNull Key importKey(@NonNull String alias, @NonNull byte[] keyBytes, in importKey() method in RecoveryController
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
H A DIKeystoreSecurityLevel.aidl40 …android.system.keystore2.KeyMetadata importKey(in android.system.keystore2.KeyDescriptor key, in @… in importKey() method
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DIKeystoreSecurityLevel.aidl40 …android.system.keystore2.KeyMetadata importKey(in android.system.keystore2.KeyDescriptor key, in @… in importKey() method
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DIKeystoreSecurityLevel.aidl147 KeyMetadata importKey(in KeyDescriptor key, in @nullable KeyDescriptor attestationKey, in importKey() method
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyGenerator.java142 public void importKey( in importKey() method in RecoverableKeyGenerator
H A DRecoverableKeyStoreManager.java752 public @Nullable String importKey(@NonNull String alias, @NonNull byte[] keyBytes) in importKey() method in RecoverableKeyStoreManager
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStoreSecurityLevel.java163 public KeyMetadata importKey(KeyDescriptor descriptor, KeyDescriptor attestationKey, in importKey() method in KeyStoreSecurityLevel
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl41 …android.hardware.security.keymint.KeyCreationResult importKey(in android.hardware.security.keymint… in importKey() method
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl41 …android.hardware.security.keymint.KeyCreationResult importKey(in android.hardware.security.keymint… in importKey() method
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIKeyMintDevice.aidl384 KeyCreationResult importKey(in KeyParameter[] keyParams, in KeyFormat keyFormat, in importKey() method
/aosp12/system/keymaster/ng/include/
H A DAndroidKeymaster41Device.h109 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() function
/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A DKeymaster4.h84 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() function
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp162 ScopedAStatus TrustyKeyMintDevice::importKey(const vector<KeyParameter>& keyParams, in importKey() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/aosp12/system/keymaster/ng/
H A DAndroidKeyMintDevice.cpp289 ScopedAStatus AndroidKeyMintDevice::importKey(const vector<KeyParameter>& keyParams, in importKey() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
H A DAndroidKeymaster3Device.cpp316 Return<void> AndroidKeymaster3Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::ng::AndroidKeymaster3Device
H A DAndroidKeymaster4Device.cpp355 Return<void> AndroidKeymaster4Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::V4_0::ng::AndroidKeymaster4Device
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl77 String importKey(String alias, in byte[] keyBytes); in importKey() method
/aosp12/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp272 Return<void> TrustyKeymaster3Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::TrustyKeymaster3Device
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A DKeymaster3.cpp173 Return<void> Keymaster3::importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() function in android::hardware::keymaster::V4_1::support::Keymaster3
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp387 Return<void> TrustyKeymaster4Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::V4_0::TrustyKeymaster4Device
/aosp12/system/security/keystore2/src/
H A Dsecurity_level.rs1015 fn importKey( in importKey() method
/aosp12/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp491 ScopedAStatus KeyMintDevice::importKey(const std::vector<KeyParameter>& inKeyParams, in importKey() function in KeyMintDevice
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2676 public @Nullable String importKey(@NonNull String alias, @NonNull byte[] keyBytes) in importKey() method in LockSettingsService