| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/seed/seed_cfb.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | void SEED_cfb128_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 | int enc) | - |
| 6 | { | - |
| 7 | CRYPTO_cfb128_encrypt(in, out, len, ks, ivec, num, enc, | - |
| 8 | (block128_f) SEED_encrypt); | - |
| 9 | } executed 70 times by 1 test: end of blockExecuted by:
| 70 |
| Switch to Source code | Preprocessed file |