common/encrypt: move constant test key to common code
authorEric Biggers <ebiggers@google.com>
Mon, 3 Feb 2020 18:18:54 +0000 (10:18 -0800)
committerEryu Guan <guaneryu@gmail.com>
Mon, 17 Feb 2020 13:04:52 +0000 (21:04 +0800)
For some encryption tests it's helpful to always use the same key so
that the test's output is always the same.

generic/580 already defines such a key, so move it into common/encrypt
so that other tests can use it too.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>

No differences found