Lines Matching refs:slotid
47 CK_SLOT_ID slotid; in C_GenerateKey() local
70 slotid = sessp->se_slotid; in C_GenerateKey()
73 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) { in C_GenerateKey()
78 rv = FUNCLIST(slotid)->C_GenerateKey(sessp->se_handle, in C_GenerateKey()
104 CK_SLOT_ID slotid; in C_GenerateKeyPair() local
130 slotid = sessp->se_slotid; in C_GenerateKeyPair()
133 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) { in C_GenerateKeyPair()
138 rv = FUNCLIST(slotid)->C_GenerateKeyPair(sessp->se_handle, in C_GenerateKeyPair()
164 CK_SLOT_ID slotid; in C_WrapKey() local
188 slotid = sessp->se_slotid; in C_WrapKey()
191 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) { in C_WrapKey()
196 rv = FUNCLIST(slotid)->C_WrapKey(sessp->se_handle, in C_WrapKey()
221 CK_SLOT_ID slotid; in C_UnwrapKey() local
245 slotid = sessp->se_slotid; in C_UnwrapKey()
248 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) { in C_UnwrapKey()
253 rv = FUNCLIST(slotid)->C_UnwrapKey(sessp->se_handle, in C_UnwrapKey()
278 CK_SLOT_ID slotid; in C_DeriveKey() local
301 slotid = sessp->se_slotid; in C_DeriveKey()
304 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) { in C_DeriveKey()
309 rv = FUNCLIST(slotid)->C_DeriveKey(sessp->se_handle, in C_DeriveKey()