OpenCoverage

a_octet.c

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

Generated by Squish Coco 4.2.2