Home
last modified time | relevance | path

Searched defs:listKey (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Dauth.cpp462 bool KeylistIncrement(list<void *> *listKey, uint8_t &authKeyIndex, void **out) in KeylistIncrement()
484 void FreeKey(bool publicOrPrivate, list<void *> *listKey) in FreeKey()
Ddefine_plus.h405 std::list<void *> *listKey; // rsa private or publickey list member
479 delete listKey; in ~HdcSession() local