Re: [Openvpn-devel] [PATCH 04/10] Move key_ctx_bi into crypto_options

2016-02-08 Thread Arne Schwabe
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

[Openvpn-devel] [PATCH 04/10] Move key_ctx_bi into crypto_options

2016-02-07 Thread 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_