CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2015/11/06 18:37:26
Modified files: sys/arch/amd64/amd64: aesni.c autoconf.c identcpu.c sys/crypto : gmac.c gmac.h Log message: Allow overriding ghash_update() with an optimized MD function. Use this on amd64 to provide a version that uses the PCLMUL instruction on CPUs that support it but don't have AESNI. ok mikeb@