#ifndef NFP_CRYPTO_FW_H
#define NFP_CRYPTO_FW_H …
#include "../ccm.h"
#define NFP_NET_CRYPTO_OP_TLS_1_2_AES_GCM_128_ENC …
#define NFP_NET_CRYPTO_OP_TLS_1_2_AES_GCM_128_DEC …
struct nfp_net_tls_resync_req { … };
struct nfp_crypto_reply_simple { … };
struct nfp_crypto_req_reset { … };
#define NFP_NET_TLS_IPVER …
#define NFP_NET_TLS_VLAN …
#define NFP_NET_TLS_VLAN_UNUSED …
struct nfp_crypto_req_add_front { … };
struct nfp_crypto_req_add_back { … };
struct nfp_crypto_req_add_v4 { … };
struct nfp_crypto_req_add_v6 { … };
struct nfp_crypto_reply_add { … };
struct nfp_crypto_req_del { … };
struct nfp_crypto_req_update { … };
#endif