/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.c | 766 NULL 771 NULL 776 NULL 781 NULL 786 NULL 791 NULL 796 NULL 801 NULL 806 NULL 811 NULL [all …]
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.c | 758 NULL 763 NULL 768 NULL 773 NULL 778 NULL 783 NULL 788 NULL 793 NULL 798 NULL 803 NULL [all …]
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.c | 805 NULL 810 NULL 815 NULL 820 NULL 825 NULL 830 NULL 835 NULL 840 NULL 845 NULL 850 NULL [all …]
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.c | 933 NULL 938 NULL 943 NULL 948 NULL 953 NULL 958 NULL 963 NULL 968 NULL 973 NULL 978 NULL [all …]
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.c | 725 NULL 730 NULL 735 NULL 740 NULL 745 NULL 750 NULL 755 NULL 760 NULL 765 NULL 770 NULL [all …]
|
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.c | 460 NULL 465 NULL 470 NULL 475 NULL 480 NULL 485 NULL 490 NULL 495 NULL 500 NULL 505 NULL [all …]
|
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.c | 405 NULL 410 NULL 415 NULL 420 NULL 425 NULL 430 NULL 435 NULL 440 NULL 445 NULL 450 NULL [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_config.c | 33 assert(key_value != NULL); in btc_compare_address_key_value() 50 assert(key_value != NULL); in btc_key_value_to_string() 51 assert(value_str != NULL); in btc_key_value_to_string() 84 config = NULL; in btc_config_init() 101 config = NULL; in btc_config_clean_up() 107 assert(config != NULL); in btc_config_has_section() 108 assert(section != NULL); in btc_config_has_section() 115 assert(config != NULL); in btc_config_exist() 116 assert(section != NULL); in btc_config_exist() 117 assert(key != NULL); in btc_config_exist() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_common.c | 113 return NULL; in tls_get_cipher_suite() 123 return NULL; in tls_get_cipher_data() 133 if (suite == NULL) in tls_server_key_exchange_allowed() 175 if (cert == NULL) { in tls_parse_cert() 196 if (*pk == NULL) { in tls_parse_cert() 209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init() 210 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init() 211 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init() 212 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init() 213 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init() [all …]
|
D | rsa.c | 36 if (pos == NULL) in crypto_rsa_parse_integer() 37 return NULL; in crypto_rsa_parse_integer() 42 return NULL; in crypto_rsa_parse_integer() 47 return NULL; in crypto_rsa_parse_integer() 68 if (key == NULL) in crypto_rsa_import_public_key() 69 return NULL; in crypto_rsa_import_public_key() 73 if (key->n == NULL || key->e == NULL) { in crypto_rsa_import_public_key() 75 return NULL; in crypto_rsa_import_public_key() 96 if (pos == NULL) in crypto_rsa_import_public_key() 110 return NULL; in crypto_rsa_import_public_key() [all …]
|
/hal_espressif-latest/components/bt/common/btc/core/ |
D | btc_task.c | 90 [BTC_PID_MAIN_INIT] = {btc_main_call_handler, NULL }, 91 [BTC_PID_DEV] = {btc_dev_call_handler, NULL }, 99 [BTC_PID_GATT_COMMON] = {btc_gatt_com_call_handler, NULL }, 104 [BTC_PID_GAP_BLE] = {NULL, NULL}, 106 [BTC_PID_BLE_HID] = {NULL, NULL}, 107 [BTC_PID_SPPLIKE] = {NULL, NULL}, 108 [BTC_PID_DM_SEC] = {NULL, btc_dm_sec_cb_handler }, 113 [BTC_PID_ALARM] = {btc_alarm_handler, NULL }, 119 [BTC_PID_PRF_QUE] = {btc_profile_queue_handler, NULL }, 122 [BTC_PID_AVRC_CT] = {btc_avrc_ct_call_handler, NULL }, [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_common.c | 70 if (wps->dh_privkey == NULL) { in wps_derive_keys() 76 if (pubkey == NULL) { in wps_derive_keys() 85 wps->dh_ctx = NULL; in wps_derive_keys() 87 if (dh_shared == NULL) { in wps_derive_keys() 99 wps->dh_privkey = NULL; in wps_derive_keys() 121 wps_kdf(kdk, NULL, 0, "Wi-Fi Easy and Secure Key Derivation", in wps_derive_keys() 171 if (encr == NULL || encr_len < 2 * block_size || encr_len % block_size) in wps_decrypt_encr_settings() 174 return NULL; in wps_decrypt_encr_settings() 178 if (decrypted == NULL) in wps_decrypt_encr_settings() 179 return NULL; in wps_decrypt_encr_settings() [all …]
|
/hal_espressif-latest/components/bt/common/osi/ |
D | fixed_queue.c | 48 ret->list = list_new(NULL); in fixed_queue_new() 67 fixed_queue_free(ret, NULL); in fixed_queue_new() 68 return NULL; in fixed_queue_new() 75 if (queue == NULL) { in fixed_queue_free() 98 if (queue == NULL) { in fixed_queue_is_empty() 113 if (queue == NULL) { in fixed_queue_length() 125 assert(queue != NULL); in fixed_queue_capacity() 134 assert(queue != NULL); in fixed_queue_enqueue() 135 assert(data != NULL); in fixed_queue_enqueue() 153 void *ret = NULL; in fixed_queue_dequeue() [all …]
|
D | list.c | 27 return NULL; in list_new_internal() 30 list->head = list->tail = NULL; in list_new_internal() 53 assert(list != NULL); in list_is_empty() 59 assert(list != NULL); in list_contains() 60 assert(data != NULL); in list_contains() 73 assert(list != NULL); in list_get_node() 74 assert(data != NULL); in list_get_node() 75 list_node_t *p_node_ret = NULL; in list_get_node() 88 assert(list != NULL); in list_length() 94 assert(list != NULL); in list_front() [all …]
|
D | fixed_pkt_queue.c | 47 fixed_pkt_queue_free(ret, NULL); in fixed_pkt_queue_new() 48 return NULL; in fixed_pkt_queue_new() 53 if (queue == NULL) { in fixed_pkt_queue_free() 60 queue->pkt_list = NULL; in fixed_pkt_queue_free() 73 if (queue == NULL) { in fixed_pkt_queue_is_empty() 82 if (queue == NULL) { in fixed_pkt_queue_length() 90 assert(queue != NULL); in fixed_pkt_queue_capacity() 99 assert(queue != NULL); in fixed_pkt_queue_enqueue() 100 assert(linked_pkt != NULL); in fixed_pkt_queue_enqueue() 116 pkt_linked_item_t *ret = NULL; in fixed_pkt_queue_dequeue() [all …]
|
D | hash_map.c | 57 assert(hash_fn != NULL); in hash_map_new_internal() 60 if (hash_map == NULL) { in hash_map_new_internal() 61 return NULL; in hash_map_new_internal() 71 if (hash_map->bucket == NULL) { in hash_map_new_internal() 73 return NULL; in hash_map_new_internal() 90 if (hash_map == NULL) { in hash_map_free() 117 assert(hash_map != NULL); in hash_map_has_key() 123 return (hash_map_entry != NULL); in hash_map_has_key() 128 assert(hash_map != NULL); in hash_map_set() 129 assert(data != NULL); in hash_map_set() [all …]
|
D | thread.c | 67 return NULL; in osi_work_queue_create() 71 if (wq != NULL) { in osi_work_queue_create() 81 return NULL; in osi_work_queue_create() 86 if (wq != NULL) { in osi_work_queue_delete() 99 assert (wq != NULL); in osi_thead_work_queue_get() 101 assert (item != NULL); in osi_thead_work_queue_get() 112 assert (wq != NULL); in osi_thead_work_queue_put() 114 assert (item != NULL); in osi_thead_work_queue_put() 132 assert (wq != NULL); in osi_thead_work_queue_len() 174 thread->thread_handle = NULL; in osi_thread_run() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_hf_client_api.c | 24 if (callback == NULL) { in esp_hf_client_register_callback() 45 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_client_init() 62 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_client_deinit() 84 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_connect() 106 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_disconnect() 128 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_connect_audio() 150 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_disconnect_audio() 168 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_client_start_voice_recognition() 185 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_client_stop_voice_recognition() 207 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_volume_update() [all …]
|
D | esp_a2dp_api.c | 35 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_sink_init() 56 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_sink_deinit() 80 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_sink_register_data_callback() 106 stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_sink_connect() 130 stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_sink_disconnect() 156 stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_sink_set_delay_value() 178 stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_sink_get_delay_value() 193 if (callback == NULL) { in esp_a2d_register_callback() 223 stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_media_ctrl() 245 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_source_init() [all …]
|
D | esp_hidd_api.c | 22 if (callback == NULL) { in esp_bt_hid_device_register_callback() 40 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_init() 53 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_deinit() 72 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), NULL, NULL); in esp_bt_hid_device_register_app() 85 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_unregister_app() 102 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), NULL, NULL); in esp_bt_hid_device_connect() 115 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_disconnect() 153 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), NULL, NULL); in esp_bt_hid_device_report_error() 166 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_virtual_cable_unplug()
|
/hal_espressif-latest/components/bt/host/bluedroid/main/ |
D | bte_init.c | 181 bta_gatts_cb_ptr = NULL; in BTE_DeinitStack() 187 bta_gattc_cb_ptr = NULL; in BTE_DeinitStack() 193 bta_hd_cb_ptr = NULL; in BTE_DeinitStack() 199 bta_hh_cb_ptr = NULL; in BTE_DeinitStack() 205 bta_av_cb_ptr = NULL; in BTE_DeinitStack() 209 bta_av_sbc_ups_cb_ptr = NULL; in BTE_DeinitStack() 215 bta_ar_cb_ptr = NULL; in BTE_DeinitStack() 221 g_disc_raw_data_buf = NULL; in BTE_DeinitStack() 227 bta_sdp_cb_ptr = NULL; in BTE_DeinitStack() 233 bta_jv_cb_ptr = NULL; in BTE_DeinitStack() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap.c | 76 static struct eap_method *eap_methods = NULL; 86 return NULL; in eap_peer_get_eap_method() 116 if (config == NULL || config->eap_methods == NULL) in eap_config_allowed_method() 187 if (methods == NULL) in eap_get_phase2_types() 188 return NULL; in eap_get_phase2_types() 191 if (buf == NULL) in eap_get_phase2_types() 192 return NULL; in eap_get_phase2_types() 200 config->private_key2 == NULL) in eap_get_phase2_types() 216 if (eap == NULL) in eap_peer_method_alloc() 217 return NULL; in eap_peer_method_alloc() [all …]
|
D | eap_fast_pac.c | 83 return NULL; in eap_fast_get_pac() 94 prev = NULL; in eap_fast_remove_pac() 99 if (prev == NULL) in eap_fast_remove_pac() 104 *pac_current = NULL; in eap_fast_remove_pac() 119 if (*dst == NULL) in eap_fast_copy_buf() 145 if (entry == NULL || entry->a_id == NULL) in eap_fast_add_pac() 154 if (pac == NULL) in eap_fast_add_pac() 195 if (fgets(rc->buf, rc->buf_len, rc->f) == NULL) in eap_fast_read_line() 237 if (value == NULL) in eap_fast_parse_hex() 238 return NULL; in eap_fast_parse_hex() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | generic_server.c | 56 struct net_buf_simple *msg = NULL; in send_gen_onoff_status() 59 if (ctx == NULL && publish == false) { in send_gen_onoff_status() 66 if (msg == NULL) { in send_gen_onoff_status() 72 if (msg == NULL) { in send_gen_onoff_status() 86 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_gen_onoff_status() 100 if (srv == NULL) { in gen_onoff_get() 108 BTC_BLE_MESH_EVT_GENERIC_SERVER_RECV_GET_MSG, model, ctx, NULL, 0); in gen_onoff_get() 118 if (model->user_data == NULL) { in gen_onoff_publish() 123 send_gen_onoff_status(model, NULL, true); in gen_onoff_publish() 136 if (srv == NULL) { in gen_onoff_set() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_init.c | 66 osi_thread_t *btu_thread = NULL; 163 hash_function_pointer, NULL, (data_free_fn)osi_alarm_free, NULL); in BTU_StartUp() 164 if (btu_general_alarm_hash_map == NULL) { in BTU_StartUp() 171 hash_function_pointer, NULL, (data_free_fn)osi_alarm_free, NULL); in BTU_StartUp() 172 if (btu_oneshot_alarm_hash_map == NULL) { in BTU_StartUp() 179 … hash_function_pointer, NULL, (data_free_fn)osi_alarm_free, NULL); in BTU_StartUp() 180 if (btu_l2cap_alarm_hash_map == NULL) { in BTU_StartUp() 189 if (btu_thread == NULL) { in BTU_StartUp() 193 if (btu_task_post(SIG_BTU_START_UP, NULL, OSI_THREAD_MAX_TIMEOUT) == false) { in BTU_StartUp() 231 btu_thread = NULL; in BTU_ShutDown() [all …]
|