| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/md5/md5_dgst.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | int MD5_Init(MD5_CTX *c) | - |
| 2 | { | - |
| 3 | memset(c, 0, sizeof(*c)); | - |
| 4 | c->A = (unsigned long)0x67452301L; | - |
| 5 | c->B = (unsigned long)0xefcdab89L; | - |
| 6 | c->C = (unsigned long)0x98badcfeL; | - |
| 7 | c->D = (unsigned long)0x10325476L; | - |
| 8 | return executed 14053 times by 1 test: 1;return 1;Executed by:
executed 14053 times by 1 test: return 1;Executed by:
| 14053 |
| 9 | } | - |
| Switch to Source code | Preprocessed file |