/aosp_15_r20/external/mbedtls/programs/fuzz/ |
H A D | fuzz_client.c | 110 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 D | fuzz_dtlsclient.c | 87 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_NONE); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/ |
H A D | fuzz_client.c | 108 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 D | fuzz_dtlsclient.c | 85 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_NONE); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/mbedtls/programs/x509/ |
H A D | cert_app.c | 377 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 D | cert_app.c | 377 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 D | mini_client.c | 204 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_REQUIRED); in main()
|
H A D | ssl_client1.c | 154 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
|
H A D | dtls_client.c | 171 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
|
H A D | ssl_mail_client.c | 575 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
|
H A D | ssl_client2.c | 1766 mbedtls_ssl_conf_authmode(&conf, opt.auth_mode); in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | mini_client.c | 204 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_REQUIRED); in main()
|
H A D | ssl_client1.c | 154 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
|
H A D | dtls_client.c | 171 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
|
H A D | ssl_mail_client.c | 575 mbedtls_ssl_conf_authmode(&conf, MBEDTLS_SSL_VERIFY_OPTIONAL); in main()
|
H A D | ssl_client2.c | 1844 mbedtls_ssl_conf_authmode(&conf, opt.auth_mode); in main()
|
/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/ |
H A D | tls_client_mbedtls.cc | 145 mbedtls_ssl_conf_authmode(&ssl_config_, MBEDTLS_SSL_VERIFY_REQUIRED); in Setup()
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | secure_transport.cpp | 310 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 D | ssl_pm.c | 262 mbedtls_ssl_conf_authmode(&ssl_pm->conf, mode); in ssl_pm_reload_crt()
|
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_tcp.cpp | 152 mbedtls_ssl_conf_authmode(&mSslConfig, MBEDTLS_SSL_VERIFY_NONE); in Process()
|
/aosp_15_r20/external/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 825 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 D | ssl_helpers.c | 825 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 D | ssl.h | 1981 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ssl.h | 2077 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode);
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | mbedtls.c | 825 mbedtls_ssl_conf_authmode(&backend->config, MBEDTLS_SSL_VERIFY_REQUIRED);
|