Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c190 crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_mac_init() function
298 EXPORT_SYMBOL(crypto_mac_init);
/freebsd/sys/contrib/openzfs/include/sys/crypto/
H A Dapi.h57 extern int crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key,
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h81 void crypto_mac_init(struct hmac_ctx *ctx, const crypto_key_t *key);
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c61 crypto_mac_init(&ctx, &key); in hkdf_sha512_expand()
H A Dcrypto_os.c55 crypto_mac_init(struct hmac_ctx *ctx, const crypto_key_t *c_key) in crypto_mac_init() function
131 crypto_mac_init(&ctx, key); in crypto_mac()
H A Dzio_crypt.c1034 crypto_mac_init(ctx, &key->zk_hmac_key); in zio_crypt_do_objset_hmacs()
1092 crypto_mac_init(ctx, &key->zk_hmac_key); in zio_crypt_do_objset_hmacs()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dhkdf.c111 ret = crypto_mac_init(&mech, &key, NULL, &ctx); in hkdf_sha512_expand()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1157 ret = crypto_mac_init(&mech, &key->zk_hmac_key, NULL, &ctx); in zio_crypt_do_objset_hmacs()
1244 ret = crypto_mac_init(&mech, &key->zk_hmac_key, NULL, &ctx); in zio_crypt_do_objset_hmacs()