OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QCOW_CRYPT_AES
(Results
1 - 2
of
2
) sorted by null
/external/qemu/block/
qcow2.h
38
#define
QCOW_CRYPT_AES
1
qcow.c
37
#define
QCOW_CRYPT_AES
1
114
if (header.crypt_method >
QCOW_CRYPT_AES
)
796
header.crypt_method = cpu_to_be32(
QCOW_CRYPT_AES
);
Completed in 24 milliseconds