| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/asn1/a_octet.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | ASN1_OCTET_STRING * | - |
| 4 | ASN1_OCTET_STRING_dup(const ASN1_OCTET_STRING *x) | - |
| 5 | { | - |
| 6 | return executed 1804 times by 3 tests: ASN1_STRING_dup(x);return ASN1_STRING_dup(x);Executed by:
executed 1804 times by 3 tests: return ASN1_STRING_dup(x);Executed by:
| 1804 |
| 7 | } | - |
| 8 | - | |
| 9 | int | - |
| 10 | ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, const ASN1_OCTET_STRING *b) | - |
| 11 | { | - |
| 12 | return executed 128 times by 3 tests: ASN1_STRING_cmp(a, b);return ASN1_STRING_cmp(a, b);Executed by:
executed 128 times by 3 tests: return ASN1_STRING_cmp(a, b);Executed by:
| 128 |
| 13 | } | - |
| 14 | - | |
| 15 | int | - |
| 16 | ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, int len) | - |
| 17 | { | - |
| 18 | return executed 1805 times by 4 tests: ASN1_STRING_set(x, d, len);return ASN1_STRING_set(x, d, len);Executed by:
executed 1805 times by 4 tests: return ASN1_STRING_set(x, d, len);Executed by:
| 1805 |
| 19 | } | - |
| Switch to Source code | Preprocessed file |