Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dstatem_lib.c2794 if (s->pha_dgst == NULL) { in tls13_save_handshake_digest_for_pha()
2799 s->pha_dgst = EVP_MD_CTX_new(); in tls13_save_handshake_digest_for_pha()
2800 if (s->pha_dgst == NULL) { in tls13_save_handshake_digest_for_pha()
2804 if (!EVP_MD_CTX_copy_ex(s->pha_dgst, in tls13_save_handshake_digest_for_pha()
2807 EVP_MD_CTX_free(s->pha_dgst); in tls13_save_handshake_digest_for_pha()
2808 s->pha_dgst = NULL; in tls13_save_handshake_digest_for_pha()
2821 if (s->pha_dgst == NULL) { in tls13_restore_handshake_digest_for_pha()
2826 s->pha_dgst)) { in tls13_restore_handshake_digest_for_pha()
/openssl/ssl/
H A Dssl_lib.c622 EVP_MD_CTX_free(sc->pha_dgst); in ossl_ssl_connection_reset()
623 sc->pha_dgst = NULL; in ossl_ssl_connection_reset()
1464 EVP_MD_CTX_free(s->pha_dgst); in ossl_ssl_connection_free()
H A Dssl_local.h1735 EVP_MD_CTX *pha_dgst; /* this is just the digest through ClientFinished */ member

Completed in 42 milliseconds