Lines Matching defs:matchty
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,
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,
353 if ((matchty & DO_FIND_KEYID) != 0) {
371 if ((matchty & DO_FIND_FN) != 0) {
390 if (matchty & DO_FIRST_PAIR) {
402 if (matchty & DO_LAST_PAIR) {
421 if (matchty & DO_UNMATCHING) {