Searched refs:crypt_method_header (Results 1 - 3 of 3) sorted by relevance

/external/qemu/block/
H A Dqcow.c74 uint32_t crypt_method_header; member in struct:BDRVQcowState
116 s->crypt_method_header = header.crypt_method;
117 if (s->crypt_method_header)
187 s->crypt_method = s->crypt_method_header;
H A Dqcow2.h112 uint32_t crypt_method_header; member in struct:BDRVQcowState
H A Dqcow2.c169 s->crypt_method_header = header.crypt_method;
170 if (s->crypt_method_header)
269 s->crypt_method = s->crypt_method_header;

Completed in 77 milliseconds