Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c278 crypto_mac_final(crypto_context_t context, crypto_data_t *mac) in crypto_mac_final() function
301 EXPORT_SYMBOL(crypto_mac_final);
/src/sys/contrib/openzfs/include/sys/crypto/
H A Dapi.h61 extern int crypto_mac_final(crypto_context_t ctx, crypto_data_t *data);
/src/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h85 void crypto_mac_final(struct hmac_ctx *ctx, void *out_data,
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c66 crypto_mac_final(&ctx, T, SHA512_DIGEST_LENGTH); in hkdf_sha512_expand()
H A Dcrypto_os.c107 crypto_mac_final(struct hmac_ctx *ctx, void *md, size_t mdsize) in crypto_mac_final() function
134 crypto_mac_final(&ctx, out_data, out_data_size); in crypto_mac()
H A Dzio_crypt.c1056 crypto_mac_final(ctx, raw_portable_mac, SHA512_DIGEST_LENGTH); in zio_crypt_do_objset_hmacs()
1128 crypto_mac_final(ctx, raw_local_mac, SHA512_DIGEST_LENGTH); in zio_crypt_do_objset_hmacs()
/src/sys/contrib/openzfs/module/zfs/
H A Dhkdf.c132 ret = crypto_mac_final(ctx, &T_cd); in hkdf_sha512_expand()
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1205 ret = crypto_mac_final(ctx, &cd); in zio_crypt_do_objset_hmacs()
1297 ret = crypto_mac_final(ctx, &cd); in zio_crypt_do_objset_hmacs()