| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/des_locl.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | static inline uint32_t ROTATE(uint32_t a, uint32_t n) | - |
| 6 | { | - |
| 7 | return executed 363084 times by 4 tests: (a>>n)+(a<<(32-n));return (a>>n)+(a<<(32-n));Executed by:
executed 363084 times by 4 tests: return (a>>n)+(a<<(32-n));Executed by:
| 363084 |
| 8 | } | - |
| 9 | extern const unsigned int DES_SPtrans[8][64]; | - |
| 10 | - | |
| 11 | void fcrypt_body(unsigned int *out,DES_key_schedule *ks, | - |
| 12 | unsigned int Eswap0, unsigned int Eswap1); | - |
| 13 | - | |
| 14 | - | |
| 15 | - | |
| 16 | - | |
| 17 | - | |
| 18 | - | |
| Switch to Source code | Preprocessed file |