| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/sha/sha_locl.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num); | - |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | - | |
| 9 | - | |
| 10 | - | |
| 11 | - | |
| 12 | int SHA1_Init(SHA_CTX *c) | - |
| 13 | { | - |
| 14 | memset(c, 0, sizeof(*c)); | - |
| 15 | c->h0 = 0x67452301UL; | - |
| 16 | c->h1 = 0xefcdab89UL; | - |
| 17 | c->h2 = 0x98badcfeUL; | - |
| 18 | c->h3 = 0x10325476UL; | - |
| 19 | c->h4 = 0xc3d2e1f0UL; | - |
| 20 | return executed 72867 times by 1 test: 1;return 1;Executed by:
executed 72867 times by 1 test: return 1;Executed by:
| 72867 |
| 21 | } | - |
| Switch to Source code | Preprocessed file |