Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/
Dipsec.h10 #define IXGBE_IPSEC_AUTH_BITS 128 macro
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()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.h11 #define IXGBE_IPSEC_AUTH_BITS 128 macro
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()
933 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()