Lines Matching defs:found
112 static struct crypt_alg_s *getalgbyname(const char *algname, boolean_t *found);
150 boolean_t found;
171 * have returned with found = B_FALSE so we use the unix algorithm.
172 * If alg is NULL but found = B_TRUE then there is a problem with
181 alg = getalgbyname(algname, &found);
182 if ((alg == NULL) || !found) {
187 } else if (!found) {
224 boolean_t found;
249 alg = getalgbyname(algname, &found);
250 if (alg == NULL || !found) {
485 getalgbyname(const char *algname, boolean_t *found)
498 *found = B_FALSE;
552 while (!(*found) &&
570 *found = B_TRUE;
573 if (!found) {
585 *found = B_FALSE;
593 *found = B_FALSE;
598 *found = B_FALSE;
617 *found = B_FALSE;
627 *found = B_FALSE;
636 *found = B_FALSE;
651 *found = B_FALSE;
663 *found = B_FALSE;
673 if (*found == B_FALSE) {