Module Name: src Committed By: riastradh Date: Mon Jun 29 23:34:48 UTC 2020
Modified Files: src/sys/opencrypto: aesxcbcmac.c aesxcbcmac.h cryptosoft.c cryptosoft_xform.c files.opencrypto gmac.c gmac.h xform.c Log Message: opencrypto: Switch from legacy rijndael API to new aes API. While here, apply various rijndael->aes renames, reduce the size of aesxcbc_ctx by 480 bytes, and convert some malloc->kmem. Leave in the symbol enc_xform_rijndael128 for now, though, so this doesn't break any kernel ABI. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/opencrypto/aesxcbcmac.c \ src/sys/opencrypto/gmac.h cvs rdiff -u -r1.1 -r1.2 src/sys/opencrypto/aesxcbcmac.h cvs rdiff -u -r1.55 -r1.56 src/sys/opencrypto/cryptosoft.c cvs rdiff -u -r1.28 -r1.29 src/sys/opencrypto/cryptosoft_xform.c cvs rdiff -u -r1.29 -r1.30 src/sys/opencrypto/files.opencrypto \ src/sys/opencrypto/xform.c cvs rdiff -u -r1.3 -r1.4 src/sys/opencrypto/gmac.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.