HomeSort by relevance Sort by last modified time
    Searched refs:be_to_host16 (Results 1 - 25 of 30) sorted by null

1 2

  /external/wpa_supplicant/
eap_psk.c 96 be_to_host16(hdr1->length) < sizeof(*hdr1) ||
97 be_to_host16(hdr1->length) > reqDataLen) {
101 be_to_host16(hdr1->length),
117 data->id_s_len = be_to_host16(hdr1->length) - sizeof(*hdr1);
192 left = be_to_host16(hdr3->length);
197 be_to_host16(hdr3->length),
common.h 77 #define be_to_host16(n) wpa_swap_16(n) macro
100 #define be_to_host16(n) bswap_16(n) macro
112 #define be_to_host16(n) (n) macro
eap_tlv.c 116 left = be_to_host16(hdr->length) - sizeof(struct eap_hdr) - 1;
eap_fast.c 1049 size_t len = be_to_host16(hdr->length);
    [all...]
eapol_sm.c 643 if (sizeof(*hdr) + be_to_host16(hdr->length) > sm->last_rx_key_len) {
650 hdr->version, hdr->type, be_to_host16(hdr->length),
697 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length),
709 key_len = be_to_host16(hdr->length) - sizeof(*key);
1143 plen = be_to_host16(hdr->length);
    [all...]
eap_leap.c 292 (len = be_to_host16(eap->length)) > reqDataLen) {
eap_peap.c 283 size_t len = be_to_host16(hdr->length);
475 be_to_host16(hdr->length) == 5 &&
511 len = be_to_host16(hdr->length);
eap.c 848 pos, be_to_host16(hdr->length) - 5);
1018 msg_len = be_to_host16(hdr->length);
1074 plen = be_to_host16(hdr->length);
    [all...]
eap_pax.c 368 flen = be_to_host16(req->length) - EAP_PAX_ICV_LEN;
eap_sake.c 400 end = reqData + be_to_host16(req->length);
eap_ttls.c 524 size_t len = be_to_host16(hdr->length);
    [all...]
eap_aka.c 753 len = be_to_host16(req->length);
eap_sim.c 821 len = be_to_host16(req->length);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_common.c 51 len = be_to_host16(hdr->length);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_peap.c 618 size_t len = be_to_host16(hdr->length);
811 be_to_host16(hdr->length) == 5 &&
852 if ((be_to_host16(tlv->tlv_type) & 0x3fff) !=
858 if (sizeof(*tlv) + be_to_host16(tlv->length) >
866 if (be_to_host16(hdr->length) > be_to_host16(tlv->length)) {
873 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
879 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
892 len = be_to_host16(hdr->length);
    [all...]
eap_fast.c 408 size_t len = be_to_host16(hdr->length);
559 if (be_to_host16(hdr->length) > eap_payload_tlv_len) {
846 type = be_to_host16(hdr->type);
847 len = be_to_host16(hdr->len);
970 type = be_to_host16(hdr->type);
971 len = be_to_host16(hdr->len);
    [all...]
eap_leap.c 293 be_to_host16(eap->length) > wpabuf_len(reqData)) {
eap.c 866 pos, be_to_host16(hdr->length) - 5);
1076 plen = be_to_host16(hdr->length);
    [all...]
eap_ttls.c 581 size_t len = be_to_host16(hdr->length);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 186 #define be_to_host16(n) wpa_swap_16(n) macro
214 #define be_to_host16(n) bswap_16((__force u16) (be16) (n)) macro
227 #define be_to_host16(n) (n) macro
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_peap.c 1120 if ((be_to_host16(tlv->tlv_type) & EAP_TLV_TYPE_MASK) !=
1126 if (sizeof(*tlv) + be_to_host16(tlv->length) >
1134 if (be_to_host16(hdr->length) > be_to_host16(tlv->length)) {
1141 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
1147 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
1161 len = be_to_host16(hdr->length);
    [all...]
eap_fast.c 1101 len = be_to_host16(hdr->length);
    [all...]
eap.c 373 len = be_to_host16(nak->length);
870 plen = be_to_host16(hdr->length);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 668 if (sizeof(*hdr) + be_to_host16(hdr->length) > sm->last_rx_key_len) {
675 hdr->version, hdr->type, be_to_host16(hdr->length),
722 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length),
734 key_len = be_to_host16(hdr->length) - sizeof(*key);
1168 plen = be_to_host16(hdr->length);
1182 elen = be_to_host16(ehdr->length);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.c 638 error_type = be_to_host16(error.error_type);
642 be_to_host16(error.mui), error_type,
    [all...]

Completed in 309 milliseconds

1 2