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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sign_kcf.c153 rv = crypto_mac_update(ctx, &data, 0);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_mac.c481 * crypto_mac_update() if the size of accumulated input data
504 * crypto_mac_update()
522 crypto_mac_update(crypto_context_t context, crypto_data_t *data, function
604 * See comments for crypto_mac_update() and crypto_mac_final().
H A Dkcf_dual.c930 error = crypto_mac_update((crypto_context_t)mac_ctx,
1019 error = crypto_mac_update(mac_context,
2006 error = crypto_mac_update((crypto_context_t)mac_ctx,
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h105 extern int crypto_mac_update(crypto_context_t ctx, crypto_data_t *data,
H A Dioctl.h372 typedef struct crypto_mac_update { struct
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1741 err = crypto_mac_update((crypto_context_t)mac_ctx,
1775 err = crypto_mac_update(mac_context,
1848 err = crypto_mac_update((crypto_context_t)mac_ctx,
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c5578 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx),
5717 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx),
5737 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx),
5939 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx),
5958 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx),
6453 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx),
6511 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx),
6539 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx),
6608 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx),
6661 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MA
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1169 NO_UNLOAD_STUB(kcf, crypto_mac_update, nomod_minus_one);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s1092 NO_UNLOAD_STUB(kcf, crypto_mac_update, nomod_minus_one);
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c148 rv = crypto_mac_update(c, &dd, NULL); if (CRYPTO_ERR(rv)) goto end;

Completed in 98 milliseconds