index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
crypto
/
sha2.c
Age
Commit message (
Expand
)
Author
2021-03-12
spelling
Jonathan Gray
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-31
recent changes broke alignment requirements on arm.
Ted Unangst
2014-12-23
as in libc, always assume digest is passed to Final. no null allowed.
Ted Unangst
2014-12-23
as in libc, there's no need to check for calling Init on null context
Ted Unangst
2014-12-23
use endian.h swap macros instead of home grown versions
Ted Unangst
2014-12-19
make the code look more like libc by changing Transform to take the state
Ted Unangst
2014-12-19
convert bcopy/zero to memcpy. ok deraadt djm
Ted Unangst
2014-12-18
only unroll on i386 and amd64 (where confirmed to be much faster).
Ted Unangst
2014-12-17
unroll loops for sha2. quite a bit faster for amd64.
Ted Unangst
2014-11-16
Defining the interface in terms of char * means most callers are
Ted Unangst
2011-01-11
for key material that is being being discarded, convert bzero() to
Theo de Raadt
2008-09-06
match libc sha2(3) API changes for kernel; ok millert@
Damien Miller
2004-05-03
Rev 1.4 was bogus (committed from the wrong tree), this repairs it.
Todd C. Miller
2004-05-03
some minor KNF
Todd C. Miller
2004-04-29
The data pointer passed to the transform function may not be properly
Todd C. Miller
2004-04-28
Sync userland sha2.c with kernel. The SHAXXX_End and SHAXXX_Data functions
Todd C. Miller
2003-09-03
zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com>
Federico G. Schwindt
2003-07-24
hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok
Jun-ichiro itojun Hagino