Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dcrypto.c133 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
134 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
135 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
136 _t[3] = host_to_be32(_t[3]); in fips186_2_prf()
137 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
Dcommon.h81 #define host_to_be32(n) wpa_swap_32(n) macro
104 #define host_to_be32(n) bswap_32(n) macro
116 #define host_to_be32(n) (n) macro
Dsha1.c441 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
442 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
443 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
444 _t[3] = host_to_be32(_t[3]); in fips186_2_prf()
445 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
Dcommon.c135 sec = host_to_be32(now.sec + 2208988800U); /* Epoch to 1900 */ in wpa_get_ntp_timestamp()
138 usec = host_to_be32(4295 * usec - (usec >> 5) - (usec >> 9)); in wpa_get_ntp_timestamp()
Deap_ttls.c274 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
279 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr()
280 avp->avp_length = host_to_be32((flags << 24) | (hdrlen + len)); in eap_ttls_avp_hdr()
Dwpa.c2492 lifetime = host_to_be32(peerkey->lifetime); in wpa_supplicant_send_stk_3_of_4()
2765 lifetime = host_to_be32(peerkey->lifetime); in wpa_supplicant_process_stk_1_of_4()
Deap_fast.c1154 nak->vendor_id = host_to_be32(vendor_id); in eap_fast_tlv_nak()