Searched refs:alpn_chosen (Results 1 – 4 of 4) sorted by relevance
563 ssl->alpn_chosen = *ours; in ssl_parse_alpn_ext()2121 if( ssl->alpn_chosen == NULL )2139 *olen = 7 + strlen( ssl->alpn_chosen );2149 memcpy( buf + 7, ssl->alpn_chosen, *olen - 7 );
1307 ssl->alpn_chosen = *p;
5538 ssl->alpn_chosen = NULL; in ssl_session_reset_int()6029 return( ssl->alpn_chosen ); in mbedtls_ssl_get_alpn_protocol()
877 const char *alpn_chosen; /*!< negotiated protocol */ member