Home
last modified time | relevance | path

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

12345678

/hal_espressif-2.7.6/tools/idf_py_actions/
Dcore_ext.py16 def build_target(target_name, ctx, args): argument
26 def list_build_system_targets(target_name, ctx, args): argument
30 def menuconfig(target_name, ctx, args, style): argument
42 def fallback_target(target_name, ctx, args): argument
57 def verbose_callback(ctx, param, value): argument
66 def clean(action, ctx, args): argument
92 def fullclean(action, ctx, args): argument
128 def python_clean(action, ctx, args): argument
142 def set_target(action, ctx, args, idf_target): argument
157 def reconfigure(action, ctx, args): argument
[all …]
Ddebug_ext.py39 def _check_openocd_errors(fail_if_openocd_failed, target, ctx): argument
86 def _get_commandline_options(ctx): argument
119 def post_debug(action, ctx, args, **kwargs): argument
146 def get_project_desc(args, ctx): argument
154 def openocd(action, ctx, args, openocd_scripts, openocd_commands): argument
191 def gdbui(action, ctx, args, gdbgui_port, gdbinit, require_openocd): argument
218 def global_callback(ctx, global_args, tasks): argument
249 def gdbtui(action, ctx, args, gdbinit, require_openocd): argument
255 def gdb(action, ctx, args, gdb_tui, gdbinit, require_openocd): argument
/hal_espressif-2.7.6/components/mbedtls/port/md/
Desp_md.c22 int esp_md5_finish_ret( mbedtls_md5_context *ctx, unsigned char output[16] ) in esp_md5_finish_ret()
29 int esp_md5_update_ret( mbedtls_md5_context *ctx, const unsigned char *input, size_t ilen ) in esp_md5_update_ret()
36 int esp_md5_init_ret( mbedtls_md5_context *ctx ) in esp_md5_init_ret()
43 void esp_md5_finish( mbedtls_md5_context *ctx, unsigned char output[16] ) in esp_md5_finish()
48 void esp_md5_update( mbedtls_md5_context *ctx, const unsigned char *input, size_t ilen ) in esp_md5_update()
53 void esp_md5_init( mbedtls_md5_context *ctx ) in esp_md5_init()
58 void esp_md5_free( mbedtls_md5_context *ctx ) in esp_md5_free()
67 int esp_md5_process( mbedtls_md5_context *ctx, const unsigned char data[64] ) in esp_md5_process()
/hal_espressif-2.7.6/components/mbedtls/port/sha/dma/
Desp_sha512.c83 void esp_sha512_set_mode(mbedtls_sha512_context *ctx, esp_sha_type type) in esp_sha512_set_mode()
100 void esp_sha512_set_t( mbedtls_sha512_context *ctx, uint16_t t_val) in esp_sha512_set_t()
105 void mbedtls_sha512_init( mbedtls_sha512_context *ctx ) in mbedtls_sha512_init()
110 void mbedtls_sha512_free( mbedtls_sha512_context *ctx ) in mbedtls_sha512_free()
128 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 ) in mbedtls_sha512_starts_ret()
142 void mbedtls_sha512_starts( mbedtls_sha512_context *ctx, in mbedtls_sha512_starts()
149 static int esp_internal_sha512_dma_process(mbedtls_sha512_context *ctx, in esp_internal_sha512_dma_process()
160 int mbedtls_internal_sha512_process( mbedtls_sha512_context *ctx, const unsigned char data[128] ) in mbedtls_internal_sha512_process()
172 void mbedtls_sha512_process( mbedtls_sha512_context *ctx, in mbedtls_sha512_process()
182 int mbedtls_sha512_update_ret( mbedtls_sha512_context *ctx, const unsigned char *input, in mbedtls_sha512_update_ret()
[all …]
Desp_sha1.c73 void mbedtls_sha1_init( mbedtls_sha1_context *ctx ) in mbedtls_sha1_init()
78 void mbedtls_sha1_free( mbedtls_sha1_context *ctx ) in mbedtls_sha1_free()
95 int mbedtls_sha1_starts_ret( mbedtls_sha1_context *ctx ) in mbedtls_sha1_starts_ret()
107 void mbedtls_sha1_starts( mbedtls_sha1_context *ctx ) in mbedtls_sha1_starts()
113 static int esp_internal_sha1_dma_process(mbedtls_sha1_context *ctx, in esp_internal_sha1_dma_process()
120 int mbedtls_internal_sha1_process( mbedtls_sha1_context *ctx, const unsigned char data[64] ) in mbedtls_internal_sha1_process()
130 void mbedtls_sha1_process( mbedtls_sha1_context *ctx, in mbedtls_sha1_process()
137 int mbedtls_sha1_update_ret( mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen ) in mbedtls_sha1_update_ret()
199 void mbedtls_sha1_update( mbedtls_sha1_context *ctx, in mbedtls_sha1_update()
217 int mbedtls_sha1_finish_ret( mbedtls_sha1_context *ctx, unsigned char output[20] ) in mbedtls_sha1_finish_ret()
[all …]
Desp_sha256.c83 void mbedtls_sha256_init( mbedtls_sha256_context *ctx ) in mbedtls_sha256_init()
88 void mbedtls_sha256_free( mbedtls_sha256_context *ctx ) in mbedtls_sha256_free()
106 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 ) in mbedtls_sha256_starts_ret()
120 void mbedtls_sha256_starts( mbedtls_sha256_context *ctx, in mbedtls_sha256_starts()
128 int mbedtls_internal_sha256_process( mbedtls_sha256_context *ctx, const unsigned char data[64] ) in mbedtls_internal_sha256_process()
139 void mbedtls_sha256_process( mbedtls_sha256_context *ctx, in mbedtls_sha256_process()
149 int mbedtls_sha256_update_ret( mbedtls_sha256_context *ctx, const unsigned char *input, in mbedtls_sha256_update_ret()
212 void mbedtls_sha256_update( mbedtls_sha256_context *ctx, in mbedtls_sha256_update()
230 int mbedtls_sha256_finish_ret( mbedtls_sha256_context *ctx, unsigned char output[32] ) in mbedtls_sha256_finish_ret()
261 void mbedtls_sha256_finish( mbedtls_sha256_context *ctx, in mbedtls_sha256_finish()
/hal_espressif-2.7.6/components/wifi_provisioning/src/
Dhandlers.c35 static wifi_config_t *get_config(wifi_prov_ctx_t **ctx) in get_config()
40 static wifi_config_t *new_config(wifi_prov_ctx_t **ctx) in new_config()
47 static void free_config(wifi_prov_ctx_t **ctx) in free_config()
53 static esp_err_t get_status_handler(wifi_prov_config_get_data_t *resp_data, wifi_prov_ctx_t **ctx) in get_status_handler()
93 …ic esp_err_t set_config_handler(const wifi_prov_config_set_data_t *req_data, wifi_prov_ctx_t **ctx) in set_config_handler()
124 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler()
159 wifi_prov_scan_ctx_t **ctx) in scan_start()
166 wifi_prov_scan_ctx_t **ctx) in scan_status()
175 wifi_prov_scan_ctx_t **ctx) in scan_result()
/hal_espressif-2.7.6/examples/peripherals/spi_master/hd_eeprom/components/eeprom/
Dspi_eeprom.c67 static esp_err_t eeprom_simple_cmd(eeprom_context_t *ctx, uint16_t cmd) in eeprom_simple_cmd()
76 static esp_err_t eeprom_wait_done(eeprom_context_t* ctx) in eeprom_wait_done()
123 eeprom_context_t* ctx = (eeprom_context_t*)arg; in ready_rising_isr() local
128 esp_err_t spi_eeprom_deinit(eeprom_context_t* ctx) in spi_eeprom_deinit()
146 eeprom_context_t* ctx = (eeprom_context_t*)malloc(sizeof(eeprom_context_t)); in spi_eeprom_init() local
211 esp_err_t spi_eeprom_read(eeprom_context_t* ctx, uint8_t addr, uint8_t* out_data) in spi_eeprom_read()
226 esp_err_t spi_eeprom_erase(eeprom_context_t* ctx, uint8_t addr) in spi_eeprom_erase()
242 esp_err_t spi_eeprom_write(eeprom_context_t* ctx, uint8_t addr, uint8_t data) in spi_eeprom_write()
265 esp_err_t spi_eeprom_write_enable(eeprom_context_t* ctx) in spi_eeprom_write_enable()
270 esp_err_t spi_eeprom_write_disable(eeprom_context_t* ctx) in spi_eeprom_write_disable()
[all …]
/hal_espressif-2.7.6/examples/provisioning/legacy/ble_prov/main/
Dapp_prov_handlers.c31 static wifi_config_t *get_config(wifi_prov_ctx_t **ctx) in get_config()
36 static wifi_config_t *new_config(wifi_prov_ctx_t **ctx) in new_config()
43 static void free_config(wifi_prov_ctx_t **ctx) in free_config()
49 static esp_err_t get_status_handler(wifi_prov_config_get_data_t *resp_data, wifi_prov_ctx_t **ctx) in get_status_handler()
85 …ic esp_err_t set_config_handler(const wifi_prov_config_set_data_t *req_data, wifi_prov_ctx_t **ctx) in set_config_handler()
115 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler()
/hal_espressif-2.7.6/examples/provisioning/legacy/softap_prov/main/
Dapp_prov_handlers.c31 static wifi_config_t *get_config(wifi_prov_ctx_t **ctx) in get_config()
36 static wifi_config_t *new_config(wifi_prov_ctx_t **ctx) in new_config()
43 static void free_config(wifi_prov_ctx_t **ctx) in free_config()
49 static esp_err_t get_status_handler(wifi_prov_config_get_data_t *resp_data, wifi_prov_ctx_t **ctx) in get_status_handler()
85 …ic esp_err_t set_config_handler(const wifi_prov_config_set_data_t *req_data, wifi_prov_ctx_t **ctx) in set_config_handler()
115 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler()
/hal_espressif-2.7.6/examples/provisioning/legacy/console_prov/main/
Dapp_prov_handlers.c31 static wifi_config_t *get_config(wifi_prov_ctx_t **ctx) in get_config()
36 static wifi_config_t *new_config(wifi_prov_ctx_t **ctx) in new_config()
43 static void free_config(wifi_prov_ctx_t **ctx) in free_config()
49 static esp_err_t get_status_handler(wifi_prov_config_get_data_t *resp_data, wifi_prov_ctx_t **ctx) in get_status_handler()
85 …ic esp_err_t set_config_handler(const wifi_prov_config_set_data_t *req_data, wifi_prov_ctx_t **ctx) in set_config_handler()
115 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler()
/hal_espressif-2.7.6/examples/provisioning/legacy/custom_config/main/
Dapp_prov_handlers.c32 static wifi_config_t *get_config(wifi_prov_ctx_t **ctx) in get_config()
37 static wifi_config_t *new_config(wifi_prov_ctx_t **ctx) in new_config()
44 static void free_config(wifi_prov_ctx_t **ctx) in free_config()
61 static esp_err_t get_status_handler(wifi_prov_config_get_data_t *resp_data, wifi_prov_ctx_t **ctx) in get_status_handler()
97 …ic esp_err_t set_config_handler(const wifi_prov_config_set_data_t *req_data, wifi_prov_ctx_t **ctx) in set_config_handler()
127 static esp_err_t apply_config_handler(wifi_prov_ctx_t **ctx) in apply_config_handler()
/hal_espressif-2.7.6/components/fatfs/vfs/
Dvfs_fat.c121 size_t ctx = find_context_index_by_path(base_path); in esp_vfs_fat_register() local
196 size_t ctx = find_context_index_by_path(base_path); in esp_vfs_fat_unregister_path() local
273 static void file_cleanup(vfs_fat_ctx_t* ctx, int fd) in file_cleanup()
288 static void prepend_drive_to_path(vfs_fat_ctx_t * ctx, const char ** path, const char ** path2){ in prepend_drive_to_path()
297 static int vfs_fat_open(void* ctx, const char * path, int flags, int mode) in vfs_fat_open()
364 static ssize_t vfs_fat_write(void* ctx, int fd, const void * data, size_t size) in vfs_fat_write()
388 static ssize_t vfs_fat_read(void* ctx, int fd, void * dst, size_t size) in vfs_fat_read()
404 static ssize_t vfs_fat_pread(void *ctx, int fd, void *dst, size_t size, off_t offset) in vfs_fat_pread()
444 static ssize_t vfs_fat_pwrite(void *ctx, int fd, const void *src, size_t size, off_t offset) in vfs_fat_pwrite()
484 static int vfs_fat_fsync(void* ctx, int fd) in vfs_fat_fsync()
[all …]
/hal_espressif-2.7.6/components/mbedtls/port/
Dnet_sockets.c67 void mbedtls_net_init( mbedtls_net_context *ctx ) in mbedtls_net_init()
75 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect()
122 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind()
199 static int net_would_block( const mbedtls_net_context *ctx ) in net_would_block()
303 int mbedtls_net_set_block( mbedtls_net_context *ctx ) in mbedtls_net_set_block()
308 int mbedtls_net_set_nonblock( mbedtls_net_context *ctx ) in mbedtls_net_set_nonblock()
327 int mbedtls_net_recv( void *ctx, unsigned char *buf, size_t len ) in mbedtls_net_recv()
360 int mbedtls_net_recv_timeout( void *ctx, unsigned char *buf, size_t len, in mbedtls_net_recv_timeout()
400 int mbedtls_net_send( void *ctx, const unsigned char *buf, size_t len ) in mbedtls_net_send()
433 void mbedtls_net_free( mbedtls_net_context *ctx ) in mbedtls_net_free()
/hal_espressif-2.7.6/components/mbedtls/port/aes/block/
Desp_aes.c77 static int esp_aes_block(esp_aes_context *ctx, const void *input, void *output) in esp_aes_block()
117 void esp_aes_encrypt(esp_aes_context *ctx, in esp_aes_encrypt()
127 int esp_internal_aes_encrypt(esp_aes_context *ctx, in esp_internal_aes_encrypt()
145 void esp_aes_decrypt(esp_aes_context *ctx, in esp_aes_decrypt()
156 int esp_internal_aes_decrypt(esp_aes_context *ctx, in esp_internal_aes_decrypt()
177 int esp_aes_crypt_ecb(esp_aes_context *ctx, in esp_aes_crypt_ecb()
201 int esp_aes_crypt_cbc(esp_aes_context *ctx, in esp_aes_crypt_cbc()
267 int esp_aes_crypt_cfb128(esp_aes_context *ctx, in esp_aes_crypt_cfb128()
320 int esp_aes_crypt_cfb8(esp_aes_context *ctx, in esp_aes_crypt_cfb8()
364 int esp_aes_crypt_ctr(esp_aes_context *ctx, in esp_aes_crypt_ctr()
[all …]
/hal_espressif-2.7.6/components/spiffs/
Desp_spiffs.c472 static int vfs_spiffs_open(void* ctx, const char * path, int flags, int mode) in vfs_spiffs_open()
489 static ssize_t vfs_spiffs_write(void* ctx, int fd, const void * data, size_t size) in vfs_spiffs_write()
501 static ssize_t vfs_spiffs_read(void* ctx, int fd, void * dst, size_t size) in vfs_spiffs_read()
513 static int vfs_spiffs_close(void* ctx, int fd) in vfs_spiffs_close()
525 static off_t vfs_spiffs_lseek(void* ctx, int fd, off_t offset, int mode) in vfs_spiffs_lseek()
537 static int vfs_spiffs_fstat(void* ctx, int fd, struct stat * st) in vfs_spiffs_fstat()
559 static int vfs_spiffs_stat(void* ctx, const char * path, struct stat * st) in vfs_spiffs_stat()
581 static int vfs_spiffs_rename(void* ctx, const char *src, const char *dst) in vfs_spiffs_rename()
595 static int vfs_spiffs_unlink(void* ctx, const char *path) in vfs_spiffs_unlink()
608 static DIR* vfs_spiffs_opendir(void* ctx, const char* name) in vfs_spiffs_opendir()
[all …]
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
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_srv.c117 struct bt_mesh_msg_ctx *ctx, in dev_comp_data_get()
438 struct bt_mesh_msg_ctx *ctx, in app_key_add()
473 struct bt_mesh_msg_ctx *ctx, in app_key_update()
536 struct bt_mesh_msg_ctx *ctx, in app_key_del()
594 struct bt_mesh_msg_ctx *ctx, in app_key_get()
653 struct bt_mesh_msg_ctx *ctx, in beacon_get()
671 struct bt_mesh_msg_ctx *ctx, in beacon_set()
711 struct bt_mesh_msg_ctx *ctx, in default_ttl_get()
729 struct bt_mesh_msg_ctx *ctx, in default_ttl_set()
763 struct bt_mesh_msg_ctx *ctx) in send_gatt_proxy_status()
[all …]
/hal_espressif-2.7.6/components/openssl/library/
Dssl_lib.c173 SSL_CTX *ctx; in SSL_CTX_new() local
219 void SSL_CTX_free(SSL_CTX* ctx) in SSL_CTX_free()
237 int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth) in SSL_CTX_set_ssl_version()
252 const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx) in SSL_CTX_get_ssl_method()
262 SSL *SSL_new(SSL_CTX *ctx) in SSL_new()
599 unsigned long SSL_CTX_clear_options(SSL_CTX *ctx, unsigned long op) in SSL_CTX_clear_options()
609 unsigned long SSL_CTX_get_options(SSL_CTX *ctx) in SSL_CTX_get_options()
619 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long opt) in SSL_CTX_set_options()
1331 void SSL_CTX_set_default_read_buffer_len(SSL_CTX *ctx, size_t len) in SSL_CTX_set_default_read_buffer_len()
1362 int SSL_CTX_up_ref(SSL_CTX *ctx) in SSL_CTX_up_ref()
[all …]
/hal_espressif-2.7.6/examples/bluetooth/nimble/blemesh/main/
Dapp_mesh.c171 struct bt_mesh_msg_ctx *ctx) in gen_onoff_status()
190 struct bt_mesh_msg_ctx *ctx, in gen_onoff_get()
199 struct bt_mesh_msg_ctx *ctx, in gen_onoff_set()
210 struct bt_mesh_msg_ctx *ctx, in gen_onoff_set_unack()
226 struct bt_mesh_msg_ctx *ctx) in gen_level_status()
243 struct bt_mesh_msg_ctx *ctx, in gen_level_get()
252 struct bt_mesh_msg_ctx *ctx, in gen_level_set()
267 struct bt_mesh_msg_ctx *ctx, in gen_level_set_unack()
280 struct bt_mesh_msg_ctx *ctx, in gen_delta_set()
295 struct bt_mesh_msg_ctx *ctx, in gen_delta_set_unack()
[all …]
/hal_espressif-2.7.6/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c84 void mbedtls_sha1_init( mbedtls_sha1_context *ctx ) in mbedtls_sha1_init()
89 void mbedtls_sha1_free( mbedtls_sha1_context *ctx ) in mbedtls_sha1_free()
119 int mbedtls_sha1_starts_ret( mbedtls_sha1_context *ctx ) in mbedtls_sha1_starts_ret()
139 void mbedtls_sha1_starts( mbedtls_sha1_context *ctx ) in mbedtls_sha1_starts()
147 int mbedtls_internal_sha1_process( mbedtls_sha1_context *ctx, const unsigned char data[64] ) in mbedtls_internal_sha1_process()
170 void mbedtls_sha1_process( mbedtls_sha1_context *ctx, in mbedtls_sha1_process()
178 static void mbedtls_sha1_software_process( mbedtls_sha1_context *ctx, const unsigned char data[64] ) in mbedtls_sha1_software_process()
337 int mbedtls_sha1_update_ret( mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen ) in mbedtls_sha1_update_ret()
386 void mbedtls_sha1_update( mbedtls_sha1_context *ctx, in mbedtls_sha1_update()
404 int mbedtls_sha1_finish_ret( mbedtls_sha1_context *ctx, unsigned char output[20] ) in mbedtls_sha1_finish_ret()
[all …]
Desp_sha256.c85 void mbedtls_sha256_init( mbedtls_sha256_context *ctx ) in mbedtls_sha256_init()
90 void mbedtls_sha256_free( mbedtls_sha256_context *ctx ) in mbedtls_sha256_free()
119 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 ) in mbedtls_sha256_starts_ret()
155 void mbedtls_sha256_starts( mbedtls_sha256_context *ctx, in mbedtls_sha256_starts()
208 int mbedtls_internal_sha256_process( mbedtls_sha256_context *ctx, const unsigned char data[64] ) in mbedtls_internal_sha256_process()
232 void mbedtls_sha256_process( mbedtls_sha256_context *ctx, in mbedtls_sha256_process()
239 static void mbedtls_sha256_software_process( mbedtls_sha256_context *ctx, const unsigned char data[… in mbedtls_sha256_software_process()
298 int mbedtls_sha256_update_ret( mbedtls_sha256_context *ctx, const unsigned char *input, in mbedtls_sha256_update_ret()
348 void mbedtls_sha256_update( mbedtls_sha256_context *ctx, in mbedtls_sha256_update()
366 int mbedtls_sha256_finish_ret( mbedtls_sha256_context *ctx, unsigned char output[32] ) in mbedtls_sha256_finish_ret()
[all …]
Desp_sha512.c59 inline static esp_sha_type sha_type(const mbedtls_sha512_context *ctx) in sha_type()
104 void mbedtls_sha512_init( mbedtls_sha512_context *ctx ) in mbedtls_sha512_init()
109 void mbedtls_sha512_free( mbedtls_sha512_context *ctx ) in mbedtls_sha512_free()
143 int mbedtls_sha512_starts_ret( mbedtls_sha512_context *ctx, int is384 ) in mbedtls_sha512_starts_ret()
180 void mbedtls_sha512_starts( mbedtls_sha512_context *ctx, in mbedtls_sha512_starts()
235 int mbedtls_internal_sha512_process( mbedtls_sha512_context *ctx, const unsigned char data[128] ) in mbedtls_internal_sha512_process()
259 void mbedtls_sha512_process( mbedtls_sha512_context *ctx, in mbedtls_sha512_process()
267 static void mbedtls_sha512_software_process( mbedtls_sha512_context *ctx, const unsigned char data[… in mbedtls_sha512_software_process()
335 int mbedtls_sha512_update_ret( mbedtls_sha512_context *ctx, const unsigned char *input, in mbedtls_sha512_update_ret()
383 void mbedtls_sha512_update( mbedtls_sha512_context *ctx, in mbedtls_sha512_update()
[all …]
/hal_espressif-2.7.6/components/mbedtls/port/aes/
Desp_aes_gcm.c62 static void esp_gcm_derive_J0(esp_gcm_context *ctx) in esp_gcm_derive_J0()
94 static void increment32_j0(esp_gcm_context *ctx, uint8_t *j) in increment32_j0()
152 static int gcm_gen_table( esp_gcm_context *ctx ) in gcm_gen_table()
215 static void gcm_mult( esp_gcm_context *ctx, const unsigned char x[16], in gcm_mult()
258 int esp_aes_gcm_setkey( esp_gcm_context *ctx, in esp_aes_gcm_setkey()
278 static void esp_gcm_ghash(esp_gcm_context *ctx, const unsigned char *x, size_t x_len, uint8_t *z) in esp_gcm_ghash()
318 void esp_aes_gcm_init( esp_gcm_context *ctx) in esp_aes_gcm_init()
330 void esp_aes_gcm_free( esp_gcm_context *ctx) in esp_aes_gcm_free()
339 int esp_aes_gcm_starts( esp_gcm_context *ctx, in esp_aes_gcm_starts()
410 int esp_aes_gcm_update( esp_gcm_context *ctx, in esp_aes_gcm_update()
[all …]
Desp_aes_common.c42 bool valid_key_length(const esp_aes_context *ctx) in valid_key_length()
54 void esp_aes_init( esp_aes_context *ctx ) in esp_aes_init()
59 void esp_aes_free( esp_aes_context *ctx ) in esp_aes_free()
72 int esp_aes_setkey( esp_aes_context *ctx, const unsigned char *key, in esp_aes_setkey()

12345678