]> granicus.if.org Git - openssl/commit
modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookup
authorAndy Polyakov <appro@openssl.org>
Mon, 30 Nov 2015 12:26:21 +0000 (13:26 +0100)
committerAndy Polyakov <appro@openssl.org>
Wed, 2 Dec 2015 09:48:38 +0000 (10:48 +0100)
commitb9e3d7e0f6678a991621cfbc4b11ace7860031a0
treeb9a10761a46f7faeef8797c5e04fda8f2048380f
parent338f5727c88b1ce44a802c5115707309d6316fc4
modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookup
and CRYPTO_ocb128_encrypt to handle in==out.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/modes/ocb128.c