Searched refs:ssl_log_secret (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/crypto/openssl/ssl/ |
| D | tls13_enc.c | 588 if (!ssl_log_secret(s, EARLY_EXPORTER_SECRET_LABEL, in tls13_change_cipher_state() 694 if (!ssl_log_secret(s, EXPORTER_SECRET_LABEL, s->exporter_master_secret, in tls13_change_cipher_state() 702 if (!ssl_log_secret(s, log_label, secret, hashlen)) { in tls13_change_cipher_state()
|
| D | ssl_local.h | 2609 __owur int ssl_log_secret(SSL *ssl, const char *label,
|
| D | ssl_lib.c | 5344 int ssl_log_secret(SSL *ssl, in ssl_log_secret() function
|
| /freebsd-12-stable/crypto/openssl/ssl/statem/ |
| D | statem_lib.c | 583 if (!SSL_IS_TLS13(s) && !ssl_log_secret(s, MASTER_SECRET_LABEL, in tls_construct_finished()
|