Symbol: asn1_template
crypto/heimdal/lib/asn1/der-private.h
15
const struct asn1_template */*t*/,
crypto/heimdal/lib/asn1/der-private.h
21
const struct asn1_template */*t*/,
crypto/heimdal/lib/asn1/der-private.h
30
const struct asn1_template */*t*/,
crypto/heimdal/lib/asn1/der-private.h
39
const struct asn1_template */*t*/,
crypto/heimdal/lib/asn1/der-private.h
47
const struct asn1_template */*t*/,
crypto/heimdal/lib/asn1/der-private.h
52
const struct asn1_template */*t*/,
crypto/heimdal/lib/asn1/der-private.h
9
const struct asn1_template */*t*/,
crypto/heimdal/lib/asn1/der.h
97
struct asn1_template;
crypto/heimdal/lib/asn1/template.c
1059
const struct asn1_template *bmember = t->ptr;
crypto/heimdal/lib/asn1/template.c
1065
const struct asn1_template *choice = t->ptr;
crypto/heimdal/lib/asn1/template.c
1097
_asn1_decode_top(const struct asn1_template *t, unsigned flags, const unsigned char *p, size_t len, void *data, size_t *size)
crypto/heimdal/lib/asn1/template.c
1111
_asn1_copy_top(const struct asn1_template *t, const void *from, void *to)
crypto/heimdal/lib/asn1/template.c
152
_asn1_decode(const struct asn1_template *t, unsigned flags,
crypto/heimdal/lib/asn1/template.c
231
const struct asn1_template *subtype = t->ptr;
crypto/heimdal/lib/asn1/template.c
349
const struct asn1_template *bmember = t->ptr;
crypto/heimdal/lib/asn1/template.c
378
const struct asn1_template *choice = t->ptr;
crypto/heimdal/lib/asn1/template.c
444
_asn1_encode(const struct asn1_template *t, unsigned char *p, size_t len, const void *data, size_t *size)
crypto/heimdal/lib/asn1/template.c
617
const struct asn1_template *bmember = t->ptr;
crypto/heimdal/lib/asn1/template.c
663
const struct asn1_template *choice = t->ptr;
crypto/heimdal/lib/asn1/template.c
700
_asn1_length(const struct asn1_template *t, const void *data)
crypto/heimdal/lib/asn1/template.c
774
const struct asn1_template *bmember = t->ptr;
crypto/heimdal/lib/asn1/template.c
798
const struct asn1_template *choice = t->ptr;
crypto/heimdal/lib/asn1/template.c
823
_asn1_free(const struct asn1_template *t, void *data)
crypto/heimdal/lib/asn1/template.c
904
const struct asn1_template *choice = t->ptr;
crypto/heimdal/lib/asn1/template.c
928
_asn1_copy(const struct asn1_template *t, const void *from, void *to)
crypto/heimdal/lib/asn1/template.c
95
sizeofType(const struct asn1_template *t)