Home
last modified time | relevance | path

Searched refs:attestParams (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/keymaster/3.0/default/
DKeymasterDevice.cpp517 const hidl_vec<KeyParameter>& attestParams, in attestKey() argument
523 for (size_t i = 0; i < attestParams.size(); ++i) { in attestKey()
524 switch (attestParams[i].tag) { in attestKey()
558 auto kmAttestParams = hidlParams2KmParamSet(attestParams); in attestKey()
DKeymasterDevice.h69 const hidl_vec<KeyParameter>& attestParams,
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal173 * @param attestParams Parameters for the attestation, notably Tag::ATTESTATION_CHALLENGE.
177 attestKey(vec<uint8_t> keyToAttest, vec<KeyParameter> attestParams)