Searched refs:auth_id (Results 1 – 4 of 4) sorted by relevance
956 SEC_WINNT_AUTH_IDENTITY_A auth_id, * pauth_id = 0; in HttpAuthenticate() local958 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 …]
216 u8 auth_id[MAX_NAI_AUTH_TYPES]; member
376 wpabuf_put_u8(buf, eap->auth_id[j]); in anqp_add_nai_realm_eap()
1502 eap->auth_id[eap->num_auths] = atoi(pos); in parse_nai_realm()