Lines Matching defs:authmode
1372 ssl->conf->authmode == MBEDTLS_SSL_VERIFY_OPTIONAL) {
1665 void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode)
1667 conf->authmode = authmode;
1945 int authmode)
1947 ssl->handshake->sni_authmode = authmode;
5869 conf->authmode = MBEDTLS_SSL_VERIFY_REQUIRED;
7902 int authmode)
7917 if (authmode == MBEDTLS_SSL_VERIFY_NONE) {
7924 ((void) authmode);
7932 int authmode,
7944 if (authmode == MBEDTLS_SSL_VERIFY_NONE) {
8064 if (authmode == MBEDTLS_SSL_VERIFY_OPTIONAL &&
8070 if (have_ca_chain == 0 && authmode == MBEDTLS_SSL_VERIFY_REQUIRED) {
8177 const int authmode = ssl->handshake->sni_authmode != MBEDTLS_SSL_VERIFY_UNSET
8179 : ssl->conf->authmode;
8181 const int authmode = ssl->conf->authmode;
8188 crt_expected = ssl_parse_certificate_coordinate(ssl, authmode);
8214 if (authmode != MBEDTLS_SSL_VERIFY_OPTIONAL) {
8255 ret = ssl_parse_certificate_verify(ssl, authmode,