Home
last modified time | relevance | path

Searched refs:qeng (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/quic/
H A Dquic_engine.c28 QUIC_ENGINE *qeng; in ossl_quic_engine_new() local
39 if (!qeng_init(qeng)) { in ossl_quic_engine_new()
44 return qeng; in ossl_quic_engine_new()
49 if (qeng == NULL) in ossl_quic_engine_free()
52 qeng_cleanup(qeng); in ossl_quic_engine_free()
53 OPENSSL_free(qeng); in ossl_quic_engine_free()
58 ossl_quic_reactor_init(&qeng->rtor, qeng_tick, qeng, ossl_time_zero()); in qeng_init()
69 return &qeng->rtor; in ossl_quic_engine_get0_reactor()
74 return qeng->mutex; in ossl_quic_engine_get0_mutex()
82 return qeng->now_cb(qeng->now_cb_arg); in ossl_quic_engine_get_time()
[all …]
/openssl/include/internal/
H A Dquic_engine.h62 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);

Completed in 7 milliseconds