Home
last modified time | relevance | path

Searched defs:quic_method (Results 1 – 3 of 3) sorted by relevance

/third_party/boringssl/src/ssl/
Dssl_test.cc5108 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
5149 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
5174 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
5224 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
5302 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
5383 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
5415 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
5461 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
5506 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
5531 const SSL_QUIC_METHOD quic_method = { in TEST_F() local
Dssl_lib.cc2499 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()
/third_party/curl/lib/vquic/
Dngtcp2.c306 static SSL_QUIC_METHOD quic_method = {quic_set_encryption_secrets, variable