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 D | freebsd_crypto.h | 87 void crypto_mac_final(struct hmac_ctx *ctx, void *out_data,
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | hkdf.c | 67 crypto_mac_final(&ctx, T, SHA512_DIGEST_LENGTH); in hkdf_sha512_expand()
|
| H A D | crypto_os.c | 111 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 D | zio_crypt.c | 1069 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 D | hkdf.c | 133 ret = crypto_mac_final(ctx, &T_cd, NULL); in hkdf_sha512_expand()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/api/ |
| H A D | kcf_mac.c | 567 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 D | api.h | 109 extern int crypto_mac_final(crypto_context_t ctx, crypto_data_t *data,
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_callprov.c | 1452 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 D | zio_crypt.c | 1192 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 D | ioctl.h | 371 typedef struct crypto_mac_final { struct
|