Home
last modified time | relevance | path

Searched refs:noauth (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/pasn/
H A Dpasn_common.c236 void pasn_set_noauth(struct pasn_data *pasn, bool noauth) in pasn_set_noauth() argument
240 pasn->noauth = noauth; in pasn_set_noauth()
H A Dpasn_common.h156 bool noauth; /* Whether PASN without mutual authentication is enabled */ member
329 void pasn_set_noauth(struct pasn_data *pasn, bool noauth);
H A Dpasn_responder.c925 pasn->noauth = pasn->eppke_unauth; in handle_auth_pasn_1()
1061 if (!pasn->noauth && (pasn->akmp == WPA_KEY_MGMT_PASN || in handle_auth_pasn_1()
1180 } else if (!pasn->noauth && in handle_auth_pasn_1()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c1953 const zbookmark_phys_t *zb, boolean_t noauth) in arc_fill_hdr_crypt() argument
1962 if (HDR_NOAUTH(hdr) && !noauth) { in arc_fill_hdr_crypt()
2768 boolean_t noauth, boolean_t fill, arc_buf_t **ret) in arc_buf_alloc_impl() argument
2810 if (noauth) { in arc_buf_alloc_impl()
/freebsd/contrib/wpa/src/common/
H A Dproximity_ranging.c1814 pasn->noauth = 1; in pr_pasn_initialize()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.c6445 pasn->noauth = 1; in p2p_pasn_initialize()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c3914 pasn->noauth = hapd->conf->pasn_noauth; in hapd_initialize_pasn()