Lines Matching refs:matchty
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,
1575 if ((matchty & DO_FIND_KEYID) != 0) {
1593 if ((matchty & DO_FIND_FN) != 0) {
1612 if (matchty & DO_FIRST_PAIR) {
1624 if (matchty & DO_LAST_PAIR) {
1643 if (matchty & DO_UNMATCHING) {