ceph_crypt_data_offset
hdr = p + ceph_crypt_data_offset(key);
return ceph_crypt_data_offset(key) +
hdr = buf + sizeof(u32) + ceph_crypt_data_offset(key);
int ceph_crypt_data_offset(const struct ceph_crypto_key *key);