Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75928
b: refs/heads/master
c: 28db8e3
h: refs/heads/master
v: v3
  • Loading branch information
Mikko Herranen authored and Herbert Xu committed Jan 10, 2008
1 parent 5ea1d66 commit 1ff2e61
Show file tree
Hide file tree
Showing 6 changed files with 849 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3a4ea4fd2e5f154ae9233f1ce30e7564e5cbcfc
refs/heads/master: 28db8e3e38e593d22e2c69942bb1ca7be2a35f05
9 changes: 9 additions & 0 deletions trunk/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,15 @@ config CRYPTO_CTR
CTR: Counter mode
This block cipher algorithm is required for IPSec.

config CRYPTO_GCM
tristate "GCM/GMAC support"
select CRYPTO_CTR
select CRYPTO_AEAD
select CRYPTO_GF128MUL
help
Support for Galois/Counter Mode (GCM) and Galois Message
Authentication Code (GMAC). Required for IPSec.

config CRYPTO_CRYPTD
tristate "Software async crypto daemon"
select CRYPTO_ABLKCIPHER
Expand Down
1 change: 1 addition & 0 deletions trunk/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ obj-$(CONFIG_CRYPTO_PCBC) += pcbc.o
obj-$(CONFIG_CRYPTO_LRW) += lrw.o
obj-$(CONFIG_CRYPTO_XTS) += xts.o
obj-$(CONFIG_CRYPTO_CTR) += ctr.o
obj-$(CONFIG_CRYPTO_GCM) += gcm.o
obj-$(CONFIG_CRYPTO_CRYPTD) += cryptd.o
obj-$(CONFIG_CRYPTO_DES) += des_generic.o
obj-$(CONFIG_CRYPTO_FCRYPT) += fcrypt.o
Expand Down
Loading

0 comments on commit 1ff2e61

Please sign in to comment.