| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/seed/seed_ecb.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, | - | ||||||
| 3 | const SEED_KEY_SCHEDULE *ks, int enc) | - | ||||||
| 4 | { | - | ||||||
| 5 | if (enc
| 441 | ||||||
| 6 | SEED_encrypt(in, out, ks); executed 441 times by 1 test: SEED_encrypt(in, out, ks);Executed by:
| 441 | ||||||
| 7 | else | - | ||||||
| 8 | SEED_decrypt(in, out, ks); executed 441 times by 1 test: SEED_decrypt(in, out, ks);Executed by:
| 441 | ||||||
| 9 | } | - | ||||||
| Switch to Source code | Preprocessed file |