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

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12aux.h443 * sunw_subject_attrs - Given a cert, return the subject-specific attributes
467 char *sunw_subject_attrs(X509 *cert, char *buf, int len);
H A Dp12misc.c713 * sunw_subject_attrs - Given a cert, return the subject-specific attributes
738 sunw_subject_attrs(X509 *cert, char *buf, int len) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c239 * sunw_subject_attrs() returns a pointer to
243 bufp = sunw_subject_attrs(xcert_in, NULL, 0);
271 * sunw_subject_attrs() returns a pointer to
275 bufp = sunw_subject_attrs(x, NULL, 0);
405 sunw_subject_attrs(cert, buf, sizeof (buf)));

Completed in 60 milliseconds