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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Sign.c218 * required to be called before C_SignRecover.
270 * C_SignRecover is a pure wrapper to the underlying provider.
274 C_SignRecover(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, function
282 return (fast_funcs->C_SignRecover(hSession, pData, ulDataLen,
297 rv = FUNCLIST(sessp->se_slotid)->C_SignRecover(sessp->se_handle, pData,
H A Dpkcs11General.c90 C_SignRecover,
H A DmetaUtil.c685 rv = FUNCLIST(fw_st_id)->C_SignRecover(hSession, in,
820 (void) FUNCLIST(fw_st_id)->C_SignRecover(hSession,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c88 C_SignRecover,
H A DkernelSign.c549 * C_SignRecover to actually obtain the signature.
605 C_SignRecover(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSign.c337 * C_SignRecover to actually obtain the signature.
361 C_SignRecover(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, function
385 /* Application must call C_SignRecoverInit before C_SignRecover. */
H A DsoftGeneral.c94 C_SignRecover,
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h603 /* C_SignRecover signs data in a single operation, where the
605 CK_PKCS11_FUNCTION_INFO(C_SignRecover)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1293 PK11_Functions.C_SignRecover = C_SignRecover;
2017 C_SignRecover(CK_SESSION_HANDLE hSession, function

Completed in 103 milliseconds