Home
last modified time | relevance | path

Searched refs:QUIC_SRT_GEN (Results 1 – 3 of 3) sorted by relevance

/openssl/include/internal/
H A Dquic_srt_gen.h32 typedef struct quic_srt_gen_st QUIC_SRT_GEN; typedef
42 QUIC_SRT_GEN *ossl_quic_srt_gen_new(OSSL_LIB_CTX *libctx, const char *propq,
46 void ossl_quic_srt_gen_free(QUIC_SRT_GEN *srt_gen);
52 int ossl_quic_srt_gen_calculate_token(QUIC_SRT_GEN *srt_gen,
/openssl/ssl/quic/
H A Dquic_srt_gen.c22 QUIC_SRT_GEN *ossl_quic_srt_gen_new(OSSL_LIB_CTX *libctx, const char *propq, in ossl_quic_srt_gen_new()
25 QUIC_SRT_GEN *srt_gen; in ossl_quic_srt_gen_new()
53 void ossl_quic_srt_gen_free(QUIC_SRT_GEN *srt_gen) in ossl_quic_srt_gen_free()
63 int ossl_quic_srt_gen_calculate_token(QUIC_SRT_GEN *srt_gen, in ossl_quic_srt_gen_calculate_token()
/openssl/test/
H A Dquic_srt_gen_test.c53 QUIC_SRT_GEN *srt_gen = NULL; in test_srt_gen()

Completed in 20 milliseconds