Home
last modified time | relevance | path

Searched refs:debug_level (Results 1 – 6 of 6) sorted by relevance

/openthread-3.7.0/third_party/mbedtls/repo/programs/x509/
Dcert_app.c85 int debug_level; /* level of debugging */ member
175 opt.debug_level = DFL_DEBUG_LEVEL; in main()
212 opt.debug_level = atoi(q); in main()
213 if (opt.debug_level < 0 || opt.debug_level > 65535) { in main()
349 mbedtls_debug_set_threshold(opt.debug_level); in main()
Dcert_req.c99 int debug_level; /* level of debugging */ member
183 opt.debug_level = DFL_DEBUG_LEVEL; in main()
206 opt.debug_level = atoi(q); in main()
207 if (opt.debug_level < 0 || opt.debug_level > 65535) { in main()
/openthread-3.7.0/third_party/mbedtls/repo/programs/ssl/
Dssl_test_common_source.c165 if (opt.debug_level > 1) { in ssl_check_record()
171 if (opt.debug_level > 1) { in ssl_check_record()
177 if (opt.debug_level > 1) { in ssl_check_record()
Dssl_mail_client.c126 int debug_level; /* level of debugging */ member
386 opt.debug_level = DFL_DEBUG_LEVEL; in main()
410 opt.debug_level = atoi(q); in main()
411 if (opt.debug_level < 0 || opt.debug_level > 65535) { in main()
Dssl_client2.c469 int debug_level; /* level of debugging */ member
578 if (opt.debug_level == 0) { in my_verify()
913 opt.debug_level = DFL_DEBUG_LEVEL; in main()
1062 opt.debug_level = atoi(q); in main()
1063 if (opt.debug_level < 0 || opt.debug_level > 65535) { in main()
1460 mbedtls_debug_set_threshold(opt.debug_level); in main()
Dssl_server2.c609 int debug_level; /* level of debugging */ member
1684 opt.debug_level = DFL_DEBUG_LEVEL; in main()
1848 opt.debug_level = atoi(q); in main()
1849 if (opt.debug_level < 0 || opt.debug_level > 65535) { in main()
2319 mbedtls_debug_set_threshold(opt.debug_level); in main()