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