Module Name: src Committed By: drochner Date: Mon May 23 13:46:54 UTC 2011
Modified Files: src/share/man/man9: opencrypto.9 src/sys/netipsec: xform_esp.c src/sys/opencrypto: cryptodev.c cryptosoft.c cryptosoft_xform.c xform.c xform.h Log Message: -in the descriptor for encryption xforms, split the "blocksize" field into "blocksize" and "IV size" -add an "reinit" function pointer which, if set, means that the xform does its IV handling itself and doesn't want the default CBC handling by the framework (poor name, but left that way to avoid unecessary differences) This syncs with Open/FreeBSD, purpose is to allow non-CBC transforms. Refer to ivsize instead of blocksize where appropriate. (At this point, blocksize and ivsize are identical.) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/opencrypto.9 cvs rdiff -u -r1.34 -r1.35 src/sys/netipsec/xform_esp.c cvs rdiff -u -r1.57 -r1.58 src/sys/opencrypto/cryptodev.c cvs rdiff -u -r1.31 -r1.32 src/sys/opencrypto/cryptosoft.c cvs rdiff -u -r1.16 -r1.17 src/sys/opencrypto/cryptosoft_xform.c cvs rdiff -u -r1.23 -r1.24 src/sys/opencrypto/xform.c cvs rdiff -u -r1.14 -r1.15 src/sys/opencrypto/xform.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.