| Line | Source | Count | 
| 1 |  | - | 
| 2 |  | - | 
| 3 |  | - | 
| 4 | int | - | 
| 5 | crypto_hash_sha512(unsigned char *out, const unsigned char *in, | - | 
| 6 |     unsigned long long inlen) | - | 
| 7 | { | - | 
| 8 |  int r; | - | 
| 9 |  | - | 
| 10 |  if ((| TRUE | never evaluated |  | FALSE | evaluated 14262 times by 3 testsEvaluated by:- ssh-keygen
 - test_kex
 - test_sshkey
 
   |  
  r = ssh_digest_memory(4, in, inlen, out,| TRUE | never evaluated |  | FALSE | evaluated 14262 times by 3 testsEvaluated by:- ssh-keygen
 - test_kex
 - test_sshkey
 
   |  
  | 0-14262 | 
| 11 |      64U)) != 0| TRUE | never evaluated |  | FALSE | evaluated 14262 times by 3 testsEvaluated by:- ssh-keygen
 - test_kex
 - test_sshkey
 
   |  
  ) | 0-14262 | 
| 12 |   fatal("%s: %s", __func__, ssh_err(r)); never executed: fatal("%s: %s", __func__, ssh_err(r));  | 0 | 
| 13 |  returnexecuted 14262 times by 3 tests:  return 0;Executed by:- ssh-keygen
 - test_kex
 - test_sshkey
 
    0;executed 14262 times by 3 tests:  return 0;Executed by:- ssh-keygen
 - test_kex
 - test_sshkey
 
    | 14262 | 
| 14 | } | - | 
 |  |  |