Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/caam/
Dcaamalg_desc.c1247 const bool is_ipsec = (ivsize != CHACHAPOLY_IV_SIZE); in cnstr_shdsc_chachapoly() local
1260 if (is_ipsec) in cnstr_shdsc_chachapoly()
1282 u32 ctx1_iv_off = is_ipsec ? 8 : 4; in cnstr_shdsc_chachapoly()
1320 if (is_ipsec) in cnstr_shdsc_chachapoly()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dfs.c604 bool is_ipsec = mlx5_fs_is_ipsec_flow(match_c); in is_valid_esp_aes_gcm() local
614 return is_crypto && is_ipsec && in is_valid_esp_aes_gcm()