Home
last modified time | relevance | path

Searched refs:ca_path (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/x509/
Dcert_app.c82 const char *ca_path; /* the path with the CA certificate(s) reside */ member
172 opt.ca_path = DFL_CA_PATH; in main()
206 opt.ca_path = q; in main()
232 if (strlen(opt.ca_path)) { in main()
233 if ((ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path)) < 0) { in main()
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c477 const char *ca_path; /* the path with the CA certificate(s) reside */ member
926 opt.ca_path = DFL_CA_PATH; in main()
1106 opt.ca_path = q; in main()
1679 if (strcmp(opt.ca_path, "none") == 0 || in main()
1684 if (strlen(opt.ca_path)) { in main()
1685 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
1951 if (strcmp(opt.ca_path, "none") != 0 && in main()
Dssl_server2.c616 const char *ca_path; /* the path with the CA certificate(s) reside */ member
1694 opt.ca_path = DFL_CA_PATH; in main()
1887 opt.ca_path = q; in main()
2573 if (strcmp(opt.ca_path, "none") == 0 || in main()
2578 if (strlen(opt.ca_path)) { in main()
2579 ret = mbedtls_x509_crt_parse_path(&cacert, opt.ca_path); in main()
3061 if (strcmp(opt.ca_path, "none") != 0 && in main()