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