Home
last modified time | relevance | path

Searched refs:QUIC_ENGINE (Results 1 – 11 of 11) sorted by relevance

/openssl/ssl/quic/
H A Dquic_engine.c20 static int qeng_init(QUIC_ENGINE *qeng);
21 static void qeng_cleanup(QUIC_ENGINE *qeng);
28 QUIC_ENGINE *qeng; in ossl_quic_engine_new()
30 if ((qeng = OPENSSL_zalloc(sizeof(QUIC_ENGINE))) == NULL) in ossl_quic_engine_new()
47 void ossl_quic_engine_free(QUIC_ENGINE *qeng) in ossl_quic_engine_free()
56 static int qeng_init(QUIC_ENGINE *qeng) in qeng_init()
62 static void qeng_cleanup(QUIC_ENGINE *qeng) in qeng_cleanup()
72 CRYPTO_MUTEX *ossl_quic_engine_get0_mutex(QUIC_ENGINE *qeng) in ossl_quic_engine_get0_mutex()
77 OSSL_TIME ossl_quic_engine_get_time(QUIC_ENGINE *qeng) in ossl_quic_engine_get_time()
95 QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng, in ossl_quic_engine_create_port()
[all …]
H A Dquic_port_local.h45 QUIC_ENGINE *engine;
H A Dquic_local.h135 QUIC_ENGINE *engine;
H A Dquic_port.c138 QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port) in ossl_quic_port_get0_engine()
H A Dquic_tserver.c33 QUIC_ENGINE *engine;
H A Dquic_channel.c576 QUIC_ENGINE *ossl_quic_channel_get0_engine(QUIC_CHANNEL *ch) in ossl_quic_channel_get0_engine()
/openssl/include/internal/
H A Dquic_engine.h60 QUIC_ENGINE *ossl_quic_engine_new(const QUIC_ENGINE_ARGS *args);
62 void ossl_quic_engine_free(QUIC_ENGINE *qeng);
67 QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng,
71 CRYPTO_MUTEX *ossl_quic_engine_get0_mutex(QUIC_ENGINE *qeng);
74 OSSL_TIME ossl_quic_engine_get_time(QUIC_ENGINE *qeng);
77 void ossl_quic_engine_set_inhibit_tick(QUIC_ENGINE *qeng, int inhibit);
80 QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng);
H A Dquic_port.h43 QUIC_ENGINE *engine;
97 QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port);
H A Dquic_predef.h39 typedef struct quic_engine_st QUIC_ENGINE; typedef
H A Dquic_channel.h329 QUIC_ENGINE *ossl_quic_channel_get0_engine(QUIC_CHANNEL *ch);
/openssl/doc/designs/quic-design/
H A Dglossary.md57 **Engine:** See `QUIC_ENGINE`.
182 a UDP socket/BIO, which in turn belongs to a `QUIC_ENGINE`. Owns some number of
189 **QUIC_ENGINE:** Internal object in the QUIC core implementation constituting
196 associated with it and belongs to a `QUIC_ENGINE`.

Completed in 23 milliseconds