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.h143 #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
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.c715 body->actor_mn = host_to_be32(participant->mn); in ieee802_1x_mka_encode_basic_body()
874 body_peer->mn = host_to_be32(peer->mn); in ieee802_1x_mka_encode_live_peer_body()
934 body_peer->mn = host_to_be32(peer->mn); in ieee802_1x_mka_encode_potential_peer_body()
1202 body->llpn = host_to_be32(pn); in ieee802_1x_mka_encode_sak_use_body()
1204 body->olpn = host_to_be32(pn); in ieee802_1x_mka_encode_sak_use_body()
1213 body->lkn = host_to_be32(participant->lki.kn); in ieee802_1x_mka_encode_sak_use_body()
1225 body->okn = host_to_be32(participant->oki.kn); in ieee802_1x_mka_encode_sak_use_body()
1459 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/rsn_supp/
Dpeerkey.c421 lifetime = host_to_be32(peerkey->lifetime); in wpa_supplicant_send_stk_3_of_4()
711 lifetime = host_to_be32(peerkey->lifetime); in wpa_supplicant_process_stk_1_of_4()