Home
last modified time | relevance | path

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

/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreSecurityLevel.aidl40 …android.system.keystore2.KeyMetadata importKey(in android.system.keystore2.KeyDescriptor key, in @… in importKey() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreSecurityLevel.aidl40 …android.system.keystore2.KeyMetadata importKey(in android.system.keystore2.KeyDescriptor key, in @… in importKey() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/android/system/keystore2/
DIKeystoreSecurityLevel.aidl40 …android.system.keystore2.KeyMetadata importKey(in android.system.keystore2.KeyDescriptor key, in @… in importKey() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreSecurityLevel.aidl40 …android.system.keystore2.KeyMetadata importKey(in android.system.keystore2.KeyDescriptor key, in @… in importKey() method
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreSecurityLevel.aidl151 KeyMetadata importKey(in KeyDescriptor key, in @nullable KeyDescriptor attestationKey, in importKey() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreSecurityLevel.aidl40 …android.system.keystore2.KeyMetadata importKey(in android.system.keystore2.KeyDescriptor key, in @… in importKey() method
/system/keymaster/ng/include/
DAndroidKeymaster41Device.h109 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() function
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp162 ScopedAStatus TrustyKeyMintDevice::importKey(const vector<KeyParameter>& keyParams, in importKey() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp304 ScopedAStatus AndroidKeyMintDevice::importKey(const vector<KeyParameter>& keyParams, in importKey() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
DAndroidKeymaster3Device.cpp323 Return<void> AndroidKeymaster3Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::ng::AndroidKeymaster3Device
DAndroidKeymaster4Device.cpp362 Return<void> AndroidKeymaster4Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::V4_0::ng::AndroidKeymaster4Device
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp273 Return<void> TrustyKeymaster3Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::TrustyKeymaster3Device
/system/security/keystore2/src/
Dkm_compat.rs235 fn importKey( in importKey() function
Dsecurity_level.rs1017 fn importKey( in importKey() method
/system/keymint/hal/src/
Dkeymint.rs125 fn importKey( in importKey() method
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp388 Return<void> TrustyKeymaster4Device::importKey(const hidl_vec<KeyParameter>& params, in importKey() function in keymaster::V4_0::TrustyKeymaster4Device
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp515 ScopedAStatus KeyMintDevice::importKey(const std::vector<KeyParameter>& inKeyParams, in importKey() function in KeyMintDevice