Searched refs:host_to_be32 (Results 1 - 21 of 21) 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]);
/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]);
/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]);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h152 #define host_to_be32(n) wpa_swap_32(n) macro
181 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro
194 #define host_to_be32(n) (n) macro
H A Dcommon.c245 tmp = host_to_be32(sec);
247 tmp = host_to_be32(usec);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h152 #define host_to_be32(n) wpa_swap_32(n) macro
181 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro
194 #define host_to_be32(n) (n) macro
H A Dcommon.c245 tmp = host_to_be32(sec);
247 tmp = host_to_be32(usec);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h152 #define host_to_be32(n) wpa_swap_32(n) macro
181 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro
194 #define host_to_be32(n) (n) macro
H A Dcommon.c245 tmp = host_to_be32(sec);
247 tmp = host_to_be32(usec);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ttls.c119 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) |
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_ttls.c119 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) |
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_ttls.c119 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) |
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c718 body->actor_mn = host_to_be32(participant->mn);
877 body_peer->mn = host_to_be32(peer->mn);
937 body_peer->mn = host_to_be32(peer->mn);
1206 body->llpn = host_to_be32(pn);
1208 body->olpn = host_to_be32(pn);
1217 body->lkn = host_to_be32(participant->lki.kn);
1229 body->okn = host_to_be32(participant->oki.kn);
1463 body->kn = host_to_be32(sak->key_identifier.kn);
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c718 body->actor_mn = host_to_be32(participant->mn);
877 body_peer->mn = host_to_be32(peer->mn);
937 body_peer->mn = host_to_be32(peer->mn);
1206 body->llpn = host_to_be32(pn);
1208 body->olpn = host_to_be32(pn);
1217 body->lkn = host_to_be32(participant->lki.kn);
1229 body->okn = host_to_be32(participant->oki.kn);
1463 body->kn = host_to_be32(sak->key_identifier.kn);
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c718 body->actor_mn = host_to_be32(participant->mn);
877 body_peer->mn = host_to_be32(peer->mn);
937 body_peer->mn = host_to_be32(peer->mn);
1206 body->llpn = host_to_be32(pn);
1208 body->olpn = host_to_be32(pn);
1217 body->lkn = host_to_be32(participant->lki.kn);
1229 body->okn = host_to_be32(participant->oki.kn);
1463 body->kn = host_to_be32(sak->key_identifier.kn);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ttls.c217 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) |
H A Deap_fast.c508 nak->vendor_id = host_to_be32(vendor_id);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_ttls.c217 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) |
H A Deap_fast.c508 nak->vendor_id = host_to_be32(vendor_id);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_ttls.c217 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) |
H A Deap_fast.c508 nak->vendor_id = host_to_be32(vendor_id);

Completed in 333 milliseconds