OpenCoverage

md5_dgst.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/md5/md5_dgst.c
Switch to Source codePreprocessed file
LineSourceCount
1int 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: return 1;
Executed by:
  • libcrypto.so.1.1
1;
executed 14053 times by 1 test: return 1;
Executed by:
  • libcrypto.so.1.1
14053
9}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2