Home
last modified time | relevance | path

Searched refs:importKey (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
DKeymaster4.h80 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() function
82 return dev_->importKey(params, keyFormat, keyData, _hidl_cb); in importKey()
DKeymaster3.h80 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal111 importKey(vec<KeyParameter> params, KeyFormat keyFormat, vec<uint8_t> keyData)
118 * @param keyBlob The opaque descriptor returned by generateKey() or importKey();
143 * @param keyBlob The opaque descriptor returned by generateKey() or importKey(). The
170 * @param keyToAttest The opaque descriptor returned by generateKey() or importKey(). The
187 * @param keyBlobToUpgrade The opaque descriptor returned by generateKey() or importKey();
204 * @param keyBlobToUpgrade The opaque descriptor returned by generateKey() or importKey();
254 * @param keyBlob The opaque key descriptor returned by generateKey() or importKey(). The key
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal482 * validate it against the key material. In the event of a mismatch, importKey must return
489 * mismatch, importKey must return ErrorCode::IMPORT_PARAMETER_MISMATCH.
507 importKey(vec<KeyParameter> keyParams, KeyFormat keyFormat, vec<uint8_t> keyData)
536 * importKey). If the secure import is successful, these characteristics must be
538 * with the @3.0::IKeymasterDevice::importKey. See attestKey() for documentation of the
559 * 5. Perform the equivalent of calling importKey(keyParams, keyFormat, keyData), except
562 * @param wrappingKeyBlob The opaque key descriptor returned by generateKey() or importKey().
597 * returned by generateKey, importKey and importWrappedKey. The characteristics returned by
606 * @param keyBlob The opaque descriptor returned by generateKey, importKey or importWrappedKey.
629 * @param keyBlob The opaque descriptor returned by generateKey() or importKey(). The
[all …]
Dtypes.hal78 * must be provided to generateKey and importKey, and must be specified in the wrapped key
172 * generateKey() or importKey() must return ErrorCode::UNSUPPORTED_KEY_SIZE.
490 * Tag::APPLICATION_ID. When provided to generateKey or importKey, this tag specifies data
511 * Tag::APPLICATION_DATA. When provided to generateKey or importKey, this tag specifies data
1170 * KeyCharacteristics objects are returned by generateKey, importKey, importWrappedKey and
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.cpp119 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material), in ImportKey()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp506 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material), in ImportKey()