| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/seed/seed_ofb.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | void SEED_ofb128_encrypt(const unsigned char *in, unsigned char *out, | - |
| 3 | size_t len, const SEED_KEY_SCHEDULE *ks, | - |
| 4 | unsigned char ivec[16], int *num) | - |
| 5 | { | - |
| 6 | CRYPTO_ofb128_encrypt(in, out, len, ks, ivec, num, | - |
| 7 | (block128_f) SEED_encrypt); | - |
| 8 | } executed 70 times by 1 test: end of blockExecuted by:
| 70 |
| Switch to Source code | Preprocessed file |