| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/evp/m_wp.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | static int init(EVP_MD_CTX *ctx) | - |
| 7 | { | - |
| 8 | return executed 9 times by 1 test: WHIRLPOOL_Init(EVP_MD_CTX_md_data(ctx));return WHIRLPOOL_Init(EVP_MD_CTX_md_data(ctx));Executed by:
executed 9 times by 1 test: return WHIRLPOOL_Init(EVP_MD_CTX_md_data(ctx));Executed by:
| 9 |
| 9 | } | - |
| 10 | - | |
| 11 | static int update(EVP_MD_CTX *ctx, const void *data, size_t count) | - |
| 12 | { | - |
| 13 | return executed 100008 times by 1 test: WHIRLPOOL_Update(EVP_MD_CTX_md_data(ctx), data, count);return WHIRLPOOL_Update(EVP_MD_CTX_md_data(ctx), data, count);Executed by:
executed 100008 times by 1 test: return WHIRLPOOL_Update(EVP_MD_CTX_md_data(ctx), data, count);Executed by:
| 100008 |
| 14 | } | - |
| 15 | - | |
| 16 | static int final(EVP_MD_CTX *ctx, unsigned char *md) | - |
| 17 | { | - |
| 18 | return executed 9 times by 1 test: WHIRLPOOL_Final(md, EVP_MD_CTX_md_data(ctx));return WHIRLPOOL_Final(md, EVP_MD_CTX_md_data(ctx));Executed by:
executed 9 times by 1 test: return WHIRLPOOL_Final(md, EVP_MD_CTX_md_data(ctx));Executed by:
| 9 |
| 19 | } | - |
| 20 | - | |
| 21 | static const EVP_MD whirlpool_md = { | - |
| 22 | 804, | - |
| 23 | 0, | - |
| 24 | (512/8), | - |
| 25 | 0, | - |
| 26 | init, | - |
| 27 | update, | - |
| 28 | final, | - |
| 29 | - | |
| 30 | ((void *)0) | - |
| 31 | , | - |
| 32 | - | |
| 33 | ((void *)0) | - |
| 34 | , | - |
| 35 | 512 / 8, | - |
| 36 | sizeof(EVP_MD *) + sizeof(WHIRLPOOL_CTX), | - |
| 37 | }; | - |
| 38 | - | |
| 39 | const EVP_MD *EVP_whirlpool(void) | - |
| 40 | { | - |
| 41 | return executed 1969 times by 1 test: &whirlpool_md;return &whirlpool_md;Executed by:
executed 1969 times by 1 test: return &whirlpool_md;Executed by:
| 1969 |
| 42 | } | - |
| Switch to Source code | Preprocessed file |