crypto-native: add AES-CTR
Type: feature Change-Id: Iab84226043d8042a99a507767b75e9d4a89cc5c6 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:

committed by
Mohammed HAWARI

parent
9caef2a351
commit
da3771c25b
@ -32,9 +32,10 @@ extern crypto_native_main_t crypto_native_main;
|
||||
#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); \
|
||||
clib_error_t __clib_weak *crypto_native_aes_gcm_init_##v (vlib_main_t * vm); \
|
||||
#define _(v) \
|
||||
clib_error_t __clib_weak *crypto_native_aes_cbc_init_##v (vlib_main_t *vm); \
|
||||
clib_error_t __clib_weak *crypto_native_aes_ctr_init_##v (vlib_main_t *vm); \
|
||||
clib_error_t __clib_weak *crypto_native_aes_gcm_init_##v (vlib_main_t *vm);
|
||||
|
||||
foreach_crypto_native_march_variant;
|
||||
#undef _
|
||||
|
Reference in New Issue
Block a user