Home
last modified time | relevance | path

Searched refs:icv_fullbits (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/net/xfrm/
Dxfrm_algo.c181 .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,
Dxfrm_user.c471 if (ualg->alg_trunc_len > algo->uinfo.auth.icv_fullbits) { in attach_auth_trunc()
/linux-6.1.9/net/ipv4/
Dah4.c516 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()
Desp4.c1115 if (aalg_desc->uinfo.auth.icv_fullbits / 8 != in esp_init_authenc()
/linux-6.1.9/net/ipv6/
Dah6.c711 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()
Desp6.c1158 if (aalg_desc->uinfo.auth.icv_fullbits / 8 != in esp_init_authenc()
/linux-6.1.9/include/net/
Dxfrm.h1403 u16 icv_fullbits; member