| /freebsd-14.2/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 | 406 #define mac_init Fssh_mac_init macro
|
| H A D | packet.c | 908 if ((r = mac_init(mac)) != 0) in ssh_set_newkeys()
|
| /freebsd-14.2/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-14.2/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 320 (KCF_PROV_MAC_OPS(pd) && KCF_PROV_MAC_OPS(pd)->mac_init) ? \ 321 KCF_PROV_MAC_OPS(pd)->mac_init(ctx, mech, key, template) \
|
| H A D | spi.h | 124 int (*mac_init)(crypto_ctx_t *, member
|
| /freebsd-14.2/sys/security/mac/ |
| H A D | mac_framework.c | 318 mac_init(void) in mac_init() function 739 SYSINIT(mac, SI_SUB_MAC, SI_ORDER_FIRST, mac_init, NULL);
|
| /freebsd-14.2/sys/contrib/openzfs/module/icp/io/ |
| H A D | skein_mod.c | 69 .mac_init = skein_mac_init,
|
| H A D | sha2_mod.c | 117 .mac_init = sha2_mac_init,
|
| H A D | aes.c | 112 .mac_init = NULL,
|
| /freebsd-14.2/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-14.2/sys/contrib/dev/rtw88/ |
| H A D | mac.c | 1368 ret = chip->ops->mac_init(rtwdev); in rtw_mac_init()
|
| H A D | main.h | 842 int (*mac_init)(struct rtw_dev *rtwdev); member
|
| H A D | rtw8821c.c | 1624 .mac_init = rtw8821c_mac_init,
|
| H A D | rtw8822b.c | 2179 .mac_init = rtw8822b_mac_init,
|
| H A D | rtw8723d.c | 1991 .mac_init = rtw8723d_mac_init,
|
| H A D | rtw8822c.c | 5004 .mac_init = rtw8822c_mac_init,
|