Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: riastradh
Date: Sat Jul 25 22:14:35 UTC 2020
Modified Files:
src/sys/crypto/aes: aes.h aes_impl.c aes_rijndael.c
src/sys/dev: cgd_crypto.c
src/sys/uvm: uvm_swap.c
Added Files:
src/sys/crypto/aes: aes_cbc.h aes_xts.h
Log Message:
Split aes_cbc_* and aes_xts_* into their own header files.
aes.h will remain just for key setup; any particular construction using
AES can have its own header file so we can have many of them without
rebuilding everything AES-related whenever one of them changes.
(Planning to add AES-CCM and AES-GCM too.)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/crypto/aes/aes.h
cvs rdiff -u -r0 -r1.1 src/sys/crypto/aes/aes_cbc.h \
src/sys/crypto/aes/aes_xts.h
cvs rdiff -u -r1.4 -r1.5 src/sys/crypto/aes/aes_impl.c
cvs rdiff -u -r1.1 -r1.2 src/sys/crypto/aes/aes_rijndael.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/cgd_crypto.c
cvs rdiff -u -r1.197 -r1.198 src/sys/uvm/uvm_swap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index