Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
DKeymaster4.h101 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function
104 return dev_->attestKey(keyToAttest, attestParams, _hidl_cb); in attestKey()
DKeymaster3.h96 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest,
/hardware/interfaces/keymaster/4.0/
Dtypes.hal617 * C is the value of Tag::ATTESTATION_APPLICATION_ID that is provided to attestKey().
619 * R is 1 if Tag::RESET_SINCE_ID_ROTATION was provided to attestKey or 0 if the tag was not
635 * Tag::ATTESTATION_CHALLENGE is used to deliver a "challenge" value to the attestKey() method,
637 * attestKey().
645 * only with attestKey().
671 * Android, to attestKey(). This field must be set only when requesting attestation of the
684 * Android, to attestKey(). This field must be set only when requesting attestation of the
697 * in Android, to attestKey(). This field must be set only when requesting attestation of the
721 * Tag::ATTESTATION_ID_IMEI provides the IMEIs for all radios on the device to attestKey().
734 * Tag::ATTESTATION_ID_MEID provides the MEIDs for all radios on the device to attestKey().
[all …]
DIKeymasterDevice.hal538 * with the @3.0::IKeymasterDevice::importKey. See attestKey() for documentation of the
799 attestKey(vec<uint8_t> keyToAttest, vec<KeyParameter> attestParams)
810 * use an old key blob with getKeyCharacteristics(), exportKey(), attestKey() or begin() must
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal177 attestKey(vec<uint8_t> keyToAttest, vec<KeyParameter> attestParams)
184 * attestKey() or begin() will result in keymaster returning
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.cpp363 auto rc = keymaster_->attestKey( in AttestKey()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp722 auto rc = keymaster_->attestKey( in AttestKey()