| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/o_fips.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | int FIPS_mode(void) | - | ||||||
| 3 | { | - | ||||||
| 4 | - | |||||||
| 5 | return never executed: 0;return 0;never executed: return 0; | 0 | ||||||
| 6 | } | - | ||||||
| 7 | - | |||||||
| 8 | int FIPS_mode_set(int r) | - | ||||||
| 9 | { | - | ||||||
| 10 | if (r == 0
| 0 | ||||||
| 11 | return never executed: 1;return 1;never executed: return 1; | 0 | ||||||
| 12 | ERR_put_error(15,(109),(101),__FILE__,22); | - | ||||||
| 13 | return never executed: 0;return 0;never executed: return 0; | 0 | ||||||
| 14 | } | - | ||||||
| Switch to Source code | Preprocessed file |