Home
last modified time | relevance | path

Searched refs:sc_cookie (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/asmc/
H A Dasmcvar.h48 void *sc_cookie; member
H A Dasmc.c753 dev, &sc->sc_cookie); in asmc_attach()
782 if (sc->sc_cookie) in asmc_detach()
783 bus_teardown_intr(dev, sc->sc_irq, sc->sc_cookie); in asmc_detach()
/freebsd/sys/dev/wg/
H A Dif_wg.c232 struct cookie_checker sc_cookie; member
1249 cookie_checker_create_payload(&sc->sc_cookie, cm, pkt.nonce, in wg_send_cookie()
1307 res = cookie_checker_validate_macs(&sc->sc_cookie, &init->m, in wg_handshake()
1341 res = cookie_checker_validate_macs(&sc->sc_cookie, &resp->m, in wg_handshake()
2565 cookie_checker_update(&sc->sc_cookie, public); in wgc_set()
2567 cookie_checker_update(&sc->sc_cookie, NULL); in wgc_set()
2889 cookie_checker_init(&sc->sc_cookie); in wg_clone_create()
3012 cookie_checker_free(&sc->sc_cookie); in wg_clone_destroy()