| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/x509/x509_def.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | const char * | - |
| 3 | X509_get_default_private_dir(void) | - |
| 4 | { | - |
| 5 | return never executed: ("/usr/local/etc/ssl" "/private");return ("/usr/local/etc/ssl" "/private");never executed: return ("/usr/local/etc/ssl" "/private"); | 0 |
| 6 | } | - |
| 7 | - | |
| 8 | const char * | - |
| 9 | X509_get_default_cert_area(void) | - |
| 10 | { | - |
| 11 | return executed 211 times by 1 test: ("/usr/local/etc/ssl");return ("/usr/local/etc/ssl");Executed by:
executed 211 times by 1 test: return ("/usr/local/etc/ssl");Executed by:
| 211 |
| 12 | } | - |
| 13 | - | |
| 14 | const char * | - |
| 15 | X509_get_default_cert_dir(void) | - |
| 16 | { | - |
| 17 | return executed 23 times by 2 tests: ("/usr/local/etc/ssl" "/certs");return ("/usr/local/etc/ssl" "/certs");Executed by:
executed 23 times by 2 tests: return ("/usr/local/etc/ssl" "/certs");Executed by:
| 23 |
| 18 | } | - |
| 19 | - | |
| 20 | const char * | - |
| 21 | X509_get_default_cert_file(void) | - |
| 22 | { | - |
| 23 | return executed 23 times by 2 tests: ("/usr/local/etc/ssl" "/cert.pem");return ("/usr/local/etc/ssl" "/cert.pem");Executed by:
executed 23 times by 2 tests: return ("/usr/local/etc/ssl" "/cert.pem");Executed by:
| 23 |
| 24 | } | - |
| 25 | - | |
| 26 | const char * | - |
| 27 | X509_get_default_cert_dir_env(void) | - |
| 28 | { | - |
| 29 | return never executed: ("SSL_CERT_DIR");return ("SSL_CERT_DIR");never executed: return ("SSL_CERT_DIR"); | 0 |
| 30 | } | - |
| 31 | - | |
| 32 | const char * | - |
| 33 | X509_get_default_cert_file_env(void) | - |
| 34 | { | - |
| 35 | return never executed: ("SSL_CERT_FILE");return ("SSL_CERT_FILE");never executed: return ("SSL_CERT_FILE"); | 0 |
| 36 | } | - |
| Switch to Source code | Preprocessed file |