Searched defs:quic_method (Results 1 – 3 of 3) sorted by relevance
5108 const SSL_QUIC_METHOD quic_method = { in TEST_F() local5149 const SSL_QUIC_METHOD quic_method = { in TEST_F() local5174 const SSL_QUIC_METHOD quic_method = { in TEST_F() local5224 const SSL_QUIC_METHOD quic_method = { in TEST_F() local5302 const SSL_QUIC_METHOD quic_method = { in TEST_F() local5383 const SSL_QUIC_METHOD quic_method = { in TEST_F() local5415 const SSL_QUIC_METHOD quic_method = { in TEST_F() local5461 const SSL_QUIC_METHOD quic_method = { in TEST_F() local5506 const SSL_QUIC_METHOD quic_method = { in TEST_F() local5531 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
2499 int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method) { in SSL_CTX_set_quic_method()2507 int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method) { in SSL_set_quic_method()
306 static SSL_QUIC_METHOD quic_method = {quic_set_encryption_secrets, variable