Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dtls13_enc.c474 const char *log_label = NULL; in tls13_change_cipher_state() local
500 log_label = CLIENT_EARLY_LABEL; in tls13_change_cipher_state()
593 log_label = CLIENT_HANDSHAKE_LABEL; in tls13_change_cipher_state()
608 log_label = CLIENT_APPLICATION_LABEL; in tls13_change_cipher_state()
629 log_label = SERVER_HANDSHAKE_LABEL; in tls13_change_cipher_state()
634 log_label = SERVER_APPLICATION_LABEL; in tls13_change_cipher_state()
706 if (!ssl_log_secret(s, log_label, secret, hashlen)) { in tls13_change_cipher_state()
764 char *log_label; in tls13_update_key() local
807 log_label = s->server == sending ? SERVER_APPLICATION_N_LABEL : CLIENT_APPLICATION_N_LABEL; in tls13_update_key()
808 if (!ssl_log_secret(s, log_label, secret, hashlen)) { in tls13_update_key()

Completed in 5 milliseconds