Searched refs:sct_parse_cb (Results 1 - 1 of 1) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 791 int sct_parse_cb(SSL *ssl, unsigned int ext_type, unsigned int context, in sct_parse_cb() function 830 return sct_parse_cb(ssl, ext_type, 0, in, inlen, nullptr, 0, al, parse_arg); in legacy_sct_parse_cb() 1177 // required here. sct_parse_cb is called without in create_ssl_context() 1184 sct_add_cb, sct_free_cb, nullptr, sct_parse_cb, nullptr) != 1) { in create_ssl_context() 1464 // required here. sct_parse_cb is called without in create_quic_ssl_context() 1471 sct_add_cb, sct_free_cb, nullptr, sct_parse_cb, nullptr) != 1) { in create_quic_ssl_context()
|
Completed in 4 milliseconds