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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tls_common.h 63 * tls_in_total - Total number of bytes in the incoming TLS message
65 size_t tls_in_total; member in struct:eap_ssl_data
eap_tls_common.c 795 data->tls_in_total = tls_msg_len;
824 data->tls_in_left = data->tls_in_total = data->tls_in_len = 0;
870 if (data->tls_in_total > buf_len)
871 buf_len = data->tls_in_total;
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 47 * tls_in_total - Total number of bytes in the incoming TLS message
49 size_t tls_in_total; member in struct:eap_ssl_data
eap_tls_common.c 825 data->tls_in_total = tls_msg_len;
853 data->tls_in_left = data->tls_in_total = 0;

Completed in 64 milliseconds