HomeSort by relevance Sort by last modified time
    Searched refs:crypt_mnt_ftr (Results 1 - 2 of 2) sorted by null

  /system/vold/
cryptfs.h 25 * of the partition if the crypt_mnt_ftr lives at the end of the
63 struct crypt_mnt_ftr { struct
106 * and higher crypt_mnt_ftr structures.
124 struct crypt_mnt_ftr crypt_ftr;
cryptfs.c 108 static void get_device_scrypt_params(struct crypt_mnt_ftr *ftr) {
239 static int put_crypt_ftr_and_key(struct crypt_mnt_ftr *crypt_ftr)
270 if ((cnt = write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr))) != sizeof(struct crypt_mnt_ftr)) {
313 * absolute offset to the start of the crypt_mnt_ftr on the passed in fd.
315 static void upgrade_crypt_ftr(int fd, struct crypt_mnt_ftr *crypt_ftr, off64_t offset)
367 unix_write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr));
372 static int get_crypt_ftr_and_key(struct crypt_mnt_ftr *crypt_ftr)
407 if ( (cnt = read(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr))) != sizeof(struct crypt_mnt_ftr)) {
    [all...]

Completed in 24 milliseconds