mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
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 |
||
|---|---|---|
| .. | ||
| kcrypto.c | ||
| kcrypto.h | ||
| kcrypto_aes.c | ||
| kcrypto_arcfour.c | ||
| kcrypto_des.c | ||
| kcrypto_des3.c | ||
| krb5_mech.c | ||