Home
last modified time | relevance | path

Searched refs:nfp_ipsec_cfg_add_sa (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c88 struct nfp_ipsec_cfg_add_sa { struct
127 struct nfp_ipsec_cfg_add_sa cfg_add_sa; argument
175 static int set_aes_keylen(struct nfp_ipsec_cfg_add_sa *cfg, int alg, int keylen) in set_aes_keylen()
199 static void set_md5hmac(struct nfp_ipsec_cfg_add_sa *cfg, int *trunc_len) in set_md5hmac()
213 static void set_sha1hmac(struct nfp_ipsec_cfg_add_sa *cfg, int *trunc_len) in set_sha1hmac()
227 static void set_sha2_256hmac(struct nfp_ipsec_cfg_add_sa *cfg, int *trunc_len) in set_sha2_256hmac()
241 static void set_sha2_384hmac(struct nfp_ipsec_cfg_add_sa *cfg, int *trunc_len) in set_sha2_384hmac()
255 static void set_sha2_512hmac(struct nfp_ipsec_cfg_add_sa *cfg, int *trunc_len) in set_sha2_512hmac()
275 struct nfp_ipsec_cfg_add_sa *cfg; in nfp_net_xfrm_add_state()