Lines Matching defs:authenticated
545 int authenticated = !!(sup_flags & UBIFS_FLG_AUTHENTICATION);
549 if (c->authenticated && !authenticated) {
550 ubifs_err(c, "authenticated FS forced, but found FS without authentication");
554 if (!c->authenticated && authenticated) {
555 ubifs_err(c, "authenticated FS found, but no key given");
560 c->authenticated ? "" : "un");
562 if (!c->authenticated)
583 * The super block node can either be authenticated by a HMAC or