Lines Matching refs:authmode
4221 int authmode = ssl->conf->authmode; in mbedtls_ssl_parse_certificate() local
4246 authmode = ssl->handshake->sni_authmode; in mbedtls_ssl_parse_certificate()
4250 authmode == MBEDTLS_SSL_VERIFY_NONE ) in mbedtls_ssl_parse_certificate()
4283 if( authmode == MBEDTLS_SSL_VERIFY_OPTIONAL ) in mbedtls_ssl_parse_certificate()
4304 if( authmode == MBEDTLS_SSL_VERIFY_OPTIONAL ) in mbedtls_ssl_parse_certificate()
4417 if( authmode != MBEDTLS_SSL_VERIFY_NONE ) in mbedtls_ssl_parse_certificate()
4486 if( authmode == MBEDTLS_SSL_VERIFY_OPTIONAL ) in mbedtls_ssl_parse_certificate()
5600 void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode ) in mbedtls_ssl_conf_authmode() argument
5602 conf->authmode = authmode; in mbedtls_ssl_conf_authmode()
5789 int authmode ) in mbedtls_ssl_set_hs_authmode() argument
5791 ssl->handshake->sni_authmode = authmode; in mbedtls_ssl_set_hs_authmode()
7194 conf->authmode = MBEDTLS_SSL_VERIFY_REQUIRED; in mbedtls_ssl_config_defaults()