Lines Matching defs:session
56 * Make sure this session is not in the process \
70 session = tmp_session;
74 * C_EncryptInit will verify that the session handle is valid within
76 * associated with this session, and then redirect to the underlying
103 /* Obtain the session pointer */
153 /* Obtain the session pointer */
162 meta_session_t *session;
168 meta_operation_cleanup(session, CKF_ENCRYPT, FALSE);
169 REFRELEASE(session);
173 rv = meta_do_operation(CKF_ENCRYPT, MODE_SINGLE, session, NULL,
176 REFRELEASE(session);
214 /* Obtain the session pointer */
223 meta_session_t *session;
229 meta_operation_cleanup(session, CKF_ENCRYPT, FALSE);
230 REFRELEASE(session);
234 rv = meta_do_operation(CKF_ENCRYPT, MODE_UPDATE, session, NULL,
237 REFRELEASE(session);
274 /* Obtain the session pointer */
294 * C_DecryptInit will verify that the session handle is valid within
296 * associated with this session, and then redirect to the underlying
323 /* Obtain the session pointer */
373 /* Obtain the session pointer */
382 meta_session_t *session;
388 meta_operation_cleanup(session, CKF_DECRYPT, FALSE);
389 REFRELEASE(session);
393 rv = meta_do_operation(CKF_DECRYPT, MODE_SINGLE, session, NULL,
396 REFRELEASE(session);
434 /* Obtain the session pointer */
443 meta_session_t *session;
449 meta_operation_cleanup(session, CKF_DECRYPT, FALSE);
450 REFRELEASE(session);
454 rv = meta_do_operation(CKF_DECRYPT, MODE_UPDATE, session, NULL,
457 REFRELEASE(session);
494 /* Obtain the session pointer */