| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_sign.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa) | - |
| 4 | { | - |
| 5 | return executed 64 times by 1 test: dsa->meth->dsa_do_sign(dgst, dlen, dsa);return dsa->meth->dsa_do_sign(dgst, dlen, dsa);Executed by:
executed 64 times by 1 test: return dsa->meth->dsa_do_sign(dgst, dlen, dsa);Executed by:
| 64 |
| 6 | } | - |
| 7 | - | |
| 8 | - | |
| 9 | int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) | - |
| 10 | { | - |
| 11 | return never executed: dsa->meth->dsa_sign_setup(dsa, ctx_in, kinvp, rp);return dsa->meth->dsa_sign_setup(dsa, ctx_in, kinvp, rp);never executed: return dsa->meth->dsa_sign_setup(dsa, ctx_in, kinvp, rp); | 0 |
| 12 | } | - |
| Switch to Source code | Preprocessed file |