Home
last modified time | relevance | path

Searched refs:auth_id (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpcommon.cc956 SEC_WINNT_AUTH_IDENTITY_A auth_id, * pauth_id = 0; in HttpAuthenticate() local
958 memset(&auth_id, 0, sizeof(auth_id)); in HttpAuthenticate()
964 auth_id.UserLength = static_cast<unsigned long>( in HttpAuthenticate()
966 memcpy(userbuf, username.c_str(), auth_id.UserLength); in HttpAuthenticate()
967 userbuf[auth_id.UserLength] = 0; in HttpAuthenticate()
968 auth_id.DomainLength = 0; in HttpAuthenticate()
969 domainbuf[auth_id.DomainLength] = 0; in HttpAuthenticate()
970 auth_id.PasswordLength = static_cast<unsigned long>( in HttpAuthenticate()
972 memcpy(passbuf, sensitive, auth_id.PasswordLength); in HttpAuthenticate()
973 passbuf[auth_id.PasswordLength] = 0; in HttpAuthenticate()
[all …]
/external/wpa_supplicant_8/src/ap/
Dap_config.h216 u8 auth_id[MAX_NAI_AUTH_TYPES]; member
Dgas_serv.c376 wpabuf_put_u8(buf, eap->auth_id[j]); in anqp_add_nai_realm_eap()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1502 eap->auth_id[eap->num_auths] = atoi(pos); in parse_nai_realm()