Lines Matching refs:slotid
45 CK_SLOT_ID slotid; in C_GenerateKey() local
68 slotid = sessp->se_slotid; in C_GenerateKey()
71 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) { in C_GenerateKey()
76 rv = FUNCLIST(slotid)->C_GenerateKey(sessp->se_handle, in C_GenerateKey()
102 CK_SLOT_ID slotid; in C_GenerateKeyPair() local
128 slotid = sessp->se_slotid; in C_GenerateKeyPair()
131 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) { in C_GenerateKeyPair()
136 rv = FUNCLIST(slotid)->C_GenerateKeyPair(sessp->se_handle, in C_GenerateKeyPair()
162 CK_SLOT_ID slotid; in C_WrapKey() local
186 slotid = sessp->se_slotid; in C_WrapKey()
189 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) { in C_WrapKey()
194 rv = FUNCLIST(slotid)->C_WrapKey(sessp->se_handle, in C_WrapKey()
219 CK_SLOT_ID slotid; in C_UnwrapKey() local
243 slotid = sessp->se_slotid; in C_UnwrapKey()
246 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) { in C_UnwrapKey()
251 rv = FUNCLIST(slotid)->C_UnwrapKey(sessp->se_handle, in C_UnwrapKey()
276 CK_SLOT_ID slotid; in C_DeriveKey() local
299 slotid = sessp->se_slotid; in C_DeriveKey()
302 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) { in C_DeriveKey()
307 rv = FUNCLIST(slotid)->C_DeriveKey(sessp->se_handle, in C_DeriveKey()