freebsd-dev/sys/crypto/chacha20
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
..
_chacha.h Add explicit copyright text to trivial header 2018-10-22 01:27:11 +00:00
chacha-sw.c Use 'const' for keys and IVs passed to software encryption algorithms. 2019-08-22 00:02:08 +00:00
chacha.c Embedded chacha: Add 0-bit iv + 128-bit counter mode 2019-03-01 23:30:23 +00:00
chacha.h Embedded chacha: Add 0-bit iv + 128-bit counter mode 2019-03-01 23:30:23 +00:00