Home
last modified time | relevance | path

Searched refs:C_DigestUpdate (Results 1 – 22 of 22) sorted by relevance

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_mac.c117 rv = C_DigestUpdate(hSession, sign_ctx->ssc_mackey, in smb_mac_calc()
123 rv = C_DigestUpdate(hSession, (CK_BYTE_PTR)buf, SMB_SIG_OFFS); in smb_mac_calc()
128 rv = C_DigestUpdate(hSession, seq_buf, sizeof (seq_buf)); in smb_mac_calc()
133 rv = C_DigestUpdate(hSession, (CK_BYTE_PTR)buf + offset_end_of_sig, in smb_mac_calc()
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Digest.c136 C_DigestUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, in C_DigestUpdate() function
144 return (fast_funcs->C_DigestUpdate(hSession, pPart, in C_DigestUpdate()
160 rv = FUNCLIST(sessp->se_slotid)->C_DigestUpdate(sessp->se_handle, in C_DigestUpdate()
H A Dmapfile-vers61 C_DigestUpdate;
H A Dpkcs11General.c82 C_DigestUpdate,
H A DmetaUtil.c641 rv = FUNCLIST(fw_st_id)->C_DigestUpdate(hSession, in, in meta_do_operation()
812 (void) FUNCLIST(fw_st_id)->C_DigestUpdate(hSession, in meta_operation_cleanup()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dk5_md5des.c110 if ((rv = C_DigestUpdate(krb_ctx_hSession(context), in k5_md5des_hash()
118 if ((rv = C_DigestUpdate(krb_ctx_hSession(context), in k5_md5des_hash()
237 if ((rv = C_DigestUpdate(krb_ctx_hSession(context), in k5_md5des_verify()
245 if ((rv = C_DigestUpdate(krb_ctx_hSession(context), in k5_md5des_verify()
H A Dhmac_md5.c101 if ((rv = C_DigestUpdate(krb_ctx_hSession(context), in k5_hmac_md5_hash()
108 if ((rv = C_DigestUpdate(krb_ctx_hSession(context), in k5_hmac_md5_hash()
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDualCrypt.c60 return (C_DigestUpdate(hSession, pPart, ulPartLen)); in C_DigestEncryptUpdate()
88 return (C_DigestUpdate(hSession, pPart, *pulPartLen)); in C_DecryptDigestUpdate()
H A Dmapfile-vers61 C_DigestUpdate;
H A DsoftDigest.c203 C_DigestUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, in C_DigestUpdate() function
H A DsoftGeneral.c86 C_DigestUpdate,
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_auth.c307 rv = C_DigestUpdate(hSession, (CK_BYTE_PTR)zerobuf, in netr_gen_skey128()
312 rv = C_DigestUpdate(hSession, in netr_gen_skey128()
317 rv = C_DigestUpdate(hSession, in netr_gen_skey128()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_sign_pkcs.c69 rv = C_DigestUpdate(ctx, buf, len); in smb_md5_update()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/crypto/hash_provider/
H A Dhash_ef_generic.c30 if ((rv = C_DigestUpdate(krb_ctx_hSession(context), in k5_ef_hash()
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A Dmapfile-vers61 C_DigestUpdate;
H A DkernelGeneral.c80 C_DigestUpdate,
H A DkernelDigest.c295 C_DigestUpdate(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, in C_DigestUpdate() function
/titanic_44/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmapfile-vers58 C_DigestUpdate;
H A Dapi_interface.c898 C_DigestUpdate(CK_SESSION_HANDLE hSession, in C_DigestUpdate() function
1285 PK11_Functions.C_DigestUpdate = C_DigestUpdate; in C_GetFunctionList()
/titanic_44/usr/src/lib/pkcs11/libkcfd/common/
H A Dmapfile-vers115 C_DigestUpdate {
/titanic_44/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h500 CK_PKCS11_FUNCTION_INFO(C_DigestUpdate)
/titanic_44/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c844 rv = C_DigestUpdate(hSession, buf, (CK_ULONG)nread); in do_digest()