Lines Matching refs:authToken
326 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()
572 authToken.userId = 0; in TEST_P()
573 authToken.authenticatorId = 0; in TEST_P()
574 authToken.authenticatorType = ::android::hardware::keymaster::HardwareAuthenticatorType::NONE; in TEST_P()
575 authToken.timestamp.milliSeconds = 0; in TEST_P()
576 authToken.mac.clear(); in TEST_P()
589 {sacp0_, sacp1_, sacp2_, sacp3_}, authToken, itemsRequestBytes, signingKeyBlob, in TEST_P()