Searched defs:_SESSION (Results 1 – 1 of 1) sorted by relevance
305 typedef struct _SESSION struct307 CK_SESSION_HANDLE handle; argument308 CK_SESSION_INFO session_info; argument310 CK_OBJECT_HANDLE *find_list; // array of CK_OBJECT_HANDLE311 CK_ULONG find_count; // # handles in the list312 CK_ULONG find_len; // max # of handles in the list313 CK_ULONG find_idx; // current position314 CK_BBOOL find_active;316 ENCR_DECR_CONTEXT encr_ctx;317 ENCR_DECR_CONTEXT decr_ctx;[all …]