Home
last modified time | relevance | path

Searched refs:authKeyIndex (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Dauth.h24 bool KeylistIncrement(list<void *> *listKey, uint8_t &authKeyIndex, void **out);
Dauth.cpp409 uint8_t authKeyIndex = 0; in AuthVerify() local
413 while (KeylistIncrement(&listPublicKey, authKeyIndex, &ptr)) { in AuthVerify()
459 bool KeylistIncrement(list<void *> *listKey, uint8_t &authKeyIndex, void **out) in KeylistIncrement() argument
468 if (authKeyIndex == listKey->size()) { in KeylistIncrement()
473 std::advance(listIndex, ++authKeyIndex); in KeylistIncrement()
Ddefine_plus.h400 uint8_t authKeyIndex; member
455 authKeyIndex = 0; in HdcSession()
/developtools/hdc/src/host/
Dserver.cpp435 …bool retChildForToken = HdcAuth::KeylistIncrement(hSession->listKey, hSession->authKeyIndex, &ptr); in HandServerAuth()