Lines Matching refs:hash
527 const EVP_MD *hash;
536 if (!ssl_cipher_get_evp(s->ctx, s->session, &c, &hash, &mac_type,
546 s->s3.tmp.new_hash = hash;
611 unsigned char hash[EVP_MAX_MD_SIZE];
622 if (!ssl_handshake_hash(s, hash, sizeof(hash), &hashlen)) {
627 if (!tls1_PRF(s, str, slen, hash, hashlen, NULL, 0, NULL, 0, NULL, 0,
633 OPENSSL_cleanse(hash, hashlen);
641 unsigned char hash[EVP_MAX_MD_SIZE * 2];
649 || !ssl_handshake_hash(s, hash, sizeof(hash), &hashlen)) {
655 BIO_dump(trc_out, (char *)hash, hashlen);
660 hash, hashlen,
668 OPENSSL_cleanse(hash, hashlen);