| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/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 6035 times by 7 tests: 1;return 1;Executed by:
executed 6035 times by 7 tests: return 1;Executed by:
| 6035 |
| 9 | } | - |
| Switch to Source code | Preprocessed file |