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

/freebsd-current/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c750 const EVP_MD *handmd = NULL; local
753 handmd = ssl_handshake_md(s);
756 && (!s->psk_use_session_cb(s, handmd, &id, &idlen, &psksess)
984 const EVP_MD *handmd = NULL, *mdres = NULL, *mdpsk = NULL; local
1004 handmd = ssl_handshake_md(s);
1021 if (s->hello_retry_request == SSL_HRR_PENDING && mdres != handmd) {
1094 if (s->hello_retry_request == SSL_HRR_PENDING && mdpsk != handmd) {

Completed in 57 milliseconds