Am 07.02.16 um 20:47 schrieb Steffan Karger: > The encrypt and decrypt routines use struct crypto_options as their main > information source. A struct crypto_options would have a pointer to a > struct key_ctx_bi, which had to be updated at the correct moments to keep > them correct. Instead of doing this administration, just put the struct > key_ctx_bi inside crypto_options. Makes the code a little simpler too.
ACK. I like simpler code :) Arne