| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509v3/v3_akeya.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | static const ASN1_TEMPLATE AUTHORITY_KEYID_seq_tt[] = { | - |
| 3 | { (((0x1 << 3)|(0x2<<6)) | ((0x1))), (0), | - |
| 4 | __builtin_offsetof ( | - |
| 5 | AUTHORITY_KEYID | - |
| 6 | , | - |
| 7 | keyid | - |
| 8 | ) | - |
| 9 | , "keyid", (&(ASN1_OCTET_STRING_it)) }, | - |
| 10 | { (((0x1 << 3)|(0x2<<6)) | ((0x2 << 1)|(0x1))), (1), | - |
| 11 | __builtin_offsetof ( | - |
| 12 | AUTHORITY_KEYID | - |
| 13 | , | - |
| 14 | issuer | - |
| 15 | ) | - |
| 16 | , "issuer", (&(GENERAL_NAME_it)) }, | - |
| 17 | { (((0x1 << 3)|(0x2<<6)) | ((0x1))), (2), | - |
| 18 | __builtin_offsetof ( | - |
| 19 | AUTHORITY_KEYID | - |
| 20 | , | - |
| 21 | serial | - |
| 22 | ) | - |
| 23 | , "serial", (&(ASN1_INTEGER_it)) } | - |
| 24 | } ; const ASN1_ITEM AUTHORITY_KEYID_it = { 0x1, 16, AUTHORITY_KEYID_seq_tt, sizeof(AUTHORITY_KEYID_seq_tt) / sizeof(ASN1_TEMPLATE), | - |
| 25 | ((void *)0) | - |
| 26 | , sizeof(AUTHORITY_KEYID), "AUTHORITY_KEYID" }; | - |
| 27 | - | |
| 28 | AUTHORITY_KEYID *d2i_AUTHORITY_KEYID(AUTHORITY_KEYID **a, const unsigned char **in, long len) { return never executed: (AUTHORITY_KEYID *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, (&(AUTHORITY_KEYID_it)));return (AUTHORITY_KEYID *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, (&(AUTHORITY_KEYID_it)));never executed: } int i2d_AUTHORITY_KEYID(AUTHORITY_KEYID *a, unsigned char **out) { returnreturn (AUTHORITY_KEYID *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, (&(AUTHORITY_KEYID_it)));never executed: ASN1_item_i2d((ASN1_VALUE *)a, out, (&(AUTHORITY_KEYID_it)));return ASN1_item_i2d((ASN1_VALUE *)a, out, (&(AUTHORITY_KEYID_it)));never executed: } AUTHORITY_KEYID *AUTHORITY_KEYID_new(void) { returnreturn ASN1_item_i2d((ASN1_VALUE *)a, out, (&(AUTHORITY_KEYID_it)));executed 32 times by 1 test: (AUTHORITY_KEYID *)ASN1_item_new((&(AUTHORITY_KEYID_it)));return (AUTHORITY_KEYID *)ASN1_item_new((&(AUTHORITY_KEYID_it)));Executed by:
executed 32 times by 1 test: } void AUTHORITY_KEYID_free(AUTHORITY_KEYID *a) { ASN1_item_free((ASN1_VALUE *)a, (&(AUTHORITY_KEYID_it))); }return (AUTHORITY_KEYID *)ASN1_item_new((&(AUTHORITY_KEYID_it)));Executed by:
executed 77830 times by 1 test: end of blockExecuted by:
| 0-77830 |
| Switch to Source code | Preprocessed file |