Searched refs:hashval1 (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/tcsh/ |
| H A D | sh.exec.c | 282 int hashval1 = hash(hashval, i); in doexec() 283 if (!bit(xhash, hashval1)) in doexec() 837 int hashval1 = hash(hashval, i); in iscommand() 838 if (!bit(xhash, hashval1)) in iscommand() 1147 int hashval1 = hash(hashval, i); in find_cmd() 1148 if (!bit(xhash, hashval1)) in find_cmd()
|
| /src/crypto/openssl/ssl/statem/ |
| H A D | extensions_srvr.c | 2066 unsigned char *hashval1, *hashval2, *appcookie1, *appcookie2, *cookie; in tls_construct_stoc_cookie() local 2098 || !WPACKET_reserve_bytes(pkt, EVP_MAX_MD_SIZE, &hashval1)) { in tls_construct_stoc_cookie() 2109 || !ssl_handshake_hash(s, hashval1, EVP_MAX_MD_SIZE, &hashlen)) { in tls_construct_stoc_cookie() 2115 || !ossl_assert(hashval1 == hashval2) in tls_construct_stoc_cookie()
|