Home
last modified time | relevance | path

Searched refs:qlog_title (Results 1 – 7 of 7) sorted by relevance

/openssl/ssl/quic/
H A Dquic_channel_local.h448 char *qlog_title; member
H A Dquic_port.c321 args.qlog_title = args.tls->ctx->qlog_title; in port_make_channel()
H A Dquic_channel.c124 qti.title = ch->qlog_title; in ch_get_qlog()
414 OPENSSL_free(ch->qlog_title); in ch_cleanup()
434 if (ch->use_qlog && args->qlog_title != NULL) { in ossl_quic_channel_new()
435 if ((ch->qlog_title = OPENSSL_strdup(args->qlog_title)) == NULL) { in ossl_quic_channel_new()
H A Dquic_impl.c4200 OPENSSL_free(ctx->qlog_title); in ossl_quic_set_diag_title()
4201 ctx->qlog_title = NULL; in ossl_quic_set_diag_title()
4206 if ((ctx->qlog_title = OPENSSL_strdup(title)) == NULL) in ossl_quic_set_diag_title()
/openssl/include/internal/
H A Dquic_channel.h127 const char *qlog_title; member
/openssl/ssl/
H A Dssl_local.h1178 char *qlog_title; /* Session title for qlog */ member
H A Dssl_lib.c4246 OPENSSL_free(a->qlog_title); in SSL_CTX_free()

Completed in 70 milliseconds