lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 21 Dec 2014 14:16:10 +0300 From: Ilya Dryomov <ilya.dryomov@...tank.com> To: Rickard Strandqvist <rickard_strandqvist@...ctrumdigital.se> Cc: Sage Weil <sage@...tank.com>, "David S. Miller" <davem@...emloft.net>, Ceph Development <ceph-devel@...r.kernel.org>, netdev@...r.kernel.org, Linux Kernel Mailing List <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] net: ceph: crypto.c: Remove some unused functions On Sat, Dec 20, 2014 at 7:52 PM, Rickard Strandqvist <rickard_strandqvist@...ctrumdigital.se> wrote: > Removes some functions that are not used anywhere: > ceph_encrypt() ceph_decrypt() ceph_crypto_key_encode() > > This was partially found by using a static code analysis program called cppcheck. I'd like to keep this stuff even if it's unused, unless Sage/others want it gone. ceph_crypto_key_encode() is ceph_crypto_key_decode()'s counterpart and ceph_{en,de}crypt() are useful for reference purposes. Thanks, Ilya -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists