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

  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_clnt.c 1072 const EVP_MD *handmd = NULL, *mdres = NULL, *mdpsk = NULL; local
1177 mdpsk = ssl_md(sctx, s->psksession->cipher->algorithm2);
1178 if (mdpsk == NULL) {
1187 if (s->hello_retry_request == SSL_HRR_PENDING && mdpsk != handmd) {
1196 pskhashsize = EVP_MD_get_size(mdpsk);
1260 && tls_psk_do_binder(s, mdpsk, msgstart, binderoffset, NULL,
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_clnt.c 984 const EVP_MD *handmd = NULL, *mdres = NULL, *mdpsk = NULL; local
1084 mdpsk = ssl_md(s->ctx, s->psksession->cipher->algorithm2);
1085 if (mdpsk == NULL) {
1094 if (s->hello_retry_request == SSL_HRR_PENDING && mdpsk != handmd) {
1103 pskhashsize = EVP_MD_get_size(mdpsk);
1162 && tls_psk_do_binder(s, mdpsk, msgstart, binderoffset, NULL,
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_clnt.c 1008 const EVP_MD *handmd = NULL, *mdres = NULL, *mdpsk = NULL; local
1109 mdpsk = ssl_md(s->psksession->cipher->algorithm2);
1110 if (mdpsk == NULL) {
1120 if (s->hello_retry_request == SSL_HRR_PENDING && mdpsk != handmd) {
1130 pskhashsize = EVP_MD_size(mdpsk);
1193 && tls_psk_do_binder(s, mdpsk, msgstart, binderoffset, NULL,

Completed in 31 milliseconds