Searched refs:DPOC (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/heimdal/lib/asn1/
H A Dtemplate.c45 #define DPOC(data,offset) ((const void *)(((const unsigned char *)data) + offset)) macro
457 const void *el = DPOC(data, t->offset);
483 data = DPOC(data, t->offset);
516 const void *el = DPOC(data, t->offset);
531 const struct template_of *el = DPOC(data, t->offset);
664 const unsigned int *element = DPOC(data, choice->offset);
675 DPOC(data, choice->tt), &datalen);
678 el = DPOC(data, choice->offset);
711 const void *el = DPOC(data, t->offset);
750 const void *el = DPOC(dat
[all...]

Completed in 158 milliseconds