Home
last modified time | relevance | path

Searched refs:BLOCK_FLAG_ENCRYPT (Results 1 – 2 of 2) sorted by relevance

/external/qemu/include/block/
Dblock_int.h31 #define BLOCK_FLAG_ENCRYPT 1 macro
/external/qemu/block/
Dqcow2.c900 if (flags & BLOCK_FLAG_ENCRYPT) { in qcow_create2()
1061 flags |= options->value.n ? BLOCK_FLAG_ENCRYPT : 0; in qcow_create()