/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | aes_i.h | 17 extern const u32 Te0[256]; 18 extern const u32 Te1[256]; 19 extern const u32 Te2[256]; 20 extern const u32 Te3[256]; 21 extern const u32 Te4[256]; 22 extern const u32 Td0[256]; 23 extern const u32 Td1[256]; 24 extern const u32 Td2[256]; 25 extern const u32 Td3[256]; 26 extern const u32 Td4[256]; [all …]
|
D | des-internal.c | 49 static const u32 bytebit[8] = 54 static const u32 bigbyte[24] = 88 static const u32 SP1[64] = 108 static const u32 SP2[64] = 128 static const u32 SP3[64] = 148 static const u32 SP4[64] = 168 static const u32 SP5[64] = 188 static const u32 SP6[64] = 208 static const u32 SP7[64] = 228 static const u32 SP8[64] = [all …]
|
D | aes-internal.c | 64 const u32 Te0[256] = { 131 const u32 Te1[256] = { 197 const u32 Te2[256] = { 263 const u32 Te3[256] = { 330 const u32 Te4[256] = { 397 const u32 Td0[256] = { 464 const u32 Td1[256] = { 530 const u32 Td2[256] = { 597 const u32 Td3[256] = { 663 const u32 Td4[256] = { [all …]
|
D | des_i.h | 13 u32 ek[3][32]; 14 u32 dk[3][32]; 17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk); 18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt); 19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
|
D | sha1_i.h | 13 u32 state[5]; 14 u32 count[2]; 19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len); 21 void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
|
D | md5-internal.c | 17 static void MD5Transform(u32 buf[4], u32 const in[16]); 73 u32 t; in byteReverse() 75 t = (u32) ((unsigned) buf[3] << 8 | buf[2]) << 16 | in byteReverse() 77 *(u32 *) buf = t; in byteReverse() 104 u32 t; in MD5Update() 109 if ((ctx->bits[0] = t + ((u32) len << 3)) < t) in MD5Update() 127 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update() 136 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update() 171 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Final() 182 ((u32 *) aliasing_hide_typecast(ctx->in, u32))[14] = ctx->bits[0]; in MD5Final() [all …]
|
D | aes-internal-dec.c | 28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupDec() 31 u32 temp; in rijndaelKeySetupDec() 61 u32 *rk; in aes_decrypt_init() 75 static void rijndaelDecrypt(const u32 rk[/*44*/], int Nr, const u8 ct[16], in rijndaelDecrypt() 78 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() 153 u32 *rk = ctx; in aes_decrypt()
|
D | md4-internal.c | 18 u32 state[4]; /* state */ 70 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]); 198 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]) in MD4Transform() 200 u32 a, b, c, d, in[MD4_BLOCK_LENGTH / 4]; in MD4Transform() 206 in[a] = (u32)( in MD4Transform() 207 (u32)(block[a * 4 + 0]) | in MD4Transform() 208 (u32)(block[a * 4 + 1]) << 8 | in MD4Transform() 209 (u32)(block[a * 4 + 2]) << 16 | in MD4Transform() 210 (u32)(block[a * 4 + 3]) << 24); in MD4Transform()
|
D | md5_i.h | 13 u32 buf[4]; 14 u32 bits[2];
|
D | aes-internal-enc.c | 23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) in rijndaelEncrypt() 25 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() 100 u32 *rk; in aes_encrypt_init() 121 u32 *rk = ctx; in aes_encrypt()
|
D | aes-gcm.c | 18 u32 val; in inc32() 27 u32 *d = (u32 *) dst; in xor_block() 28 u32 *s = (u32 *) src; in xor_block() 38 u32 val; in shift_right_block()
|
D | sha1-internal.c | 19 void SHA1Transform(u32 state[5], const unsigned char buffer[64]); 176 void SHA1Transform(u32 state[5], const unsigned char buffer[64]) in SHA1Transform() 178 u32 a, b, c, d, e; in SHA1Transform() 181 u32 l[16]; in SHA1Transform() 248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) in SHA1Update() 250 u32 i, j; in SHA1Update() 280 u32 i; in SHA1Final()
|
D | aes-ccm.c | 20 u32 *d = (u32 *) dst; in xor_aes_block() 21 u32 *s = (u32 *) src; in xor_aes_block()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | bt_types.h | 232 … UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)((… argument 248 #define STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((U… argument 249 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((U… argument 266 … u32) {*(UINT8 *)(p) = (UINT8)(u32); *((UINT8 *)(p)+1) = (UINT8)((u32) >> 8); *((UINT8 *)(p)+2) = … argument 276 …_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 24); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UI… argument 285 #define BE_STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*((p) + 2))) + ((UINT32)(*((p) + 1)) << 8) + … argument 286 #define BE_STREAM_TO_UINT32(u32, p) {u32 = ((UINT32)(*((p) + 3)) + ((UINT32)(*((p) + 2)) << 8) + ((… argument 294 …u32) {*(UINT8 *)(p) = (UINT8)((u32) >> 24); *((UINT8 *)(p)+1) = (UINT8)((u32) >> 16); *((UINT8 *)… argument
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/include/ |
D | avrc_int.h | 74 …efine AVRC_CO_ID_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8)… argument 75 #define AVRC_BE_STREAM_TO_CO_ID(u32, p) {u32 = (((UINT32)(*((p) + 2))) + (((UINT32)(*((p) + 1))) <<… argument
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | common.h | 22 typedef uint32_t u32; typedef 89 #define le_to_host32(n) ((__force u32) (le32) (n)) 90 #define host_to_le32(n) ((__force le32) (u32) (n)) 91 #define be_to_host32(n) __builtin_bswap32((__force u32) (be32) (n)) 150 static inline u32 WPA_GET_BE24(const u8 *a) in WPA_GET_BE24() 155 static inline void WPA_PUT_BE24(u8 *a, u32 val) in WPA_PUT_BE24() 162 static inline u32 WPA_GET_BE32(const u8 *a) in WPA_GET_BE32() 164 return ((u32) a[0] << 24) | (a[1] << 16) | (a[2] << 8) | a[3]; in WPA_GET_BE32() 167 static inline void WPA_PUT_BE32(u8 *a, u32 val) in WPA_PUT_BE32() 175 static inline u32 WPA_GET_LE32(const u8 *a) in WPA_GET_LE32() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.h | 34 ((((u32) (a)) << 24) | (((u32) (b)) << 16) | (((u32) (c)) << 8) | \ 35 (u32) (d)) 47 ((((u32) (a)) << 24) | (((u32) (b)) << 16) | (((u32) (c)) << 8) | \ 48 (u32) (d)) 402 u32 wpa_akm_to_suite(int akm); 446 u32 wpa_cipher_to_suite(int proto, int cipher);
|
D | ieee802_11_defs.h | 469 #define TX_BF_CAP_IMPLICIT_TXBF_RX_CAP ((u32) BIT(0)) 470 #define TX_BF_CAP_RX_STAGGERED_SOUNDING_CAP ((u32) BIT(1)) 471 #define TX_BF_CAP_TX_STAGGERED_SOUNDING_CAP ((u32) BIT(2)) 472 #define TX_BF_CAP_RX_NDP_CAP ((u32) BIT(3)) 473 #define TX_BF_CAP_TX_NDP_CAP ((u32) BIT(4)) 474 #define TX_BF_CAP_IMPLICIT_TX_BF_CAP ((u32) BIT(5)) 475 #define TX_BF_CAP_CALIBRATION_MASK ((u32) (BIT(6) | BIT(7)) 477 #define TX_BF_CAP_EXPLICIT_CSI_TXBF_CAP ((u32) BIT(8)) 478 #define TX_BF_CAP_EXPLICIT_NONCOMPR_STEERING_CAP ((u32) BIT(9)) 479 #define TX_BF_CAP_EXPLICIT_COMPR_STEERING_CAP ((u32) BIT(10)) [all …]
|
D | ieee802_11_common.h | 42 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type); 47 u32 oui_type);
|
D | wnm_sta.h | 26 u32 bssid_info; 37 u32 distance; /* valid if bearing_present=1 */
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap.h | 28 u32 method; 43 u32 t_c_timestamp; 95 u32 recv_seq; 270 u32 tls_test_flags;
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | hostapd.h | 61 u32 channel; 62 u32 datarate; 70 u32 auth_transaction;
|
D | sta_info.h | 45 u32 flags; /* Bitfield of WLAN_STA_* */ 103 u32 session_timeout); 135 int ap_sta_flags_txt(u32 flags, char *buf, size_t buflen);
|
/hal_espressif-latest/components/wpa_supplicant/include/utils/ |
D | wpabuf.h | 120 static inline void wpabuf_put_le32(struct wpabuf *buf, u32 data) in wpabuf_put_le32() 132 static inline void wpabuf_put_be24(struct wpabuf *buf, u32 data) in wpabuf_put_be24() 138 static inline void wpabuf_put_be32(struct wpabuf *buf, u32 data) in wpabuf_put_be32()
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 185 void wpa_config_assoc_ie(u8 proto, u8 *assoc_buf, u32 assoc_wpa_ie_len); 204 void wpa_set_profile(u32 wpa_proto, u8 auth_mode); 208 int wpa_sm_rx_eapol(u8 *src_addr, u8 *buf, u32 len);
|