Searched refs:icv_fullbits (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/net/xfrm/ |
D | xfrm_algo.c | 181 .icv_fullbits = 0, 201 .icv_fullbits = 128, 221 .icv_fullbits = 160, 241 .icv_fullbits = 256, 260 .icv_fullbits = 384, 279 .icv_fullbits = 512, 299 .icv_fullbits = 160, 318 .icv_fullbits = 128, 338 .icv_fullbits = 128, 351 .icv_fullbits = 256,
|
D | xfrm_user.c | 471 if (ualg->alg_trunc_len > algo->uinfo.auth.icv_fullbits) { in attach_auth_trunc()
|
/linux-6.1.9/net/ipv4/ |
D | ah4.c | 516 if (aalg_desc->uinfo.auth.icv_fullbits/8 != in ah_init_state() 522 ahp->icv_full_len = aalg_desc->uinfo.auth.icv_fullbits/8; in ah_init_state()
|
D | esp4.c | 1115 if (aalg_desc->uinfo.auth.icv_fullbits / 8 != in esp_init_authenc()
|
/linux-6.1.9/net/ipv6/ |
D | ah6.c | 711 if (aalg_desc->uinfo.auth.icv_fullbits/8 != in ah6_init_state() 717 ahp->icv_full_len = aalg_desc->uinfo.auth.icv_fullbits/8; in ah6_init_state()
|
D | esp6.c | 1158 if (aalg_desc->uinfo.auth.icv_fullbits / 8 != in esp_init_authenc()
|
/linux-6.1.9/include/net/ |
D | xfrm.h | 1403 u16 icv_fullbits; member
|