Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mbedtls/programs/fuzz/
H A Dfuzz_client.c110 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_REQUIRED); in LLVMFuzzerTestOneInput()
114 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_NONE); in LLVMFuzzerTestOneInput()
H A Dfuzz_dtlsclient.c87 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_NONE); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/
H A 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()
H A Dfuzz_dtlsclient.c85 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_NONE); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/mbedtls/programs/x509/
H A 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()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/
H A 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()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dmini_client.c204 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_REQUIRED); in main()
H A Dssl_client1.c154 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
H A Ddtls_client.c171 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
H A Dssl_mail_client.c575 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
H A Dssl_client2.c1766 mbedtls_ssl_conf_authmode(&conf, opt.auth_mode); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dmini_client.c204 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_REQUIRED); in main()
H A Dssl_client1.c154 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
H A Ddtls_client.c171 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
H A Dssl_mail_client.c575 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
H A Dssl_client2.c1844 mbedtls_ssl_conf_authmode(&conf, opt.auth_mode); in main()
/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/
H A Dtls_client_mbedtls.cc145 mbedtls_ssl_conf_authmode(&ssl_config_, MBEDTLS_SSL_VERIFY_REQUIRED); in Setup()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dsecure_transport.cpp310 mbedtls_ssl_conf_authmode(&mConf, MBEDTLS_SSL_VERIFY_REQUIRED); in Setup()
314 mbedtls_ssl_conf_authmode(&mConf, MBEDTLS_SSL_VERIFY_NONE); in Setup()
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c262 mbedtls_ssl_conf_authmode(&ssl_pm->conf, mode); in ssl_pm_reload_crt()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_tcp.cpp152 mbedtls_ssl_conf_authmode(&mSslConfig, MBEDTLS_SSL_VERIFY_NONE); in Process()
/aosp_15_r20/external/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c825 mbedtls_ssl_conf_authmode(&(ep->conf), MBEDTLS_SSL_VERIFY_REQUIRED); in mbedtls_test_ssl_endpoint_init()
1900 mbedtls_ssl_conf_authmode(&server.conf, options->srv_auth_mode); in mbedtls_test_ssl_perform_handshake()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/
H A 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()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h1981 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h2077 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode);
/aosp_15_r20/external/curl/lib/vtls/
H A Dmbedtls.c825 mbedtls_ssl_conf_authmode(&backend->config, MBEDTLS_SSL_VERIFY_REQUIRED);

12