Home
last modified time | relevance | path

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

/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dqcow2.h49 __u32 crypt_method; member
H A Dqcow2.c171 if (hdr->crypt_method) in qcow2_write_raw_image()
/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2_format.h152 uint32_t crypt_method; member
H A Dqcow2_meta.h325 INLINE_SET_GET(u32, crypt_method);
/aosp_15_r20/external/crosvm/disk/src/qcow/
H A 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()
/aosp_15_r20/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc139 Be32 crypt_method; member