Home
last modified time | relevance | path

Searched hist:"1 ae978208e2ee9ba1b01d309164bc5e590cd242d" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/crypto/
H A Daead.c1ae978208e2ee9ba1b01d309164bc5e590cd242d Thu Aug 30 02:36:14 CDT 2007 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] api: Add aead crypto type

This patch adds crypto_aead which is the interface for AEAD
(Authenticated Encryption with Associated Data) algorithms.

AEAD algorithms perform authentication and encryption in one
step. Traditionally users (such as IPsec) would use two
different crypto algorithms to perform these. With AEAD
this comes down to one algorithm and one operation.

Of course if traditional algorithms were used we'd still
be doing two operations underneath. However, real AEAD
algorithms may allow the underlying operations to be
optimised as well.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
H A DMakefile1ae978208e2ee9ba1b01d309164bc5e590cd242d Thu Aug 30 02:36:14 CDT 2007 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] api: Add aead crypto type

This patch adds crypto_aead which is the interface for AEAD
(Authenticated Encryption with Associated Data) algorithms.

AEAD algorithms perform authentication and encryption in one
step. Traditionally users (such as IPsec) would use two
different crypto algorithms to perform these. With AEAD
this comes down to one algorithm and one operation.

Of course if traditional algorithms were used we'd still
be doing two operations underneath. However, real AEAD
algorithms may allow the underlying operations to be
optimised as well.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
H A DKconfig1ae978208e2ee9ba1b01d309164bc5e590cd242d Thu Aug 30 02:36:14 CDT 2007 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] api: Add aead crypto type

This patch adds crypto_aead which is the interface for AEAD
(Authenticated Encryption with Associated Data) algorithms.

AEAD algorithms perform authentication and encryption in one
step. Traditionally users (such as IPsec) would use two
different crypto algorithms to perform these. With AEAD
this comes down to one algorithm and one operation.

Of course if traditional algorithms were used we'd still
be doing two operations underneath. However, real AEAD
algorithms may allow the underlying operations to be
optimised as well.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
/openbmc/linux/include/crypto/
H A Dalgapi.h1ae978208e2ee9ba1b01d309164bc5e590cd242d Thu Aug 30 02:36:14 CDT 2007 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] api: Add aead crypto type

This patch adds crypto_aead which is the interface for AEAD
(Authenticated Encryption with Associated Data) algorithms.

AEAD algorithms perform authentication and encryption in one
step. Traditionally users (such as IPsec) would use two
different crypto algorithms to perform these. With AEAD
this comes down to one algorithm and one operation.

Of course if traditional algorithms were used we'd still
be doing two operations underneath. However, real AEAD
algorithms may allow the underlying operations to be
optimised as well.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
/openbmc/linux/include/linux/
H A Dcrypto.h1ae978208e2ee9ba1b01d309164bc5e590cd242d Thu Aug 30 02:36:14 CDT 2007 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] api: Add aead crypto type

This patch adds crypto_aead which is the interface for AEAD
(Authenticated Encryption with Associated Data) algorithms.

AEAD algorithms perform authentication and encryption in one
step. Traditionally users (such as IPsec) would use two
different crypto algorithms to perform these. With AEAD
this comes down to one algorithm and one operation.

Of course if traditional algorithms were used we'd still
be doing two operations underneath. However, real AEAD
algorithms may allow the underlying operations to be
optimised as well.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>