Searched refs:ceph_fscrypt_auth (Results 1 – 5 of 5) sorted by relevance
51 struct ceph_fscrypt_auth { struct58 static inline u32 ceph_fscrypt_auth_len(struct ceph_fscrypt_auth *fa) in ceph_fscrypt_auth_len() argument62 return offsetof(struct ceph_fscrypt_auth, cfa_blob) + ctxsize; in ceph_fscrypt_auth_len()
21 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()
319 struct ceph_fscrypt_auth *r_fscrypt_auth;
1127 struct ceph_fscrypt_auth *fscrypt_auth;1166 struct ceph_fscrypt_auth *fscrypt_auth;
1240 u8 fscrypt_auth[sizeof(struct ceph_fscrypt_auth)]; // for context1486 WARN_ON_ONCE(ci->fscrypt_auth_len > sizeof(struct ceph_fscrypt_auth))) { in __prep_cap()