| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/camellia/cmll_ecb.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | void | - | ||||||
| 3 | Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, | - | ||||||
| 4 | const CAMELLIA_KEY *key, const int enc) | - | ||||||
| 5 | { | - | ||||||
| 6 | if (1 == enc
| 15-18 | ||||||
| 7 | Camellia_encrypt(in, out, key); executed 18 times by 1 test: Camellia_encrypt(in, out, key);Executed by:
| 18 | ||||||
| 8 | else | - | ||||||
| 9 | Camellia_decrypt(in, out, key); executed 15 times by 1 test: Camellia_decrypt(in, out, key);Executed by:
| 15 | ||||||
| 10 | } | - | ||||||
| Switch to Source code | Preprocessed file |