Symbol: DPO
crypto/heimdal/lib/asn1/template.c
1005
to = DPO(to, t->offset);
crypto/heimdal/lib/asn1/template.c
1039
struct template_of *tel = DPO(to, t->offset);
crypto/heimdal/lib/asn1/template.c
1052
DPO(tel->val, (i *ellen)));
crypto/heimdal/lib/asn1/template.c
1067
unsigned int *telement = DPO(to, choice->offset);
crypto/heimdal/lib/asn1/template.c
1075
ret = der_copy_octet_string(DPOC(from, choice->tt), DPO(to, choice->tt));
crypto/heimdal/lib/asn1/template.c
1080
DPO(to, choice->offset));
crypto/heimdal/lib/asn1/template.c
172
void *el = DPO(data, t->offset);
crypto/heimdal/lib/asn1/template.c
251
data = DPO(data, t->offset);
crypto/heimdal/lib/asn1/template.c
296
void *el = DPO(data, t->offset);
crypto/heimdal/lib/asn1/template.c
319
struct template_of *el = DPO(data, t->offset);
crypto/heimdal/lib/asn1/template.c
334
memset(DPO(tmp, vallength), 0, ellen);
crypto/heimdal/lib/asn1/template.c
338
DPO(el->val, vallength), &newsize);
crypto/heimdal/lib/asn1/template.c
379
unsigned int *element = DPO(data, choice->offset);
crypto/heimdal/lib/asn1/template.c
386
DPO(data, choice[i].offset), &datalen);
crypto/heimdal/lib/asn1/template.c
401
DPO(data, choice->tt), &datalen);
crypto/heimdal/lib/asn1/template.c
554
ret = _asn1_encode(t->ptr, DPO(val[i].data, val[i].length - 1),
crypto/heimdal/lib/asn1/template.c
593
struct template_of *el = DPO(data, t->offset);
crypto/heimdal/lib/asn1/template.c
732
data = DPO(data, t->offset);
crypto/heimdal/lib/asn1/template.c
836
void *el = DPO(data, t->offset);
crypto/heimdal/lib/asn1/template.c
858
void *el = DPO(data, t->offset);
crypto/heimdal/lib/asn1/template.c
868
void *el = DPO(data, t->offset);
crypto/heimdal/lib/asn1/template.c
886
struct template_of *el = DPO(data, t->offset);
crypto/heimdal/lib/asn1/template.c
911
der_free_octet_string(DPO(data, choice->tt));
crypto/heimdal/lib/asn1/template.c
914
_asn1_free(choice->ptr, DPO(data, choice->offset));
crypto/heimdal/lib/asn1/template.c
947
void *tel = DPO(to, t->offset);
crypto/heimdal/lib/asn1/template.c
988
void *tel = DPO(to, t->offset);