/third_party/mbedtls/library/ |
H A D | ssl_tls13_generic.c | 629 int authmode = MBEDTLS_SSL_VERIFY_REQUIRED; in ssl_tls13_validate_certificate() local 642 authmode = ssl->handshake->sni_authmode; in ssl_tls13_validate_certificate() 645 authmode = ssl->conf->authmode; in ssl_tls13_validate_certificate() 666 if (authmode == MBEDTLS_SSL_VERIFY_OPTIONAL) { in ssl_tls13_validate_certificate() 742 if (authmode == MBEDTLS_SSL_VERIFY_OPTIONAL && in ssl_tls13_validate_certificate() 748 if (ca_chain == NULL && authmode == MBEDTLS_SSL_VERIFY_REQUIRED) { in ssl_tls13_validate_certificate()
|
H A D | ssl_tls.c | 1372 ssl->conf->authmode == MBEDTLS_SSL_VERIFY_OPTIONAL) { in ssl_conf_check() 1665 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode) in mbedtls_ssl_conf_authmode() argument 1667 conf->authmode = authmode; in mbedtls_ssl_conf_authmode() 1945 int authmode) in mbedtls_ssl_set_hs_authmode() 1947 ssl->handshake->sni_authmode = authmode; in mbedtls_ssl_set_hs_authmode() 5869 conf->authmode = MBEDTLS_SSL_VERIFY_REQUIRED; in mbedtls_ssl_config_defaults() 7902 int authmode) in ssl_parse_certificate_coordinate() 7917 if (authmode == MBEDTLS_SSL_VERIFY_NONE) { in ssl_parse_certificate_coordinate() 7924 ((void) authmode); in ssl_parse_certificate_coordinate() 1944 mbedtls_ssl_set_hs_authmode(mbedtls_ssl_context *ssl, int authmode) mbedtls_ssl_set_hs_authmode() argument 7901 ssl_parse_certificate_coordinate(mbedtls_ssl_context *ssl, int authmode) ssl_parse_certificate_coordinate() argument 7931 ssl_parse_certificate_verify(mbedtls_ssl_context *ssl, int authmode, mbedtls_x509_crt *chain, void *rs_ctx) ssl_parse_certificate_verify() argument 8177 const int authmode = ssl->handshake->sni_authmode != MBEDTLS_SSL_VERIFY_UNSET mbedtls_ssl_parse_certificate() local 8181 const int authmode = ssl->conf->authmode; mbedtls_ssl_parse_certificate() local [all...] |
H A D | ssl_tls13_server.c | 2655 int authmode; in ssl_tls13_certificate_request_coordinate() local 2659 authmode = ssl->handshake->sni_authmode; in ssl_tls13_certificate_request_coordinate() 2662 authmode = ssl->conf->authmode; in ssl_tls13_certificate_request_coordinate() 2664 if (authmode == MBEDTLS_SSL_VERIFY_NONE) { in ssl_tls13_certificate_request_coordinate()
|
H A D | ssl_tls12_server.c | 2424 int authmode; in ssl_write_certificate_request() local 2432 authmode = ssl->handshake->sni_authmode; in ssl_write_certificate_request() 2435 authmode = ssl->conf->authmode; in ssl_write_certificate_request() 2438 authmode == MBEDTLS_SSL_VERIFY_NONE) { in ssl_write_certificate_request()
|
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/ |
H A D | wifi-esp32.c | 67 .authmode = WIFI_AUTH_OPEN, 176 w->authmode = ar->authmode; in lws_esp32_scan_update()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-netdev.h | 217 uint8_t authmode; member
|
H A D | lws-misc.h | 859 uint8_t authmode; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_atheros.c | 1913 int authmode; in atheros_set_authmode() local 1917 authmode = IEEE80211_AUTH_AUTO; in atheros_set_authmode() 1919 authmode = IEEE80211_AUTH_OPEN; in atheros_set_authmode() 1921 authmode = IEEE80211_AUTH_SHARED; in atheros_set_authmode() 1925 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode); in atheros_set_authmode()
|
H A D | driver_bsd.c | 1038 int authmode; in wpa_driver_bsd_set_auth_alg() local 1042 authmode = IEEE80211_AUTH_AUTO; in wpa_driver_bsd_set_auth_alg() 1044 authmode = IEEE80211_AUTH_SHARED; in wpa_driver_bsd_set_auth_alg() 1046 authmode = IEEE80211_AUTH_OPEN; in wpa_driver_bsd_set_auth_alg() 1048 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode); in wpa_driver_bsd_set_auth_alg()
|
H A D | driver.h | 3520 * @authmode: 1=Open System, 2=Shared Key, 3=both 3529 int (*set_authmode)(void *priv, int authmode);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_atheros.c | 1902 int authmode; in atheros_set_authmode() local 1906 authmode = IEEE80211_AUTH_AUTO; in atheros_set_authmode() 1908 authmode = IEEE80211_AUTH_OPEN; in atheros_set_authmode() 1910 authmode = IEEE80211_AUTH_SHARED; in atheros_set_authmode() 1914 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode); in atheros_set_authmode()
|
H A D | driver_bsd.c | 1178 int authmode; in wpa_driver_bsd_set_auth_alg() local 1182 authmode = IEEE80211_AUTH_AUTO; in wpa_driver_bsd_set_auth_alg() 1184 authmode = IEEE80211_AUTH_SHARED; in wpa_driver_bsd_set_auth_alg() 1186 authmode = IEEE80211_AUTH_OPEN; in wpa_driver_bsd_set_auth_alg() 1188 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode); in wpa_driver_bsd_set_auth_alg()
|
H A D | driver.h | 3939 * @authmode: 1=Open System, 2=Shared Key, 3=both 3948 int (*set_authmode)(void *priv, int authmode);
|
/third_party/mbedtls/include/mbedtls/ |
H A D | ssl.h | 1428 uint8_t MBEDTLS_PRIVATE(authmode); /*!< MBEDTLS_SSL_VERIFY_XXX */ 2056 * \param authmode can be: 2077 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode); 4061 * \brief Set authmode for the current handshake. 4067 * \param authmode MBEDTLS_SSL_VERIFY_NONE, MBEDTLS_SSL_VERIFY_OPTIONAL or 4071 int authmode);
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_server2.c | 716 * Return authmode from string, or -1 on error 755 int authmode; member 859 if ((new->authmode = get_auth_mode(auth_str)) < 0) { in sni_parse() 863 new->authmode = DFL_AUTH_MODE; in sni_parse() 928 if (cur->authmode != DFL_AUTH_MODE) { in cert_callback() 929 mbedtls_ssl_set_hs_authmode(ssl, cur->authmode); in cert_callback()
|