Searched refs:ssl_log_secret (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/ssl/ |
D | tls13_enc.c | 559 if (!ssl_log_secret(s, EARLY_EXPORTER_SECRET_LABEL, in tls13_change_cipher_state() 669 if (!ssl_log_secret(s, EXPORTER_SECRET_LABEL, s->exporter_master_secret, in tls13_change_cipher_state() 677 if (!ssl_log_secret(s, log_label, secret, hashlen)) { in tls13_change_cipher_state() 797 if (!ssl_log_secret(s, log_label, secret, hashlen)) { in tls13_update_key()
|
D | ssl_local.h | 2747 __owur int ssl_log_secret(SSL *ssl, const char *label,
|
D | ssl_lib.c | 5566 int ssl_log_secret(SSL *ssl, in ssl_log_secret() function
|
/third_party/openssl/test/ |
D | tls13secretstest.c | 188 int ssl_log_secret(SSL *ssl, in ssl_log_secret() function
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 614 if (!SSL_IS_TLS13(s) && !ssl_log_secret(s, MASTER_SECRET_LABEL, in tls_construct_finished()
|