/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | soc_ulp.h | 20 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) argument 21 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i) argument 22 #define MASK_TO_WIDTH_HELPER2(m, i) (MASK_TO_WIDTH_HELPER1(m, i) + MASK_TO_WIDTH_HELPER1(m, i + 1… argument 23 #define MASK_TO_WIDTH_HELPER4(m, i) (MASK_TO_WIDTH_HELPER2(m, i) + MASK_TO_WIDTH_HELPER2(m, i + 2… argument 24 #define MASK_TO_WIDTH_HELPER8(m, i) (MASK_TO_WIDTH_HELPER4(m, i) + MASK_TO_WIDTH_HELPER4(m, i + 4… argument 25 #define MASK_TO_WIDTH_HELPER16(m, i) (MASK_TO_WIDTH_HELPER8(m, i) + MASK_TO_WIDTH_HELPER8(m, i + 8… argument 26 #define MASK_TO_WIDTH_HELPER32(m, i) (MASK_TO_WIDTH_HELPER16(m, i) + MASK_TO_WIDTH_HELPER16(m, i + … argument
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc_ulp.h | 20 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) argument 21 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i) argument 22 #define MASK_TO_WIDTH_HELPER2(m, i) (MASK_TO_WIDTH_HELPER1(m, i) + MASK_TO_WIDTH_HELPER1(m, i + 1… argument 23 #define MASK_TO_WIDTH_HELPER4(m, i) (MASK_TO_WIDTH_HELPER2(m, i) + MASK_TO_WIDTH_HELPER2(m, i + 2… argument 24 #define MASK_TO_WIDTH_HELPER8(m, i) (MASK_TO_WIDTH_HELPER4(m, i) + MASK_TO_WIDTH_HELPER4(m, i + 4… argument 25 #define MASK_TO_WIDTH_HELPER16(m, i) (MASK_TO_WIDTH_HELPER8(m, i) + MASK_TO_WIDTH_HELPER8(m, i + 8… argument 26 #define MASK_TO_WIDTH_HELPER32(m, i) (MASK_TO_WIDTH_HELPER16(m, i) + MASK_TO_WIDTH_HELPER16(m, i + … argument
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | soc_ulp.h | 20 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) argument 21 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i) argument 22 #define MASK_TO_WIDTH_HELPER2(m, i) (MASK_TO_WIDTH_HELPER1(m, i) + MASK_TO_WIDTH_HELPER1(m, i + 1… argument 23 #define MASK_TO_WIDTH_HELPER4(m, i) (MASK_TO_WIDTH_HELPER2(m, i) + MASK_TO_WIDTH_HELPER2(m, i + 2… argument 24 #define MASK_TO_WIDTH_HELPER8(m, i) (MASK_TO_WIDTH_HELPER4(m, i) + MASK_TO_WIDTH_HELPER4(m, i + 4… argument 25 #define MASK_TO_WIDTH_HELPER16(m, i) (MASK_TO_WIDTH_HELPER8(m, i) + MASK_TO_WIDTH_HELPER8(m, i + 8… argument 26 #define MASK_TO_WIDTH_HELPER32(m, i) (MASK_TO_WIDTH_HELPER16(m, i) + MASK_TO_WIDTH_HELPER16(m, i + … argument
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap_server_methods.c | 28 struct eap_method *m; in eap_server_get_eap_method() local 48 struct eap_method *m; in eap_server_get_type() local 110 struct eap_method *m, *last = NULL; in eap_server_method_register() local 145 struct eap_method *m; in eap_server_unregister_methods() local 170 struct eap_method *m; in eap_server_get_name() local
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap.c | 81 struct eap_method *m; in eap_peer_get_eap_method() local 92 struct eap_method *m; in eap_peer_get_methods() local 114 struct eap_method_type *m; in eap_config_allowed_method() local 130 struct eap_method *m; in eap_peer_get_type() local 184 const struct eap_method *methods, *m; in eap_get_phase2_types() local 231 struct eap_method *m, *last = NULL; in eap_peer_method_register() local 251 struct eap_method *m; in eap_peer_unregister_methods() local 454 const struct eap_method *methods, *m; in eap_sm_build_nak() local
|
D | eap_i.h | 313 const struct eap_method *m; member
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | cbc_mode.c | 43 unsigned int n, m; in tc_cbc_mode_encrypt() local 84 unsigned int n, m; in tc_cbc_mode_decrypt() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | cbc_mode.c | 43 unsigned int n, m; in tc_cbc_mode_encrypt() local 84 unsigned int n, m; in tc_cbc_mode_decrypt() local
|
/hal_espressif-latest/components/mbedtls/port/ecc/ |
D | ecc_alt.c | 19 const mbedtls_mpi *m, const mbedtls_ecp_point *P) in esp_mbedtls_ecp_point_multiply() 52 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in ecp_mul_restartable_internal()
|
/hal_espressif-latest/components/esp_system/ |
D | freertos_hooks.c | 124 for(int m = 0; m < portNUM_PROCESSORS; m++) { in esp_deregister_freertos_idle_hook() local 145 for(int m = 0; m < portNUM_PROCESSORS; m++){ in esp_deregister_freertos_tick_hook() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.h | 28 static inline int bt_mesh_aes_cmac_one(const uint8_t key[16], const void *m, in bt_mesh_aes_cmac_one() 36 static inline bool bt_mesh_s1(const char *m, uint8_t salt[16]) in bt_mesh_s1()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae_pk.c | 482 bool ap, const u8 *m, size_t m_len, in sae_pk_hash_sig_data() 541 const u8 *m, size_t m_len, in sae_pk_valid_fingerprint() 614 u8 m[SAE_PK_M_LEN]; in sae_check_confirm_pk() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_timer.h | 108 #define K_MINUTES(m) K_SECONDS((m) * 60) argument
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/plc/ |
D | sbc_plc.c | 85 int m; in CrossCorrelation() local
|
/hal_espressif-latest/components/bt/host/nimble/esp-hci/src/ |
D | esp_nimble_hci.c | 155 struct os_mbuf *m = NULL; in ble_hci_rx_acl() local
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | des-internal.c | 275 u32 i, j, l, m, n, kn[32]; in deskey() local
|
D | aes-gcm.c | 105 size_t m, i; in ghash() local
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | ds_struct.h | 123 volatile uint32_t m[128]; member
|
D | sha_struct.h | 205 volatile uint32_t m[16]; member
|
D | rsa_struct.h | 242 volatile uint32_t m[4]; member
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_lwip_ppp.c | 46 static err_t pppapi_do_ppp_set_auth(struct tcpip_api_call_data *m) in pppapi_do_ppp_set_auth()
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | ds_struct.h | 123 volatile uint32_t m[128]; member
|
D | sha_struct.h | 205 volatile uint32_t m[16]; member
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | touch_sensor_ll.h | 32 #define TOUCH_LL_BIT_SWAP(data, n, m) (((data >> n) & 0x1) == ((data >> m) & 0x1) ? (data) : ((… argument
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-bignum.c | 231 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand()
|