Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 154) sorted by relevance

1234567

/hal_espressif-latest/components/mbedtls/port/sha/block/
Desp_sha512.c68 void esp_sha512_set_mode(mbedtls_sha512_context *ctx, esp_sha_type type) in esp_sha512_set_mode()
85 void esp_sha512_set_t( mbedtls_sha512_context *ctx, uint16_t t_val) in esp_sha512_set_t()
90 void mbedtls_sha512_init( mbedtls_sha512_context *ctx ) in mbedtls_sha512_init()
97 void mbedtls_sha512_free( mbedtls_sha512_context *ctx ) in mbedtls_sha512_free()
115 int mbedtls_sha512_starts( mbedtls_sha512_context *ctx, int is384 ) in mbedtls_sha512_starts()
128 static int esp_internal_sha_update_state(mbedtls_sha512_context *ctx) in esp_internal_sha_update_state()
149 static void esp_internal_sha512_block_process(mbedtls_sha512_context *ctx, const uint8_t *data) in esp_internal_sha512_block_process()
158 int mbedtls_internal_sha512_process( mbedtls_sha512_context *ctx, const unsigned char data[128] ) in mbedtls_internal_sha512_process()
178 int mbedtls_sha512_update( mbedtls_sha512_context *ctx, const unsigned char *input, in mbedtls_sha512_update()
256 int mbedtls_sha512_finish( mbedtls_sha512_context *ctx, unsigned char *output ) in mbedtls_sha512_finish()
Desp_sha1.c59 void mbedtls_sha1_init( mbedtls_sha1_context *ctx ) in mbedtls_sha1_init()
66 void mbedtls_sha1_free( mbedtls_sha1_context *ctx ) in mbedtls_sha1_free()
83 int mbedtls_sha1_starts( mbedtls_sha1_context *ctx ) in mbedtls_sha1_starts()
93 static void esp_internal_sha_update_state(mbedtls_sha1_context *ctx) in esp_internal_sha_update_state()
104 static void esp_internal_sha1_block_process(mbedtls_sha1_context *ctx, const uint8_t *data) in esp_internal_sha1_block_process()
113 int mbedtls_internal_sha1_process( mbedtls_sha1_context *ctx, const unsigned char data[64] ) in mbedtls_internal_sha1_process()
123 int mbedtls_sha1_update( mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen ) in mbedtls_sha1_update()
190 int mbedtls_sha1_finish( mbedtls_sha1_context *ctx, unsigned char output[20] ) in mbedtls_sha1_finish()
Desp_sha256.c68 void mbedtls_sha256_init( mbedtls_sha256_context *ctx ) in mbedtls_sha256_init()
75 void mbedtls_sha256_free( mbedtls_sha256_context *ctx ) in mbedtls_sha256_free()
93 int mbedtls_sha256_starts( mbedtls_sha256_context *ctx, int is224 ) in mbedtls_sha256_starts()
106 static void esp_internal_sha_update_state(mbedtls_sha256_context *ctx) in esp_internal_sha_update_state()
117 static void esp_internal_sha256_block_process(mbedtls_sha256_context *ctx, const uint8_t *data) in esp_internal_sha256_block_process()
126 int mbedtls_internal_sha256_process( mbedtls_sha256_context *ctx, const unsigned char data[64] ) in mbedtls_internal_sha256_process()
139 int mbedtls_sha256_update( mbedtls_sha256_context *ctx, const unsigned char *input, in mbedtls_sha256_update()
209 int mbedtls_sha256_finish( mbedtls_sha256_context *ctx, unsigned char *output ) in mbedtls_sha256_finish()
/hal_espressif-latest/components/mbedtls/port/sha/dma/
Desp_sha512.c67 void esp_sha512_set_mode(mbedtls_sha512_context *ctx, esp_sha_type type) in esp_sha512_set_mode()
84 void esp_sha512_set_t( mbedtls_sha512_context *ctx, uint16_t t_val) in esp_sha512_set_t()
89 void mbedtls_sha512_init( mbedtls_sha512_context *ctx ) in mbedtls_sha512_init()
94 void mbedtls_sha512_free( mbedtls_sha512_context *ctx ) in mbedtls_sha512_free()
112 int mbedtls_sha512_starts( mbedtls_sha512_context *ctx, int is384 ) in mbedtls_sha512_starts()
125 static int esp_internal_sha_update_state(mbedtls_sha512_context *ctx) in esp_internal_sha_update_state()
145 static int esp_internal_sha512_dma_process(mbedtls_sha512_context *ctx, in esp_internal_sha512_dma_process()
156 int mbedtls_internal_sha512_process( mbedtls_sha512_context *ctx, const unsigned char data[128] ) in mbedtls_internal_sha512_process()
183 int mbedtls_sha512_update( mbedtls_sha512_context *ctx, const unsigned char *input, in mbedtls_sha512_update()
259 int mbedtls_sha512_finish( mbedtls_sha512_context *ctx, unsigned char *output ) in mbedtls_sha512_finish()
Desp_sha1.c58 void mbedtls_sha1_init( mbedtls_sha1_context *ctx ) in mbedtls_sha1_init()
63 void mbedtls_sha1_free( mbedtls_sha1_context *ctx ) in mbedtls_sha1_free()
80 int mbedtls_sha1_starts( mbedtls_sha1_context *ctx ) in mbedtls_sha1_starts()
91 static void esp_internal_sha_update_state(mbedtls_sha1_context *ctx) in esp_internal_sha_update_state()
102 static int esp_internal_sha1_dma_process(mbedtls_sha1_context *ctx, in esp_internal_sha1_dma_process()
109 int mbedtls_internal_sha1_process( mbedtls_sha1_context *ctx, const unsigned char data[64] ) in mbedtls_internal_sha1_process()
126 int mbedtls_sha1_update( mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen ) in mbedtls_sha1_update()
190 int mbedtls_sha1_finish( mbedtls_sha1_context *ctx, unsigned char output[20] ) in mbedtls_sha1_finish()
Desp_sha256.c67 void mbedtls_sha256_init( mbedtls_sha256_context *ctx ) in mbedtls_sha256_init()
72 void mbedtls_sha256_free( mbedtls_sha256_context *ctx ) in mbedtls_sha256_free()
90 int mbedtls_sha256_starts( mbedtls_sha256_context *ctx, int is224 ) in mbedtls_sha256_starts()
103 static void esp_internal_sha_update_state(mbedtls_sha256_context *ctx) in esp_internal_sha_update_state()
114 int mbedtls_internal_sha256_process( mbedtls_sha256_context *ctx, const unsigned char data[64] ) in mbedtls_internal_sha256_process()
135 int mbedtls_sha256_update( mbedtls_sha256_context *ctx, const unsigned char *input, in mbedtls_sha256_update()
200 int mbedtls_sha256_finish( mbedtls_sha256_context *ctx, unsigned char *output ) in mbedtls_sha256_finish()
/hal_espressif-latest/components/mbedtls/port/md/
Desp_md.c14 int esp_md5_finish( mbedtls_md5_context *ctx, unsigned char output[16] ) in esp_md5_finish()
22 int esp_md5_update( mbedtls_md5_context *ctx, const unsigned char *input, size_t ilen ) in esp_md5_update()
30 void esp_md5_init( mbedtls_md5_context *ctx ) in esp_md5_init()
35 int esp_md5_starts( mbedtls_md5_context *ctx ) in esp_md5_starts()
41 void esp_md5_free( mbedtls_md5_context *ctx ) in esp_md5_free()
50 int esp_md5_process( mbedtls_md5_context *ctx, const unsigned char data[64] ) in esp_md5_process()
/hal_espressif-latest/components/mbedtls/port/aes/block/
Desp_aes.c82 static int esp_aes_block(esp_aes_context *ctx, const void *input, void *output) in esp_aes_block()
122 static int esp_aes_validate_input(esp_aes_context *ctx, const unsigned char *input, in esp_aes_validate_input()
142 void esp_aes_encrypt(esp_aes_context *ctx, in esp_aes_encrypt()
152 int esp_internal_aes_encrypt(esp_aes_context *ctx, in esp_internal_aes_encrypt()
174 void esp_aes_decrypt(esp_aes_context *ctx, in esp_aes_decrypt()
185 int esp_internal_aes_decrypt(esp_aes_context *ctx, in esp_internal_aes_decrypt()
210 int esp_aes_crypt_ecb(esp_aes_context *ctx, in esp_aes_crypt_ecb()
237 int esp_aes_crypt_cbc(esp_aes_context *ctx, in esp_aes_crypt_cbc()
321 int esp_aes_crypt_cfb128(esp_aes_context *ctx, in esp_aes_crypt_cfb128()
395 int esp_aes_crypt_cfb8(esp_aes_context *ctx, in esp_aes_crypt_cfb8()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c117 struct bt_mesh_msg_ctx *ctx, in dev_comp_data_get()
457 struct bt_mesh_msg_ctx *ctx, in app_key_add()
492 struct bt_mesh_msg_ctx *ctx, in app_key_update()
555 struct bt_mesh_msg_ctx *ctx, in app_key_del()
613 struct bt_mesh_msg_ctx *ctx, in app_key_get()
672 struct bt_mesh_msg_ctx *ctx, in beacon_get()
690 struct bt_mesh_msg_ctx *ctx, in beacon_set()
730 struct bt_mesh_msg_ctx *ctx, in default_ttl_get()
748 struct bt_mesh_msg_ctx *ctx, in default_ttl_set()
782 struct bt_mesh_msg_ctx *ctx) in send_gatt_proxy_status()
[all …]
Dhealth_srv.c91 struct bt_mesh_msg_ctx *ctx) in health_send_fault_status()
124 struct bt_mesh_msg_ctx *ctx, in health_fault_get()
147 struct bt_mesh_msg_ctx *ctx, in health_fault_clear()
178 struct bt_mesh_msg_ctx *ctx, in health_fault_test()
218 struct bt_mesh_msg_ctx *ctx) in send_attention_status()
241 struct bt_mesh_msg_ctx *ctx, in attention_get()
250 struct bt_mesh_msg_ctx *ctx, in health_set_attention()
263 struct bt_mesh_msg_ctx *ctx, in attention_set()
276 struct bt_mesh_msg_ctx *ctx) in send_health_period_status()
289 struct bt_mesh_msg_ctx *ctx, in health_period_get()
[all …]
Dcfg_cli.c104 struct bt_mesh_msg_ctx ctx = {0}; in timeout_handler() local
130 struct bt_mesh_msg_ctx *ctx, in cfg_client_recv_status()
252 struct bt_mesh_msg_ctx *ctx, in comp_data_status()
274 struct bt_mesh_msg_ctx *ctx, in state_status_u8()
289 struct bt_mesh_msg_ctx *ctx, in beacon_status()
296 struct bt_mesh_msg_ctx *ctx, in ttl_status()
303 struct bt_mesh_msg_ctx *ctx, in friend_status()
310 struct bt_mesh_msg_ctx *ctx, in gatt_proxy_status()
317 struct bt_mesh_msg_ctx *ctx, in relay_status()
333 struct bt_mesh_msg_ctx *ctx, in net_key_status()
[all …]
/hal_espressif-latest/components/esp_hw_support/
Dmodem_clock.c61 static void IRAM_ATTR modem_clock_wifi_mac_configure(modem_clock_context_t *ctx, bool enable) in modem_clock_wifi_mac_configure()
69 static void IRAM_ATTR modem_clock_wifi_bb_configure(modem_clock_context_t *ctx, bool enable) in modem_clock_wifi_bb_configure()
78 static void IRAM_ATTR modem_clock_ble_mac_configure(modem_clock_context_t *ctx, bool enable) in modem_clock_ble_mac_configure()
84 static void IRAM_ATTR modem_clock_ble_bb_configure(modem_clock_context_t *ctx, bool enable) in modem_clock_ble_bb_configure()
93 static void IRAM_ATTR modem_clock_ieee802154_mac_configure(modem_clock_context_t *ctx, bool enable) in modem_clock_ieee802154_mac_configure()
100 static void IRAM_ATTR modem_clock_coex_configure(modem_clock_context_t *ctx, bool enable) in modem_clock_coex_configure()
105 static void IRAM_ATTR modem_clock_modem_adc_common_fe_configure(modem_clock_context_t *ctx, bool en… in modem_clock_modem_adc_common_fe_configure()
110 static void IRAM_ATTR modem_clock_modem_private_fe_configure(modem_clock_context_t *ctx, bool enabl… in modem_clock_modem_private_fe_configure()
115 static void IRAM_ATTR modem_clock_i2c_master_configure(modem_clock_context_t *ctx, bool enable) in modem_clock_i2c_master_configure()
120 static void IRAM_ATTR modem_clock_etm_configure(modem_clock_context_t *ctx, bool enable) in modem_clock_etm_configure()
[all …]
/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt_impl_timergroup.c47 twdt_ctx_hard_t *ctx = &init_context; in esp_task_wdt_impl_timer_allocate() local
81 twdt_ctx_hard_t* ctx = (twdt_ctx_hard_t*) obj; in esp_task_wdt_impl_timer_reconfigure() local
101 twdt_ctx_hard_t* ctx = (twdt_ctx_hard_t*) obj; in esp_task_wdt_impl_timer_free() local
120 twdt_ctx_hard_t* ctx = (twdt_ctx_hard_t*) obj; in esp_task_wdt_impl_timer_feed() local
138 twdt_ctx_hard_t* ctx = (twdt_ctx_hard_t*) obj; in esp_task_wdt_impl_timeout_triggered() local
152 twdt_ctx_hard_t* ctx = (twdt_ctx_hard_t*) obj; in esp_task_wdt_impl_timer_stop() local
171 twdt_ctx_hard_t* ctx = (twdt_ctx_hard_t*) obj; in esp_task_wdt_impl_timer_restart() local
Dtask_wdt_impl_esp_timer.c41 twdt_ctx_soft_t *ctx = &init_context; in esp_task_wdt_impl_timer_allocate() local
68 twdt_ctx_soft_t* ctx = (twdt_ctx_soft_t*) obj; in esp_task_wdt_impl_timer_reconfigure() local
87 const twdt_ctx_soft_t* ctx = (twdt_ctx_soft_t*) obj; in esp_task_wdt_impl_timer_free() local
98 const twdt_ctx_soft_t* ctx = (twdt_ctx_soft_t*) obj; in esp_task_wdt_impl_timer_feed() local
122 const twdt_ctx_soft_t* ctx = (twdt_ctx_soft_t*) obj; in esp_task_wdt_impl_timer_stop() local
139 twdt_ctx_soft_t* ctx = (twdt_ctx_soft_t*) obj; in esp_task_wdt_impl_timer_restart() local
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c56 static void esp_gcm_derive_J0(esp_gcm_context *ctx) in esp_gcm_derive_J0()
88 static void increment32_j0(esp_gcm_context *ctx, uint8_t *j) in increment32_j0()
143 static int gcm_gen_table( esp_gcm_context *ctx ) in gcm_gen_table()
206 static void gcm_mult( esp_gcm_context *ctx, const unsigned char x[16], in gcm_mult()
254 int esp_aes_gcm_setkey( esp_gcm_context *ctx, in esp_aes_gcm_setkey()
300 static void esp_gcm_ghash(esp_gcm_context *ctx, const unsigned char *x, size_t x_len, uint8_t *z) in esp_gcm_ghash()
340 void esp_aes_gcm_init( esp_gcm_context *ctx) in esp_aes_gcm_init()
356 void esp_aes_gcm_free( esp_gcm_context *ctx) in esp_aes_gcm_free()
373 int esp_aes_gcm_starts( esp_gcm_context *ctx, in esp_aes_gcm_starts()
446 int esp_aes_gcm_update_ad( esp_gcm_context *ctx, in esp_aes_gcm_update_ad()
[all …]
Desp_aes_common.c32 bool valid_key_length(const esp_aes_context *ctx) in valid_key_length()
43 void esp_aes_init(esp_aes_context *ctx) in esp_aes_init()
51 void esp_aes_free( esp_aes_context *ctx ) in esp_aes_free()
64 int esp_aes_setkey( esp_aes_context *ctx, const unsigned char *key, in esp_aes_setkey()
/hal_espressif-latest/components/mbedtls/port/
Dnet_sockets.c51 void mbedtls_net_init( mbedtls_net_context *ctx ) in mbedtls_net_init()
59 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect()
106 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind()
196 static int net_would_block( const mbedtls_net_context *ctx ) in net_would_block()
318 int mbedtls_net_set_block( mbedtls_net_context *ctx ) in mbedtls_net_set_block()
323 int mbedtls_net_set_nonblock( mbedtls_net_context *ctx ) in mbedtls_net_set_nonblock()
342 int mbedtls_net_recv( void *ctx, unsigned char *buf, size_t len ) in mbedtls_net_recv()
375 int mbedtls_net_recv_timeout( void *ctx, unsigned char *buf, size_t len, in mbedtls_net_recv_timeout()
415 int mbedtls_net_send( void *ctx, const unsigned char *buf, size_t len ) in mbedtls_net_send()
448 void mbedtls_net_free( mbedtls_net_context *ctx ) in mbedtls_net_free()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_transition.c243 struct bt_mesh_msg_ctx *ctx = NULL; in generic_onoff_work_handler() local
306 struct bt_mesh_msg_ctx *ctx = NULL; in generic_level_work_handler() local
383 struct bt_mesh_msg_ctx *ctx = NULL; in generic_power_level_work_handler() local
447 struct bt_mesh_msg_ctx *ctx = NULL; in light_lightness_actual_work_handler() local
509 struct bt_mesh_msg_ctx *ctx = NULL; in light_lightness_linear_work_handler() local
561 struct bt_mesh_msg_ctx *ctx = NULL; in light_ctl_work_handler() local
621 struct bt_mesh_msg_ctx *ctx = NULL; in light_ctl_temp_work_handler() local
677 struct bt_mesh_msg_ctx *ctx = NULL; in light_hsl_work_handler() local
737 struct bt_mesh_msg_ctx *ctx = NULL; in light_hsl_hue_work_handler() local
789 struct bt_mesh_msg_ctx *ctx = NULL; in light_hsl_sat_work_handler() local
[all …]
Dgeneric_server.c52 struct bt_mesh_msg_ctx *ctx, in send_gen_onoff_status()
95 struct bt_mesh_msg_ctx *ctx, in gen_onoff_get()
128 struct bt_mesh_msg_ctx *ctx, in gen_onoff_set()
224 struct bt_mesh_msg_ctx *ctx, in send_gen_level_status()
276 struct bt_mesh_msg_ctx *ctx, in gen_level_get()
309 struct bt_mesh_msg_ctx *ctx, in gen_level_set()
405 struct bt_mesh_msg_ctx *ctx, in gen_delta_set()
526 struct bt_mesh_msg_ctx *ctx, in gen_move_set()
653 struct bt_mesh_msg_ctx *ctx, in send_gen_def_trans_time_status()
691 struct bt_mesh_msg_ctx *ctx, in gen_def_trans_time_get()
[all …]
Dlighting_server.c53 struct bt_mesh_msg_ctx *ctx, in send_light_lightness_status()
144 struct bt_mesh_msg_ctx *ctx, in light_lightness_get()
221 struct bt_mesh_msg_ctx *ctx, in light_lightness_set()
333 struct bt_mesh_msg_ctx *ctx, in light_lightness_linear_set()
429 struct bt_mesh_msg_ctx *ctx, in light_lightness_default_set()
471 struct bt_mesh_msg_ctx *ctx, in light_lightness_range_set()
550 struct bt_mesh_msg_ctx *ctx, in send_light_ctl_status()
645 struct bt_mesh_msg_ctx *ctx, in light_ctl_get()
751 struct bt_mesh_msg_ctx *ctx, in light_ctl_set()
870 struct bt_mesh_msg_ctx *ctx, in light_ctl_default_set()
[all …]
/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c257 static int esp_aes_process_dma_ext_ram(esp_aes_context *ctx, const unsigned char *input, unsigned c… in esp_aes_process_dma_ext_ram()
334 static int esp_aes_process_dma(esp_aes_context *ctx, const unsigned char *input, unsigned char *out… in esp_aes_process_dma()
495 int esp_aes_process_dma_gcm(esp_aes_context *ctx, const unsigned char *input, unsigned char *output… in esp_aes_process_dma_gcm()
623 static int esp_aes_validate_input(esp_aes_context *ctx, const unsigned char *input, in esp_aes_validate_input()
646 int esp_internal_aes_encrypt(esp_aes_context *ctx, in esp_internal_aes_encrypt()
670 void esp_aes_encrypt(esp_aes_context *ctx, in esp_aes_encrypt()
680 int esp_internal_aes_decrypt(esp_aes_context *ctx, in esp_internal_aes_decrypt()
704 void esp_aes_decrypt(esp_aes_context *ctx, in esp_aes_decrypt()
715 int esp_aes_crypt_ecb(esp_aes_context *ctx, in esp_aes_crypt_ecb()
743 int esp_aes_crypt_cbc(esp_aes_context *ctx, in esp_aes_crypt_cbc()
[all …]
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha512.c43 inline static esp_sha_type sha_type(const mbedtls_sha512_context *ctx) in sha_type()
88 void mbedtls_sha512_init( mbedtls_sha512_context *ctx ) in mbedtls_sha512_init()
93 void mbedtls_sha512_free( mbedtls_sha512_context *ctx ) in mbedtls_sha512_free()
127 int mbedtls_sha512_starts( mbedtls_sha512_context *ctx, int is384 ) in mbedtls_sha512_starts()
210 static void mbedtls_sha512_software_process( mbedtls_sha512_context *ctx, const unsigned char data[… in mbedtls_sha512_software_process()
276 static int esp_internal_sha512_parallel_engine_process( mbedtls_sha512_context *ctx, const unsigned… in esp_internal_sha512_parallel_engine_process()
303 int mbedtls_internal_sha512_process( mbedtls_sha512_context *ctx, const unsigned char data[128] ) in mbedtls_internal_sha512_process()
312 int mbedtls_sha512_update( mbedtls_sha512_context *ctx, const unsigned char *input, in mbedtls_sha512_update()
377 int mbedtls_sha512_finish( mbedtls_sha512_context *ctx, unsigned char *output ) in mbedtls_sha512_finish()
Desp_sha1.c69 void mbedtls_sha1_init( mbedtls_sha1_context *ctx ) in mbedtls_sha1_init()
74 void mbedtls_sha1_free( mbedtls_sha1_context *ctx ) in mbedtls_sha1_free()
104 int mbedtls_sha1_starts( mbedtls_sha1_context *ctx ) in mbedtls_sha1_starts()
124 static void mbedtls_sha1_software_process( mbedtls_sha1_context *ctx, const unsigned char data[64] ) in mbedtls_sha1_software_process()
281 static int esp_internal_sha1_parallel_engine_process( mbedtls_sha1_context *ctx, const unsigned cha… in esp_internal_sha1_parallel_engine_process()
308 int mbedtls_internal_sha1_process( mbedtls_sha1_context *ctx, const unsigned char data[64] ) in mbedtls_internal_sha1_process()
317 int mbedtls_sha1_update( mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen ) in mbedtls_sha1_update()
379 int mbedtls_sha1_finish( mbedtls_sha1_context *ctx, unsigned char output[20] ) in mbedtls_sha1_finish()
Desp_sha256.c69 void mbedtls_sha256_init( mbedtls_sha256_context *ctx ) in mbedtls_sha256_init()
74 void mbedtls_sha256_free( mbedtls_sha256_context *ctx ) in mbedtls_sha256_free()
103 int mbedtls_sha256_starts( mbedtls_sha256_context *ctx, int is224 ) in mbedtls_sha256_starts()
183 static void mbedtls_sha256_software_process( mbedtls_sha256_context *ctx, const unsigned char data[… in mbedtls_sha256_software_process()
240 static int esp_internal_sha256_parallel_engine_process( mbedtls_sha256_context *ctx, const unsigned… in esp_internal_sha256_parallel_engine_process()
267 int mbedtls_internal_sha256_process( mbedtls_sha256_context *ctx, const unsigned char data[64] ) in mbedtls_internal_sha256_process()
276 int mbedtls_sha256_update( mbedtls_sha256_context *ctx, const unsigned char *input, in mbedtls_sha256_update()
339 int mbedtls_sha256_finish( mbedtls_sha256_context *ctx, unsigned char *output ) in mbedtls_sha256_finish()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c135 mbedtls_md_context_t *ctx = NULL; in crypto_hash_init() local
205 mbedtls_md_context_t *ctx = (mbedtls_md_context_t *)crypto_ctx; in crypto_hash_update() local
224 mbedtls_md_context_t *ctx = (mbedtls_md_context_t *)crypto_ctx; in crypto_hash_finish() local
413 static int aes_crypt(void *ctx, int mode, const u8 *in, u8 *out) in aes_crypt()
419 static void aes_crypt_deinit(void *ctx) in aes_crypt_deinit()
430 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
435 void aes_encrypt_deinit(void *ctx) in aes_encrypt_deinit()
445 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
450 void aes_decrypt_deinit(void *ctx) in aes_decrypt_deinit()
458 mbedtls_aes_context ctx; in aes_128_cbc_encrypt() local
[all …]

1234567