Searched refs:authKeyIndex (Results 1 – 3 of 3) sorted by relevance
24 bool KeylistIncrement(list<void *> *listKey, uint8_t &authKeyIndex, void **out);
409 uint8_t authKeyIndex = 0; in AuthVerify() local413 while (KeylistIncrement(&listPublicKey, authKeyIndex, &ptr)) { in AuthVerify()459 bool KeylistIncrement(list<void *> *listKey, uint8_t &authKeyIndex, void **out) in KeylistIncrement() argument468 if (authKeyIndex == listKey->size()) { in KeylistIncrement()473 std::advance(listIndex, ++authKeyIndex); in KeylistIncrement()
403 uint8_t authKeyIndex; member458 authKeyIndex = 0; in HdcSession()