OpenCoverage

curve25519-generic.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/curve25519/curve25519-generic.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2void-
3x25519_scalar_mult(uint8_t out[32], const uint8_t scalar[32],-
4 const uint8_t point[32])-
5{-
6 x25519_scalar_mult_generic(out, scalar, point);-
7}
executed 1023 times by 3 tests: end of block
Executed by:
  • ssltest
  • tlstest
  • x25519test
1023
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2