Searched refs:authmode (Results 1 – 3 of 3) sorted by relevance
1011 unsigned int authmode : 2; /*!< MBEDTLS_SSL_VERIFY_XXX */ member1343 void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode );2359 int authmode );
5760 : ssl->conf->authmode; in mbedtls_ssl_parse_certificate()5762 const int authmode = ssl->conf->authmode; in mbedtls_ssl_parse_certificate() local5788 authmode == MBEDTLS_SSL_VERIFY_NONE ) in mbedtls_ssl_parse_certificate()5818 authmode == MBEDTLS_SSL_VERIFY_OPTIONAL ) in mbedtls_ssl_parse_certificate()5837 if( authmode != MBEDTLS_SSL_VERIFY_NONE ) in mbedtls_ssl_parse_certificate()5913 if( authmode == MBEDTLS_SSL_VERIFY_OPTIONAL && in mbedtls_ssl_parse_certificate()7226 void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode ) in mbedtls_ssl_conf_authmode() argument7228 conf->authmode = authmode; in mbedtls_ssl_conf_authmode()7422 int authmode ) in mbedtls_ssl_set_hs_authmode() argument7424 ssl->handshake->sni_authmode = authmode; in mbedtls_ssl_set_hs_authmode()[all …]
2706 int authmode; in ssl_write_certificate_request() local2714 authmode = ssl->handshake->sni_authmode; in ssl_write_certificate_request()2717 authmode = ssl->conf->authmode; in ssl_write_certificate_request()2724 authmode == MBEDTLS_SSL_VERIFY_NONE ) in ssl_write_certificate_request()