Searched defs:C_Sign (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/ |
H A D | kmsSign.c | 40 C_Sign(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function
|
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Sign.c | 40 * required to be called before C_Sign and C_SignUpdate. 91 * C_Sign is a pure wrapper to the underlying provider. 95 C_Sign(CK_SESSION_HANDLE hSession, function 106 return (fast_funcs->C_Sign(hSession, pData, ulDataLen, 122 rv = FUNCLIST(sessp->se_slotid)->C_Sign(sessp->se_handle, pData,
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSign.c | 79 * C_Sign or C_SignFinal to actually obtain the signature. 103 C_Sign(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function 127 /* Application must call C_SignInit before calling C_Sign. */ 134 * C_Sign must be called without intervening C_SignUpdate 139 * C_Sign can not be used to terminate a multi-part
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSign.c | 82 * C_Sign or C_SignFinal to actually obtain the signature. 174 C_Sign(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pData, CK_ULONG ulDataLen, function 200 /* Application must call C_SignInit before calling C_Sign. */ 207 * C_Sign must be called without intervening C_SignUpdate 212 * C_Sign can not be used to terminate a multi-part 418 * took the C_Sign() path and it had returned 446 rv = C_Sign(hSession, bufp->buf, bufp->indata_len, 630 /* Application must call C_SignInit before calling C_Sign. */
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 1290 PK11_Functions.C_Sign = C_Sign; 1916 C_Sign(CK_SESSION_HANDLE hSession, function
|
Completed in 60 milliseconds