Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 25 of 118) sorted by relevance

12345

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c40 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code() local
68 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout() local
87 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry() local
124 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status() local
211 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_reply_wait_timeout() local
281 struct dpp_authentication *auth) in hostapd_dpp_set_testing_options()
311 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_init_next() local
601 struct dpp_authentication *auth) in hostapd_dpp_handle_config_obj()
678 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_gas_resp_cb() local
757 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_start_gas_client() local
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c65 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code() local
94 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout() local
115 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry() local
167 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_tx_status() local
252 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_reply_wait_timeout() local
317 struct dpp_authentication *auth) in wpas_dpp_set_testing_options()
348 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_init_next() local
783 struct dpp_authentication *auth) in wpas_dpp_add_network()
882 struct dpp_authentication *auth) in wpas_dpp_process_config()
924 struct dpp_authentication *auth) in wpas_dpp_handle_config_obj()
[all …]
Dmesh_rsn.h14 struct wpa_authenticator *auth; member
Dibss_rsn.h40 struct wpa_state_machine *auth; member
/external/grpc-grpc/test/cpp/util/
Dcli_credentials.cc68 bool IsAccessToken(const grpc::string& auth) { in IsAccessToken()
73 grpc::string AccessToken(const grpc::string& auth) { in AccessToken()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DAuthenticatorAdapter.java47 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticate() local
70 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticateProxy() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DAuthenticatorAdapter.java45 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticate() local
68 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticateProxy() local
/external/nos/host/android/hals/keymaster/
Dimport_wrapped_key.cpp108 static ErrorCode parse_asn1_set(CBS *auth, Tag tag, in parse_asn1_set()
161 static ErrorCode parse_asn1_integer(CBS *auth, Tag tag, in parse_asn1_integer()
217 static ErrorCode parse_asn1_boolean(CBS *auth, Tag tag, in parse_asn1_boolean()
257 static ErrorCode parse_asn1_octet_string(CBS *auth, Tag tag, in parse_asn1_octet_string()
/external/wpa_supplicant_8/src/crypto/
Daes-ccm.c117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth()
132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth()
150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae()
180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
/external/ppp/pppd/plugins/radius/
Dsendserver.c33 static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth) in rc_pack_list()
200 AUTH_HDR *auth, *recv_auth; in rc_send_server() local
395 static int rc_check_reply (AUTH_HDR *auth, int bufferlen, char *secret, in rc_check_reply()
/external/libpcap/
Dpcap-new.c69 int pcap_findalldevs_ex(char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf) in pcap_findalldevs_ex()
353 …n(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth *auth, char *e… in pcap_open()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DAuthorizationParser.java68 Authorization auth = new Authorization(); in parse() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothServerSocket.java19 int type, boolean auth, boolean encrypt, ParcelUuid uuid) { in newInstance()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DForwardingNameResolverTest.java56 String auth = "example.com"; in getServiceAuthority() local
/external/wpa_supplicant_8/src/common/
Ddpp.c557 static void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail()
1434 static int dpp_derive_ke(struct dpp_authentication *auth, u8 *ke, in dpp_derive_ke()
1527 static struct wpabuf * dpp_auth_build_req(struct dpp_authentication *auth, in dpp_auth_build_req()
1699 static struct wpabuf * dpp_auth_build_resp(struct dpp_authentication *auth, in dpp_auth_build_resp()
1935 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect()
1959 static int dpp_channel_local_list(struct dpp_authentication *auth, in dpp_channel_local_list()
1999 static int dpp_prepare_channel_list(struct dpp_authentication *auth, in dpp_prepare_channel_list()
2039 static int dpp_autogen_bootstrap_key(struct dpp_authentication *auth) in dpp_autogen_bootstrap_key()
2086 struct dpp_authentication *auth; in dpp_auth_init() local
2232 static struct wpabuf * dpp_build_conf_req_attr(struct dpp_authentication *auth, in dpp_build_conf_req_attr()
[all …]
/external/curl/lib/
Dsetopt.c879 unsigned long auth = va_arg(param, unsigned long); in vsetopt() local
963 unsigned long auth = va_arg(param, unsigned long); in vsetopt() local
Dcurl_sec.h29 int (*auth)(void *, struct connectdata *); member
/external/webrtc/webrtc/libjingle/xmpp/
Dxmpppump.cc25 buzz::PreXmppAuth* auth) { in DoLogin()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp72 int auth, encr = 0; in paramsFromScanResults() local
191 int auth = authSelect->currentIndex(); in addNetwork() local
534 int auth = AUTH_NONE_OPEN, encr = 0; in paramsFromConfig() local
/external/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c146 drm_auth_t auth; in main() local
/external/webrtc/webrtc/examples/turnserver/
Dturnserver_main.cc73 TurnFileAuth auth(argv[4]); in main() local
/external/syzkaller/syz-hub/
Dhub.go119 func (hub *Hub) auth(client, key, manager string) (string, error) { func
/external/python/cpython3/Lib/distutils/command/
Dregister.py249 def post_to_server(self, data, auth=None): argument
/external/python/cpython2/Lib/distutils/command/
Dregister.py251 def post_to_server(self, data, auth=None): argument
/external/libpcap/testprogs/
Dfindalldevstest.c105 struct pcap_rmtauth auth; in main() local

12345