HomeSort by: relevance | last modified time | path
    Searched defs:handmd (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_clnt.c 828 const EVP_MD *handmd = NULL; local
832 handmd = ssl_handshake_md(s);
835 && (!s->psk_use_session_cb(ussl, handmd, &id, &idlen, &psksess)
1072 const EVP_MD *handmd = NULL, *mdres = NULL, *mdpsk = NULL; local
1094 handmd = ssl_handshake_md(s);
1111 if (s->hello_retry_request == SSL_HRR_PENDING && mdres != handmd) {
1187 if (s->hello_retry_request == SSL_HRR_PENDING && mdpsk != handmd) {
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_clnt.c 750 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) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_clnt.c 758 const EVP_MD *handmd = NULL; local
761 handmd = ssl_handshake_md(s);
764 && (!s->psk_use_session_cb(s, handmd, &id, &idlen, &psksess)
1008 const EVP_MD *handmd = NULL, *mdres = NULL, *mdpsk = NULL; local
1028 handmd = ssl_handshake_md(s);
1046 if (s->hello_retry_request == SSL_HRR_PENDING && mdres != handmd) {
1120 if (s->hello_retry_request == SSL_HRR_PENDING && mdpsk != handmd) {

Completed in 26 milliseconds