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