Searched refs:crypto_mac (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/api/ |
H A D | kcf_mac.c | 84 crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data, in crypto_mac() function 297 EXPORT_SYMBOL(crypto_mac);
|
/freebsd/sys/contrib/openzfs/include/sys/crypto/ |
H A D | api.h | 55 extern int crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data,
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
H A D | freebsd_crypto.h | 79 void crypto_mac(const crypto_key_t *key, const void *in_data,
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | hkdf.c | 35 crypto_mac(&key, key_material, km_len, out_buf, SHA512_DIGEST_LENGTH); in hkdf_sha512_extract()
|
H A D | crypto_os.c | 126 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 | 631 crypto_mac(&key->zk_hmac_key, data, datalen, in zio_crypt_do_hmac()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | hkdf.c | 55 ret = crypto_mac(&mech, &input_cd, &key, NULL, &output_cd); in hkdf_sha512_extract()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 706 ret = crypto_mac(&mech, &in_data, &key->zk_hmac_key, key->zk_hmac_tmpl, in zio_crypt_do_hmac()
|