Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DIKeyMintOperation.aidl87 void updateAad(in byte[] input, in @nullable HardwareAuthToken authToken, in updateAad() argument
172 byte[] update(in byte[] input, in @nullable HardwareAuthToken authToken, in update() argument
270 in @nullable HardwareAuthToken authToken, in finish() argument
DIKeyMintDevice.aidl755 in @nullable HardwareAuthToken authToken); in begin() argument
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h63 const HardwareAuthToken& authToken, in verifyAuthorization() argument
65 return km4_0_dev_->verifyAuthorization(operationHandle, params, authToken, _hidl_cb); in verifyAuthorization()
128 const hidl_vec<KeyParameter>& inParams, const HardwareAuthToken& authToken, in begin() argument
130 return km4_0_dev_->begin(purpose, key, inParams, authToken, _hidl_cb); in begin()
134 const hidl_vec<uint8_t>& input, const HardwareAuthToken& authToken, in update() argument
136 return km4_0_dev_->update(operationHandle, inParams, input, authToken, verificationToken, in update()
142 const HardwareAuthToken& authToken, in finish() argument
144 return km4_0_dev_->finish(operationHandle, inParams, input, signature, authToken, in finish()
DKeymaster3.h102 const hidl_vec<KeyParameter>& inParams, const HardwareAuthToken& authToken,
105 const hidl_vec<uint8_t>& input, const HardwareAuthToken& authToken,
109 const HardwareAuthToken& authToken,
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DIKeyMintOperation.aidl38 …input, in @nullable android.hardware.security.keymint.HardwareAuthToken authToken, in @nullable an… in updateAad() argument
39 …input, in @nullable android.hardware.security.keymint.HardwareAuthToken authToken, in @nullable an… in update() argument
40 …ature, in @nullable android.hardware.security.keymint.HardwareAuthToken authToken, in @nullable an… in finish() argument
DIKeyMintDevice.aidl47 …KeyParameter[] params, in @nullable android.hardware.security.keymint.HardwareAuthToken authToken); in begin() argument
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DIKeyMintOperation.aidl38 …input, in @nullable android.hardware.security.keymint.HardwareAuthToken authToken, in @nullable an… in updateAad() argument
39 …input, in @nullable android.hardware.security.keymint.HardwareAuthToken authToken, in @nullable an… in update() argument
40 …ature, in @nullable android.hardware.security.keymint.HardwareAuthToken authToken, in @nullable an… in finish() argument
DIKeyMintDevice.aidl47 …KeyParameter[] params, in @nullable android.hardware.security.keymint.HardwareAuthToken authToken); in begin() argument
/hardware/interfaces/identity/aidl/vts/
DReaderAuthTests.cpp326 HardwareAuthToken authToken; in retrieveData() local
328 authToken.challenge = 0; in retrieveData()
329 authToken.userId = 0; in retrieveData()
330 authToken.authenticatorId = 0; in retrieveData()
331 authToken.authenticatorType = ::android::hardware::keymaster::HardwareAuthenticatorType::NONE; in retrieveData()
332 authToken.timestamp.milliSeconds = 0; in retrieveData()
333 authToken.mac.clear(); in retrieveData()
342 {sacp0_, sacp1_, sacp2_, sacp3_}, authToken, itemsRequestBytes, signingKeyBlob, in retrieveData()
569 HardwareAuthToken authToken; in TEST_P() local
571 authToken.challenge = 0; in TEST_P()
[all …]
DEndToEndTests.cpp161 HardwareAuthToken authToken; in TEST_P() local
163 authToken.challenge = 0; in TEST_P()
164 authToken.userId = 0; in TEST_P()
165 authToken.authenticatorId = 0; in TEST_P()
166 authToken.authenticatorType = ::android::hardware::keymaster::HardwareAuthenticatorType::NONE; in TEST_P()
167 authToken.timestamp.milliSeconds = 0; in TEST_P()
168 authToken.mac.clear(); in TEST_P()
416 ->startRetrieval(secureProfiles.value(), authToken, itemsRequestBytes, in TEST_P()
485 secureProfiles.value(), authToken, {}, // itemsRequestBytes in TEST_P()
507 secureProfiles.value(), authToken, {}, // itemsRequestBytes in TEST_P()
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp82 const HardwareAuthToken& authToken) { in convertAndAddAuthToken() argument
88 converted[params.size()].blob = V4_0::support::authToken2HidlVec(authToken); in convertAndAddAuthToken()
237 const HardwareAuthToken& authToken, begin_cb _hidl_cb) { in begin() argument
244 km3_dev_->begin(convert(purpose), key, convertAndAddAuthToken(inParams, authToken), cb); in begin()
250 const hidl_vec<uint8_t>& input, const HardwareAuthToken& authToken, in update() argument
258 auto rc = km3_dev_->update(operationHandle, convertAndAddAuthToken(inParams, authToken), input, in update()
266 const HardwareAuthToken& authToken, in finish() argument
274 auto rc = km3_dev_->finish(operationHandle, convertAndAddAuthToken(inParams, authToken), input, in finish()
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/1/android/hardware/identity/
DIIdentityCredential.aidl25 … accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken authToken, in byte[] items… in startRetrieval() argument
/hardware/interfaces/identity/aidl/default/common/
DIdentityCredential.cpp217 const HardwareAuthToken& authToken, const vector<uint8_t>& itemsRequest, in startRetrieval() argument
257 if (authToken.timestamp.milliSeconds != 0) { in startRetrieval()
259 authToken.challenge, authToken.userId, authToken.authenticatorId, in startRetrieval()
260 int(authToken.authenticatorType), authToken.timestamp.milliSeconds, in startRetrieval()
261 authToken.mac, verificationToken_.challenge, in startRetrieval()
DIdentityCredential.h76 const HardwareAuthToken& authToken, const vector<uint8_t>& itemsRequest,
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/2/android/hardware/identity/
DIIdentityCredential.aidl25 … accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken authToken, in byte[] items… in startRetrieval() argument
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
DIIdentityCredential.aidl43 … accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken authToken, in byte[] items… in startRetrieval() argument
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/3/android/hardware/identity/
DIIdentityCredential.aidl44 … accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken authToken, in byte[] items… in startRetrieval() argument
/hardware/interfaces/identity/aidl/android/hardware/identity/
DIIdentityCredential.aidl230 in HardwareAuthToken authToken, in byte[] itemsRequest, in byte[] signingKeyBlob, in startRetrieval() argument
/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
1067 * @param authToken Authentication token. Callers that provide no token must set all numeric
1078 HardwareAuthToken authToken)
1174 * @param authToken Authentication token. Callers that provide no token must set all numeric
1195 HardwareAuthToken authToken, VerificationToken verificationToken)
1219 * authToken. For the auth token to be valid, all of the following has to be true:
1294 * @param authToken Authentication token. Callers that provide no token must set all numeric
1306 vec<uint8_t> signature, HardwareAuthToken authToken, VerificationToken verificationToken)