Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_algo.c182 .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
[all...]
H A Dxfrm_user.c677 if (ualg->alg_trunc_len > algo->uinfo.auth.icv_fullbits) { in attach_auth_trunc()
/linux/net/ipv4/
H A Dah4.c513 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()
/linux/include/net/
H A Dxfrm.h1572 u16 icv_fullbits; member