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

  /external/qemu/block/
qcow2.h 61 uint32_t crypt_method; member in struct:QCowHeader
111 uint32_t crypt_method; /* current crypt method, 0 if no key yet */ member in struct:BDRVQcowState
qcow.c 50 uint32_t crypt_method; member in struct:QCowHeader
73 uint32_t crypt_method; /* current crypt method, 0 if no key yet */ member in struct:BDRVQcowState
107 be32_to_cpus(&header.crypt_method);
114 if (header.crypt_method > QCOW_CRYPT_AES)
116 s->crypt_method_header = header.crypt_method;
187 s->crypt_method = s->crypt_method_header;
347 if (s->crypt_method &&
476 if (s->crypt_method) {
560 if (s->crypt_method) {
682 if (s->crypt_method) {
    [all...]

Completed in 30 milliseconds