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

/opensolaris-onvv-gate/usr/src/uts/common/sys/crypto/
H A Delfsign.h89 struct filesig { /* one of these for each signature */ struct in union:filesignatures::__anon7231
126 #define filesig_next(ptr) (struct filesig *)((void *)((char *)(ptr) + \
/opensolaris-onvv-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c96 * Update filesignatures to include the v1/v2 filesig,
109 struct filesig *fsgp;
137 fsgp->filesig_size = sizeof (struct filesig) +
143 fsgp->filesig_size -= sizeof (struct filesig) -
144 offsetof(struct filesig, filesig_v1_data[0]);
152 fsgp->filesig_size -= sizeof (struct filesig) -
153 offsetof(struct filesig, filesig_v3_data[0]);
179 * filesig_extract - extract filesig structure to internal form
182 filesig_extract(struct filesig *fsgp, struct filesig_extraction *fsxp)
491 struct filesig *fsg
[all...]

Completed in 54 milliseconds