Searched refs:C_Sign (Results 1 - 13 of 13) 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
|
H A D | kmsGeneral.c | 154 C_Sign,
|
/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,
|
H A D | pkcs11General.c | 85 C_Sign,
|
H A D | metaUtil.c | 672 rv = FUNCLIST(fw_st_id)->C_Sign(hSession, in, inLen,
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGeneral.c | 83 C_Sign,
|
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_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
|
H A D | softGeneral.c | 87 C_Sign,
|
/osnet-11/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 551 /* C_Sign signs (encrypts with private key) data in a single 554 CK_PKCS11_FUNCTION_INFO(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
|
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 4890 r = id_cryptoctx->p11->C_Sign(id_cryptoctx->session, data, 4894 pkiDebug("C_Sign realloc %d\n", (int) len); 4896 r = id_cryptoctx->p11->C_Sign(id_cryptoctx->session, data, 4900 pkiDebug("C_Sign: %s\n", pkinit_pkcs11_code_to_text(r));
|
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2100 ckrv = C_Sign(hSession, hashData.Data, hashData.Length,
|
Completed in 52 milliseconds