Searched refs:attestParams (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
D | Keymaster4.h | 106 const hidl_vec<KeyParameter>& attestParams, in attestKey() argument 108 return km4_0_dev_->attestKey(keyToAttest, attestParams, _hidl_cb); in attestKey()
|
D | Keymaster3.h | 93 const hidl_vec<KeyParameter>& attestParams,
|
/hardware/interfaces/keymaster/4.1/support/ |
D | Keymaster3.cpp | 196 const hidl_vec<KeyParameter>& attestParams, in attestKey() argument 201 auto rc = km3_dev_->attestKey(keyToAttest, convert(attestParams), cb); in attestKey()
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 174 * @param attestParams Parameters for the attestation, notably Tag::ATTESTATION_CHALLENGE. 178 attestKey(vec<uint8_t> keyToAttest, vec<KeyParameter> attestParams)
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 689 * attestationChallenge OCTET_STRING, # Tag::ATTESTATION_CHALLENGE from attestParams 791 * @param attestParams Parameters for the attestation. Must contain Tag::ATTESTATION_CHALLENGE, 799 attestKey(vec<uint8_t> keyToAttest, vec<KeyParameter> attestParams)
|