Lines Matching refs:aidlAuthToken
197 AidlHardwareAuthToken& aidlAuthToken, in getTokensFromKeystore2() argument
211 aidlAuthToken.challenge = keymintAuthToken.challenge; in getTokensFromKeystore2()
212 aidlAuthToken.userId = keymintAuthToken.userId; in getTokensFromKeystore2()
213 aidlAuthToken.authenticatorId = keymintAuthToken.authenticatorId; in getTokensFromKeystore2()
214 aidlAuthToken.authenticatorType = in getTokensFromKeystore2()
217 aidlAuthToken.timestamp.milliSeconds = keymintAuthToken.timestamp.milliSeconds; in getTokensFromKeystore2()
218 aidlAuthToken.mac = keymintAuthToken.mac; in getTokensFromKeystore2()
364 AidlHardwareAuthToken aidlAuthToken; in getEntries() local
366 aidlAuthToken.challenge = 0; in getEntries()
367 aidlAuthToken.userId = 0; in getEntries()
368 aidlAuthToken.authenticatorId = 0; in getEntries()
369 aidlAuthToken.authenticatorType = in getEntries()
371 aidlAuthToken.timestamp.milliSeconds = 0; in getEntries()
372 aidlAuthToken.mac.clear(); in getEntries()
401 authTokenMaxAgeMillis, aidlAuthToken, aidlVerificationToken)) { in getEntries()
479 status = halBinder->startRetrieval(selectedProfiles, aidlAuthToken, requestMessage, in getEntries()