Searched defs:C_DeriveKey (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c266 * C_DeriveKey will verify that the session handle is valid within
272 C_DeriveKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
286 return (fast_funcs->C_DeriveKey(hSession, pMechanism,
309 rv = FUNCLIST(slotid)->C_DeriveKey(sessp->se_handle,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeys.c318 C_DeriveKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c2323 C_DeriveKey(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c721 C_DeriveKey(CK_SESSION_HANDLE hSession, function
1308 PK11_Functions.C_DeriveKey = C_DeriveKey;

Completed in 77 milliseconds