Searched refs:log_label (Results 1 - 2 of 2) sorted by relevance
/third_party/openssl/ssl/ |
H A D | tls13_enc.c | 431 const char *log_label = NULL; in tls13_change_cipher_state() local 487 log_label = CLIENT_EARLY_LABEL; in tls13_change_cipher_state() 570 log_label = CLIENT_HANDSHAKE_LABEL; in tls13_change_cipher_state() 585 log_label = CLIENT_APPLICATION_LABEL; in tls13_change_cipher_state() 602 log_label = SERVER_HANDSHAKE_LABEL; in tls13_change_cipher_state() 607 log_label = SERVER_APPLICATION_LABEL; in tls13_change_cipher_state() 677 if (!ssl_log_secret(s, log_label, secret, hashlen)) { in tls13_change_cipher_state() 758 char *log_label; in tls13_update_key() local 796 log_label = s->server == sending ? SERVER_APPLICATION_N_LABEL : CLIENT_APPLICATION_N_LABEL; in tls13_update_key() 797 if (!ssl_log_secret(s, log_label, secre in tls13_update_key() [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | tls13_enc.c | 635 const char *log_label = NULL; in tls13_change_cipher_state() local 696 log_label = CLIENT_EARLY_LABEL; in tls13_change_cipher_state() 779 log_label = CLIENT_HANDSHAKE_LABEL; in tls13_change_cipher_state() 794 log_label = CLIENT_APPLICATION_LABEL; in tls13_change_cipher_state() 811 log_label = SERVER_HANDSHAKE_LABEL; in tls13_change_cipher_state() 816 log_label = SERVER_APPLICATION_LABEL; in tls13_change_cipher_state() 886 if (!ssl_log_secret(s, log_label, secret, hashlen)) { in tls13_change_cipher_state() 968 char *log_label; in tls13_update_key() local 1006 log_label = s->server == sending ? SERVER_APPLICATION_N_LABEL : CLIENT_APPLICATION_N_LABEL; in tls13_update_key() 1007 if (!ssl_log_secret(s, log_label, secre in tls13_update_key() [all...] |
Completed in 4 milliseconds