Home
last modified time | relevance | path

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

/net/ceph/
Dauth_x_protocol.h83 #define CEPHX_ENC_MAGIC 0xff009cad8826aa55ull macro
Dauth_x.c53 .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()