Searched refs:attestKey (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | Keymaster4.h | 101 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest, in attestKey() function 104 return dev_->attestKey(keyToAttest, attestParams, _hidl_cb); in attestKey()
|
D | Keymaster3.h | 96 Return<void> attestKey(const hidl_vec<uint8_t>& keyToAttest,
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 617 * 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 …]
|
D | IKeymasterDevice.hal | 538 * 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/ |
D | IKeymasterDevice.hal | 177 attestKey(vec<uint8_t> keyToAttest, vec<KeyParameter> attestParams) 184 * attestKey() or begin() will result in keymaster returning
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 363 auto rc = keymaster_->attestKey( in AttestKey()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 722 auto rc = keymaster_->attestKey( in AttestKey()
|