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

  /external/qemu/block/
qcow.c 50 uint32_t crypt_method; member in struct:QCowHeader
73 uint32_t crypt_method; /* current crypt method, 0 if no key yet */ member in struct:BDRVQcowState
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) {
    [all...]
qcow2.h 61 uint32_t crypt_method; member in struct:QCowHeader
111 uint32_t crypt_method; /* current crypt method, 0 if no key yet */ member in struct:BDRVQcowState
qcow2.c 154 be32_to_cpus(&header.crypt_method);
167 if (header.crypt_method > QCOW_CRYPT_AES)
169 s->crypt_method_header = header.crypt_method;
269 s->crypt_method = s->crypt_method_header;
399 if (s->crypt_method) {
586 if (s->crypt_method &&
607 if (s->crypt_method) {
901 header.crypt_method = cpu_to_be32(QCOW_CRYPT_AES);
903 header.crypt_method = cpu_to_be32(QCOW_CRYPT_NONE);
    [all...]
qcow2-cluster.c 384 if (s->crypt_method) {
409 if (s->crypt_method) {

Completed in 59 milliseconds