Searched refs:CEPHX_ENC_MAGIC (Results 1 – 2 of 2) sorted by relevance
83 #define CEPHX_ENC_MAGIC 0xff009cad8826aa55ull macro
53 .magic = cpu_to_le64(CEPHX_ENC_MAGIC) in ceph_x_encrypt()82 if (head.struct_v != 1 || le64_to_cpu(head.magic) != CEPHX_ENC_MAGIC) in ceph_x_decrypt()