Searched refs:mac_init (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | mac.h | 46 int mac_init(struct sshmac *);
|
| H A D | mac.c | 143 mac_init(struct sshmac *mac) in mac_init() function
|
| H A D | ssh_namespace.h | 369 #define mac_init Fssh_mac_init macro
|
| H A D | packet.c | 878 if ((r = mac_init(mac)) != 0) in ssh_set_newkeys()
|
| /freebsd-12.1/sys/security/mac/ |
| H A D | mac_framework.c | 286 mac_init(void) in mac_init() function 597 SYSINIT(mac, SI_SUB_MAC, SI_ORDER_FIRST, mac_init, NULL);
|
| /freebsd-12.1/contrib/wpa/src/common/ |
| H A D | dpp.c | 6661 const u8 *mac_init, const char *code, in dpp_pkex_derive_Qi() argument 6679 wpa_printf(MSG_DEBUG, "DPP: MAC-Initiator: " MACSTR, MAC2STR(mac_init)); in dpp_pkex_derive_Qi() 6680 addr[num_elem] = mac_init; in dpp_pkex_derive_Qi() 7167 static int dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp, in dpp_pkex_derive_z() argument 7193 os_memcpy(pos, mac_init, ETH_ALEN); in dpp_pkex_derive_z()
|