X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fcrypto%2Fcrypto.h;h=06f7e534e11bbb61ad2b17fb635e4caf906e9b46;hb=89e66434a2c93a07d7e913bb66b2be5e6e6df14c;hp=92b65a4722abf4118f49db1d8996b28808e7b519;hpb=4e08316f3ec2c98165f156c6551f1e6557931739;p=vpp.git diff --git a/src/vnet/crypto/crypto.h b/src/vnet/crypto/crypto.h index 92b65a4722a..06f7e534e11 100644 --- a/src/vnet/crypto/crypto.h +++ b/src/vnet/crypto/crypto.h @@ -25,7 +25,10 @@ _(3DES_CBC, "3des-cbc") \ _(AES_128_CBC, "aes-128-cbc") \ _(AES_192_CBC, "aes-192-cbc") \ - _(AES_256_CBC, "aes-256-cbc") + _(AES_256_CBC, "aes-256-cbc") \ + _(AES_128_CTR, "aes-128-ctr") \ + _(AES_192_CTR, "aes-192-ctr") \ + _(AES_256_CTR, "aes-256-ctr") #define foreach_crypto_aead_alg \ _(AES_128_GCM, "aes-128-gcm") \