Re: [FFmpeg-devel] [PATCH 4/8] tools/crypto_bench: add AES-192 and AES-256

2015-10-29 Thread Nicolas George
Le septidi 7 brumaire, an CCXXIV, Rodger Combs a écrit : > --- > tools/crypto_bench.c | 82 > > 1 file changed, 82 insertions(+) Just a suggestion: maybe use macros to factor the code between the three key sizes. That would probably reduce the

Re: [FFmpeg-devel] [PATCH 4/8] tools/crypto_bench: add AES-192 and AES-256

2015-10-28 Thread Michael Niedermayer
On Wed, Oct 28, 2015 at 05:39:35AM -0500, Rodger Combs wrote: > --- > tools/crypto_bench.c | 82 > > 1 file changed, 82 insertions(+) > > diff --git a/tools/crypto_bench.c b/tools/crypto_bench.c > index b3b24a6..ad20f95 100644 > --- a/tools/cr

[FFmpeg-devel] [PATCH 4/8] tools/crypto_bench: add AES-192 and AES-256

2015-10-28 Thread Rodger Combs
--- tools/crypto_bench.c | 82 1 file changed, 82 insertions(+) diff --git a/tools/crypto_bench.c b/tools/crypto_bench.c index b3b24a6..ad20f95 100644 --- a/tools/crypto_bench.c +++ b/tools/crypto_bench.c @@ -118,6 +118,24 @@ static void run_la