Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c395 Session_Struct_t *pCur, *pPrev; in C_CloseAllSessions()
452 Session_Struct_t *sessp; in C_CloseSession()
459 if (! Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_CloseSession()
468 sessp = (Session_Struct_t *)hSession; in C_CloseSession()
491 if (!Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_CopyObject()
527 if (! Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_CreateObject()
562 if (!Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_Decrypt()
588 if (! Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_DecryptDigestUpdate()
614 if (! Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_DecryptFinal()
646 if (! Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_DecryptInit()
[all …]
H A Dapiutil.c347 Session_Struct_t *pSess; in AddToSessionList()
349 Session_Struct_t *pCur;
374 Session_Struct_t *pSess; in RemoveFromSessionList()
376 Session_Struct_t *pCur, *pTmp;
428 Valid_Session(Session_Struct_t *pSession, ST_SESSION_T *rSession) in Valid_Session()
431 Session_Struct_t *cSessionp; in Valid_Session()
446 cSessionp = (Session_Struct_t *)cSessionp->Next; in Valid_Session()
H A Dtpmtok_int.h189 } Session_Struct_t; typedef
191 typedef Session_Struct_t *SessStructP;
196 Session_Struct_t *SessListBeg;
197 Session_Struct_t *SessListEnd;
572 void AddToSessionList(Session_Struct_t *);
573 void RemoveFromSessionList(Session_Struct_t *);
575 int Valid_Session(Session_Struct_t *, ST_SESSION_T *);