Home
last modified time | relevance | path

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

/illumos-gate/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()
468 sessp = (Session_Struct_t *)hSession; in C_CloseSession()
491 if (!Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_CopyObject()
562 if (!Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_Decrypt()
673 if (!Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_DecryptUpdate()
734 if (!Valid_Session((Session_Struct_t *)hSession, &rSession)) { in C_DeriveKey()
1671 if (! Valid_Session((Session_Struct_t *)hSession, &rSession)) in C_InitPIN()
1766 Session_Struct_t *apiSessp; in C_OpenSession()
1780 if ((apiSessp = (Session_Struct_t *)malloc( in C_OpenSession()
[all …]
H A Dapiutil.c355 AddToSessionList(Session_Struct_t *pSess) in AddToSessionList()
357 Session_Struct_t *pCur; in AddToSessionList()
381 RemoveFromSessionList(Session_Struct_t *pSess) in RemoveFromSessionList()
383 Session_Struct_t *pCur, *pTmp; in RemoveFromSessionList()
435 Valid_Session(Session_Struct_t *pSession, ST_SESSION_T *rSession) in Valid_Session()
438 Session_Struct_t *cSessionp; in Valid_Session()
453 cSessionp = (Session_Struct_t *)cSessionp->Next; in Valid_Session()
H A Dtpmtok_int.h190 } Session_Struct_t; typedef
192 typedef Session_Struct_t *SessStructP;
197 Session_Struct_t *SessListBeg;
198 Session_Struct_t *SessListEnd;
573 void AddToSessionList(Session_Struct_t *);
574 void RemoveFromSessionList(Session_Struct_t *);
576 int Valid_Session(Session_Struct_t *, ST_SESSION_T *);