Searched defs:check (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/krb5/
H A Dkrb5_child.c290 checker check = NULL; local
330 check = pick_checker(ti->format);
339 check = pick_checker(ti->format);
350 /* If check is set, we need to verify the contents of the token. */
351 for (i = 0; check != NULL && token[i] != '\0'; i++) {
352 if (!check(token[i])) {
369 checker check = NULL; local
422 check = pick_checker(ti->format);
435 check = pick_checker(ti->format);
445 /* If check i
[all...]

Completed in 513 milliseconds