Home
last modified time | relevance | path

Searched refs:be32 (Results 1 - 25 of 33) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddhcp.h29 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 Ddhcp.h29 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 Deap_ttls.h13 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 Deap_tlv_common.h50 be32 vendor_id;
H A Deap_teap_common.h65 be32 vendor_id;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_ttls.h13 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 Deap_tlv_common.h50 be32 vendor_id;
H A Deap_teap_common.h65 be32 vendor_id;
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dendian_test.cpp32 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 Dieee802_1x_kay_i.h41 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 Dieee802_1x_kay_i.h41 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 Djwe.c183 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 Dkbkdf.c86 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 Dkbkdf.c86 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 Dpcm.c122 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 Dbytestream.h96 DEF(unsigned int, be32, 4, AV_RB32, AV_WB32)
/third_party/ntfs-3g/include/ntfs-3g/
H A Dtypes.h52 typedef u32 be32; typedef
H A Dendians.h294 #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 Dlayout.h1362 be32 low_part; /* Low 32-bits. */
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.h182 #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 Dcommon.c247 be32 tmp; in wpa_get_ntp_timestamp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.h194 #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 Dcommon.c289 be32 tmp; in wpa_get_ntp_timestamp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h110 be32 ipaddr;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.h69 be32 ipaddr;

Completed in 23 milliseconds

12