Home
last modified time | relevance | path

Searched refs:wrappedKeyData (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h89 Return<void> importWrappedKey(const hidl_vec<uint8_t>& wrappedKeyData, in importWrappedKey() argument
95 return km4_0_dev_->importWrappedKey(wrappedKeyData, wrappingKeyBlob, maskingKey, in importWrappedKey()
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DIKeyMintDevice.aidl466 KeyCreationResult importWrappedKey(in byte[] wrappedKeyData, in byte[] wrappingKeyBlob, in importWrappedKey() argument
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DIKeyMintDevice.aidl42 …android.hardware.security.keymint.KeyCreationResult importWrappedKey(in byte[] wrappedKeyData, in … in importWrappedKey() argument
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DIKeyMintDevice.aidl42 …android.hardware.security.keymint.KeyCreationResult importWrappedKey(in byte[] wrappedKeyData, in … in importWrappedKey() argument
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal514 * @param wrappedKeyData The wrapped key material to import. The wrapped key is in DER-encoded
573 * installed. If the authorization list in wrappedKeyData contains a Tag::USER_SECURE_ID
575 * key must be bound to the SID value provided by this argument. If the wrappedKeyData
579 * being installed. If the authorization list in wrappedKeyData contains a
582 * If the wrappedKeyData does not contain such a tag and value, this argument must be
589 importWrappedKey(vec<uint8_t> wrappedKeyData, vec<uint8_t> wrappingKeyBlob,