Lines Matching refs:log_label
431 const char *log_label = NULL;
487 log_label = CLIENT_EARLY_LABEL;
570 log_label = CLIENT_HANDSHAKE_LABEL;
585 log_label = CLIENT_APPLICATION_LABEL;
602 log_label = SERVER_HANDSHAKE_LABEL;
607 log_label = SERVER_APPLICATION_LABEL;
677 if (!ssl_log_secret(s, log_label, secret, hashlen)) {
758 char *log_label;
796 log_label = s->server == sending ? SERVER_APPLICATION_N_LABEL : CLIENT_APPLICATION_N_LABEL;
797 if (!ssl_log_secret(s, log_label, secret, hashlen)) {