Home | History | Annotate | Download | only in block

Lines Matching defs:crypt_method

50     uint32_t crypt_method;
73 uint32_t crypt_method; /* current crypt method, 0 if no key yet */
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) {
796 header.crypt_method = cpu_to_be32(QCOW_CRYPT_AES);
798 header.crypt_method = cpu_to_be32(QCOW_CRYPT_NONE);