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

  /external/qemu/block/
qcow2.h 112 uint32_t crypt_method_header; member in struct:BDRVQcowState
qcow.c 74 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;

Completed in 40 milliseconds