HomeSort by: relevance | last modified time | path
    Searched defs:mac2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
aspeed-g6.dtsi 236 mac2: ftgmac@1e670000 { label
  /src/sys/net/
if_wg.c 1676 * just to verify mac2 and then unlock/DH/lock?
1685 * with an invalid msg.mac2. If the responder receives a
1686 * message with a valid msg.mac1 yet with an invalid msg.mac2,
1703 uint8_t mac2[WG_MAC_LEN]; local in function:wg_handle_msg_init
1704 wg_algo_mac(mac2, sizeof(mac2), wgp->wgp_last_sent_cookie,
1707 if (!consttime_memequal(mac2, wgmi->wgmi_mac2, sizeof(mac2))) {
1708 WG_DLOG("mac2 is invalid\n");
2081 /* msg.mac2 := 0^16 *
2264 uint8_t mac2[WG_MAC_LEN]; local in function:wg_handle_msg_resp
    [all...]

Completed in 30 milliseconds