Searched refs:ctxlen (Results 1 – 1 of 1) sorted by relevance
75 u32 ctxlen; in ceph_crypt_get_context() local85 ctxlen = le32_to_cpu(cfa->cfa_blob_len); in ceph_crypt_get_context()86 if (len < ctxlen) in ceph_crypt_get_context()89 memcpy(ctx, cfa->cfa_blob, ctxlen); in ceph_crypt_get_context()90 return ctxlen; in ceph_crypt_get_context()
Completed in 5 milliseconds