Home
last modified time | relevance | path

Searched hist:db131ef9084110d9e82549c0a627e157e8bb99d7 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/crypto/
H A Decb.cdb131ef9084110d9e82549c0a627e157e8bb99d7 Wed Sep 20 20:44:08 CDT 2006 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] cipher: Added block ciphers for CBC/ECB

This patch adds two block cipher algorithms, CBC and ECB. These
are implemented as templates on top of existing single-block cipher
algorithms. They invoke the single-block cipher through the new
encrypt_one/decrypt_one interface.

This also optimises the in-place encryption and decryption to remove
the cost of an IV copy each round.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
H A Dcbc.cdb131ef9084110d9e82549c0a627e157e8bb99d7 Wed Sep 20 20:44:08 CDT 2006 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] cipher: Added block ciphers for CBC/ECB

This patch adds two block cipher algorithms, CBC and ECB. These
are implemented as templates on top of existing single-block cipher
algorithms. They invoke the single-block cipher through the new
encrypt_one/decrypt_one interface.

This also optimises the in-place encryption and decryption to remove
the cost of an IV copy each round.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
H A Dinternal.hdb131ef9084110d9e82549c0a627e157e8bb99d7 Wed Sep 20 20:44:08 CDT 2006 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] cipher: Added block ciphers for CBC/ECB

This patch adds two block cipher algorithms, CBC and ECB. These
are implemented as templates on top of existing single-block cipher
algorithms. They invoke the single-block cipher through the new
encrypt_one/decrypt_one interface.

This also optimises the in-place encryption and decryption to remove
the cost of an IV copy each round.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
H A DMakefiledb131ef9084110d9e82549c0a627e157e8bb99d7 Wed Sep 20 20:44:08 CDT 2006 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] cipher: Added block ciphers for CBC/ECB

This patch adds two block cipher algorithms, CBC and ECB. These
are implemented as templates on top of existing single-block cipher
algorithms. They invoke the single-block cipher through the new
encrypt_one/decrypt_one interface.

This also optimises the in-place encryption and decryption to remove
the cost of an IV copy each round.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
H A DKconfigdb131ef9084110d9e82549c0a627e157e8bb99d7 Wed Sep 20 20:44:08 CDT 2006 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] cipher: Added block ciphers for CBC/ECB

This patch adds two block cipher algorithms, CBC and ECB. These
are implemented as templates on top of existing single-block cipher
algorithms. They invoke the single-block cipher through the new
encrypt_one/decrypt_one interface.

This also optimises the in-place encryption and decryption to remove
the cost of an IV copy each round.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
/openbmc/linux/include/crypto/
H A Dalgapi.hdb131ef9084110d9e82549c0a627e157e8bb99d7 Wed Sep 20 20:44:08 CDT 2006 Herbert Xu <herbert@gondor.apana.org.au> [CRYPTO] cipher: Added block ciphers for CBC/ECB

This patch adds two block cipher algorithms, CBC and ECB. These
are implemented as templates on top of existing single-block cipher
algorithms. They invoke the single-block cipher through the new
encrypt_one/decrypt_one interface.

This also optimises the in-place encryption and decryption to remove
the cost of an IV copy each round.

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