Searched refs:cli_exts (Results 1 – 2 of 2) sorted by relevance
332 ssl->handshake->cli_exts |= MBEDTLS_TLS_EXT_ECJPAKE_KKPP_OK; in ssl_parse_ecjpake_kkpp()823 (ssl->handshake->cli_exts & MBEDTLS_TLS_EXT_ECJPAKE_KKPP_OK) == 0) { in ssl_ciphersuite_match()1389 ssl->handshake->cli_exts |= MBEDTLS_TLS_EXT_SUPPORTED_POINT_FORMATS_PRESENT; in ssl_parse_client_hello()1901 if ((ssl->handshake->cli_exts & in ssl_write_supported_point_formats_ext()
645 uint8_t cli_exts; /*!< client extension presence*/ member