Searched refs:crypto_mac_final (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/api/ |
H A D | kcf_mac.c | 277 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 D | api.h | 60 extern int crypto_mac_final(crypto_context_t ctx, crypto_data_t *data);
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
H A D | freebsd_crypto.h | 84 void crypto_mac_final(struct hmac_ctx *ctx, void *out_data,
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | hkdf.c | 65 crypto_mac_final(&ctx, T, SHA512_DIGEST_LENGTH); in hkdf_sha512_expand()
|
H A D | crypto_os.c | 106 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 D | zio_crypt.c | 1056 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 D | hkdf.c | 131 ret = crypto_mac_final(ctx, &T_cd); in hkdf_sha512_expand()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 1204 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()
|