Home
last modified time | relevance | path

Searched refs:crypto_mac (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c84 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 Dapi.h55 extern int crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data,
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h79 void crypto_mac(const crypto_key_t *key, const void *in_data,
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c35 crypto_mac(&key, key_material, km_len, out_buf, SHA512_DIGEST_LENGTH); in hkdf_sha512_extract()
H A Dcrypto_os.c126 crypto_mac(const crypto_key_t *key, const void *in_data, size_t in_data_size, in crypto_mac() function
H A Dzio_crypt.c631 crypto_mac(&key->zk_hmac_key, data, datalen, in zio_crypt_do_hmac()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dhkdf.c55 ret = crypto_mac(&mech, &input_cd, &key, NULL, &output_cd); in hkdf_sha512_extract()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c706 ret = crypto_mac(&mech, &in_data, &key->zk_hmac_key, key->zk_hmac_tmpl, in zio_crypt_do_hmac()