Searched refs:C_DigestFinal (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Digest.c | 209 * C_DigestFinal is a pure wrapper to the underlying provider. 213 C_DigestFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pDigest, function 221 return (fast_funcs->C_DigestFinal(hSession, pDigest, 237 rv = FUNCLIST(sessp->se_slotid)->C_DigestFinal(sessp->se_handle,
|
H A D | pkcs11General.c | 84 C_DigestFinal,
|
H A D | metaUtil.c | 655 rv = FUNCLIST(fw_st_id)->C_DigestFinal(hSession, out,
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_digest.c | 84 rv = C_DigestFinal(hSession, *pdigest, pdigestlen); 96 rv = C_DigestFinal(hSession, *pdigest, pdigestlen);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/hash_provider/ |
H A D | hash_ef_generic.c | 39 if ((rv = C_DigestFinal(krb_ctx_hSession(context), 41 KRB5_LOG(KRB5_ERR, "C_DigestFinal failed in k5_ef_hash: "
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/ |
H A D | hmac_md5.c | 116 if ((rv = C_DigestFinal(krb_ctx_hSession(context), 118 KRB5_LOG(KRB5_ERR, "C_DigestFinal failed in k5_md5_hmac_hash: "
|
H A D | k5_md5des.c | 125 if ((rv = C_DigestFinal(krb_ctx_hSession(context), 128 KRB5_LOG(KRB5_ERR, "C_DigestFinal failed in k5_md5des_hash: " 252 if ((rv = C_DigestFinal(krb_ctx_hSession(context), 254 KRB5_LOG(KRB5_ERR, "C_DigestFinal failed in k5_md5des_verify: "
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_sign_pkcs.c | 85 rv = C_DigestFinal(ctx, digest16, &len);
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGeneral.c | 82 C_DigestFinal,
|
H A D | kernelDigest.c | 73 * C_Digest or C_DigestFinal to actually obtain the value of 563 C_DigestFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pDigest, function 595 * C_DigestFinal. 616 * We end up here if an earlier C_DigestFinal() call
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDigest.c | 71 * C_Digest or C_DigestFinal to actually obtain the value of 325 * C_DigestFinal bzero()'s the digest context before freeing it. 366 C_DigestFinal(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pDigest, function 395 * C_DigestFinal.
|
H A D | softGeneral.c | 88 C_DigestFinal,
|
/illumos-gate/usr/src/cmd/cmd-crypto/digest/ |
H A D | digest.c | 852 * Perform the C_DigestFinal, even if there is a read error. 857 rv = C_DigestFinal(hSession, *pdigest, pdigestlen); 870 rv = C_DigestFinal(hSession, *pdigest, pdigestlen);
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | netr_auth.c | 326 rv = C_DigestFinal(hSession, (CK_BYTE_PTR)md5digest, &diglen);
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 522 /* C_DigestFinal finishes a multiple-part message-digesting 524 CK_PKCS11_FUNCTION_INFO(C_DigestFinal)
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 828 C_DigestFinal(CK_SESSION_HANDLE hSession, function 1287 PK11_Functions.C_DigestFinal = C_DigestFinal;
|
Completed in 156 milliseconds