Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.h10 #define IXGBE_IPSEC_AUTH_BITS 128 macro
H A Dipsec.c224 if (xs->aead->alg_icv_len != IXGBE_IPSEC_AUTH_BITS) { in ixgbevf_ipsec_parse_proto_keys()
226 IXGBE_IPSEC_AUTH_BITS); in ixgbevf_ipsec_parse_proto_keys()
528 const int authlen = IXGBE_IPSEC_AUTH_BITS / 8; in ixgbevf_ipsec_tx()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.h11 #define IXGBE_IPSEC_AUTH_BITS 128 macro
H A Dixgbe_ipsec.c440 if (xs->aead->alg_icv_len != IXGBE_IPSEC_AUTH_BITS) { in ixgbe_ipsec_parse_proto_keys()
442 IXGBE_IPSEC_AUTH_BITS); in ixgbe_ipsec_parse_proto_keys()
917 algo = xfrm_aead_get_byname(aes_gcm_name, IXGBE_IPSEC_AUTH_BITS, 1); in ixgbe_ipsec_vf_add_sa()
948 xs->aead->alg_icv_len = IXGBE_IPSEC_AUTH_BITS; in ixgbe_ipsec_vf_add_sa()
1135 const int authlen = IXGBE_IPSEC_AUTH_BITS / 8; in ixgbe_ipsec_tx()