Searched hist:"7 a7ffe65c8c5fbf272b132d8980b2511d5e5fc98" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/crypto/internal/ |
H A D | skcipher.h | 7a7ffe65c8c5fbf272b132d8980b2511d5e5fc98 Thu Aug 20 02:21:45 CDT 2015 Herbert Xu <herbert@gondor.apana.org.au> crypto: skcipher - Add top-level skcipher interface
This patch introduces the crypto skcipher interface which aims to replace both blkcipher and ablkcipher.
It's very similar to the existing ablkcipher interface. The main difference is the removal of the givcrypt interface. In order to make the transition easier for blkcipher users, there is a helper SKCIPHER_REQUEST_ON_STACK which can be used to place a request on the stack for synchronous transforms.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/openbmc/linux/include/crypto/ |
H A D | skcipher.h | 7a7ffe65c8c5fbf272b132d8980b2511d5e5fc98 Thu Aug 20 02:21:45 CDT 2015 Herbert Xu <herbert@gondor.apana.org.au> crypto: skcipher - Add top-level skcipher interface
This patch introduces the crypto skcipher interface which aims to replace both blkcipher and ablkcipher.
It's very similar to the existing ablkcipher interface. The main difference is the removal of the givcrypt interface. In order to make the transition easier for blkcipher users, there is a helper SKCIPHER_REQUEST_ON_STACK which can be used to place a request on the stack for synchronous transforms.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
/openbmc/linux/crypto/ |
H A D | skcipher.c | 7a7ffe65c8c5fbf272b132d8980b2511d5e5fc98 Thu Aug 20 02:21:45 CDT 2015 Herbert Xu <herbert@gondor.apana.org.au> crypto: skcipher - Add top-level skcipher interface
This patch introduces the crypto skcipher interface which aims to replace both blkcipher and ablkcipher.
It's very similar to the existing ablkcipher interface. The main difference is the removal of the givcrypt interface. In order to make the transition easier for blkcipher users, there is a helper SKCIPHER_REQUEST_ON_STACK which can be used to place a request on the stack for synchronous transforms.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | Makefile | 7a7ffe65c8c5fbf272b132d8980b2511d5e5fc98 Thu Aug 20 02:21:45 CDT 2015 Herbert Xu <herbert@gondor.apana.org.au> crypto: skcipher - Add top-level skcipher interface
This patch introduces the crypto skcipher interface which aims to replace both blkcipher and ablkcipher.
It's very similar to the existing ablkcipher interface. The main difference is the removal of the givcrypt interface. In order to make the transition easier for blkcipher users, there is a helper SKCIPHER_REQUEST_ON_STACK which can be used to place a request on the stack for synchronous transforms.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|