Home
last modified time | relevance | path

Searched refs:alpnlen (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp204 unsigned int alpnlen = 0; in afterSslHandshake() local
205 SSL_get0_alpn_selected(adaptor.native_handle(), &alpn, &alpnlen); in afterSslHandshake()
209 std::bit_cast<const char*>(alpn), alpnlen); in afterSslHandshake()
211 selectedProtocol, alpnlen); in afterSslHandshake()