Re: Crypto Update for 2.6.38

2011-01-06 Thread Pavel Roskin
rge. And if AEAD is supported, will it use setsockopt() for the unencrypted authenticated data? Maybe some variation of write() or sendto() would be more appropriate? -- Regards, Pavel Roskin -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a messag

Re: Crypto Update for 2.6.38

2011-01-06 Thread Pavel Roskin
correctly, the original patch was simply a port of FreeBSD /dev/crypto, which doesn't support AEAD. -- Regards, Pavel Roskin -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://

Re: [PATCH v2] crypto: add blkcipher implementation of ARC4

2010-04-07 Thread Pavel Roskin
On Wed, 2010-04-07 at 10:29 +0200, Sebastian Andrzej Siewior wrote: > * Pavel Roskin | 2010-04-07 02:19:55 [-0400]: > > >On Mon, 2010-04-05 at 19:04 +0200, Sebastian Andrzej Siewior wrote: > > > >> +module_init(arc4_init); > >> +module_exit(arc4_exit); > &

Re: [PATCH 3/7] crypto/testmgr: add testing for arc4 based on ecb(arc4)

2010-04-06 Thread Pavel Roskin
step in a wrong direction. The same applies to many other changes in the series. I do realize that the original arc4 is not a block cipher at all. -- Regards, Pavel Roskin -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord.

Re: [PATCH v2] crypto: add blkcipher implementation of ARC4

2010-04-06 Thread Pavel Roskin
er I'm compiling modules or a solid kernel), and even though the potential name conflict is temporary until arc4cip.c is removed, it could break on some other architecture or maybe with another linker. Let's use arc4blk_init and arc4blk_exit. -- Regards, Pavel Roskin -- To unsubscribe fro

Re: Convert arc4 from a cipher into a block cipher

2010-04-05 Thread Pavel Roskin
ter should be fine, actually, considering the known security issues. -- Regards, Pavel Roskin -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Converting mac80211 CCMP to packet-at-a-time processing

2010-03-15 Thread Pavel Roskin
On Sat, 2010-03-13 at 20:28 +0800, Herbert Xu wrote: > Pavel Roskin wrote: > > > > However, it's disappointing that the caller needs to deal explicitly > > with completions. The blkcipher API is much simpler. I would have hard > > time advocating a patch

Re: Converting mac80211 CCMP to packet-at-a-time processing

2010-03-12 Thread Pavel Roskin
time advocating a patch to CCMP that makes the code more complicated. -- Regards, Pavel Roskin -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Converting mac80211 CCMP to packet-at-a-time processing

2010-03-11 Thread Pavel Roskin
ic background could have a look at net/mac80211/aes_ccm.c and suggest whether it could be converted to packet-at-a-time processing. -- Regards, Pavel Roskin -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html