Searched refs:mac_init (Results 1 – 17 of 17) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | mac.h | 46 int mac_init(struct sshmac *);
|
H A D | mac.c | 140 mac_init(struct sshmac *mac) in mac_init() function
|
H A D | ssh_namespace.h | 432 #define mac_init Fssh_mac_init macro
|
H A D | packet.c | 1000 if ((r = mac_init(mac)) != 0) in ssh_set_newkeys()
|
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
H A D | impl.h | 282 (KCF_PROV_MAC_OPS(pd) && KCF_PROV_MAC_OPS(pd)->mac_init) ? \ 283 KCF_PROV_MAC_OPS(pd)->mac_init(ctx, mech, key, template) \
|
H A D | spi.h | 89 int (*mac_init)(crypto_ctx_t *, member
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_i.h | 121 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, 128 int dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp,
|
H A D | dpp_crypto.c | 1460 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, in dpp_pkex_derive_Qi() argument 1475 if (mac_init) { in dpp_pkex_derive_Qi() 1477 MAC2STR(mac_init)); in dpp_pkex_derive_Qi() 1478 addr[num_elem] = mac_init; in dpp_pkex_derive_Qi() 1610 int dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp, in dpp_pkex_derive_z() argument 1635 if (mac_init && mac_resp) in dpp_pkex_derive_z() 1644 if (mac_init && mac_resp) { in dpp_pkex_derive_z() 1645 os_memcpy(pos, mac_init, ETH_ALEN); in dpp_pkex_derive_z()
|
/freebsd/sys/security/mac/ |
H A D | mac_framework.c | 323 mac_init(void) in mac_init() function 743 SYSINIT(mac, SI_SUB_MAC, SI_ORDER_FIRST, mac_init, NULL);
|
/freebsd/sys/contrib/openzfs/module/icp/io/ |
H A D | sha2_mod.c | 78 .mac_init = sha2_mac_init,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_dispatch.h | 386 OSSL_CORE_MAKE_FUNC(int, mac_init, (void *mctx, const unsigned char *key,
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | mac.c | 1391 ret = chip->ops->mac_init(rtwdev);
|
H A D | main.h | 851 int (*mac_init)(struct rtw_dev *rtwdev); 842 int (*mac_init)(struct rtw_dev *rtwdev); global() member
|
H A D | rtw8821c.c | 1691 .mac_init = rtw8821c_mac_init,
|
H A D | rtw8822b.c | 2179 .mac_init = rtw8822b_mac_init,
|
H A D | rtw8723d.c | 1438 .mac_init = rtw8723x_mac_init, in rtw8723d_phy_calibration()
|
H A D | rtw8822c.c | 5004 .mac_init = rtw8822c_mac_init,
|