/external/wpa_supplicant_8/src/crypto/ |
D | fips_prf_internal.c | 53 _t[0] = host_to_be32(_t[0]); in fips186_2_prf() 54 _t[1] = host_to_be32(_t[1]); in fips186_2_prf() 55 _t[2] = host_to_be32(_t[2]); in fips186_2_prf() 56 _t[3] = host_to_be32(_t[3]); in fips186_2_prf() 57 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
|
D | fips_prf_openssl.c | 62 _t[0] = host_to_be32(_t[0]); in fips186_2_prf() 63 _t[1] = host_to_be32(_t[1]); in fips186_2_prf() 64 _t[2] = host_to_be32(_t[2]); in fips186_2_prf() 65 _t[3] = host_to_be32(_t[3]); in fips186_2_prf() 66 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
|
/external/wpa_supplicant/ |
D | crypto.c | 133 _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()
|
D | common.h | 81 #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
|
D | sha1.c | 441 _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()
|
D | common.c | 135 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()
|
D | eap_ttls.c | 274 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()
|
D | wpa.c | 2492 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()
|
D | eap_fast.c | 1154 nak->vendor_id = host_to_be32(vendor_id); in eap_fast_tlv_nak()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | crypto_openssl.c | 135 _t[0] = host_to_be32(_t[0]); in fips186_2_prf() 136 _t[1] = host_to_be32(_t[1]); in fips186_2_prf() 137 _t[2] = host_to_be32(_t[2]); in fips186_2_prf() 138 _t[3] = host_to_be32(_t[3]); in fips186_2_prf() 139 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
|
D | sha1.c | 447 _t[0] = host_to_be32(_t[0]); in fips186_2_prf() 448 _t[1] = host_to_be32(_t[1]); in fips186_2_prf() 449 _t[2] = host_to_be32(_t[2]); in fips186_2_prf() 450 _t[3] = host_to_be32(_t[3]); in fips186_2_prf() 451 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | common.c | 132 tmp = host_to_be32(sec); in wpa_get_ntp_timestamp() 134 tmp = host_to_be32(usec); in wpa_get_ntp_timestamp()
|
D | common.h | 190 #define host_to_be32(n) wpa_swap_32(n) macro 219 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro 231 #define host_to_be32(n) (n) macro
|
/external/wpa_supplicant_8/src/utils/ |
D | common.c | 186 tmp = host_to_be32(sec); in wpa_get_ntp_timestamp() 188 tmp = host_to_be32(usec); in wpa_get_ntp_timestamp()
|
D | common.h | 190 #define host_to_be32(n) wpa_swap_32(n) macro 219 #define host_to_be32(n) ((__force be32) bswap_32((n))) macro 231 #define host_to_be32(n) (n) macro
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_ttls.c | 108 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr() 113 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr() 114 avp->avp_length = host_to_be32((flags << 24) | (hdrlen + len)); in eap_ttls_avp_hdr()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_ttls.c | 108 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr() 113 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr() 114 avp->avp_length = host_to_be32((flags << 24) | (hdrlen + len)); in eap_ttls_avp_hdr()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap_ttls.c | 199 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr() 204 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr() 205 avp->avp_length = host_to_be32((flags << 24) | (hdrlen + len)); in eap_ttls_avp_hdr()
|
D | eap_fast.c | 494 nak->vendor_id = host_to_be32(vendor_id); in eap_fast_tlv_nak()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_ttls.c | 199 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr() 204 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr() 205 avp->avp_length = host_to_be32((flags << 24) | (u32) (hdrlen + len)); in eap_ttls_avp_hdr()
|
D | eap_fast.c | 494 nak->vendor_id = host_to_be32(vendor_id); in eap_fast_tlv_nak()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | peerkey.c | 433 lifetime = host_to_be32(peerkey->lifetime); in wpa_supplicant_send_stk_3_of_4() 731 lifetime = host_to_be32(peerkey->lifetime); in wpa_supplicant_process_stk_1_of_4()
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | peerkey.c | 432 lifetime = host_to_be32(peerkey->lifetime); in wpa_supplicant_send_stk_3_of_4() 728 lifetime = host_to_be32(peerkey->lifetime); in wpa_supplicant_process_stk_1_of_4()
|