Searched refs:sunw_PKCS12_parse (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12aux.h115 * sunw_PKCS12_parse() parses a pkcs#12 structure and returns component parts.
165 int sunw_PKCS12_parse(PKCS12 *, const char *, int, char *, int, char *,
H A Dp12access.c35 * These functions use the sunw_PKCS12_parse to read the certs.
425 ret = sunw_PKCS12_parse(p12, passwd, matchty, NULL, 0, NULL,
H A Dp12auxpars.c85 * - sunw_PKCS12_parse provides:
154 * sunw_PKCS12_parse - Parse a PKCS12 structure and break it into its parts.
208 sunw_PKCS12_parse(PKCS12 *p12, const char *pass, int matchty, char *keyid, function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c821 i = sunw_PKCS12_parse(p12, WANBOOT_PASSPHRASE, DO_NONE, NULL,
867 i = sunw_PKCS12_parse(p12, WANBOOT_PASSPHRASE, DO_NONE, NULL, 0, NULL,
1082 i = sunw_PKCS12_parse(p12, WANBOOT_PASSPHRASE, DO_NONE, NULL, 0, NULL,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c512 ret = sunw_PKCS12_parse(p12, pass, matchty, k_matchval, k_len,
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c105 { ERR_PACK(0, SUNW_F_PKCS12_PARSE, 0), "sunw_PKCS12_parse" },
222 * sunw_PKCS12_parse - Parse a PKCS12 structure and break it into its parts.
276 sunw_PKCS12_parse(PKCS12 *p12, const char *pass, int matchty, char *keyid,

Completed in 74 milliseconds