| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/dsa/dsa_vrf.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | int DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, | - |
| 3 | DSA *dsa) | - |
| 4 | { | - |
| 5 | return executed 301 times by 1 test: dsa->meth->dsa_do_verify(dgst, dgst_len, sig, dsa);return dsa->meth->dsa_do_verify(dgst, dgst_len, sig, dsa);Executed by:
executed 301 times by 1 test: return dsa->meth->dsa_do_verify(dgst, dgst_len, sig, dsa);Executed by:
| 301 |
| 6 | } | - |
| Switch to Source code | Preprocessed file |