Searched refs:wrappingKeyBlob (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
D | Keymaster4.h | 90 const hidl_vec<uint8_t>& wrappingKeyBlob, in importWrappedKey() argument 95 return km4_0_dev_->importWrappedKey(wrappedKeyData, wrappingKeyBlob, maskingKey, in importWrappedKey()
|
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 466 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/ |
D | IKeyMintDevice.aidl | 42 …yCreationResult importWrappedKey(in byte[] wrappedKeyData, in byte[] wrappingKeyBlob, in byte[] ma… in importWrappedKey() argument
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 42 …yCreationResult importWrappedKey(in byte[] wrappedKeyData, in byte[] wrappingKeyBlob, in byte[] ma… in importWrappedKey() argument
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 541 * with the wrapping key specified by wrappingKeyBlob. 550 * 1. Get the private key material for wrappingKeyBlob, verifying that the wrapping key has 562 * @param wrappingKeyBlob The opaque key descriptor returned by generateKey() or importKey(). 589 importWrappedKey(vec<uint8_t> wrappedKeyData, vec<uint8_t> wrappingKeyBlob,
|