Searched refs:crypto_mac (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | freebsd_crypto.h | 82 void crypto_mac(const crypto_key_t *key, const void *in_data,
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | hkdf.c | 36 crypto_mac(&key, key_material, km_len, out_buf, SHA512_DIGEST_LENGTH); in hkdf_sha512_extract()
|
| H A D | crypto_os.c | 131 crypto_mac(const crypto_key_t *key, const void *in_data, size_t in_data_size, in crypto_mac() function
|
| H A D | zio_crypt.c | 642 crypto_mac(&key->zk_hmac_key, data, datalen, in zio_crypt_do_hmac()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | hkdf.c | 56 ret = crypto_mac(&mech, &input_cd, &key, NULL, &output_cd, NULL); in hkdf_sha512_extract()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/api/ |
| H A D | kcf_mac.c | 124 crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data, in crypto_mac() function 637 EXPORT_SYMBOL(crypto_mac);
|
| /f-stack/freebsd/contrib/openzfs/include/sys/crypto/ |
| H A D | api.h | 90 extern int crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data,
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | ioctl.h | 348 typedef struct crypto_mac { struct
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 700 ret = crypto_mac(&mech, &in_data, &key->zk_hmac_key, key->zk_hmac_tmpl, in zio_crypt_do_hmac()
|