| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_val.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | static const ASN1_TEMPLATE X509_VAL_seq_tt[] = { | - |
| 3 | { (0), (0), | - |
| 4 | __builtin_offsetof ( | - |
| 5 | X509_VAL | - |
| 6 | , | - |
| 7 | notBefore | - |
| 8 | ) | - |
| 9 | , "notBefore", (&(ASN1_TIME_it)) }, | - |
| 10 | { (0), (0), | - |
| 11 | __builtin_offsetof ( | - |
| 12 | X509_VAL | - |
| 13 | , | - |
| 14 | notAfter | - |
| 15 | ) | - |
| 16 | , "notAfter", (&(ASN1_TIME_it)) } | - |
| 17 | } ; const ASN1_ITEM X509_VAL_it = { 0x1, 16, X509_VAL_seq_tt, sizeof(X509_VAL_seq_tt) / sizeof(ASN1_TEMPLATE), | - |
| 18 | ((void *)0) | - |
| 19 | , sizeof(X509_VAL), "X509_VAL" }; | - |
| 20 | - | |
| 21 | X509_VAL *d2i_X509_VAL(X509_VAL **a, const unsigned char **in, long len) { return never executed: (X509_VAL *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, (&(X509_VAL_it)));return (X509_VAL *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, (&(X509_VAL_it)));never executed: } int i2d_X509_VAL(X509_VAL *a, unsigned char **out) { returnreturn (X509_VAL *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, (&(X509_VAL_it)));never executed: ASN1_item_i2d((ASN1_VALUE *)a, out, (&(X509_VAL_it)));return ASN1_item_i2d((ASN1_VALUE *)a, out, (&(X509_VAL_it)));never executed: } X509_VAL *X509_VAL_new(void) { returnreturn ASN1_item_i2d((ASN1_VALUE *)a, out, (&(X509_VAL_it)));never executed: (X509_VAL *)ASN1_item_new((&(X509_VAL_it)));return (X509_VAL *)ASN1_item_new((&(X509_VAL_it)));never executed: } void X509_VAL_free(X509_VAL *a) { ASN1_item_free((ASN1_VALUE *)a, (&(X509_VAL_it))); }return (X509_VAL *)ASN1_item_new((&(X509_VAL_it)));never executed: end of block | 0 |
| Switch to Source code | Preprocessed file |