Searched refs:user_password (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c163 u8 *user_password; member in struct:eap_ttls_avp
269 parse->user_password = password;
529 const u8 *user_password,
541 os_memcmp_const(sm->user->password, user_password,
1083 } else if (parse.user_password) {
1084 eap_ttls_process_phase2_pap(sm, data, parse.user_password,
527 eap_ttls_process_phase2_pap(struct eap_sm *sm, struct eap_ttls_data *data, const u8 *user_password, size_t user_password_len) argument
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c1237 char *user_password;
1257 user_password = usersp->sp_pwdp;
1269 user_password = user->pw_passwd;
1278 crypt_password = crypt(password, user_password);
1295 if (strcmp(user_password, crypt_password) != 0)

Completed in 170 milliseconds