Searched refs:crypto_mac_update (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | hkdf.c | 62 crypto_mac_update(&ctx, T, T_len); in hkdf_sha512_expand() 63 crypto_mac_update(&ctx, info, info_len); in hkdf_sha512_expand() 64 crypto_mac_update(&ctx, &c, 1); in hkdf_sha512_expand()
|
H A D | crypto_os.c | 100 crypto_mac_update(struct hmac_ctx *ctx, const void *data, size_t datasize) in crypto_mac_update() function 132 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()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | hkdf.c | 115 ret = crypto_mac_update(ctx, &T_cd); in hkdf_sha512_expand() 119 ret = crypto_mac_update(ctx, &info_cd); in hkdf_sha512_expand() 123 ret = crypto_mac_update(ctx, &c_cd); in hkdf_sha512_expand()
|
/freebsd/sys/contrib/openzfs/module/icp/api/ |
H A D | kcf_mac.c | 248 crypto_mac_update(crypto_context_t context, crypto_data_t *data) in crypto_mac_update() function 299 EXPORT_SYMBOL(crypto_mac_update);
|
/freebsd/sys/contrib/openzfs/include/sys/crypto/ |
H A D | api.h | 59 extern int crypto_mac_update(crypto_context_t ctx, crypto_data_t *data);
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
H A D | freebsd_crypto.h | 82 void crypto_mac_update(struct hmac_ctx *ctx, const void *data,
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 1013 ret = crypto_mac_update(ctx, &cd); in zio_crypt_bp_do_hmac_updates() 1084 ret = crypto_mac_update(ctx, &cd); in zio_crypt_do_dnode_hmac_updates() 1169 ret = crypto_mac_update(ctx, &cd); in zio_crypt_do_objset_hmacs() 1187 ret = crypto_mac_update(ctx, &cd); in zio_crypt_do_objset_hmacs() 1262 ret = crypto_mac_update(ctx, &cd); in zio_crypt_do_objset_hmacs()
|