Module Name: src Committed By: drochner Date: Tue May 24 18:59:23 UTC 2011
Modified Files: src/sys/arch/x86/x86: via_padlock.c src/sys/opencrypto: cryptosoft.c cryptosoft_xform.c xform.c xform.h Log Message: move the "context size" struct member (which is a pure software implementation thing) from the abstract xform descriptor to the cryptosoft implementation part -- for sanity, and now clients of opencrypto don't depend on headers of cipher implementations anymore To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/x86/via_padlock.c cvs rdiff -u -r1.34 -r1.35 src/sys/opencrypto/cryptosoft.c cvs rdiff -u -r1.20 -r1.21 src/sys/opencrypto/cryptosoft_xform.c cvs rdiff -u -r1.25 -r1.26 src/sys/opencrypto/xform.c cvs rdiff -u -r1.16 -r1.17 src/sys/opencrypto/xform.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.