Searched refs:crypto_mac_final (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sign_kcf.c175 rv = crypto_mac_final(ctx, &out, 0);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_mac.c553 * crypto_mac_final()
571 crypto_mac_final(crypto_context_t context, crypto_data_t *mac, function
604 * See comments for crypto_mac_update() and crypto_mac_final().
H A Dkcf_dual.c1032 error = crypto_mac_final(mac_context, mac, NULL);
2092 error = crypto_mac_final((crypto_context_t)mac_ctx,
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h107 extern int crypto_mac_final(crypto_context_t ctx, crypto_data_t *data,
H A Dioctl.h379 typedef struct crypto_mac_final { struct
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1788 err = crypto_mac_final(mac_context, mac, NULL);
1877 err = crypto_mac_final((crypto_context_t)mac_ctx,
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c5583 error = crypto_mac_final(DPROV_CTX_SINGLE(ctx),
5720 error = crypto_mac_final(DPROV_CTX_SINGLE(ctx),
5747 error = crypto_mac_final(DPROV_CTX_SINGLE(ctx),
5841 error = crypto_mac_final(DPROV_CTX_SINGLE(ctx), out_mac, NULL);
6458 error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx),
6545 error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx),
6613 if ((error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx),
6675 if ((error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx),
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1170 NO_UNLOAD_STUB(kcf, crypto_mac_final, nomod_minus_one);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s1093 NO_UNLOAD_STUB(kcf, crypto_mac_final, nomod_minus_one);
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c153 rv = crypto_mac_final(c, &mac, NULL); if (CRYPTO_ERR(rv)) goto end;

Completed in 1411 milliseconds