/hal_espressif-latest/components/esp_system/port/arch/xtensa/ |
D | debug_helpers.c | 57 esp_err_t IRAM_ATTR esp_backtrace_print_from_frame(int depth, const esp_backtrace_frame_t* frame, b… in esp_backtrace_print_from_frame() argument 60 if (depth <= 0) { in esp_backtrace_print_from_frame() 77 uint32_t i = (depth <= 0) ? INT32_MAX : depth; in esp_backtrace_print_from_frame() 97 esp_err_t IRAM_ATTR esp_backtrace_print(int depth) in esp_backtrace_print() argument 102 return esp_backtrace_print_from_frame(depth, &start, false); in esp_backtrace_print()
|
/hal_espressif-latest/components/esp_system/include/ |
D | esp_debug_helpers.h | 99 esp_err_t esp_backtrace_print_from_frame(int depth, const esp_backtrace_frame_t* frame, bool panic); 110 esp_err_t esp_backtrace_print(int depth);
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | json.c | 226 unsigned int depth = 0; in json_parse() local 254 depth++; in json_parse() 255 if (depth > JSON_MAX_DEPTH) { in json_parse() 277 depth--; in json_parse() 553 static void json_print_token(struct json_token *token, int depth, in json_print_token() argument 563 depth, json_type_str(token->type), in json_print_token() 569 json_print_token(token->child, depth + 1, buf, buflen); in json_print_token() 570 json_print_token(token->sibling, depth, buf, buflen); in json_print_token()
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_client_read.c | 282 static void tls_peer_cert_event(struct tlsv1_client *conn, int depth, in tls_peer_cert_event() argument 314 ev.peer_cert.depth = depth; in tls_peer_cert_event() 331 static void tls_cert_chain_failure_event(struct tlsv1_client *conn, int depth, in tls_cert_chain_failure_event() argument 345 ev.cert_fail.depth = depth; in tls_cert_chain_failure_event() 836 int depth; in tls_process_certificate_status() local 970 for (cert = conn->server_cert, depth = 0; cert; in tls_process_certificate_status() 971 cert = cert->next, depth++) { in tls_process_certificate_status() 974 conn, depth, cert, TLS_FAIL_REVOKED, in tls_process_certificate_status() 987 for (cert = conn->server_cert, depth = 0; cert; in tls_process_certificate_status() 988 cert = cert->next, depth++) { in tls_process_certificate_status() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | tls.h | 52 int depth; member 65 int depth; member
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 385 static void * regdma_link_recursive_impl(void *link, int entry, int depth, void (*hook)(void *, int… in regdma_link_recursive_impl() argument 390 regdma_link_recursive_impl(regdma_link_get_next(link, entry), entry, depth+1, hook); in regdma_link_recursive_impl() 392 (*hook)(link, entry, depth); in regdma_link_recursive_impl() 440 static void regdma_link_update_stats_wrapper(void *link, int entry, int depth) in regdma_link_update_stats_wrapper() argument 445 regdma_link_update_stats(regdma_link_get_stats(link), entry, depth); in regdma_link_update_stats_wrapper() 466 static void regdma_link_destroy_wrapper(void *link, int entry, int depth) in regdma_link_destroy_wrapper() argument 792 static void print_link_info(FILE *out, void *args, int entry, int depth) in print_link_info() argument
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | resources.rst | 28 It offers an in-depth look at the inner mechanisms of esptool.py, including the :ref:`boot-mode` pr…
|
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/ |
D | esp_crt_bundle.c | 83 int esp_crt_verify_callback(void *buf, mbedtls_x509_crt *crt, int depth, uint32_t *flags) in esp_crt_verify_callback() argument
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | regdma_link.h | 190 static inline void regdma_link_update_stats(regdma_link_stats_t *stats, int entry, int depth) in regdma_link_update_stats() argument
|
/hal_espressif-latest/components/heap/ |
D | Kconfig | 47 int "Heap tracing stack depth"
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | tls_mbedtls.c | 301 static int tls_disable_key_usages(void *data, mbedtls_x509_crt *cert, int depth, uint32_t *flags) in tls_disable_key_usages() argument
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 108 limitations are discussed in-depth below.
|