Lines Matching refs:sessp
46 pkcs11_session_t *sessp; in C_GenerateKey() local
64 HANDLE2SESSION(hSession, sessp, rv); in C_GenerateKey()
70 slotid = sessp->se_slotid; in C_GenerateKey()
78 rv = FUNCLIST(slotid)->C_GenerateKey(sessp->se_handle, in C_GenerateKey()
103 pkcs11_session_t *sessp; in C_GenerateKeyPair() local
124 HANDLE2SESSION(hSession, sessp, rv); in C_GenerateKeyPair()
130 slotid = sessp->se_slotid; in C_GenerateKeyPair()
138 rv = FUNCLIST(slotid)->C_GenerateKeyPair(sessp->se_handle, in C_GenerateKeyPair()
163 pkcs11_session_t *sessp; in C_WrapKey() local
182 HANDLE2SESSION(hSession, sessp, rv); in C_WrapKey()
188 slotid = sessp->se_slotid; in C_WrapKey()
196 rv = FUNCLIST(slotid)->C_WrapKey(sessp->se_handle, in C_WrapKey()
220 pkcs11_session_t *sessp; in C_UnwrapKey() local
239 HANDLE2SESSION(hSession, sessp, rv); in C_UnwrapKey()
245 slotid = sessp->se_slotid; in C_UnwrapKey()
253 rv = FUNCLIST(slotid)->C_UnwrapKey(sessp->se_handle, in C_UnwrapKey()
277 pkcs11_session_t *sessp; in C_DeriveKey() local
295 HANDLE2SESSION(hSession, sessp, rv); in C_DeriveKey()
301 slotid = sessp->se_slotid; in C_DeriveKey()
309 rv = FUNCLIST(slotid)->C_DeriveKey(sessp->se_handle, in C_DeriveKey()