[PATCH 3/4] crypto: algif_hash - User-space interface for hash operations

2010-11-26 Thread Herbert Xu
crypto: algif_hash - User-space interface for hash operations This patch adds the af_alg plugin for hash, corresponding to the ahash kernel operation type. Keys can optionally be set through the setsockopt interface. Each sendmsg call will finalise the hash unless sent with a MSG_MORE flag.

[PATCH 3/4] crypto: algif_hash - User-space interface for hash operations

2010-11-19 Thread Herbert Xu
crypto: algif_hash - User-space interface for hash operations This patch adds the af_alg plugin for hash, corresponding to the ahash kernel operation type. Keys can optionally be set through the setsockopt interface. Each sendmsg call will finalise the hash unless sent with a MSG_MORE flag.

[PATCH 3/4] crypto: algif_hash - User-space interface for hash operations

2010-11-15 Thread Herbert Xu
crypto: algif_hash - User-space interface for hash operations This patch adds the af_alg plugin for hash, corresponding to the ahash kernel operation type. Keys can optionally be set through the setsockopt interface. Each sendmsg call will finalise the hash unless sent with a MSG_MORE flag.

[PATCH 3/4] crypto: algif_hash - User-space interface for hash operations

2010-11-04 Thread Herbert Xu
crypto: algif_hash - User-space interface for hash operations This patch adds the af_alg plugin for hash, corresponding to the ahash kernel operation type. Keys can optionally be set through the setsockopt interface. Each sendmsg call will finalise the hash unless sent with a MSG_MORE flag.

Re: [PATCH 3/4] crypto: algif_hash - User-space interface for hash operations

2010-11-04 Thread David Miller
From: Herbert Xu herb...@gondor.apana.org.au Date: Thu, 04 Nov 2010 12:36:19 -0500 crypto: algif_hash - User-space interface for hash operations This patch adds the af_alg plugin for hash, corresponding to the ahash kernel operation type. Keys can optionally be set through the setsockopt

[PATCH 3/4] crypto: algif_hash - User-space interface for hash operations

2010-10-19 Thread Herbert Xu
crypto: algif_hash - User-space interface for hash operations This patch adds the af_alg plugin for hash, corresponding to the ahash kernel operation type. Keys can optionally be set through the setsockopt interface. Each sendmsg call will finalise the hash unless sent with a MSG_MORE flag.