Searched refs:sunw_subject_attrs (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/net/wanboot/ |
H A D | p12aux.h | 443 * sunw_subject_attrs - Given a cert, return the subject-specific attributes 467 char *sunw_subject_attrs(X509 *cert, char *buf, int len);
|
H A D | p12misc.c | 713 * 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 D | p12split.c | 239 * 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 83 milliseconds