Home
last modified time | relevance | path

Searched refs:host_to_be32 (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dfips_prf_internal.c48 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
49 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
50 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
51 _t[3] = host_to_be32(_t[3]); in fips186_2_prf()
52 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
/external/wpa_supplicant_8/src/utils/
Dcommon.h152 #define host_to_be32(n) wpa_swap_32(n) macro
182 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro
195 #define host_to_be32(n) (n) macro
Dcommon.c245 tmp = host_to_be32(sec); in wpa_get_ntp_timestamp()
247 tmp = host_to_be32(usec); in wpa_get_ntp_timestamp()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c765 body->actor_mn = host_to_be32(participant->mn); in ieee802_1x_mka_encode_basic_body()
962 body_peer->mn = host_to_be32(peer->mn); in ieee802_1x_mka_encode_live_peer_body()
1022 body_peer->mn = host_to_be32(peer->mn); in ieee802_1x_mka_encode_potential_peer_body()
1308 body->llpn = host_to_be32(pn); in ieee802_1x_mka_encode_sak_use_body()
1310 body->olpn = host_to_be32(pn); in ieee802_1x_mka_encode_sak_use_body()
1319 body->lkn = host_to_be32(participant->lki.kn); in ieee802_1x_mka_encode_sak_use_body()
1331 body->okn = host_to_be32(participant->oki.kn); in ieee802_1x_mka_encode_sak_use_body()
1589 body->kn = host_to_be32(sak->key_identifier.kn); in ieee802_1x_mka_encode_dist_sak_body()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c119 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
124 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr()
125 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr()
/external/wpa_supplicant_8/src/eap_peer/
Deap_ttls.c217 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
222 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr()
223 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr()
Deap_fast.c508 nak->vendor_id = host_to_be32(vendor_id); in eap_fast_tlv_nak()
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c740 timestamp = host_to_be32(hapd->conf->t_c_timestamp); in ieee802_1x_encapsulate_radius()