Searched hist:db131ef9084110d9e82549c0a627e157e8bb99d7 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/crypto/ |
H A D | ecb.c | db131ef9084110d9e82549c0a627e157e8bb99d7 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 D | cbc.c | db131ef9084110d9e82549c0a627e157e8bb99d7 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 D | internal.h | db131ef9084110d9e82549c0a627e157e8bb99d7 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 D | Makefile | db131ef9084110d9e82549c0a627e157e8bb99d7 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 D | Kconfig | db131ef9084110d9e82549c0a627e157e8bb99d7 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 D | algapi.h | db131ef9084110d9e82549c0a627e157e8bb99d7 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>
|