Home
last modified time | relevance | path

Searched refs:SessListBeg (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapiutil.c353 pCur = Anchor->SessListBeg;
357 Anchor->SessListBeg = pSess;
380 pCur = Anchor->SessListBeg;
391 Anchor->SessListBeg = pSess->Next;
438 cSessionp = Anchor->SessListBeg; in Valid_Session()
H A Dapi_interface.c413 pCur = (Anchor ? Anchor->SessListBeg : NULL); in C_CloseAllSessions()
434 pCur = Anchor->SessListBeg; in C_CloseAllSessions()
H A Dtpmtok_int.h196 Session_Struct_t *SessListBeg; member