OpenCoverage

m_gostr341194.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/evp/m_gostr341194.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7static int-
8gostr341194_init(EVP_MD_CTX *ctx)-
9{-
10 return
executed 1304 times by 3 tests: return GOSTR341194_Init(ctx->md_data, 822);
Executed by:
  • evptest
  • gost2814789t
  • tls_prf
GOSTR341194_Init(ctx->md_data,
executed 1304 times by 3 tests: return GOSTR341194_Init(ctx->md_data, 822);
Executed by:
  • evptest
  • gost2814789t
  • tls_prf
1304
11 822);
executed 1304 times by 3 tests: return GOSTR341194_Init(ctx->md_data, 822);
Executed by:
  • evptest
  • gost2814789t
  • tls_prf
1304
12}-
13-
14static int-
15gostr341194_update(EVP_MD_CTX *ctx, const void *data, size_t count)-
16{-
17 return
executed 4696 times by 3 tests: return GOSTR341194_Update(ctx->md_data, data, count);
Executed by:
  • evptest
  • gost2814789t
  • tls_prf
GOSTR341194_Update(ctx->md_data, data, count);
executed 4696 times by 3 tests: return GOSTR341194_Update(ctx->md_data, data, count);
Executed by:
  • evptest
  • gost2814789t
  • tls_prf
4696
18}-
19-
20static int-
21gostr341194_final(EVP_MD_CTX *ctx, unsigned char *md)-
22{-
23 return
executed 1304 times by 3 tests: return GOSTR341194_Final(md, ctx->md_data);
Executed by:
  • evptest
  • gost2814789t
  • tls_prf
GOSTR341194_Final(md, ctx->md_data);
executed 1304 times by 3 tests: return GOSTR341194_Final(md, ctx->md_data);
Executed by:
  • evptest
  • gost2814789t
  • tls_prf
1304
24}-
25-
26static const EVP_MD gostr341194_md = {-
27 .type = 809,-
28 .pkey_type = 0,-
29 .md_size = 32,-
30 .flags = 0x0004,-
31 .init = gostr341194_init,-
32 .update = gostr341194_update,-
33 .final = gostr341194_final,-
34 .block_size = 32,-
35 .ctx_size = sizeof(EVP_MD *) + sizeof(GOSTR341194_CTX),-
36};-
37-
38const EVP_MD *-
39EVP_gostr341194(void)-
40{-
41 return
executed 1169 times by 33 tests: return (&gostr341194_md);
Executed by:
  • asn1test
  • base64test
  • bnaddsub
  • bntest
  • cipher_list
  • cipherstest
  • clienttest
  • configtest
  • dhtest
  • dsatest
  • ecdhtest
  • ecdsatest
  • ectest
  • enginetest
  • evptest
  • exptest
  • gost2814789t
  • hkdftest
  • keypairtest
  • libcrypto.so.44.0.1
  • mont
  • pbkdf2
  • pkcs7test
  • rc4test
  • rsa_test
  • ...
(&gostr341194_md);
executed 1169 times by 33 tests: return (&gostr341194_md);
Executed by:
  • asn1test
  • base64test
  • bnaddsub
  • bntest
  • cipher_list
  • cipherstest
  • clienttest
  • configtest
  • dhtest
  • dsatest
  • ecdhtest
  • ecdsatest
  • ectest
  • enginetest
  • evptest
  • exptest
  • gost2814789t
  • hkdftest
  • keypairtest
  • libcrypto.so.44.0.1
  • mont
  • pbkdf2
  • pkcs7test
  • rc4test
  • rsa_test
  • ...
1169
42}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2