Home
last modified time | relevance | path

Searched refs:crypto_mac_update (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dhkdf.c119 ret = crypto_mac_update(ctx, &T_cd, NULL); in hkdf_sha512_expand()
123 ret = crypto_mac_update(ctx, &info_cd, NULL); in hkdf_sha512_expand()
127 ret = crypto_mac_update(ctx, &c_cd, NULL); in hkdf_sha512_expand()
H A Dzio_crypt.c1020 ret = crypto_mac_update(ctx, &cd, NULL); in zio_crypt_bp_do_hmac_updates()
1084 ret = crypto_mac_update(ctx, &cd, NULL); in zio_crypt_do_dnode_hmac_updates()
1170 ret = crypto_mac_update(ctx, &cd, NULL); in zio_crypt_do_objset_hmacs()
1189 ret = crypto_mac_update(ctx, &cd, NULL); in zio_crypt_do_objset_hmacs()
1250 ret = crypto_mac_update(ctx, &cd, NULL); in zio_crypt_do_objset_hmacs()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dnsmb_sign_kcf.c171 rv = crypto_mac_update(ctx, &data, 0); in nsmb_hmac_update()
288 rv = crypto_mac_update(ctx, &data, 0); in nsmb_cmac_update()
H A Dnsmb_ext.mapfile69 crypto_mac_update { FLAGS = EXTERN };
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1741 err = crypto_mac_update((crypto_context_t)mac_ctx, in kcf_emulate_dual()
1775 err = crypto_mac_update(mac_context, in kcf_emulate_dual()
1848 err = crypto_mac_update((crypto_context_t)mac_ctx, in kcf_emulate_dual()
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_mac.c522 crypto_mac_update(crypto_context_t context, crypto_data_t *data, in crypto_mac_update() function
H A Dkcf_dual.c930 error = crypto_mac_update((crypto_context_t)mac_ctx, in crypto_encrypt_mac_update()
1019 error = crypto_mac_update(mac_context, in crypto_encrypt_mac_final()
2006 error = crypto_mac_update((crypto_context_t)mac_ctx, in crypto_mac_decrypt_update()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c758 extern int crypto_mac_update(crypto_context_t ctx, crypto_data_t *data, in crypto_mac_update() function
/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/io/
H A Ddprov.c5681 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx), in dprov_mac_task()
5820 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx), in dprov_sign_task()
5840 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx), in dprov_sign_task()
6042 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx), in dprov_verify_task()
6061 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx), in dprov_verify_task()
6556 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6614 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6642 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6711 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6764 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
H A Dcrypto.c3531 return (sign_verify_update(dev, arg, mode, crypto_mac_update)); in mac_update()
4304 update == crypto_mac_update); in sign_verify_update()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S1037 NO_UNLOAD_STUB(kcf, crypto_mac_update, nomod_minus_one);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S907 NO_UNLOAD_STUB(kcf, crypto_mac_update, nomod_minus_one);