Searched refs:alpn (Results 1 – 1 of 1) sorted by relevance
250 const unsigned char* alpn = nullptr; in afterSslHandshake() local 252 SSL_get0_alpn_selected(adaptor.native_handle(), &alpn, &alpnlen); in afterSslHandshake() 253 if (alpn != nullptr) in afterSslHandshake() 256 std::bit_cast<const char*>(alpn), alpnlen); in afterSslHandshake()