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

/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dtemplate.c45 #define DPOC(data,offset) ((const void *)(((const unsigned char *)data) + offset)) macro
455 const void *el = DPOC(data, t->offset);
481 data = DPOC(data, t->offset);
514 const void *el = DPOC(data, t->offset);
529 const struct template_of *el = DPOC(data, t->offset);
662 const unsigned int *element = DPOC(data, choice->offset);
673 DPOC(data, choice->tt), &datalen);
676 el = DPOC(data, choice->offset);
709 const void *el = DPOC(data, t->offset);
748 const void *el = DPOC(dat
[all...]

Completed in 48 milliseconds