Searched defs:hash (Results 1 - 2 of 2) sorted by relevance
/solaris-userland-s11u3/components/openssh/sources/ |
H A D | kexgsss.c | 88 uchar_t hash[SSH_DIGEST_MAX_LENGTH]; local 234 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 D | kexgssc.c | 81 uchar_t hash[SSH_DIGEST_MAX_LENGTH]; local 283 hashlen = sizeof (hash); 295 hash, &hashlen); 310 hash, &hashlen); 316 gssbuf.value = hash; 319 /* Verify that the hash matches the MIC we just got. */ 334 memcpy(kex->session_id, hash, kex->session_id_len); 342 if ((r = kex_derive_keys_bn(ssh, hash, hashlen, shared_secret)) == 0)
|
Completed in 472 milliseconds