Searched refs:crypto_mac_init (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/api/ |
H A D | kcf_mac.c | 191 crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key, in crypto_mac_init() function 299 EXPORT_SYMBOL(crypto_mac_init);
|
/freebsd/sys/contrib/openzfs/include/sys/crypto/ |
H A D | api.h | 58 extern int crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key,
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
H A D | freebsd_crypto.h | 82 void crypto_mac_init(struct hmac_ctx *ctx, const crypto_key_t *key);
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | crypto_os.c | 56 crypto_mac_init(struct hmac_ctx *ctx, const crypto_key_t *c_key) in crypto_mac_init() function 132 crypto_mac_init(&ctx, key); in crypto_mac()
|
H A D | hkdf.c | 62 crypto_mac_init(&ctx, &key); in hkdf_sha512_expand()
|
H A D | zio_crypt.c | 1035 crypto_mac_init(ctx, &key->zk_hmac_key); in zio_crypt_do_objset_hmacs() 1093 crypto_mac_init(ctx, &key->zk_hmac_key); in zio_crypt_do_objset_hmacs()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | hkdf.c | 112 ret = crypto_mac_init(&mech, &key, NULL, &ctx); in hkdf_sha512_expand()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 1158 ret = crypto_mac_init(&mech, &key->zk_hmac_key, NULL, &ctx); in zio_crypt_do_objset_hmacs() 1245 ret = crypto_mac_init(&mech, &key->zk_hmac_key, NULL, &ctx); in zio_crypt_do_objset_hmacs()
|