Searched defs:list_len (Results 1 - 17 of 17) sorted by relevance

/external/blktrace/btt/
H A Dlist.h149 static inline int list_len(struct list_head *head_p) function
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client_read.c218 size_t left, len, list_len, cert_len, idx; local
294 list_len = WPA_GET_BE24(pos);
297 if ((size_t) (end - pos) != list_len) {
300 (unsigned long) list_len,
H A Dtlsv1_server_read.c295 size_t left, len, list_len, cert_len, idx; local
372 list_len = WPA_GET_BE24(pos);
375 if ((size_t) (end - pos) != list_len) {
377 (unsigned long) list_len,
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_read.c218 size_t left, len, list_len, cert_len, idx; local
294 list_len = WPA_GET_BE24(pos);
297 if ((size_t) (end - pos) != list_len) {
300 (unsigned long) list_len,
H A Dtlsv1_server_read.c295 size_t left, len, list_len, cert_len, idx; local
372 list_len = WPA_GET_BE24(pos);
375 if ((size_t) (end - pos) != list_len) {
377 (unsigned long) list_len,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client_read.c218 size_t left, len, list_len, cert_len, idx; local
294 list_len = WPA_GET_BE24(pos);
297 if ((size_t) (end - pos) != list_len) {
300 (unsigned long) list_len,
H A Dtlsv1_server_read.c295 size_t left, len, list_len, cert_len, idx; local
372 list_len = WPA_GET_BE24(pos);
375 if ((size_t) (end - pos) != list_len) {
377 (unsigned long) list_len,
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_discovery.c384 UINT32 list_len; local
394 for (i = 0; i < p_ccb->list_len; i++)
404 list_len = p_ccb->list_len;
410 p = sdpu_get_len_from_type (p, type, &list_len);
412 if(list_len && list_len < cpy_len )
414 cpy_len = list_len;
417 SDP_TRACE_WARNING("list_len :%d cpy_len:%d raw_size:%d raw_used:%d",
418 list_len, cpy_le
[all...]
H A Dsdp_utils.c487 UINT32 list_len, attr_len; local
503 BE_STREAM_TO_UINT8 (list_len, p);
507 BE_STREAM_TO_UINT16 (list_len, p);
511 BE_STREAM_TO_UINT32 (list_len, p);
518 if (list_len > param_len)
521 p_end_list = p + list_len;
H A Dsdpint.h186 UINT16 list_len; /* length of the response in the GKI buffer */ member in struct:__anon1711
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_gpsk.c239 size_t *list_len,
267 *list_len = len;
236 eap_gpsk_process_csuite_list(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 **list, size_t *list_len, const u8 *pos, const u8 *end) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_gpsk.c239 size_t *list_len,
267 *list_len = len;
236 eap_gpsk_process_csuite_list(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 **list, size_t *list_len, const u8 *pos, const u8 *end) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_gpsk.c239 size_t *list_len,
267 *list_len = len;
236 eap_gpsk_process_csuite_list(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 **list, size_t *list_len, const u8 *pos, const u8 *end) argument
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sim_common.c501 size_t alen, plen, i, list_len; local
643 list_len = apos[0] * 256 + apos[1];
645 if (list_len < 2 || list_len > alen - 2) {
647 "AT_VERSION_LIST (list_len=%lu "
649 (unsigned long) list_len,
654 attr->version_list_len = list_len;
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sim_common.c501 size_t alen, plen, i, list_len; local
643 list_len = apos[0] * 256 + apos[1];
645 if (list_len < 2 || list_len > alen - 2) {
647 "AT_VERSION_LIST (list_len=%lu "
649 (unsigned long) list_len,
654 attr->version_list_len = list_len;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sim_common.c501 size_t alen, plen, i, list_len; local
643 list_len = apos[0] * 256 + apos[1];
645 if (list_len < 2 || list_len > alen - 2) {
647 "AT_VERSION_LIST (list_len=%lu "
649 (unsigned long) list_len,
654 attr->version_list_len = list_len;
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ecc.c1227 PRInt32 list_len; local
1235 list_len = ssl3_ConsumeHandshakeNumber(ss, 2, &data->data, &data->len);
1236 if (list_len < 0 || data->len != list_len || (data->len % 2) != 0) {

Completed in 1164 milliseconds