Searched refs:importWrappedKey (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
D | Keymaster4.h | 89 Return<void> importWrappedKey(const hidl_vec<uint8_t>& wrappedKeyData, in importWrappedKey() function 95 return km4_0_dev_->importWrappedKey(wrappedKeyData, wrappingKeyBlob, maskingKey, in importWrappedKey()
|
D | Keymaster3.h | 79 Return<void> importWrappedKey(const hidl_vec<uint8_t>& /* wrappedKeyData */, in importWrappedKey() function
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 131 ->importWrappedKey(HidlBuf(wrapped_key), key_blob_, HidlBuf(masking_key), in ImportWrappedKey()
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 548 * So, importWrappedKey does the following: 589 importWrappedKey(vec<uint8_t> wrappedKeyData, vec<uint8_t> wrappingKeyBlob, 597 * returned by generateKey, importKey and importWrappedKey. The characteristics returned by 606 * @param keyBlob The opaque descriptor returned by generateKey, importKey or importWrappedKey.
|
D | types.hal | 79 * provided to importWrappedKey. 1170 * KeyCharacteristics objects are returned by generateKey, importKey, importWrappedKey and
|