Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h87 void crypto_mac_final(struct hmac_ctx *ctx, void *out_data,
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c67 crypto_mac_final(&ctx, T, SHA512_DIGEST_LENGTH); in hkdf_sha512_expand()
H A Dcrypto_os.c111 crypto_mac_final(struct hmac_ctx *ctx, void *md, size_t mdsize) in crypto_mac_final() function
138 crypto_mac_final(&ctx, out_data, out_data_size); in crypto_mac()
H A Dzio_crypt.c1069 crypto_mac_final(ctx, raw_portable_mac, SHA512_DIGEST_LENGTH); in zio_crypt_do_objset_hmacs()
1140 crypto_mac_final(ctx, raw_local_mac, SHA512_DIGEST_LENGTH); in zio_crypt_do_objset_hmacs()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c133 ret = crypto_mac_final(ctx, &T_cd, NULL); in hkdf_sha512_expand()
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c567 crypto_mac_final(crypto_context_t context, crypto_data_t *mac, in crypto_mac_final() function
643 EXPORT_SYMBOL(crypto_mac_final);
/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dapi.h109 extern int crypto_mac_final(crypto_context_t ctx, crypto_data_t *data,
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c1452 err = crypto_mac_final(mac_context, mac, NULL); in kcf_emulate_dual()
1543 err = crypto_mac_final((crypto_context_t)mac_ctx, in kcf_emulate_dual()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1192 ret = crypto_mac_final(ctx, &cd, NULL); in zio_crypt_do_objset_hmacs()
1282 ret = crypto_mac_final(ctx, &cd, NULL); in zio_crypt_do_objset_hmacs()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dioctl.h371 typedef struct crypto_mac_final { struct