Searched defs:authmode (Results 1 – 3 of 3) sorted by relevance
5758 const int authmode = ssl->handshake->sni_authmode != MBEDTLS_SSL_VERIFY_UNSET in mbedtls_ssl_parse_certificate() local5762 const int authmode = ssl->conf->authmode; in mbedtls_ssl_parse_certificate() local7226 void mbedtls_ssl_conf_authmode( mbedtls_ssl_config *conf, int authmode ) in mbedtls_ssl_conf_authmode()7422 int authmode ) in mbedtls_ssl_set_hs_authmode()
2706 int authmode; in ssl_write_certificate_request() local
1011 unsigned int authmode : 2; /*!< MBEDTLS_SSL_VERIFY_XXX */ member