NetBSD/sys/opencrypto
riastradh 82db4b9858 Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.
consttime_memequal is the same as the old consttime_bcmp.
explicit_memset is to memset as explicit_bzero was to bcmp.

Passes amd64 release and i386/ALL, but I'm sure I missed some spots,
so please let me know.
2013-06-24 04:21:19 +00:00
..
Makefile
aesxcbcmac.c copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC 2011-05-24 19:10:08 +00:00
aesxcbcmac.h copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC 2011-05-24 19:10:08 +00:00
criov.c
crypto.c -if an opencrypto(9) session is allocated, the driver is refcounted 2011-06-09 14:41:24 +00:00
cryptodev.c Fix memset usage. 2011-07-04 16:06:17 +00:00
cryptodev.h -if an opencrypto(9) session is allocated, the driver is refcounted 2011-06-09 14:41:24 +00:00
cryptodev_internal.h
cryptosoft.c Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. 2013-06-24 04:21:19 +00:00
cryptosoft.h
cryptosoft_xform.c fix compilation 2013-02-02 21:02:06 +00:00
deflate.c avoid some uninitialised warning issues GCC 4.5 complains about. 2011-07-03 01:01:06 +00:00
deflate.h
files.opencrypto First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
gmac.c use 64-bit integers for GF128 multiplication on LP64 CPUs 2011-06-09 14:47:42 +00:00
gmac.h use 64-bit integers for GF128 multiplication on LP64 CPUs 2011-06-09 14:47:42 +00:00
ocryptodev.c
ocryptodev.h
xform.c pull in AES-GCM/GMAC support from OpenBSD 2011-05-26 21:50:02 +00:00
xform.h pull in AES-GCM/GMAC support from OpenBSD 2011-05-26 21:50:02 +00:00