Home
last modified time | relevance | path

Searched refs:ossl_quic_srtm_new (Results 1 – 5 of 5) sorted by relevance

/openssl/include/internal/
H A Dquic_srtm.h59 QUIC_SRTM *ossl_quic_srtm_new(OSSL_LIB_CTX *libctx, const char *propq);
/openssl/fuzz/
H A Dquic-srtm.c55 if ((srtm = ossl_quic_srtm_new(NULL, NULL)) == NULL) { in FuzzerTestOneInput()
/openssl/test/
H A Dquic_srtm_test.c30 if (!TEST_ptr(srtm = ossl_quic_srtm_new(NULL, NULL))) in test_srtm()
/openssl/ssl/quic/
H A Dquic_port.c82 if ((port->srtm = ossl_quic_srtm_new(port->engine->libctx, in port_init()
H A Dquic_srtm.c110 QUIC_SRTM *ossl_quic_srtm_new(OSSL_LIB_CTX *libctx, const char *propq) in ossl_quic_srtm_new() function

Completed in 9 milliseconds