Searched refs:cli_exts (Results 1 – 2 of 2) sorted by relevance
335 ssl->handshake->cli_exts |= MBEDTLS_TLS_EXT_ECJPAKE_KKPP_OK; in ssl_parse_ecjpake_kkpp()849 ( ssl->handshake->cli_exts & MBEDTLS_TLS_EXT_ECJPAKE_KKPP_OK ) == 0 ) in ssl_ciphersuite_match()1445 ssl->handshake->cli_exts |= MBEDTLS_TLS_EXT_SUPPORTED_POINT_FORMATS_PRESENT; in ssl_parse_client_hello()1966 if( ( ssl->handshake->cli_exts & in ssl_write_supported_point_formats_ext()
644 uint8_t cli_exts; /*!< client extension presence*/ member