Lines Matching defs:authenticated
542 int authenticated = !!(sup_flags & UBIFS_FLG_AUTHENTICATION);
546 if (c->authenticated && !authenticated) {
547 ubifs_err(c, "authenticated FS forced, but found FS without authentication");
551 if (!c->authenticated && authenticated) {
552 ubifs_err(c, "authenticated FS found, but no key given");
557 c->authenticated ? "" : "un");
559 if (!c->authenticated)
580 * The super block node can either be authenticated by a HMAC or