Re: [FFmpeg-devel] [PATCH] avutil/tests: added selftest for aes_ctr.c

2017-01-01 Thread Michael Niedermayer
On Sun, Jan 01, 2017 at 12:17:58PM -0800, Thomas Turner wrote: > Signed-off-by: Thomas Turner > --- > libavutil/Makefile| 1 + > libavutil/tests/aes_ctr.c | 65 > +++ > tests/fate/libavutil.mak | 5 > 3 files changed, 71 insertions(+) >

[FFmpeg-devel] [PATCH] avutil/tests: added selftest for aes_ctr.c

2017-01-01 Thread Thomas Turner
Signed-off-by: Thomas Turner --- libavutil/Makefile| 1 + libavutil/tests/aes_ctr.c | 65 +++ tests/fate/libavutil.mak | 5 3 files changed, 71 insertions(+) create mode 100644 libavutil/tests/aes_ctr.c diff --git a/libavutil/Makefile

Re: [FFmpeg-devel] [PATCH] avutil/tests: Added selftest for aes_ctr.c

2017-01-01 Thread Michael Niedermayer
On Fri, Dec 30, 2016 at 01:36:35AM -0800, Thomas Turner wrote: > Signed-off-by: Thomas Turner > --- > libavutil/Makefile| 1 + > libavutil/tests/aes_ctr.c | 70 > +++ > tests/fate/libavutil.mak | 5 > 3 files changed, 76 insertions(+) >

Re: [FFmpeg-devel] [PATCH] avutil/tests: Added selftest for aes_ctr.c

2016-12-30 Thread Thomas Turner
On Dec 30, 2016 4:48 AM, "Clément Bœsch" wrote: On Fri, Dec 30, 2016 at 01:36:35AM -0800, Thomas Turner wrote: [...] > +const DECLARE_ALIGNED(8, uint8_t, plain)[] = { > +0x6d, 0x6f, 0x73, 0x74, ' ', 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d > +}; "most random"? why only the space in ascii? There'

Re: [FFmpeg-devel] [PATCH] avutil/tests: Added selftest for aes_ctr.c

2016-12-30 Thread Clément Bœsch
On Fri, Dec 30, 2016 at 01:36:35AM -0800, Thomas Turner wrote: [...] > +const DECLARE_ALIGNED(8, uint8_t, plain)[] = { > +0x6d, 0x6f, 0x73, 0x74, ' ', 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d > +}; "most random"? why only the space in ascii? [...] -- Clément B. ___

[FFmpeg-devel] [PATCH] avutil/tests: Added selftest for aes_ctr.c

2016-12-30 Thread Thomas Turner
Signed-off-by: Thomas Turner --- libavutil/Makefile| 1 + libavutil/tests/aes_ctr.c | 70 +++ tests/fate/libavutil.mak | 5 3 files changed, 76 insertions(+) create mode 100644 libavutil/tests/aes_ctr.c diff --git a/libavutil/Makefile