Searched refs:handmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c744 const EVP_MD *handmd = NULL; local
747 handmd = ssl_handshake_md(s);
750 && (!s->psk_use_session_cb(s, handmd, &id, &idlen, &psksess)
994 const EVP_MD *handmd = NULL, *mdres = NULL, *mdpsk = NULL; local
1014 handmd = ssl_handshake_md(s);
1032 if (s->hello_retry_request == SSL_HRR_PENDING && mdres != handmd) {
1107 if (s->hello_retry_request == SSL_HRR_PENDING && mdpsk != handmd) {

Completed in 54 milliseconds