Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dsoftp11.c163 verify_session_handle(CK_SESSION_HANDLE hSession, in verify_session_handle() argument
169 if (soft_token.state[i].session_handle == hSession) in verify_session_handle()
174 (unsigned long)hSession); in verify_session_handle()
1146 C_CloseSession(CK_SESSION_HANDLE hSession) in C_CloseSession() argument
1152 if (verify_session_handle(hSession, &state) != CKR_OK) in C_CloseSession()
1176 C_GetSessionInfo(CK_SESSION_HANDLE hSession, in C_GetSessionInfo() argument
1182 VERIFY_SESSION_HANDLE(hSession, NULL); in C_GetSessionInfo()
1198 C_Login(CK_SESSION_HANDLE hSession, in C_Login() argument
1209 VERIFY_SESSION_HANDLE(hSession, NULL); in C_Login()
1230 C_Logout(CK_SESSION_HANDLE hSession) in C_Logout() argument
[all …]