| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/curve25519/curve25519-generic.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | void | - |
| 3 | x25519_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 blockExecuted by:
| 1023 |
| Switch to Source code | Preprocessed file |