Lines Matching refs:hash
316 pub_info[uri] = [[prefix, cert, key, hash of the uri, proxy], ... ]
422 [[prefix, cert, key, hash of the uri, proxy, uri type], ... ]
439 # map URIs to (pub.prefix, cert, key, hash, proxy, utype) tuples
515 hash = _uri_hash(uri)
521 (prefix, cert, key, hash, proxy_map.get(uri), utype)
671 for (pub, cert_path, key_path, hash, proxy, utype) in \
701 for (pub, cert, key, hash, proxy, utype) in \
706 (uri, cert, key, hash, proxy, utype))
713 for (uri, cert_path, key_path, hash, proxy, utype) in \
720 [htdocs_path, pub, hash] +
768 """Returns a string hash of the given URI"""