Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
Dauth_x_protocol.h91 #define CEPHX_ENC_MAGIC 0xff009cad8826aa55ull macro
Dauth_x.c62 hdr->magic = cpu_to_le64(CEPHX_ENC_MAGIC); in ceph_x_encrypt()
86 if (le64_to_cpu(hdr->magic) != CEPHX_ENC_MAGIC) { in __ceph_x_decrypt()