Searched refs:C_SignRecoverInit (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Sign.c214 * C_SignRecoverInit will verify that the session handle is valid within
217 * provider. Policy is only checked for C_SignRecoverInit, since it is
221 C_SignRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
234 return (fast_funcs->C_SignRecoverInit(hSession, pMechanism,
257 rv = FUNCLIST(slotid)->C_SignRecoverInit(sessp->se_handle,
H A Dpkcs11General.c89 C_SignRecoverInit,
H A DmetaUtil.c266 rv = FUNCLIST(fw_st_id)->C_SignRecoverInit(
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c87 C_SignRecoverInit,
H A DkernelSign.c498 C_SignRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSign.c292 C_SignRecoverInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, function
385 /* Application must call C_SignRecoverInit before C_SignRecover. */
H A DsoftGeneral.c93 C_SignRecoverInit,
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h591 /* C_SignRecoverInit initializes a signature operation, where
593 CK_PKCS11_FUNCTION_INFO(C_SignRecoverInit)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1292 PK11_Functions.C_SignRecoverInit = C_SignRecoverInit;
2042 C_SignRecoverInit(CK_SESSION_HANDLE hSession, function

Completed in 72 milliseconds