Searched refs:depth (Results 1 – 9 of 9) sorted by relevance
/mbedtls-latest/programs/x509/ |
D | cert_app.c | 99 static int my_verify(void *data, mbedtls_x509_crt *crt, int depth, uint32_t *flags) in my_verify() argument 104 mbedtls_printf("\nVerify requested for (Depth %d):\n", depth); in my_verify()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_x509parse.data | 786 X509 CRT verification #40 (Valid, depth 0, RSA, CA) 790 X509 CRT verification #41 (Valid, depth 0, EC, CA) 814 X509 CRT verification #46 (Valid, depth 2, EC-RSA-EC) 818 X509 CRT verification #47 (Untrusted, depth 2, EC-RSA-EC) 826 X509 CRT verification #49 (Valid, depth 2, RSA-EC-RSA) 1187 …ata_files/test-ca2.crt":"globalhost":MBEDTLS_ERR_X509_CERT_VERIFY_FAILED:"depth 1 - serial C1\:43\… 1191 …elfsigned.crt":"../framework/data_files/server5-selfsigned.crt":"NULL":0:"depth 0 - serial 53\:A2\… 1195 …files/server5-ss-expired.crt":"NULL":MBEDTLS_ERR_X509_CERT_VERIFY_FAILED:"depth 0 - serial D8\:64\… 1199 …k/data_files/server1.crt":"../framework/data_files/test-ca.crt":"NULL":0:"depth 1 - serial 03 - su… 1203 …work/data_files/test-ca2.crt":"NULL":MBEDTLS_ERR_X509_CERT_VERIFY_FAILED:"depth 1 - serial C1\:43\… [all …]
|
D | test_suite_x509parse.function | 212 ret = mbedtls_snprintf(p, n, "depth %d - serial ", certificate_depth);
|
/mbedtls-latest/library/ |
D | ecdsa.c | 155 if (rs_ctx != NULL && rs_ctx->ecp.depth++ == 0) \ 182 rs_ctx->ecp.depth--; \
|
D | ecp.c | 220 ctx->depth = 0; in mbedtls_ecp_restart_init() 279 if (rs_ctx != NULL && rs_ctx->depth++ == 0) \ 306 rs_ctx->depth--; \ 2638 if (rs_ctx != NULL && rs_ctx->depth++ == 0) { in ecp_mul_restartable_internal() 2687 rs_ctx->depth--; in ecp_mul_restartable_internal()
|
/mbedtls-latest/include/mbedtls/ |
D | ecp.h | 378 unsigned MBEDTLS_PRIVATE(depth); /*!< call depth (0 = top-level) */
|
/mbedtls-latest/programs/ssl/ |
D | ssl_client2.c | 568 int depth, uint32_t *flags) in my_verify() argument 573 mbedtls_printf("\nVerify requested for (Depth %d):\n", depth); in my_verify() 577 if (depth == 0) { in my_verify() 588 ((void) depth); in my_verify()
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 260 #### More in-depth discussion of compile-time availability determination
|
/mbedtls-latest/ |
D | ChangeLog | 5633 bottom-up (Peer cert depth is 0)
|