HomeSort by relevance Sort by last modified time
    Searched refs:EAP_PWD_DEFAULT_RAND_FUNC (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.h 48 #define EAP_PWD_DEFAULT_RAND_FUNC 1
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 181 wpabuf_put_u8(data->outbuf, EAP_PWD_DEFAULT_RAND_FUNC);
396 *ptr = EAP_PWD_DEFAULT_RAND_FUNC;
590 (id->random_function != EAP_PWD_DEFAULT_RAND_FUNC) ||
760 *ptr = EAP_PWD_DEFAULT_RAND_FUNC;
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 234 if ((id->random_function != EAP_PWD_DEFAULT_RAND_FUNC) ||
284 wpabuf_put_u8(data->outbuf, EAP_PWD_DEFAULT_RAND_FUNC);
511 *ptr = EAP_PWD_DEFAULT_RAND_FUNC;

Completed in 164 milliseconds