John Baldwin 87210a0c6d Stop using des_cblock * for arguments to DES functions.
This amounts to a char ** since it is a char[8] *.  Evil casts mostly
resolved the fact that what was actually passed in were plain char *.
Instead, change the DES functions to use 'unsigned char *' for keys
and for input and output buffers.

Reviewed by:	cem, imp
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D21389
2019-08-26 17:25:07 +00:00
..
2019-04-24 23:27:39 +00:00
2019-02-15 03:46:39 +00:00
2018-12-13 04:40:53 +00:00
2019-02-15 03:46:39 +00:00
2018-07-09 07:28:13 +00:00
2018-07-09 07:28:13 +00:00