Searched refs:crypto_mac_update (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | hkdf.c | 64 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 D | crypto_os.c | 105 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 D | zio_crypt.c | 934 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 D | hkdf.c | 117 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 D | freebsd_crypto.h | 85 void crypto_mac_update(struct hmac_ctx *ctx, const void *data,
|
| /f-stack/freebsd/contrib/openzfs/module/icp/api/ |
| H A D | kcf_mac.c | 518 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 D | zio_crypt.c | 1007 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 D | kcf_callprov.c | 1405 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 D | api.h | 107 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 D | ioctl.h | 364 typedef struct crypto_mac_update { struct
|