Home
last modified time | relevance | path

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

/linux/net/ceph/
A Dauth_x_protocol.h92 #define CEPHX_ENC_MAGIC 0xff009cad8826aa55ull macro
A Dauth_x.c65 hdr->magic = cpu_to_le64(CEPHX_ENC_MAGIC); in ceph_x_encrypt()
89 if (le64_to_cpu(hdr->magic) != CEPHX_ENC_MAGIC) { in __ceph_x_decrypt()

Completed in 5 milliseconds