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