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

  /external/wpa_supplicant_8/src/crypto/
fips_prf_internal.c 48 _t[0] = host_to_be32(_t[0]);
49 _t[1] = host_to_be32(_t[1]);
50 _t[2] = host_to_be32(_t[2]);
51 _t[3] = host_to_be32(_t[3]);
52 _t[4] = host_to_be32(_t[4]);
fips_prf_openssl.c 79 _t[0] = host_to_be32(_t[0]);
80 _t[1] = host_to_be32(_t[1]);
81 _t[2] = host_to_be32(_t[2]);
82 _t[3] = host_to_be32(_t[3]);
83 _t[4] = host_to_be32(_t[4]);
  /external/wpa_supplicant_8/src/utils/
common.h 143 #define host_to_be32(n) wpa_swap_32(n) macro
172 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro
185 #define host_to_be32(n) (n) macro
common.c 245 tmp = host_to_be32(sec);
247 tmp = host_to_be32(usec);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 119 avp->vendor_id = host_to_be32(vendor_id);
124 avp->avp_code = host_to_be32(avp_code);
125 avp->avp_length = host_to_be32(((u32) flags << 24) |
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 689 body->actor_mn = host_to_be32(participant->mn);
838 body_peer->mn = host_to_be32(peer->mn);
899 body_peer->mn = host_to_be32(peer->mn);
1177 body->llpn = host_to_be32(pn);
1179 body->olpn = host_to_be32(pn);
1196 body->lkn = host_to_be32(participant->lki.kn);
1208 body->okn = host_to_be32(participant->oki.kn);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ttls.c 217 avp->vendor_id = host_to_be32(vendor_id);
222 avp->avp_code = host_to_be32(avp_code);
223 avp->avp_length = host_to_be32(((u32) flags << 24) |
    [all...]
eap_fast.c 508 nak->vendor_id = host_to_be32(vendor_id);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 421 lifetime = host_to_be32(peerkey->lifetime);
713 lifetime = host_to_be32(peerkey->lifetime);
    [all...]

Completed in 270 milliseconds