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