Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c526 u_char conn_hash[SSH_DIGEST_MAX_LENGTH]; in main() local
1193 ssh_digest_final(md, conn_hash, sizeof(conn_hash)) < 0) in main()
1196 conn_hash_hex = tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1)); in main()