| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/aes/aes_ofb.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | void | - |
| 3 | AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, | - |
| 4 | const AES_KEY *key, unsigned char *ivec, int *num) | - |
| 5 | { | - |
| 6 | CRYPTO_ofb128_encrypt(in, out, length, key, ivec, num, | - |
| 7 | (block128_f)AES_encrypt); | - |
| 8 | } never executed: end of block | 0 |
| Switch to Source code | Preprocessed file |