Replumbing: make the oneshot proider cipher function like the others
authorRichard Levitte <levitte@openssl.org>
Tue, 30 Apr 2019 12:01:52 +0000 (14:01 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 30 Apr 2019 13:30:30 +0000 (15:30 +0200)
commitf79858ac4d90a450d0620d1ecb713bc35d7d9f8d
treee38fe9bf3e271d1da32f63797ab910306e38b565
parent96384e613ae7092fb6f63daa69a9601d128416b2
Replumbing: make the oneshot proider cipher function like the others

The OP_cipher_final function takes a return output size and an output
buffer size argument.  The oneshot OP_cipher_cipher function should do
the same.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8849)
crypto/evp/evp_lib.c
include/openssl/core_numbers.h
providers/common/ciphers/aes.c