Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h84 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() function
86 return km4_0_dev_->importKey(params, keyFormat, keyData, _hidl_cb); in importKey()
DKeymaster3.h76 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DIKeyMintDevice.aidl384 KeyCreationResult importKey(in KeyParameter[] keyParams, in KeyFormat keyFormat, in importKey() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DIKeyMintDevice.aidl41 …android.hardware.security.keymint.KeyCreationResult importKey(in android.hardware.security.keymint… in importKey() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DIKeyMintDevice.aidl41 …android.hardware.security.keymint.KeyCreationResult importKey(in android.hardware.security.keymint… in importKey() method
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal112 importKey(vec<KeyParameter> params, KeyFormat keyFormat, vec<uint8_t> keyData)
119 * @param keyBlob The opaque descriptor returned by generateKey() or importKey();
144 * @param keyBlob The opaque descriptor returned by generateKey() or importKey(). The
171 * @param keyToAttest The opaque descriptor returned by generateKey() or importKey(). The
188 * @param keyBlobToUpgrade The opaque descriptor returned by generateKey() or importKey();
205 * @param keyBlobToUpgrade The opaque descriptor returned by generateKey() or importKey();
255 * @param keyBlob The opaque key descriptor returned by generateKey() or importKey(). The key
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp173 Return<void> Keymaster3::importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat, in importKey() function in android::hardware::keymaster::V4_1::support::Keymaster3
179 auto rc = km3_dev_->importKey(convert(params), convert(keyFormat), keyData, cb); in importKey()
/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/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp281 result = keymint_->importKey(key_desc.vector_data(), format, in ImportKey()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp488 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material), in ImportKey()