Home
last modified time | relevance | path

Searched refs:conn_hash (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Ddict_ldap.c304 static BINHASH *conn_hash = 0; variable
864 if (conn_hash == 0) in dict_ldap_conn_find()
865 conn_hash = binhash_create(0); in dict_ldap_conn_find()
867 if ((dict_ldap->ht = binhash_locate(conn_hash, key, len)) == 0) { in dict_ldap_conn_find()
871 dict_ldap->ht = binhash_enter(conn_hash, key, len, (void *) conn); in dict_ldap_conn_find()
1473 binhash_delete(conn_hash, ht->key, ht->key_len, myfree); in dict_ldap_close()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dreadconf.c396 u_char conn_hash[SSH_DIGEST_MAX_LENGTH]; in ssh_connection_hash() local
404 ssh_digest_final(md, conn_hash, sizeof(conn_hash)) < 0) in ssh_connection_hash()
407 return tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1)); in ssh_connection_hash()