| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/camellia/cmll_ctr.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | void | - |
| 3 | Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out, | - |
| 4 | size_t length, const CAMELLIA_KEY *key, | - |
| 5 | unsigned char ivec[16], | - |
| 6 | unsigned char ecount_buf[16], unsigned int *num) | - |
| 7 | { | - |
| 8 | CRYPTO_ctr128_encrypt(in, out, length, key, ivec, ecount_buf, num, | - |
| 9 | (block128_f)Camellia_encrypt); | - |
| 10 | } never executed: end of block | 0 |
| Switch to Source code | Preprocessed file |