Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110695
b: refs/heads/master
c: 17f0f4a
h: refs/heads/master
i:
  110693: ae7c04b
  110691: bf3c637
  110687: 2376103
v: v3
  • Loading branch information
Neil Horman authored and Herbert Xu committed Aug 29, 2008
1 parent 96564ca commit f20d118
Show file tree
Hide file tree
Showing 9 changed files with 755 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: ccb778e1841ce04b4c10b39f0dd2558ab2c6dcd4
refs/heads/master: 17f0f4a47df9aea9ee26c939f8057c35e0be1847
16 changes: 16 additions & 0 deletions trunk/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ config CRYPTO_HASH
tristate
select CRYPTO_ALGAPI

config CRYPTO_RNG
tristate
select CRYPTO_ALGAPI

config CRYPTO_MANAGER
tristate "Cryptographic algorithm manager"
select CRYPTO_AEAD
Expand Down Expand Up @@ -689,6 +693,18 @@ config CRYPTO_LZO
help
This is the LZO algorithm.

comment "Random Number Generation"

config CRYPTO_ANSI_CPRNG
tristate "Pseudo Random Number Generation for Cryptographic modules"
select CRYPTO_AES
select CRYPTO_RNG
select CRYPTO_FIPS
help
This option enables the generic pseudo random number generator
for cryptographic modules. Uses the Algorithm specified in
ANSI X9.31 A.2.4

source "drivers/crypto/Kconfig"

endif # if CRYPTO
4 changes: 3 additions & 1 deletion trunk/crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o
obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o
obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o
obj-$(CONFIG_CRYPTO_LZO) += lzo.o

obj-$(CONFIG_CRYPTO_RNG) += rng.o
obj-$(CONFIG_CRYPTO_RNG) += krng.o
obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_cprng.o
obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o

#
Expand Down
Loading

0 comments on commit f20d118

Please sign in to comment.