Home
last modified time | relevance | path

Searched refs:authorized (Results 1 – 25 of 102) 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/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.h399 int authorized);
401 struct sta_info *sta, int authorized);
403 struct sta_info *sta, int authorized);
H A Dsta_info.c1472 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 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()
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 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/crypto/openssl/doc/
H A Dfingerprints.txt4 the fingerprints of team members who are "authorized" to sign the
/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/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.c1064 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 Dnotify.h98 const u8 *mac_addr, int authorized,
H A Dnotify.c833 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 Ddriver_bsd.c1136 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 Deapol_supp_sm.h252 void (*port_cb)(void *ctx, int authorized);
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac.c123 if (!mvmvif->authorized && in iwl_mvm_mld_mac_ctxt_cmd_sta()
/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