Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel_local.h469 char *qlog_title; member
H A Dquic_port.c552 if (ch->tls->ctx->qlog_title != NULL) { in port_make_channel()
553 if ((ch->qlog_title = OPENSSL_strdup(ch->tls->ctx->qlog_title)) == NULL) { in port_make_channel()
H A Dquic_channel.c120 qti.title = ch->qlog_title; in ch_get_qlog()
438 OPENSSL_free(ch->qlog_title); in ch_cleanup()
476 if (ch->use_qlog && args->qlog_title != NULL) { in ossl_quic_channel_alloc()
477 if ((ch->qlog_title = OPENSSL_strdup(args->qlog_title)) == NULL) { in ossl_quic_channel_alloc()
H A Dquic_impl.c5406 OPENSSL_free(ctx->qlog_title); in ossl_quic_set_diag_title()
5407 ctx->qlog_title = NULL; in ossl_quic_set_diag_title()
5412 if ((ctx->qlog_title = OPENSSL_strdup(title)) == NULL) in ossl_quic_set_diag_title()
/freebsd/crypto/openssl/include/internal/
H A Dquic_channel.h130 const char *qlog_title; member
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1202 char *qlog_title; /* Session title for qlog */ member
H A Dssl_lib.c4453 OPENSSL_free(a->qlog_title); in SSL_CTX_free()