Lines Matching defs:valid
383 * uint_t flags, boolean_t *valid)
386 * it has a valid set of encryption types for said principal.
391 * that the function considers valid
397 * valid)
399 * where valid is a boolean that is set if the sprinc_str is correctly
400 * populated in the keytab file based on the flags set else valid is unset.
411 boolean_t *valid)
423 assert(ctx != NULL && sprinc_str != NULL && valid != NULL);
425 *valid = FALSE;
484 *valid = TRUE;