crypto-native: 256-bit AES CBC support
[vpp.git] / src / plugins / crypto_native / crypto_native.h
index 3bad14e..623070c 100644 (file)
@@ -29,7 +29,8 @@ typedef struct
 
 extern crypto_native_main_t crypto_native_main;
 
-#define foreach_crypto_native_march_variant _(slm) _(hsw) _(skx) _(icl) _(neon)
+#define foreach_crypto_native_march_variant                                   \
+  _ (slm) _ (hsw) _ (skx) _ (icl) _ (adl) _ (neon)
 
 #define _(v) \
 clib_error_t __clib_weak *crypto_native_aes_cbc_init_##v (vlib_main_t * vm); \