Lines Matching refs:hSession
34 CK_SESSION_HANDLE hSession;
133 NULL_PTR, NULL_PTR, &hSession);
147 rv = C_Login(hSession, CKU_USER, pin, strlen((char *)pin));
170 rv = C_FindObjectsInit(hSession, template, 3);
176 rv = C_FindObjects(hSession, &key, 1, &ulObjectCount);
272 rv = C_CreateObject(hSession, template, 10, &key);
336 rv = C_CreateObject(hSession, template, 18, &key);
339 (void) C_DestroyObject(hSession, key);
345 rv = C_FindObjectsFinal(hSession);
352 (void) C_CloseSession(hSession);