]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r263215,r263218,r285366: replace the kernel sha256 code
authoravg <avg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Feb 2017 16:05:11 +0000 (16:05 +0000)
committeravg <avg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Feb 2017 16:05:11 +0000 (16:05 +0000)
commitaa8db43e1f612d304904d8019a7957e5d0872605
tree74a3f21df950be6f7e0784cdc61003e1649eb037
parentd452de28fa314f542f44a5840cc26161d2818775
MFC r263215,r263218,r285366: replace the kernel sha256 code

r263215 copy these files from lib/libmd in preperation for moving these
files into the kernel...

r263218 replace the kernel's version w/ cperciva's implementation...

r285366 Complete the move that was started w/ r263218..

Note that the last change is out of order with r282726 that I am going
to merge as well.

Many thanks to cperciva for the more efficient code and to jmg for
integrating it into the kernel.

git-svn-id: svn://svn.freebsd.org/base/stable/10@314143 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libcrypt/Makefile
lib/libmd/Makefile
sys/conf/files
sys/crypto/sha2/sha2.c
sys/crypto/sha2/sha2.h
sys/crypto/sha2/sha256.h [new file with mode: 0644]
sys/crypto/sha2/sha256c.c [new file with mode: 0644]