Re: [FFmpeg-devel] [PATCH 4/5] crypto_bench: add support for des

2015-08-13 Thread James Almer
On 08/08/15 2:00 PM, Nicolas George wrote: > Le primidi 21 thermidor, an CCXXIII, James Almer a écrit : >> Both tomcrypt and openssl named their function DES_ecb_encrypt(), and it >> fails to compile if you include OpenSSL's des header while also compiling >> with tomcrypt. >> >> I couldn't find a

Re: [FFmpeg-devel] [PATCH 4/5] crypto_bench: add support for des

2015-08-08 Thread Nicolas George
Le primidi 21 thermidor, an CCXXIII, James Almer a écrit : > Both tomcrypt and openssl named their function DES_ecb_encrypt(), and it > fails to compile if you include OpenSSL's des header while also compiling > with tomcrypt. > > I couldn't find a way to get around this aside from making them exc

Re: [FFmpeg-devel] [PATCH 4/5] crypto_bench: add support for des

2015-08-08 Thread James Almer
On 08/08/15 5:56 AM, Nicolas George wrote: > Le quintidi 15 thermidor, an CCXXIII, James Almer a écrit : >> OpenSSL and Tomcrypt des modules are not benched together as there's >> some naming collisions between the two. >> >> Signed-off-by: James Almer >> --- >> tools/crypto_bench.c | 58 >>

Re: [FFmpeg-devel] [PATCH 4/5] crypto_bench: add support for des

2015-08-08 Thread Nicolas George
Le quintidi 15 thermidor, an CCXXIII, James Almer a écrit : > OpenSSL and Tomcrypt des modules are not benched together as there's > some naming collisions between the two. > > Signed-off-by: James Almer > --- > tools/crypto_bench.c | 58 > >

[FFmpeg-devel] [PATCH 4/5] crypto_bench: add support for des

2015-08-02 Thread James Almer
OpenSSL and Tomcrypt des modules are not benched together as there's some naming collisions between the two. Signed-off-by: James Almer --- tools/crypto_bench.c | 58 1 file changed, 58 insertions(+) diff --git a/tools/crypto_bench.c b/tools/