Lines Matching refs:crypt_method
50 uint32_t crypt_method; member
73 uint32_t crypt_method; /* current crypt method, 0 if no key yet */ member
107 be32_to_cpus(&header.crypt_method); in qcow_open()
114 if (header.crypt_method > QCOW_CRYPT_AES) in qcow_open()
116 s->crypt_method_header = header.crypt_method; in qcow_open()
187 s->crypt_method = s->crypt_method_header; in qcow_set_key()
347 if (s->crypt_method && in get_cluster_offset()
476 if (s->crypt_method) {
560 if (s->crypt_method) { in qcow_aio_read_cb()
682 if (s->crypt_method) { in qcow_aio_write_cb()
796 header.crypt_method = cpu_to_be32(QCOW_CRYPT_AES); in qcow_create()
798 header.crypt_method = cpu_to_be32(QCOW_CRYPT_NONE); in qcow_create()