examples/l2fwd-crypto: add AES-GCM algorithm
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 22 Mar 2016 21:24:00 +0000 (21:24 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 24 Mar 2016 19:53:40 +0000 (20:53 +0100)
commit3d6e4bcf51cbfff1b0d40157a71cdbb0d97991a5
tree5aa2cf9d875013188b915611cb84f1397633d249
parentd29ea843932f91a1affbd7faffae99aeaf72c991
examples/l2fwd-crypto: add AES-GCM algorithm

AES GCM is an algorithm for both ciphering and authentication,
but the authentication algorithm was missing in the
list of supported algorithms that can be passed from command line.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
examples/l2fwd-crypto/main.c