| /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 | 425 #define mac_init Fssh_mac_init macro
|
| H A D | packet.c | 999 if ((r = mac_init(mac)) != 0) in ssh_set_newkeys()
|
| /freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 283 (KCF_PROV_MAC_OPS(pd) && KCF_PROV_MAC_OPS(pd)->mac_init) ? \ 284 KCF_PROV_MAC_OPS(pd)->mac_init(ctx, mech, key, template) \
|
| H A D | spi.h | 90 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 *dummy __unused) in mac_init() function 744 SYSINIT(mac, SI_SUB_MAC, SI_ORDER_FIRST, mac_init, NULL);
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | rtw8723x.h | 139 int (*mac_init)(struct rtw_dev *rtwdev); member 384 return rtw8723x_common.mac_init(rtwdev); in rtw8723x_mac_init()
|
| H A D | rtw8723x.c | 771 .mac_init = __rtw8723x_mac_init,
|
| H A D | rtw8821a.c | 867 .mac_init = NULL,
|
| H A D | rtw8812a.c | 921 .mac_init = NULL,
|
| H A D | mac.c | 1400 ret = chip->ops->mac_init(rtwdev); in rtw_mac_init()
|
| H A D | rtw8703b.c | 1846 .mac_init = rtw8723x_mac_init,
|
| H A D | main.h | 869 int (*mac_init)(struct rtw_dev *rtwdev); member
|
| H A D | rtw8821c.c | 1665 .mac_init = rtw8821c_mac_init,
|
| H A D | rtw8723d.c | 1399 .mac_init = rtw8723x_mac_init,
|
| H A D | rtw8822b.c | 2156 .mac_init = rtw8822b_mac_init,
|
| H A D | rtw8814a.c | 2068 .mac_init = rtw8814a_mac_init,
|
| H A D | rtw8822c.c | 4978 .mac_init = rtw8822c_mac_init,
|
| /freebsd/sys/contrib/openzfs/module/icp/io/ |
| H A D | sha2_mod.c | 79 .mac_init = sha2_mac_init,
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 436 OSSL_CORE_MAKE_FUNC(int, mac_init, (void *mctx, const unsigned char *key, size_t keylen, const OSSL_PARAM params[]))
|