The /dev/random driver used Rijndael, not Blowfish, now.
This commit is contained in:
parent
02c986ab54
commit
add3f7f3df
@ -433,9 +433,8 @@ dev/random/harvest.c standard
|
|||||||
dev/random/randomdev.c optional random
|
dev/random/randomdev.c optional random
|
||||||
dev/random/yarrow.c optional random
|
dev/random/yarrow.c optional random
|
||||||
dev/random/hash.c optional random
|
dev/random/hash.c optional random
|
||||||
crypto/blowfish/bf_cbc.c optional random
|
crypto/rijndael/rijndael-alg-fst.c optional random
|
||||||
crypto/blowfish/bf_enc.c optional random
|
crypto/rijndael/rijndael-api-fst.c optional random
|
||||||
crypto/blowfish/bf_skey.c optional random
|
|
||||||
dev/ray/if_ray.c optional ray card
|
dev/ray/if_ray.c optional ray card
|
||||||
dev/ray/if_ray.c optional ray pccard
|
dev/ray/if_ray.c optional ray pccard
|
||||||
dev/rp/rp.c optional rp
|
dev/rp/rp.c optional rp
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/../../dev/random
|
.PATH: ${.CURDIR}/../../dev/random
|
||||||
.PATH: ${.CURDIR}/../../crypto/blowfish
|
.PATH: ${.CURDIR}/../../crypto/rijndael
|
||||||
|
|
||||||
KMOD= random
|
KMOD= random
|
||||||
SRCS= randomdev.c yarrow.c hash.c
|
SRCS= randomdev.c yarrow.c hash.c
|
||||||
SRCS+= bf_cbc.c bf_skey.c bf_enc.c
|
SRCS+= rijndael-alg-fst.c rijndael-api-fst.c
|
||||||
SRCS+= bus_if.h device_if.h vnode_if.h
|
SRCS+= bus_if.h device_if.h vnode_if.h
|
||||||
NOMAN= yes
|
NOMAN= yes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user