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

  /external/wpa_supplicant/
eap_tls_common.h 56 size_t in_len, size_t *out_len, int *need_more_input);
eap_tls_common.c 288 * @need_more_input: Variable for returning whether more input data is needed
291 * for the full message (in which case, *need_more_input is also set to 1).
298 size_t in_len, size_t *out_len, int *need_more_input)
302 *need_more_input = 0;
349 *need_more_input = 1;
372 int need_more_input; local
377 &msg_len, &need_more_input);
379 return need_more_input ? 1 : -1;
eap_peap.c 404 int need_more_input; local
426 &msg_len, &need_more_input);
428 return need_more_input ? 1 : -1;
eap_fast.c 1540 int need_more_input, stop; local
    [all...]
eap_ttls.c 1090 int need_more_input; local
1155 &msg_len, &need_more_input);
1157 return need_more_input ? 1 : -1;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tls_common.h 107 size_t *out_len, int *need_more_input);
eap_tls_common.c 380 * @need_more_input: Variable for returning whether more input data is needed
383 * for the full message (in which case, *need_more_input is also set to 1).
390 size_t *out_len, int *need_more_input)
392 *need_more_input = 0;
400 *need_more_input = 1;
436 int need_more_input; local
441 &msg_len, &need_more_input);
443 return need_more_input ? 1 : -1;
861 int need_more_input; local
865 &need_more_input);
    [all...]

Completed in 225 milliseconds