Searched defs:quic_method (Results 1 – 5 of 5) sorted by relevance
5289 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5325 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5346 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5367 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5395 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5480 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5543 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5557 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5629 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5674 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local[all …]
2582 int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method) { in SSL_CTX_set_quic_method()2590 int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method) { in SSL_set_quic_method()
5273 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5309 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5330 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5351 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5379 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5424 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5487 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5501 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5573 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local5618 const SSL_QUIC_METHOD quic_method = DefaultQUICMethod(); in TEST_F() local[all …]
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()
301 static SSL_QUIC_METHOD quic_method = {quic_set_encryption_secrets, variable