Searched refs:importKey (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | Keymaster4.h | 80 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() function 82 return dev_->importKey(params, keyFormat, keyData, _hidl_cb); in importKey()
|
D | Keymaster3.h | 80 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 111 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/ |
D | IKeymasterDevice.hal | 482 * 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 …]
|
D | types.hal | 78 * 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/ |
D | KeymasterHidlTest.cpp | 119 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material), in ImportKey()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 506 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material), in ImportKey()
|