OpenCoverage

a_octet.c

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

Generated by Squish Coco 4.2.2