Module Name: src Committed By: riastradh Date: Mon Jun 29 23:29:40 UTC 2020
Modified Files: src/sys/arch/x86/conf: files.x86 src/sys/arch/x86/x86: identcpu.c Added Files: src/sys/crypto/aes/arch/x86: aes_ni.c aes_ni.h aes_ni_64.S files.aesni Log Message: Add x86 AES-NI support. Limited to amd64 for now. In principle, AES-NI should work in 32-bit mode, and there may even be some 32-bit-only CPUs that support AES-NI, but that requires work to adapt the assembly. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/arch/x86/conf/files.x86 cvs rdiff -u -r1.107 -r1.108 src/sys/arch/x86/x86/identcpu.c cvs rdiff -u -r0 -r1.1 src/sys/crypto/aes/arch/x86/aes_ni.c \ src/sys/crypto/aes/arch/x86/aes_ni.h \ src/sys/crypto/aes/arch/x86/aes_ni_64.S \ src/sys/crypto/aes/arch/x86/files.aesni Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.