Searched refs:sunw_issuer_attrs (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/common/net/wanboot/ |
H A D | p12aux.h | 415 * sunw_issuer_attrs - Given a cert, return the issuer-specific attributes 439 char *sunw_issuer_attrs(X509 *cert, char *buf, int len);
|
H A D | p12misc.c | 682 * 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 D | p12split.c | 241 * 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 D | wanboot-cgi.c | 1095 if (!one_name(sunw_issuer_attrs(x, buf, sizeof (buf) - 1),
|
Completed in 265 milliseconds