| /freebsd/crypto/krb5/src/kadmin/server/ |
| H A D | auth.c | 187 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/ofed/opensm/opensm/ |
| H A D | osm_console_io.c | 169 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 D | Entrust_Root_Certification_Authority_-_EC1.pem | 17 …., 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 D | Entrust_Root_Certification_Authority_-_G2.pem | 16 …., 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 D | Entrust_Root_Certification_Authority_-_G4.pem | 17 …., 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 D | sta_info.h | 399 int authorized); 401 struct sta_info *sta, int authorized); 403 struct sta_info *sta, int authorized);
|
| H A D | sta_info.c | 1472 int authorized) in ap_sta_set_authorized_flag() argument 1474 if (!!authorized == !!(sta->flags & WLAN_STA_AUTHORIZED)) in ap_sta_set_authorized_flag() 1477 if (authorized) { in ap_sta_set_authorized_flag() 1501 struct sta_info *sta, int authorized) in ap_sta_set_authorized_event() argument 1526 if (authorized) { in ap_sta_set_authorized_event() 1584 sta->addr, authorized, dev_addr, in ap_sta_set_authorized_event() 1589 if (authorized) in ap_sta_set_authorized_event() 1600 int authorized) in ap_sta_set_authorized() argument 1602 if (!ap_sta_set_authorized_flag(hapd, sta, authorized)) in ap_sta_set_authorized() 1604 ap_sta_set_authorized_event(hapd, sta, authorized); in ap_sta_set_authorized()
|
| H A D | ieee802_1x.c | 114 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() 187 authorized, true); in ieee802_1x_ml_set_sta_authorized() 198 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized() argument [all …]
|
| H A D | ieee802_1x.h | 28 struct sta_info *sta, int authorized);
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_console_io.h | 75 int authorized; member
|
| /freebsd/crypto/openssl/doc/ |
| H A D | fingerprints.txt | 4 the fingerprints of team members who are "authorized" to sign the
|
| /freebsd/contrib/wpa/src/eapol_auth/ |
| H A D | eapol_auth_sm.h | 56 void (*set_port_authorized)(void *ctx, void *sta_ctx, int authorized);
|
| /freebsd/contrib/netbsd-tests/fs/psshfs/ |
| H A D | sshd_config.in | 15 # The authorized keys file we set up during the test to allow the client
|
| /freebsd/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | sshd_config.in | 15 # The authorized keys file we set up during the test to allow the client
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | iface.h | 160 bool authorized;
|
| H A D | mlo.h | 33 if (!mld_vif->authorized) in iwl_mld_vif_has_emlsr_cap()
|
| /freebsd/crypto/openssh/regress/ |
| H A D | README.regress | 126 keys-command.sh: authorized keys from command 135 principals-command.sh: authorized principals command
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | wpas_glue.c | 1064 static void wpa_supplicant_port_cb(void *ctx, int authorized) in wpa_supplicant_port_cb() argument 1071 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb() 1076 authorized ? "Authorized" : "Unauthorized"); in wpa_supplicant_port_cb() 1077 wpa_drv_set_supp_port(wpa_s, authorized); in wpa_supplicant_port_cb()
|
| H A D | notify.h | 98 const u8 *mac_addr, int authorized,
|
| H A D | notify.c | 833 const u8 *mac_addr, int authorized, in wpas_notify_sta_authorized() argument 836 if (authorized) in wpas_notify_sta_authorized()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_bsd.c | 1136 int authorized = -1; in bsd_set_sta_authorized() local 1140 authorized = 1; in bsd_set_sta_authorized() 1142 authorized = 0; in bsd_set_sta_authorized() 1144 if (authorized < 0) in bsd_set_sta_authorized() 1147 return bsd_send_mlme_param(priv, authorized ? in bsd_set_sta_authorized()
|
| /freebsd/contrib/wpa/src/eapol_supp/ |
| H A D | eapol_supp_sm.h | 252 void (*port_cb)(void *ctx, int authorized);
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-mac.c | 123 if (!mvmvif->authorized && in iwl_mvm_mld_mac_ctxt_cmd_sta()
|
| /freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ |
| H A D | THIRDPARTYLICENSE.openssl | 13 "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 D | LICENSE.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by 53 or by an individual or Legal Entity authorized to submit on behalf of
|