Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_conf_authmode (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
Dfuzz_client.c108 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_REQUIRED); in LLVMFuzzerTestOneInput()
112 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_NONE); in LLVMFuzzerTestOneInput()
Dfuzz_dtlsclient.c85 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_NONE); in LLVMFuzzerTestOneInput()
/openthread-latest/third_party/mbedtls/repo/programs/x509/
Dcert_app.c377 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_REQUIRED); in main()
381 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_NONE); in main()
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dmini_client.c204 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_REQUIRED); in main()
Dssl_client1.c154 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
Ddtls_client.c171 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
Dssl_mail_client.c575 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
Dssl_client2.c1844 mbedtls_ssl_conf_authmode(&conf, opt.auth_mode); in main()
Dssl_server2.c2808 mbedtls_ssl_conf_authmode(&conf, opt.auth_mode); in main()
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp194 mbedtls_ssl_conf_authmode(&mConf, MBEDTLS_SSL_VERIFY_REQUIRED); in Setup()
198 mbedtls_ssl_conf_authmode(&mConf, MBEDTLS_SSL_VERIFY_NONE); in Setup()
/openthread-latest/src/cli/
Dcli_tcp.cpp152 mbedtls_ssl_conf_authmode(&mSslConfig, MBEDTLS_SSL_VERIFY_NONE); in Process()
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c825 mbedtls_ssl_conf_authmode(&(ep->conf), MBEDTLS_SSL_VERIFY_REQUIRED); in mbedtls_test_ssl_endpoint_init()
2083 mbedtls_ssl_conf_authmode(&server.conf, options->srv_auth_mode); in mbedtls_test_ssl_perform_handshake()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h2077 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode);
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c1665 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode) in mbedtls_ssl_conf_authmode() function