Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c64 crypto_mac_update(&ctx, T, T_len); in hkdf_sha512_expand()
65 crypto_mac_update(&ctx, info, info_len); in hkdf_sha512_expand()
66 crypto_mac_update(&ctx, &c, 1); in hkdf_sha512_expand()
H A Dcrypto_os.c105 crypto_mac_update(struct hmac_ctx *ctx, const void *data, size_t datasize) in crypto_mac_update() function
137 crypto_mac_update(&ctx, in_data, in_data_size); in crypto_mac()
H A Dzio_crypt.c934 crypto_mac_update(ctx, &bab, bab_len); in zio_crypt_bp_do_hmac_updates()
984 crypto_mac_update(ctx, adnp, sizeof (tmp_dncore)); in zio_crypt_do_dnode_hmac_updates()
1050 crypto_mac_update(ctx, &intval, sizeof (uint64_t)); in zio_crypt_do_objset_hmacs()
1061 crypto_mac_update(ctx, &intval, sizeof (uint64_t)); in zio_crypt_do_objset_hmacs()
1114 crypto_mac_update(ctx, &intval, sizeof (uint64_t)); in zio_crypt_do_objset_hmacs()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c117 ret = crypto_mac_update(ctx, &T_cd, NULL); in hkdf_sha512_expand()
121 ret = crypto_mac_update(ctx, &info_cd, NULL); in hkdf_sha512_expand()
125 ret = crypto_mac_update(ctx, &c_cd, NULL); in hkdf_sha512_expand()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h85 void crypto_mac_update(struct hmac_ctx *ctx, const void *data,
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c518 crypto_mac_update(crypto_context_t context, crypto_data_t *data, in crypto_mac_update() function
642 EXPORT_SYMBOL(crypto_mac_update);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1007 ret = crypto_mac_update(ctx, &cd, NULL); in zio_crypt_bp_do_hmac_updates()
1072 ret = crypto_mac_update(ctx, &cd, NULL); in zio_crypt_do_dnode_hmac_updates()
1157 ret = crypto_mac_update(ctx, &cd, NULL); in zio_crypt_do_objset_hmacs()
1175 ret = crypto_mac_update(ctx, &cd, NULL); in zio_crypt_do_objset_hmacs()
1248 ret = crypto_mac_update(ctx, &cd, NULL); in zio_crypt_do_objset_hmacs()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c1405 err = crypto_mac_update((crypto_context_t)mac_ctx, in kcf_emulate_dual()
1439 err = crypto_mac_update(mac_context, in kcf_emulate_dual()
1514 err = crypto_mac_update((crypto_context_t)mac_ctx, in kcf_emulate_dual()
/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dapi.h107 extern int crypto_mac_update(crypto_context_t ctx, crypto_data_t *data,
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dioctl.h364 typedef struct crypto_mac_update { struct