Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Ddebug_helpers.c57 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/
Desp_debug_helpers.h99 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/
Djson.c226 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/
Dtlsv1_client_read.c282 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/
Dtls.h52 int depth; member
65 int depth; member
/hal_espressif-latest/components/esp_hw_support/port/
Dregdma_link.c385 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/
Dresources.rst28 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/
Desp_crt_bundle.c83 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/
Dregdma_link.h190 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/
DKconfig47 int "Heap tracing stack depth"
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dtls_mbedtls.c301 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/
Dtinycrypt.rst108 limitations are discussed in-depth below.