Home
last modified time | relevance | path

Searched refs:ceph_fscrypt_auth (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ceph/
H A Dcrypto.h51 struct ceph_fscrypt_auth { struct
58 static inline u32 ceph_fscrypt_auth_len(struct ceph_fscrypt_auth *fa) in ceph_fscrypt_auth_len() argument
62 return offsetof(struct ceph_fscrypt_auth, cfa_blob) + ctxsize; in ceph_fscrypt_auth_len()
H A Dcrypto.c21 struct ceph_fscrypt_auth *cfa = (struct ceph_fscrypt_auth *)ci->fscrypt_auth; in ceph_crypt_get_context()
25 if (!cfa || (ci->fscrypt_auth_len < (offsetof(struct ceph_fscrypt_auth, cfa_blob) + 1))) in ceph_crypt_get_context()
46 struct ceph_fscrypt_auth *cfa; in ceph_crypt_set_context()
H A Dmds_client.h319 struct ceph_fscrypt_auth *r_fscrypt_auth;
H A Dsuper.h1127 struct ceph_fscrypt_auth *fscrypt_auth;
1166 struct ceph_fscrypt_auth *fscrypt_auth;
H A Dcaps.c1240 u8 fscrypt_auth[sizeof(struct ceph_fscrypt_auth)]; // for context
1486 WARN_ON_ONCE(ci->fscrypt_auth_len > sizeof(struct ceph_fscrypt_auth))) { in __prep_cap()