/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 382 * @need_more_input: Variable for returning whether more input data is needed 385 * for the full message (in which case, *need_more_input is also set to 1). 392 int *need_more_input) 394 *need_more_input = 0; 401 *need_more_input = 1; 433 int need_more_input; local 438 msg = eap_peer_tls_data_reassemble(data, &buf, &need_more_input); 440 return need_more_input ? 1 : -1; 853 int need_more_input; local 855 msg = eap_peer_tls_data_reassemble(data, in_data, &need_more_input); [all...] |
/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...] |