Searched defs:hash (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/openssh/sources/
H A Dkexgsss.c87 uchar_t hash[SSH_DIGEST_MAX_LENGTH]; local
233 hashlen = sizeof (hash);
244 hash, &hashlen);
258 hash, &hashlen);
269 memcpy(kex->session_id, hash, kex->session_id_len);
272 gssbuf.value = hash;
300 if ((r = kex_derive_keys_bn(ssh, hash, hashlen, shared_secret)) == 0)
H A Dkexgssc.c80 uchar_t hash[SSH_DIGEST_MAX_LENGTH]; local
282 hashlen = sizeof (hash);
296 hash, &hashlen);
311 hash, &hashlen);
317 gssbuf.value = hash;
320 /* Verify that the hash matches the MIC we just got. */
335 memcpy(kex->session_id, hash, kex->session_id_len);
343 if ((r = kex_derive_keys_bn(ssh, hash, hashlen, shared_secret)) == 0)
/solaris-userland/components/krb5/Solaris/
H A Drc_mem.c42 hash(krb5_donot_replay *rep, unsigned int hsize) function
78 * hash could be forwards since we have to search on match, but naaaah
88 rephash = hash(rep, t->hsize);
/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c50 #include "hash.h"
378 size_t hash)
383 HMAP_FOR_EACH_IN_BUCKET(queue, hmap_node, hash, &netdev->tc->queues) {
2734 size_t hash = hash_int(queue_id, 0); local
2740 queue = tc_find_queue__(netdev, queue_id, hash);
2748 hmap_insert(&htb->tc.queues, &queue->hmap_node, hash);
377 tc_find_queue__(const struct netdev *netdev_, unsigned int queue_id, size_t hash) argument

Completed in 255 milliseconds