Searched refs:icv_fullbits (Results 1 – 6 of 6) sorted by relevance
/linux/net/xfrm/ |
H A D | xfrm_algo.c | 182 .icv_fullbits = 0, 202 .icv_fullbits = 128, 222 .icv_fullbits = 160, 242 .icv_fullbits = 256, 261 .icv_fullbits = 384, 280 .icv_fullbits = 512, 300 .icv_fullbits = 160, 319 .icv_fullbits = 128, 339 .icv_fullbits = 128, 352 .icv_fullbits = 256,
|
/linux/net/ipv4/ |
H A D | ah4.c | 513 if (aalg_desc->uinfo.auth.icv_fullbits/8 != in ah_init_state() 519 ahp->icv_full_len = aalg_desc->uinfo.auth.icv_fullbits/8; in ah_init_state()
|
H A D | esp4.c | 1116 if (aalg_desc->uinfo.auth.icv_fullbits / 8 != in esp_init_authenc()
|
/linux/net/ipv6/ |
H A D | ah6.c | 708 if (aalg_desc->uinfo.auth.icv_fullbits/8 != in ah6_init_state() 714 ahp->icv_full_len = aalg_desc->uinfo.auth.icv_fullbits/8; in ah6_init_state()
|
H A D | esp6.c | 1153 if (aalg_desc->uinfo.auth.icv_fullbits / 8 != in esp_init_authenc()
|
/linux/include/net/ |
H A D | xfrm.h | 1559 u16 icv_fullbits; member
|