FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
crypto_native.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  crypto_native_per_thread_data_t
 
struct  crypto_native_main_t
 

Macros

#define foreach_crypto_native_march_variant   _(slm) _(hsw) _(skx) _(icl) _(neon)
 

Typedefs

typedef void *() crypto_native_key_fn_t(vnet_crypto_key_t *key)
 

Variables

crypto_native_main_t crypto_native_main
 
 foreach_crypto_native_march_variant
 

Macro Definition Documentation

◆ foreach_crypto_native_march_variant

#define foreach_crypto_native_march_variant   _(slm) _(hsw) _(skx) _(icl) _(neon)

Definition at line 39 of file crypto_native.h.

Typedef Documentation

◆ crypto_native_key_fn_t

typedef void*() crypto_native_key_fn_t(vnet_crypto_key_t *key)

Definition at line 21 of file crypto_native.h.

Variable Documentation

◆ crypto_native_main

crypto_native_main_t crypto_native_main

Definition at line 23 of file main.c.

◆ foreach_crypto_native_march_variant

foreach_crypto_native_march_variant

Definition at line 45 of file crypto_native.h.