Home
last modified time | relevance | path

Searched refs:C_SignUpdate (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Sign.c139 C_SignUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG ulPartLen) in C_SignUpdate() function
146 return (fast_funcs->C_SignUpdate(hSession, pPart, ulPartLen)); in C_SignUpdate()
161 rv = FUNCLIST(sessp->se_slotid)->C_SignUpdate(sessp->se_handle, pPart, in C_SignUpdate()
H A Dmapfile-vers101 C_SignUpdate;
H A Dpkcs11General.c87 C_SignUpdate,
H A DmetaUtil.c663 rv = FUNCLIST(fw_st_id)->C_SignUpdate(hSession, in, in meta_do_operation()
816 (void) FUNCLIST(fw_st_id)->C_SignUpdate(hSession, in meta_operation_cleanup()
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDualCrypt.c117 return (C_SignUpdate(hSession, pPart, ulPartLen)); in C_SignEncryptUpdate()
H A Dmapfile-vers101 C_SignUpdate;
H A DsoftSign.c175 C_SignUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, in C_SignUpdate() function
H A DsoftGeneral.c91 C_SignUpdate,
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A Dmapfile-vers101 C_SignUpdate;
H A DkernelGeneral.c85 C_SignUpdate,
H A DkernelSign.c291 C_SignUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, in C_SignUpdate() function
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmapfile-vers98 C_SignUpdate;
H A Dapi_interface.c1290 PK11_Functions.C_SignUpdate = C_SignUpdate; in C_GetFunctionList()
2067 C_SignUpdate(CK_SESSION_HANDLE hSession, in C_SignUpdate() function
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_crypt.c112 rv = C_SignUpdate(hSession, (CK_BYTE_PTR)data, data_len); in smb_auth_hmac_md5()
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h569 CK_PKCS11_FUNCTION_INFO(C_SignUpdate)
/titanic_41/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c911 rv = C_SignUpdate(hSession, buf, (CK_ULONG)nread); in do_mac()