Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c277 crypto_mac_final(crypto_context_t context, crypto_data_t *mac) in crypto_mac_final() function
300 EXPORT_SYMBOL(crypto_mac_final);
/freebsd/sys/contrib/openzfs/include/sys/crypto/
H A Dapi.h60 extern int crypto_mac_final(crypto_context_t ctx, crypto_data_t *data);
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h84 void crypto_mac_final(struct hmac_ctx *ctx, void *out_data,
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c65 crypto_mac_final(&ctx, T, SHA512_DIGEST_LENGTH); in hkdf_sha512_expand()
H A Dcrypto_os.c106 crypto_mac_final(struct hmac_ctx *ctx, void *md, size_t mdsize) in crypto_mac_final() function
133 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()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dhkdf.c131 ret = crypto_mac_final(ctx, &T_cd); in hkdf_sha512_expand()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1204 ret = crypto_mac_final(ctx, &cd); in zio_crypt_do_objset_hmacs()
1296 ret = crypto_mac_final(ctx, &cd); in zio_crypt_do_objset_hmacs()