Module Name: src Committed By: drochner Date: Thu Feb 10 21:00:42 UTC 2011
Modified Files: src/sys/opencrypto: cryptosoft.c cryptosoft.h Log Message: Don't store temporary values in the opencrypto session data struct which can be shared by multiple threads -- pass them on the stack instead. Add some "const" to document this. (One _could_ use the session struct for temporary stuff with proper locking, but it seems unnecessary here.) Also remove the unused SW_crc member in the session struct. >From Wolfgang Stukenbrock per PR kern/44472. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/opencrypto/cryptosoft.c cvs rdiff -u -r1.6 -r1.7 src/sys/opencrypto/cryptosoft.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.