Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dfreebsd_crypto.h84 void crypto_mac_init(struct hmac_ctx *ctx, const crypto_key_t *key);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c63 crypto_mac_init(&ctx, &key); in hkdf_sha512_expand()
H A Dcrypto_os.c60 crypto_mac_init(struct hmac_ctx *ctx, const crypto_key_t *c_key) in crypto_mac_init() function
136 crypto_mac_init(&ctx, key); in crypto_mac()
H A Dzio_crypt.c1046 crypto_mac_init(ctx, &key->zk_hmac_key); in zio_crypt_do_objset_hmacs()
1103 crypto_mac_init(ctx, &key->zk_hmac_key); in zio_crypt_do_objset_hmacs()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c113 ret = crypto_mac_init(&mech, &key, NULL, &ctx, NULL); in hkdf_sha512_expand()
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c430 crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_mac_init() function
641 EXPORT_SYMBOL(crypto_mac_init);
/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dapi.h102 extern int crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key,
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c1358 err = crypto_mac_init(&cmops->em_mac_mech, in kcf_emulate_dual()
1475 err = crypto_mac_init(&mdops->md_mac_mech, in kcf_emulate_dual()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1145 ret = crypto_mac_init(&mech, &key->zk_hmac_key, NULL, &ctx, NULL); in zio_crypt_do_objset_hmacs()
1230 ret = crypto_mac_init(&mech, &key->zk_hmac_key, NULL, &ctx, NULL); in zio_crypt_do_objset_hmacs()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dioctl.h357 typedef struct crypto_mac_init { struct