Home
last modified time | relevance | path

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

/fs/ceph/
A Dcrypto.c75 u32 ctxlen; in ceph_crypt_get_context() local
85 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