HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_FLAG_ENCRYPT (Results 1 - 3 of 3) sorted by null

  /external/qemu/
block_int.h 31 #define BLOCK_FLAG_ENCRYPT 1
  /external/qemu/block/
qcow.c 759 flags |= options->value.n ? BLOCK_FLAG_ENCRYPT : 0;
795 if (flags & BLOCK_FLAG_ENCRYPT) {
qcow2.c 900 if (flags & BLOCK_FLAG_ENCRYPT) {
    [all...]

Completed in 24 milliseconds