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

  /system/vold/
cryptfs.h 25 * of the partition if the crypt_mnt_ftr lives at the end of the
88 struct crypt_mnt_ftr { struct
161 * and higher crypt_mnt_ftr structures.
236 int cryptfs_create_default_ftr(struct crypt_mnt_ftr* ftr, int key_length);
237 int cryptfs_get_master_key(struct crypt_mnt_ftr* ftr, const char* password,
239 int cryptfs_set_password(struct crypt_mnt_ftr* ftr, const char* password,
cryptfs.c 185 static int keymaster_create_key(struct crypt_mnt_ftr *ftr)
272 static int keymaster_sign_object(struct crypt_mnt_ftr *ftr,
467 static void get_device_scrypt_params(struct crypt_mnt_ftr *ftr) {
603 static int put_crypt_ftr_and_key(struct crypt_mnt_ftr *crypt_ftr)
634 if ((cnt = write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr))) != sizeof(struct crypt_mnt_ftr)) {
677 * absolute offset to the start of the crypt_mnt_ftr on the passed in fd.
679 static void upgrade_crypt_ftr(int fd, struct crypt_mnt_ftr *crypt_ftr, off64_t offset)
739 unix_write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr));
744 static int get_crypt_ftr_and_key(struct crypt_mnt_ftr *crypt_ftr
    [all...]
Ext4Crypt.cpp 72 static int put_crypt_ftr_and_key(const crypt_mnt_ftr& crypt_ftr,
105 static int get_crypt_ftr_and_key(crypt_mnt_ftr& crypt_ftr,
189 crypt_mnt_ftr ftr;
205 crypt_mnt_ftr ftr2;
231 crypt_mnt_ftr ftr;
302 crypt_mnt_ftr ftr;

Completed in 428 milliseconds