Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40075
b: refs/heads/master
c: 4351840
h: refs/heads/master
i:
  40073: b701d4a
  40071: e2112a2
v: v3
  • Loading branch information
Herbert Xu committed Oct 16, 2006
1 parent 6f9de17 commit d493b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9765d262b8230b735c4b2815b041c09a00833cf1
refs/heads/master: 43518407d57f1b685f5a9f1a981734ce66a21f76
4 changes: 3 additions & 1 deletion trunk/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ config CRYPTO_HASH
config CRYPTO_MANAGER
tristate "Cryptographic algorithm manager"
select CRYPTO_ALGAPI
default m
help
Create default cryptographic template instantiations such as
cbc(aes).

config CRYPTO_HMAC
tristate "HMAC support"
select CRYPTO_HASH
select CRYPTO_MANAGER
help
HMAC: Keyed-Hashing for Message Authentication (RFC2104).
This is required for IPSec.
Expand Down Expand Up @@ -131,6 +131,7 @@ config CRYPTO_TGR192
config CRYPTO_ECB
tristate "ECB support"
select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER
default m
help
ECB: Electronic CodeBook mode
Expand All @@ -140,6 +141,7 @@ config CRYPTO_ECB
config CRYPTO_CBC
tristate "CBC support"
select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER
default m
help
CBC: Cipher Block Chaining mode
Expand Down

0 comments on commit d493b97

Please sign in to comment.