Searched refs:hash_idx (Results 1 – 4 of 4) sorted by relevance
641 int hash_idx = HASHGUID(node->guid) % HTSZ; in add_to_nodeguid_hash() local643 for (tblnode = hash[hash_idx]; tblnode; tblnode = tblnode->htnext) { in add_to_nodeguid_hash()651 node->htnext = hash[hash_idx]; in add_to_nodeguid_hash()652 hash[hash_idx] = node; in add_to_nodeguid_hash()660 int hash_idx = HASHGUID(port->guid) % HTSZ; in add_to_portguid_hash() local662 for (tblport = hash[hash_idx]; tblport; tblport = tblport->htnext) { in add_to_portguid_hash()670 port->htnext = hash[hash_idx]; in add_to_portguid_hash()671 hash[hash_idx] = port; in add_to_portguid_hash()
1196 && ctx->ssl_digest_methods[lu->hash_idx] == NULL) { in ssl_setup_sig_algs()1250 md = ssl_md(ctx, lu->hash_idx); in tls1_lookup_md()2086 && (lu->sig == EVP_PKEY_DSA || lu->hash_idx == SSL_MD_SHA1_IDX in tls12_sigalg_allowed()2087 || lu->hash_idx == SSL_MD_MD5_IDX in tls12_sigalg_allowed()2088 || lu->hash_idx == SSL_MD_SHA224_IDX)) in tls12_sigalg_allowed()
1816 int hash_idx; member