| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | hkdf.c | 119 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 D | zio_crypt.c | 1020 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 D | nsmb_sign_kcf.c | 171 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 D | nsmb_ext.mapfile | 69 crypto_mac_update { FLAGS = EXTERN };
|
| /illumos-gate/usr/src/uts/common/crypto/core/ |
| H A D | kcf_callprov.c | 1741 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 D | kcf_mac.c | 522 crypto_mac_update(crypto_context_t context, crypto_data_t *data, in crypto_mac_update() function
|
| H A D | kcf_dual.c | 930 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 D | kernel.c | 758 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 D | api.h | 105 extern int crypto_mac_update(crypto_context_t ctx, crypto_data_t *data,
|
| H A D | ioctl.h | 372 typedef struct crypto_mac_update { struct
|
| /illumos-gate/usr/src/uts/common/crypto/io/ |
| H A D | dprov.c | 5681 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 D | crypto.c | 3531 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 D | modstubs.S | 1037 NO_UNLOAD_STUB(kcf, crypto_mac_update, nomod_minus_one);
|
| /illumos-gate/usr/src/uts/intel/ml/ |
| H A D | modstubs.S | 907 NO_UNLOAD_STUB(kcf, crypto_mac_update, nomod_minus_one);
|