Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions_clnt.c786 const EVP_MD *handmd = NULL; in tls_construct_ctos_early_data() local
790 handmd = ssl_handshake_md(s); in tls_construct_ctos_early_data()
793 && (!s->psk_use_session_cb(ussl, handmd, &id, &idlen, &psksess) in tls_construct_ctos_early_data()
1030 const EVP_MD *handmd = NULL, *mdres = NULL, *mdpsk = NULL; in tls_construct_ctos_psk() local
1052 handmd = ssl_handshake_md(s); in tls_construct_ctos_psk()
1069 if (s->hello_retry_request == SSL_HRR_PENDING && mdres != handmd) { in tls_construct_ctos_psk()
1145 if (s->hello_retry_request == SSL_HRR_PENDING && mdpsk != handmd) { in tls_construct_ctos_psk()

Completed in 12 milliseconds