Searched refs:crypto_mac_update (Results 1 – 8 of 8) sorted by relevance
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | hkdf.c | 63 crypto_mac_update(&ctx, T, T_len); in hkdf_sha512_expand() 64 crypto_mac_update(&ctx, info, info_len); in hkdf_sha512_expand() 65 crypto_mac_update(&ctx, &c, 1); in hkdf_sha512_expand()
|
| H A D | crypto_os.c | 101 crypto_mac_update(struct hmac_ctx *ctx, const void *data, size_t datasize) in crypto_mac_update() function 133 crypto_mac_update(&ctx, in_data, in_data_size); in crypto_mac()
|
| H A D | zio_crypt.c | 923 crypto_mac_update(ctx, &bab, bab_len); in zio_crypt_bp_do_hmac_updates() 973 crypto_mac_update(ctx, adnp, sizeof (tmp_dncore)); in zio_crypt_do_dnode_hmac_updates() 1038 crypto_mac_update(ctx, &intval, sizeof (uint64_t)); in zio_crypt_do_objset_hmacs() 1048 crypto_mac_update(ctx, &intval, sizeof (uint64_t)); in zio_crypt_do_objset_hmacs() 1102 crypto_mac_update(ctx, &intval, sizeof (uint64_t)); in zio_crypt_do_objset_hmacs()
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | hkdf.c | 116 ret = crypto_mac_update(ctx, &T_cd); in hkdf_sha512_expand() 120 ret = crypto_mac_update(ctx, &info_cd); in hkdf_sha512_expand() 124 ret = crypto_mac_update(ctx, &c_cd); in hkdf_sha512_expand()
|
| /src/sys/contrib/openzfs/module/icp/api/ |
| H A D | kcf_mac.c | 249 crypto_mac_update(crypto_context_t context, crypto_data_t *data) in crypto_mac_update() function 300 EXPORT_SYMBOL(crypto_mac_update);
|
| /src/sys/contrib/openzfs/include/sys/crypto/ |
| H A D | api.h | 60 extern int crypto_mac_update(crypto_context_t ctx, crypto_data_t *data);
|
| /src/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | freebsd_crypto.h | 83 void crypto_mac_update(struct hmac_ctx *ctx, const void *data,
|
| /src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 1014 ret = crypto_mac_update(ctx, &cd); in zio_crypt_bp_do_hmac_updates() 1085 ret = crypto_mac_update(ctx, &cd); in zio_crypt_do_dnode_hmac_updates() 1170 ret = crypto_mac_update(ctx, &cd); in zio_crypt_do_objset_hmacs() 1188 ret = crypto_mac_update(ctx, &cd); in zio_crypt_do_objset_hmacs() 1263 ret = crypto_mac_update(ctx, &cd); in zio_crypt_do_objset_hmacs()
|