SHA1_DIGEST_LENGTH  438 src/vfs/sftpfs/connection.c     static char result[SHA1_DIGEST_LENGTH * 3 + 1];     /* "XX:" for each byte, and EOL */
SHA1_DIGEST_LENGTH  447 src/vfs/sftpfs/connection.c     for (i = 0; i < SHA1_DIGEST_LENGTH && i * 3 < sizeof (result) - 1; i++)