Home
last modified time | relevance | path

Searched refs:authToken (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
DKeymaster4.h59 const HardwareAuthToken& authToken, in verifyAuthorization() argument
61 return dev_->verifyAuthorization(operationHandle, params, authToken, _hidl_cb); in verifyAuthorization()
122 const hidl_vec<KeyParameter>& inParams, const HardwareAuthToken& authToken, in begin() argument
124 return dev_->begin(purpose, key, inParams, authToken, _hidl_cb); in begin()
128 const hidl_vec<uint8_t>& input, const HardwareAuthToken& authToken, in update() argument
130 return dev_->update(operationHandle, inParams, input, authToken, verificationToken, in update()
136 const HardwareAuthToken& authToken, in finish() argument
138 return dev_->finish(operationHandle, inParams, input, signature, authToken, in finish()
DKeymaster3.h106 const hidl_vec<KeyParameter>& inParams, const HardwareAuthToken& authToken,
109 const hidl_vec<uint8_t>& input, const HardwareAuthToken& authToken,
113 const HardwareAuthToken& authToken,
/hardware/interfaces/keymaster/4.0/vts/functional/
DVerificationTokenTest.cpp35 const HardwareAuthToken& authToken) { in verifyAuthorization() argument
39 .verifyAuthorization(operationHandle, paramsToVerify.hidl_data(), authToken, in verifyAuthorization()
/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp163 const hw_auth_token_t* authToken = in enroll() local
165 return ErrorFilter(mDevice->enroll(mDevice, authToken, gid, timeoutSec)); in enroll()
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal354 * @param authToken A HardwareAuthToken if needed to authorize key usage.
364 HardwareAuthToken authToken)
930 * method must receive a non-empty HardwareAuthToken in the authToken argument. For the auth
1069 * @param authToken Authentication token. Callers that provide no token must set all numeric
1080 HardwareAuthToken authToken)
1176 * @param authToken Authentication token. Callers that provide no token must set all numeric
1197 HardwareAuthToken authToken, VerificationToken verificationToken)
1221 * authToken. For the auth token to be valid, all of the following has to be true:
1296 * @param authToken Authentication token. Callers that provide no token must set all numeric
1308 vec<uint8_t> signature, HardwareAuthToken authToken, VerificationToken verificationToken)