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