ciphertext_len 151 arch/x86/crypto/aesni-intel_glue.c const u8 *in, unsigned long ciphertext_len, u8 *iv, ciphertext_len 167 arch/x86/crypto/aesni-intel_glue.c unsigned long ciphertext_len); ciphertext_len 178 arch/x86/crypto/aesni-intel_glue.c const u8 *in, unsigned long ciphertext_len); ciphertext_len 215 arch/x86/crypto/aesni-intel_glue.c unsigned long ciphertext_len); ciphertext_len 228 arch/x86/crypto/aesni-intel_glue.c const u8 *in, unsigned long ciphertext_len, u8 *iv, ciphertext_len 260 arch/x86/crypto/aesni-intel_glue.c unsigned long ciphertext_len); ciphertext_len 273 arch/x86/crypto/aesni-intel_glue.c const u8 *in, unsigned long ciphertext_len, u8 *iv, ciphertext_len 174 fs/crypto/hooks.c unsigned int ciphertext_len; ciphertext_len 188 fs/crypto/hooks.c ciphertext_len = disk_link->len - sizeof(*sd); ciphertext_len 189 fs/crypto/hooks.c sd->len = cpu_to_le16(ciphertext_len); ciphertext_len 191 fs/crypto/hooks.c err = fname_encrypt(inode, &iname, sd->encrypted_path, ciphertext_len); ciphertext_len 200 fs/crypto/hooks.c sd->encrypted_path[ciphertext_len] = '\0'; ciphertext_len 58 net/ceph/auth_x.c int ciphertext_len; ciphertext_len 66 net/ceph/auth_x.c &ciphertext_len); ciphertext_len 70 net/ceph/auth_x.c ceph_encode_32(&buf, ciphertext_len); ciphertext_len 71 net/ceph/auth_x.c return sizeof(u32) + ciphertext_len; ciphertext_len 75 net/ceph/auth_x.c int ciphertext_len) ciphertext_len 81 net/ceph/auth_x.c ret = ceph_crypt(secret, false, p, ciphertext_len, ciphertext_len, ciphertext_len 96 net/ceph/auth_x.c int ciphertext_len; ciphertext_len 99 net/ceph/auth_x.c ceph_decode_32_safe(p, end, ciphertext_len, e_inval); ciphertext_len 100 net/ceph/auth_x.c ceph_decode_need(p, end, ciphertext_len, e_inval); ciphertext_len 102 net/ceph/auth_x.c ret = __ceph_x_decrypt(secret, *p, ciphertext_len); ciphertext_len 106 net/ceph/auth_x.c *p += ciphertext_len; ciphertext_len 846 net/ceph/auth_x.c int ciphertext_len; ciphertext_len 860 net/ceph/auth_x.c &ciphertext_len);