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 | 190 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 D | api.h | 57 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 | 81 void crypto_mac_init(struct hmac_ctx *ctx, const crypto_key_t *key);
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | hkdf.c | 61 crypto_mac_init(&ctx, &key); in hkdf_sha512_expand()
|
H A D | crypto_os.c | 55 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 D | zio_crypt.c | 1034 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 D | hkdf.c | 111 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 | 1157 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()
|