OpenCoverage

poly1305.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/poly1305/poly1305.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2void-
3CRYPTO_poly1305_init(poly1305_context *ctx, const unsigned char key[32])-
4{-
5 poly1305_init(ctx, key);-
6}
executed 426 times by 4 tests: end of block
Executed by:
  • aeadtest
  • poly1305test
  • ssltest
  • tlstest
426
7-
8void-
9CRYPTO_poly1305_update(poly1305_context *ctx, const unsigned char *in,-
10 size_t len)-
11{-
12 poly1305_update(ctx, in, len);-
13}
executed 1398 times by 4 tests: end of block
Executed by:
  • aeadtest
  • poly1305test
  • ssltest
  • tlstest
1398
14-
15void-
16CRYPTO_poly1305_finish(poly1305_context *ctx, unsigned char mac[16])-
17{-
18 poly1305_finish(ctx, mac);-
19}
executed 426 times by 4 tests: end of block
Executed by:
  • aeadtest
  • poly1305test
  • ssltest
  • tlstest
426
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2