Lines Matching refs:pMechanism

42 C_GenerateKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism,
52 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) {
55 return (fast_funcs->C_GenerateKey(hSession, pMechanism,
73 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) {
79 pMechanism, pTemplate, ulCount, phKey);
97 C_GenerateKeyPair(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism,
110 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) {
113 return (fast_funcs->C_GenerateKeyPair(hSession, pMechanism,
133 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) {
139 pMechanism, pPublicKeyTemplate, ulPublicKeyAttributeCount,
158 C_WrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism,
169 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) {
172 return (fast_funcs->C_WrapKey(hSession, pMechanism,
191 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) {
197 pMechanism, hWrappingKey, hKey, pWrappedKey, pulWrappedKeyLen);
214 C_UnwrapKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism,
226 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) {
229 return (fast_funcs->C_UnwrapKey(hSession, pMechanism,
248 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) {
254 pMechanism, hUnwrappingKey, pWrappedKey, ulWrappedKeyLen,
272 C_DeriveKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism,
283 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) {
286 return (fast_funcs->C_DeriveKey(hSession, pMechanism,
304 if (pkcs11_is_dismech(slotid, pMechanism->mechanism)) {
310 pMechanism, hBaseKey, pTemplate, ulAttributeCount, phKey);