Searched refs:depth (Results 1 – 9 of 9) sorted by relevance
/mbedtls-3.5.0/programs/x509/ |
D | cert_app.c | 111 static int my_verify(void *data, mbedtls_x509_crt *crt, int depth, uint32_t *flags) in my_verify() argument 116 mbedtls_printf("\nVerify requested for (Depth %d):\n", depth); in my_verify()
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_x509parse.data | 746 X509 CRT verification #40 (Valid, depth 0, RSA, CA) 750 X509 CRT verification #41 (Valid, depth 0, EC, CA) 774 X509 CRT verification #46 (Valid, depth 2, EC-RSA-EC) 778 X509 CRT verification #47 (Untrusted, depth 2, EC-RSA-EC) 786 X509 CRT verification #49 (Valid, depth 2, RSA-EC-RSA) 1012 …ata_files/test-ca2.crt":"globalhost":MBEDTLS_ERR_X509_CERT_VERIFY_FAILED:"depth 1 - serial C1\:43\… 1016 …les/server5-selfsigned.crt":"data_files/server5-selfsigned.crt":"NULL":0:"depth 0 - serial 53\:A2\… 1020 …files/server5-ss-expired.crt":"NULL":MBEDTLS_ERR_X509_CERT_VERIFY_FAILED:"depth 0 - serial D8\:64\… 1024 x509_verify_callback:"data_files/server1.crt":"data_files/test-ca.crt":"NULL":0:"depth 1 - serial 0… 1028 …rt":"data_files/test-ca2.crt":"NULL":MBEDTLS_ERR_X509_CERT_VERIFY_FAILED:"depth 1 - serial C1\:43\… [all …]
|
D | test_suite_x509parse.function | 210 ret = mbedtls_snprintf(p, n, "depth %d - serial ", certificate_depth);
|
/mbedtls-3.5.0/library/ |
D | ecdsa.c | 167 if (rs_ctx != NULL && rs_ctx->ecp.depth++ == 0) \ 194 rs_ctx->ecp.depth--; \
|
D | ecp.c | 227 ctx->depth = 0; in mbedtls_ecp_restart_init() 286 if (rs_ctx != NULL && rs_ctx->depth++ == 0) \ 313 rs_ctx->depth--; \ 2646 if (rs_ctx != NULL && rs_ctx->depth++ == 0) { in ecp_mul_restartable_internal() 2695 rs_ctx->depth--; in ecp_mul_restartable_internal()
|
/mbedtls-3.5.0/include/mbedtls/ |
D | ecp.h | 374 unsigned MBEDTLS_PRIVATE(depth); /*!< call depth (0 = top-level) */
|
/mbedtls-3.5.0/programs/ssl/ |
D | ssl_client2.c | 576 int depth, uint32_t *flags) in my_verify() argument 581 mbedtls_printf("\nVerify requested for (Depth %d):\n", depth); in my_verify() 585 if (depth == 0) { in my_verify() 596 ((void) depth); in my_verify()
|
/mbedtls-3.5.0/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 204 #### More in-depth discussion of compile-time availability determination
|
/mbedtls-3.5.0/ |
D | ChangeLog | 4857 bottom-up (Peer cert depth is 0)
|