Lines Matching defs:found

139 	{ SUNW_R_NO_TRUST_ANCHOR,	"no trust anchors found" },
256 * 3) Return the first matching key/cert pair found.
257 * 4) Return the last matching key/cert pair found.
272 * >= 0 - Objects were found and returned. Which objects are indicated by
355 * sunw_PEM_contents() parses a PEM file and returns component parts found
388 * >= 0 - Objects were found and returned. Which objects are indicated by
433 * parts found, without evaluation.
451 * >= 0 - Objects were found and returned. Which objects are indicated by
515 * of certs successfully moved can be found by checking sk_X509_num(keycerts).
537 int found;
555 found = 0;
563 found = 1;
574 if (found != 0) {
1029 * optionally remove the value found.
1096 * optionally remove the value found.
1161 * and returns the first matching cert/private key found.
1176 * - Pointer to receive address of first matching pkey found.
1180 * - Pointer to receive address of first matching cert found.
1187 * >= 0 - Objects were found and returned. Which objects are indicated by
1238 * key found.
1252 * - Pointer to receive address of first matching pkey found.
1254 * - Pointer to receive address of first matching cert found.
1259 * >= 0 - Objects were found and returned. Which objects are indicated by
1310 * optionally remove the value found.
1509 * parsed. After that either return what's found directly, or
1536 * == 0 - No matching returns were found.
1538 * of the requested entries were found.
1557 * Not really an error here - its just that nothing was found.
1698 * individual bags. Return stacks of certs, private keys found and
1699 * CA certs found.
1786 * kl - Stack of private keys found so far. New private keys will
1787 * be added here if found.
1788 * cl - Stack of certs found so far. New certificates will be
1789 * added here if found.
1795 * was added to the stack of certs or private keys found, respectively.
2249 * 0 - No matches were found.
2454 * -1 None found
2552 * nid - NID for the attribute to be found (either NID_friendlyName or
2554 * str - ASN1_STRING-type structure containing the value to be found,
2579 * not found, then this function returns 0 (nothing found).
2581 * - Once a cert is found, verify that the key actually matches by
2589 * 0 - No matches were found.
2590 * > 0 - Bits set based on FOUND_* definitions, indicating what was found.
2603 int found = 0;
2657 found = FOUND_CERT;
2674 if (found != 0 && cert != NULL) {
2680 found |= FOUND_PKEY;
2693 found |= FOUND_PKEY;
2701 return (found);
2734 * == 0 - No matching returns were found.