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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c1065 * reasons [1] ReasonFlags OPTIONAL,
1138 if (tag == 0XA1) { /* reasons */
1150 dp->reasons.Length = len / 8;
1151 if ((dp->reasons.Data = malloc(dp->reasons.Length)) ==
1158 (void) memcpy(dp->reasons.Data, (uchar_t *)bit_string,
1159 dp->reasons.Length);
1192 /* A distribution point cannot have a "reasons" field only. */
1203 * a cRLIssuer field only, with or without "reasons", we will
H A Dgeneralop.c1440 kmf_free_data(&(dp->reasons));
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h715 KMF_DATA reasons; member in struct:__anon3473

Completed in 73 milliseconds