freebsd-dev/sys/crypto/blowfish
John Baldwin 821fe3d3a4 Use 'const' for keys and IVs passed to software encryption algorithms.
Specifically, use 'const' for the key passed to the 'setkey' method
and 'const' for the 'iv' passed to the 'reinit' method.

Reviewed by:	cem
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D21347
2019-08-22 00:02:08 +00:00
..
arch/i386
bf_ecb.c
bf_enc.c
bf_locl.h
bf_pi.h
bf_skey.c
blowfish.h