Home
last modified time | relevance | path

Searched refs:importWrappedKey (Results 1 – 16 of 16) sorted by relevance

/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/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/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
121 return super::importWrappedKey(wrappedKeyData, wrappingKeyBlob, maskingKey, in importWrappedKey()
DAndroidKeyMintDevice.h53 ScopedAStatus importWrappedKey(const vector<uint8_t>& wrappedKeyData,
DAndroidKeymaster4Device.h74 Return<void> importWrappedKey(const hidl_vec<uint8_t>& wrappedKeyData,
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeyMintDevice.h57 ScopedAStatus importWrappedKey(const vector<uint8_t>& wrappedKeyData,
DTrustyKeymaster4Device.h68 Return<void> importWrappedKey(const hidl_vec<uint8_t>& wrappedKeyData,
/system/security/keystore2/src/km_compat/
Dkm_compat.h98 ScopedAStatus importWrappedKey(const std::vector<uint8_t>& in_inWrappedKeyData,
Dlib.rs177 let result = legacy.importWrappedKey(&[], &[], &[], &[], 0, 0); in test_import_wrapped_key()
Dkm_compat.cpp530 KeyMintDevice::importWrappedKey(const std::vector<uint8_t>& in_inWrappedKeyData, in importWrappedKey() function in KeyMintDevice
539 return softKeyMintDevice_->importWrappedKey( in importWrappedKey()
546 auto result = mDevice->importWrappedKey( in importWrappedKey()
/system/security/keystore2/src/
Dsecurity_level.rs752 let creation_result = map_km_error(km_dev.importWrappedKey( in import_wrapped_key()
1002 fn importWrappedKey( in importWrappedKey() method
/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