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