Searched refs:matchty (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/common/net/wanboot/ |
H A D | p12auxpars.c | 101 * added DO_FIRST_PAIR, DO_LAST_PAIR and DO_UNMATCHING matchty support. 165 * matchty - Info about which certs/keys to return if many are in the file. 177 * Match based on the value of 'matchty' and the contents of 'keyid' 208 sunw_PKCS12_parse(PKCS12 *p12, const char *pass, int matchty, char *keyid, argument 264 retval = parse_pkcs12(p12, pass, matchty, keyid, keyid_len, 294 * matchty - Info about which certs/keys to return if many are in the file. 319 parse_pkcs12(PKCS12 *p12, const char *pass, int matchty, char *keyid, argument 353 if ((matchty & DO_FIND_KEYID) != 0) { 371 if ((matchty & DO_FIND_FN) != 0) { 390 if (matchty [all...] |
H A D | p12access.c | 398 * matchty - How to decide which matching entry to take... See the 410 p12_doparse(PKCS12 *p12, char *passwd, int matchty, argument 425 ret = sunw_PKCS12_parse(p12, passwd, matchty, NULL, 0, NULL,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/ |
H A D | p12split.c | 53 static int matchty; /* Type of matching do to on input */ variable 111 matchty = DO_FIRST_PAIR; 121 matchty = DO_FIND_KEYID; 512 ret = sunw_PKCS12_parse(p12, pass, matchty, k_matchval, k_len,
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | p12lib.c | 233 * matchty - Info about which certs/keys to return if many are in the file. 245 * Match based on the value of 'matchty' and the contents of 'keyid' 276 sunw_PKCS12_parse(PKCS12 *p12, const char *pass, int matchty, char *keyid, 332 retval = parse_pkcs12(p12, pass, matchty, keyid, keyid_len, 1516 * matchty - Info about which certs/keys to return if many are in the file. 1541 parse_pkcs12(PKCS12 *p12, const char *pass, int matchty, char *keyid, argument 1575 if ((matchty & DO_FIND_KEYID) != 0) { 1593 if ((matchty & DO_FIND_FN) != 0) { 1612 if (matchty & DO_FIRST_PAIR) { 1624 if (matchty [all...] |
Completed in 97 milliseconds