Searched refs:host_to_be32 (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dfips_prf_internal.c48 _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]);
H A Dfips_prf_openssl.c57 _t[0] = host_to_be32(_t[0]);
58 _t[1] = host_to_be32(_t[1]);
59 _t[2] = host_to_be32(_t[2]);
60 _t[3] = host_to_be32(_t[3]);
61 _t[4] = host_to_be32(_t[4]);
/external/wpa_supplicant_8/src/crypto/
H A Dfips_prf_internal.c48 _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]);
H A Dfips_prf_openssl.c57 _t[0] = host_to_be32(_t[0]);
58 _t[1] = host_to_be32(_t[1]);
59 _t[2] = host_to_be32(_t[2]);
60 _t[3] = host_to_be32(_t[3]);
61 _t[4] = host_to_be32(_t[4]);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dfips_prf_internal.c48 _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]);
H A Dfips_prf_openssl.c57 _t[0] = host_to_be32(_t[0]);
58 _t[1] = host_to_be32(_t[1]);
59 _t[2] = host_to_be32(_t[2]);
60 _t[3] = host_to_be32(_t[3]);
61 _t[4] = host_to_be32(_t[4]);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h168 #define host_to_be32(n) wpa_swap_32(n) macro
197 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro
209 #define host_to_be32(n) (n) macro
H A Dcommon.c180 tmp = host_to_be32(sec);
182 tmp = host_to_be32(usec);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h168 #define host_to_be32(n) wpa_swap_32(n) macro
197 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro
209 #define host_to_be32(n) (n) macro
H A Dcommon.c180 tmp = host_to_be32(sec);
182 tmp = host_to_be32(usec);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h168 #define host_to_be32(n) wpa_swap_32(n) macro
197 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro
209 #define host_to_be32(n) (n) macro
H A Dcommon.c180 tmp = host_to_be32(sec);
182 tmp = host_to_be32(usec);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ttls.c89 avp->vendor_id = host_to_be32(vendor_id);
94 avp->avp_code = host_to_be32(avp_code);
95 avp->avp_length = host_to_be32(((u32) flags << 24) |
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_ttls.c89 avp->vendor_id = host_to_be32(vendor_id);
94 avp->avp_code = host_to_be32(avp_code);
95 avp->avp_length = host_to_be32(((u32) flags << 24) |
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_ttls.c89 avp->vendor_id = host_to_be32(vendor_id);
94 avp->avp_code = host_to_be32(avp_code);
95 avp->avp_length = host_to_be32(((u32) flags << 24) |
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ttls.c163 avp->vendor_id = host_to_be32(vendor_id);
168 avp->avp_code = host_to_be32(avp_code);
169 avp->avp_length = host_to_be32((flags << 24) | (u32) (hdrlen + len));
H A Deap_fast.c492 nak->vendor_id = host_to_be32(vendor_id);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_ttls.c163 avp->vendor_id = host_to_be32(vendor_id);
168 avp->avp_code = host_to_be32(avp_code);
169 avp->avp_length = host_to_be32((flags << 24) | (u32) (hdrlen + len));
H A Deap_fast.c492 nak->vendor_id = host_to_be32(vendor_id);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_ttls.c163 avp->vendor_id = host_to_be32(vendor_id);
168 avp->avp_code = host_to_be32(avp_code);
169 avp->avp_length = host_to_be32((flags << 24) | (u32) (hdrlen + len));
H A Deap_fast.c492 nak->vendor_id = host_to_be32(vendor_id);
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.c421 lifetime = host_to_be32(peerkey->lifetime);
717 lifetime = host_to_be32(peerkey->lifetime);
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpeerkey.c421 lifetime = host_to_be32(peerkey->lifetime);
717 lifetime = host_to_be32(peerkey->lifetime);
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c421 lifetime = host_to_be32(peerkey->lifetime);
717 lifetime = host_to_be32(peerkey->lifetime);

Completed in 438 milliseconds