openssl/crypto/modes
Mingtao Yang bbb02a5b6d modes/ocb128.c: Reset nonce-dependent variables on setiv
Upon a call to CRYPTO_ocb128_setiv, either directly on an OCB_CTX or
indirectly with EVP_CTRL_AEAD_SET_IVLEN, reset the nonce-dependent
variables in the OCB_CTX.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/6420)
2018-06-08 15:54:40 +02:00
..
asm PPC assembly pack: correct POWER9 results. 2018-06-03 21:20:06 +02:00
build.info
cbc128.c
ccm128.c
cfb128.c
ctr128.c
cts128.c
gcm128.c modes/gcm128.c: coalesce calls to GHASH. 2018-06-03 21:13:28 +02:00
modes_lcl.h modes/ocb128.c: Reset nonce-dependent variables on setiv 2018-06-08 15:54:40 +02:00
ocb128.c modes/ocb128.c: Reset nonce-dependent variables on setiv 2018-06-08 15:54:40 +02:00
ofb128.c
wrap128.c Reduce minimal out length in CRYPTO_128_unwrap_pad 2018-05-30 23:16:52 +02:00
xts128.c