Searched refs:cfa_blob (Results 1 - 2 of 2) sorted by last modified time

/linux-master/fs/ceph/
H A Dcrypto.c78 if (!cfa || (ci->fscrypt_auth_len < (offsetof(struct ceph_fscrypt_auth, cfa_blob) + 1)))
89 memcpy(ctx, cfa->cfa_blob, ctxlen);
112 memcpy(cfa->cfa_blob, ctx, len);
170 ctxsize = fscrypt_context_for_new_inode(as->fscrypt_auth->cfa_blob,
H A Dcrypto.h53 u8 cfa_blob[FSCRYPT_SET_CONTEXT_MAX_SIZE]; member in struct:ceph_fscrypt_auth
61 return offsetof(struct ceph_fscrypt_auth, cfa_blob) + ctxsize;

Completed in 154 milliseconds