OpenCoverage

x_val.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/asn1/x_val.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2static 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-
21X509_VAL *d2i_X509_VAL(X509_VAL **a, const unsigned char **in, long len) { return
never executed: return (X509_VAL *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, (&(X509_VAL_it)));
(X509_VAL *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, (&(X509_VAL_it)));
never executed: return (X509_VAL *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, (&(X509_VAL_it)));
} int i2d_X509_VAL(X509_VAL *a, unsigned char **out) { return
never executed: return ASN1_item_i2d((ASN1_VALUE *)a, out, (&(X509_VAL_it)));
ASN1_item_i2d((ASN1_VALUE *)a, out, (&(X509_VAL_it)));
never executed: return ASN1_item_i2d((ASN1_VALUE *)a, out, (&(X509_VAL_it)));
} X509_VAL *X509_VAL_new(void) { return
never executed: return (X509_VAL *)ASN1_item_new((&(X509_VAL_it)));
(X509_VAL *)ASN1_item_new((&(X509_VAL_it)));
never executed: return (X509_VAL *)ASN1_item_new((&(X509_VAL_it)));
} void X509_VAL_free(X509_VAL *a) { ASN1_item_free((ASN1_VALUE *)a, (&(X509_VAL_it))); }
never executed: end of block
0
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2