Home
last modified time | relevance | path

Searched refs:host_to_be32 (Results 1 – 9 of 9) 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()
Dfips_prf_openssl.c65 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
66 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
67 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
68 _t[3] = host_to_be32(_t[3]); in fips186_2_prf()
69 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
/external/wpa_supplicant_8/src/utils/
Dcommon.h169 #define host_to_be32(n) wpa_swap_32(n) macro
198 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro
211 #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.c689 body->actor_mn = host_to_be32(participant->mn); in ieee802_1x_mka_encode_basic_body()
838 body_peer->mn = host_to_be32(peer->mn); in ieee802_1x_mka_encode_live_peer_body()
899 body_peer->mn = host_to_be32(peer->mn); in ieee802_1x_mka_encode_potential_peer_body()
1177 body->llpn = host_to_be32(pn); in ieee802_1x_mka_encode_sak_use_body()
1179 body->olpn = host_to_be32(pn); in ieee802_1x_mka_encode_sak_use_body()
1196 body->lkn = host_to_be32(participant->lki.kn); in ieee802_1x_mka_encode_sak_use_body()
1208 body->okn = host_to_be32(participant->oki.kn); in ieee802_1x_mka_encode_sak_use_body()
1452 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.c89 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
94 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr()
95 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr()
/external/wpa_supplicant_8/src/eap_peer/
Deap_ttls.c172 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
177 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr()
178 avp->avp_length = host_to_be32((flags << 24) | (u32) (hdrlen + len)); in eap_ttls_avp_hdr()
Deap_fast.c509 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()
713 lifetime = host_to_be32(peerkey->lifetime); in wpa_supplicant_process_stk_1_of_4()