OpenCoverage

sha_locl.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/sha/sha_locl.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);-
3-
4-
5-
6-
7-
8-
9-
10-
11-
12int 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: return 1;
Executed by:
  • libcrypto.so.1.1
1;
executed 72867 times by 1 test: return 1;
Executed by:
  • libcrypto.so.1.1
72867
21}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2