Home
last modified time | relevance | path

Searched refs:authorized (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd/crypto/krb5/src/kadmin/server/
H A Dauth.c187 krb5_boolean authorized = FALSE; in auth() local
196 authorized = TRUE; in auth()
201 return authorized; in auth()
273 krb5_boolean authorized = FALSE; in auth_restrict() local
298 authorized = TRUE; in auth_restrict()
303 return authorized; in auth_restrict()
/freebsd/contrib/wpa/src/nan/
H A Dnan_bootstrap.c75 peer->bootstrap.authorized = 0; in nan_bootstrap_reset()
253 pbm, peer->bootstrap.authorized); in nan_bootstrap_handle_rx_request()
255 if (peer->bootstrap.authorized == nan_complement_pbm(pbm)) { in nan_bootstrap_handle_rx_request()
295 peer->bootstrap.authorized = peer->bootstrap.requested_pbm; in nan_bootstrap_handle_rx_request()
641 peer->bootstrap.authorized = pbm; in nan_bootstrap_request()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_console_io.c169 p_oct->authorized = !is_remote(p_oct->client_type) || in is_authorized()
172 return p_oct->authorized; in is_authorized()
/freebsd/secure/caroot/untrusted/
H A DEntrust_Root_Certification_Authority_-_EC1.pem17 …., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Ent…
21 …., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Ent…
H A DEntrust_Root_Certification_Authority_-_G2.pem16 …., OU=See www.entrust.net/legal-terms, OU=(c) 2009 Entrust, Inc. - for authorized use only, CN=Ent…
20 …., OU=See www.entrust.net/legal-terms, OU=(c) 2009 Entrust, Inc. - for authorized use only, CN=Ent…
H A DEntrust_Root_Certification_Authority_-_G4.pem17 …., OU=See www.entrust.net/legal-terms, OU=(c) 2015 Entrust, Inc. - for authorized use only, CN=Ent…
21 …., OU=See www.entrust.net/legal-terms, OU=(c) 2015 Entrust, Inc. - for authorized use only, CN=Ent…
/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h427 int authorized);
429 struct sta_info *sta, int authorized);
431 struct sta_info *sta, int authorized);
H A Dieee802_1x.c114 bool authorized, bool mld) in ieee802_1x_set_authorized() argument
122 update = ap_sta_set_authorized_flag(hapd, sta, authorized); in ieee802_1x_set_authorized()
123 res = hostapd_set_authorized(hapd, sta, authorized); in ieee802_1x_set_authorized()
125 ap_sta_set_authorized_event(hapd, sta, authorized); in ieee802_1x_set_authorized()
128 authorized ? "" : "un"); in ieee802_1x_set_authorized()
140 if (authorized) { in ieee802_1x_set_authorized()
149 bool authorized) in ieee802_1x_ml_set_sta_authorized() argument
161 if (authorized && hapd->mld_link_id != sta->mld_assoc_link_id) in ieee802_1x_ml_set_sta_authorized()
191 authorized, true); in ieee802_1x_ml_set_sta_authorized()
201 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized() argument
[all …]
H A Dsta_info.c1744 int authorized) in ap_sta_set_authorized_flag() argument
1746 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED)) in ap_sta_set_authorized_flag()
1749 if (authorized) { in ap_sta_set_authorized_flag()
1773 struct sta_info *sta, int authorized) in ap_sta_set_authorized_event() argument
1798 if (authorized) { in ap_sta_set_authorized_event()
1865 sta->addr, authorized, dev_addr, in ap_sta_set_authorized_event()
1870 if (authorized) in ap_sta_set_authorized_event()
1881 int authorized) in ap_sta_set_authorized() argument
1883 if (!ap_sta_set_authorized_flag(hapd, sta, authorized)) in ap_sta_set_authorized()
1885 ap_sta_set_authorized_event(hapd, sta, authorized); in ap_sta_set_authorized()
H A Dieee802_1x.h28 struct sta_info *sta, int authorized);
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_console_io.h75 int authorized; member
/freebsd/contrib/pkgconf/
H A DCONTRIBUTING.md70 * You are the author of the contribution, or are authorized to
98 Automated agents and autonomous AI systems are not authorized
/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h56 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
/freebsd/contrib/netbsd-tests/fs/psshfs/
H A Dsshd_config.in15 # The authorized keys file we set up during the test to allow the client
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dsshd_config.in15 # The authorized keys file we set up during the test to allow the client
/freebsd/crypto/openssl/doc/
H A Dfingerprints.txt4 the fingerprints of team members who are "authorized" to sign the
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Diface.h160 bool authorized;
H A Dmlo.h33 if (!mld_vif->authorized) in iwl_mld_vif_has_emlsr_cap()
/freebsd/crypto/openssh/regress/
H A DREADME.regress126 keys-command.sh: authorized keys from command
135 principals-command.sh: authorized principals command
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c1090 static void wpa_supplicant_port_cb(void *ctx, int authorized) in wpa_supplicant_port_cb() argument
1097 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
1102 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb()
1103 wpa_drv_set_supp_port(wpa_s, authorized); in wpa_supplicant_port_cb()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1139 int authorized = -1; in bsd_set_sta_authorized() local
1143 authorized = 1; in bsd_set_sta_authorized()
1145 authorized = 0; in bsd_set_sta_authorized()
1147 if (authorized < 0) in bsd_set_sta_authorized()
1150 return bsd_send_mlme_param(priv, authorized ? in bsd_set_sta_authorized()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac.c123 if (!mvmvif->authorized && in iwl_mvm_mld_mac_ctxt_cmd_sta()
/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h252 void (*port_cb)(void *ctx, int authorized);
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl13 "Licensor" shall mean the copyright owner or entity authorized by
53 or by an individual or Legal Entity authorized to submit on behalf of
/freebsd/crypto/openssl/
H A DLICENSE.txt13 "Licensor" shall mean the copyright owner or entity authorized by
53 or by an individual or Legal Entity authorized to submit on behalf of

12345