Home | History | Annotate | Download | only in vold

Lines Matching full:footer

80 #define KEY_IN_FOOTER  "footer"
184 /* Create a new keymaster key and store it in this footer */
254 SLOGE("Keymaster key too large for crypto footer");
570 * encryption info footer and key, and plenty of bytes to spare for future
624 SLOGE("Cannot open footer file %s for put\n", fname);
628 /* Seek to the start of the crypt footer */
630 SLOGE("Cannot seek to real block device footer\n");
635 SLOGE("Cannot write real block device footer\n");
643 SLOGE("Cannot set footer file size\n");
675 * fd is open read/write on the device that holds the crypto footer and persistent
688 SLOGW("upgrading crypto footer to 1.1");
710 /* Update the footer */
719 SLOGW("upgrading crypto footer to 1.2");
729 SLOGW("upgrading crypto footer to 1.3");
736 SLOGE("Cannot seek to crypt footer\n");
762 SLOGE("Cannot open footer file %s for get\n", fname);
769 SLOGE("footer file %s is not the expected size!\n", fname);
773 /* Seek to the start of the crypt footer */
775 SLOGE("Cannot seek to real block device footer\n");
780 SLOGE("Cannot read real block device footer\n");
790 SLOGE("Cannot understand major version %d real block device footer; expected %d\n",
796 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n",
800 /* If this is a verion 1.0 crypt_ftr, make it a 1.1 crypt footer, and update the
831 SLOGE("Persistent data extends past crypto footer");
1584 // Mark the footer as bad
1587 SLOGE("Failed to get crypto footer - panic");
1593 footer - panic");
1796 SLOGE("Error getting crypt footer and key\n");
1879 // Does the key match the crypto footer?
1887 * the footer, not the key. */
1965 * storage volume. The incoming partition has no crypto header/footer,
2021 SLOGE("Error getting crypt footer and key");
2081 SLOGE("Error getting crypt footer and key\n");
2960 /* If doing inplace encryption, make sure the orig fs doesn't include the crypto footer */
2970 SLOGE("Orig filesystem overlaps crypto footer region. Cannot encrypt in place.");
3259 SLOGE("Error getting crypt footer and key");
3662 SLOGE("Error getting crypt footer and key\n");