/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dhcp.h | 29 be32 xid; 32 be32 client_ip; 33 be32 your_ip; 34 be32 server_ip; 35 be32 relay_ip; 48 be32 xid; 51 be32 client_ip; 52 be32 your_ip; 53 be32 server_ip; 54 be32 relay_i [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dhcp.h | 29 be32 xid; 32 be32 client_ip; 33 be32 your_ip; 34 be32 server_ip; 35 be32 relay_ip; 48 be32 xid; 51 be32 client_ip; 52 be32 your_ip; 53 be32 server_ip; 54 be32 relay_i [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_ttls.h | 13 be32 avp_code; 14 be32 avp_length; /* 8-bit flags, 24-bit length; 21 be32 avp_code; 22 be32 avp_length; /* 8-bit flags, 24-bit length; 24 be32 vendor_id;
|
H A D | eap_tlv_common.h | 50 be32 vendor_id;
|
H A D | eap_teap_common.h | 65 be32 vendor_id;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_ttls.h | 13 be32 avp_code; 14 be32 avp_length; /* 8-bit flags, 24-bit length; 21 be32 avp_code; 22 be32 avp_length; /* 8-bit flags, 24-bit length; 24 be32 vendor_id;
|
H A D | eap_tlv_common.h | 50 be32 vendor_id;
|
H A D | eap_teap_common.h | 65 be32 vendor_id;
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | endian_test.cpp | 32 constexpr uint32_t be32 = 0x32547698; in HWTEST_F() local 34 EXPECT_EQ(be32, result); in HWTEST_F() 57 constexpr uint32_t be32 = 0x32547698; in HWTEST_F() local 59 uint32_t result = ntohl(be32); in HWTEST_F()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay_i.h | 41 be32 mn; 212 be32 actor_mn; 310 be32 lkn; 312 be32 llpn; 317 be32 okn; 319 be32 olpn; 361 be32 kn;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay_i.h | 41 be32 mn; 212 be32 actor_mn; 310 be32 lkn; 312 be32 llpn; 317 be32 okn; 319 be32 olpn; 361 be32 kn;
|
/third_party/libwebsockets/lib/jose/jwe/ |
H A D | jwe.c | 183 be32(uint32_t i, uint32_t *p32) in be32() function 283 lws_genhash_update(&hash_ctx, be32(ctr++, &t), 4) || in lws_jwa_concat_kdf() 287 lws_genhash_update(&hash_ctx, be32((uint32_t)strlen(aid), &t), 4) || in lws_jwa_concat_kdf() 290 be32(jwe->jose.e[LJJHI_APU].len, &t), 4) || in lws_jwa_concat_kdf() 294 be32(jwe->jose.e[LJJHI_APV].len, &t), 4) || in lws_jwa_concat_kdf() 298 be32(jwe->jose.enc_alg->keybits_fixed, &t), in lws_jwa_concat_kdf()
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 86 static uint32_t be32(uint32_t host) in be32() function 179 i = be32(counter); in derive() 252 l = be32(keylen * 8); in kbkdf_derive()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 86 static uint32_t be32(uint32_t host) in be32() function 179 i = be32(counter); in derive() 252 l = be32(keylen * 8); in kbkdf_derive()
|
/third_party/ffmpeg/libavcodec/ |
H A D | pcm.c | 122 ENCODE(uint32_t, be32, samples, dst, n, 0, 0x80000000) in pcm_encode_frame() 190 ENCODE(int32_t, be32, samples, dst, n, 0, 0) in pcm_encode_frame() 390 DECODE(32, be32, src, samples, n, 0, 0x80000000) in pcm_decode_frame() 475 DECODE(32, be32, src, samples, n, 0, 0) in pcm_decode_frame()
|
H A D | bytestream.h | 96 DEF(unsigned int, be32, 4, AV_RB32, AV_WB32)
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | types.h | 52 typedef u32 be32; typedef
|
H A D | endians.h | 294 #define const_cpu_to_be32(x) ((be32) __constant_cpu_to_be32(x)) 298 #define const_sbe32_to_cpu(x) ((s32) __constant_be32_to_cpu((be32) x))
|
H A D | layout.h | 1362 be32 low_part; /* Low 32-bits. */
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.h | 182 #define be_to_host32(n) bswap_32((__force u32) (be32) (n)) 183 #define host_to_be32(n) ((__force be32) bswap_32((n))) 450 typedef u32 __bitwise be32; typedef
|
H A D | common.c | 247 be32 tmp; in wpa_get_ntp_timestamp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.h | 194 #define be_to_host32(n) bswap_32((__force u32) (be32) (n)) 195 #define host_to_be32(n) ((__force be32) bswap_32((n))) 468 typedef u32 __bitwise be32; typedef
|
H A D | common.c | 289 be32 tmp; in wpa_get_ntp_timestamp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | sta_info.h | 110 be32 ipaddr;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.h | 69 be32 ipaddr;
|