Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h82 void crypto_mac(const crypto_key_t *key, const void *in_data,
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c36 crypto_mac(&key, key_material, km_len, out_buf, SHA512_DIGEST_LENGTH); in hkdf_sha512_extract()
H A Dcrypto_os.c131 crypto_mac(const crypto_key_t *key, const void *in_data, size_t in_data_size, in crypto_mac() function
H A Dzio_crypt.c642 crypto_mac(&key->zk_hmac_key, data, datalen, in zio_crypt_do_hmac()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c56 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 Dkcf_mac.c124 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 Dapi.h90 extern int crypto_mac(crypto_mechanism_t *mech, crypto_data_t *data,
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dioctl.h348 typedef struct crypto_mac { struct
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c700 ret = crypto_mac(&mech, &in_data, &key->zk_hmac_key, key->zk_hmac_tmpl, in zio_crypt_do_hmac()