Home
last modified time | relevance | path

Searched defs:importWrappedKey (Results 1 – 10 of 10) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreSecurityLevel.aidl41 …android.system.keystore2.KeyMetadata importWrappedKey(in android.system.keystore2.KeyDescriptor ke… in importWrappedKey() method
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreSecurityLevel.aidl176 KeyMetadata importWrappedKey(in KeyDescriptor key, in KeyDescriptor wrappingKey, in importWrappedKey() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreSecurityLevel.aidl41 …android.system.keystore2.KeyMetadata importWrappedKey(in android.system.keystore2.KeyDescriptor ke… in importWrappedKey() method
/system/keymaster/ng/include/
DAndroidKeymaster41Device.h115 Return<void> importWrappedKey(const hidl_vec<uint8_t>& wrappedKeyData, in importWrappedKey() function
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp193 ScopedAStatus TrustyKeyMintDevice::importWrappedKey(const vector<uint8_t>& wrappedKeyData, in importWrappedKey() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp322 AndroidKeyMintDevice::importWrappedKey(const vector<uint8_t>& wrappedKeyData, // in importWrappedKey() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
DAndroidKeymaster4Device.cpp378 Return<void> AndroidKeymaster4Device::importWrappedKey( in importWrappedKey() function in keymaster::V4_0::ng::AndroidKeymaster4Device
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp410 Return<void> TrustyKeymaster4Device::importWrappedKey( in importWrappedKey() function in keymaster::V4_0::TrustyKeymaster4Device
/system/security/keystore2/src/
Dsecurity_level.rs1002 fn importWrappedKey( in importWrappedKey() method
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp530 KeyMintDevice::importWrappedKey(const std::vector<uint8_t>& in_inWrappedKeyData, in importWrappedKey() function in KeyMintDevice