Home
last modified time | relevance | path

Searched refs:crypt_method (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dqcow2.h49 __u32 crypt_method; member
Dqcow2.c171 if (hdr->crypt_method) in qcow2_write_raw_image()
/external/crosvm/disk/src/qcow/
Dmod.rs181 pub crypt_method: u32, field
247 crypt_method: read_u32_from_file(f)?, in new()
305 crypt_method: 0, in create_for_size_and_path()
353 write_u32_to_file(file, self.crypt_method)?; in write_to()