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

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12aux.h415 * sunw_issuer_attrs - Given a cert, return the issuer-specific attributes
439 char *sunw_issuer_attrs(X509 *cert, char *buf, int len);
H A Dp12misc.c682 * sunw_issuer_attrs - Given a cert, return the issuer-specific attributes
707 sunw_issuer_attrs(X509 *cert, char *buf, int len) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c241 * behavior is exhibited by sunw_issuer_attrs().
250 bufp = sunw_issuer_attrs(xcert_in, NULL, 0);
273 * same behavior from sunw_issuer_attrs().
282 bufp = sunw_issuer_attrs(x, NULL, 0);
407 sunw_issuer_attrs(cert, buf, sizeof (buf)));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1095 if (!one_name(sunw_issuer_attrs(x, buf, sizeof (buf) - 1),

Completed in 64 milliseconds