[PATCH 2/4] crypto: af_alg - User-space interface for Crypto API

2010-11-26 Thread Herbert Xu
crypto: af_alg - User-space interface for Crypto API This patch creates the backbone of the user-space interface for the Crypto API, through a new socket family AF_ALG. Each session corresponds to one or more connections obtained from that socket. The number depends on the number of

[PATCH 2/4] crypto: af_alg - User-space interface for Crypto API

2010-11-19 Thread Herbert Xu
crypto: af_alg - User-space interface for Crypto API This patch creates the backbone of the user-space interface for the Crypto API, through a new socket family AF_ALG. Each session corresponds to one or more connections obtained from that socket. The number depends on the number of

[PATCH 2/4] crypto: af_alg - User-space interface for Crypto API

2010-11-15 Thread Herbert Xu
crypto: af_alg - User-space interface for Crypto API This patch creates the backbone of the user-space interface for the Crypto API, through a new socket family AF_ALG. Each session corresponds to one or more connections obtained from that socket. The number depends on the number of

Re: [PATCH 2/4] crypto: af_alg - User-space interface for Crypto API

2010-11-15 Thread Martin Willi
This patch creates the backbone of the user-space interface for the Crypto API, through a new socket family AF_ALG. Tested-by: Martin Willi mar...@strongswan.org -- To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a message to majord...@vger.kernel.org

[PATCH 2/4] crypto: af_alg - User-space interface for Crypto API

2010-11-04 Thread Herbert Xu
crypto: af_alg - User-space interface for Crypto API This patch creates the backbone of the user-space interface for the Crypto API, through a new socket family AF_ALG. Each session corresponds to one or more connections obtained from that socket. The number depends on the number of

Re: [PATCH 2/4] crypto: af_alg - User-space interface for Crypto API

2010-11-04 Thread David Miller
From: Herbert Xu herb...@gondor.apana.org.au Date: Thu, 04 Nov 2010 12:36:19 -0500 crypto: af_alg - User-space interface for Crypto API This patch creates the backbone of the user-space interface for the Crypto API, through a new socket family AF_ALG. Each session corresponds to one or

[PATCH 2/4] crypto: af_alg - User-space interface for Crypto API

2010-10-19 Thread Herbert Xu
crypto: af_alg - User-space interface for Crypto API This patch creates the backbone of the user-space interface for the Crypto API, through a new socket family AF_ALG. Each session corresponds to one or more connections obtained from that socket. The number depends on the number of