Searched refs:icv (Results 1 – 3 of 3) sorted by relevance
| /net/ipv4/ |
| A D | ah4.c | 53 u8 *icv) in ah_tmp_req() argument 119 u8 *icv; in ah_output_done() local 129 icv = ah_tmp_icv(iph, ihl); in ah_output_done() 130 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output_done() 149 u8 *icv; in ah_output() local 182 icv = ah_tmp_icv(seqhi, seqhi_len); in ah_output() 183 req = ah_tmp_req(ahash, icv); in ah_output() 246 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output() 265 u8 *icv; in ah_input_done() local 307 u8 *icv; in ah_input() local [all …]
|
| /net/ipv6/ |
| A D | ah6.c | 82 u8 *icv) in ah_tmp_req() argument 285 u8 *icv; in ah6_output_done() local 299 icv = ah_tmp_icv(iph_ext, extlen); in ah6_output_done() 301 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output_done() 322 u8 *icv; in ah6_output() local 362 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_output() 363 req = ah_tmp_req(ahash, icv); in ah6_output() 454 u8 *icv; in ah6_input_done() local 508 u8 *icv; in ah6_input() local 576 icv = ah_tmp_icv(seqhi, seqhi_len); in ah6_input() [all …]
|
| /net/mac80211/ |
| A D | wep.c | 112 __le32 icv; in ieee80211_wep_encrypt_data() local 114 icv = cpu_to_le32(~crc32_le(~0, data, data_len)); in ieee80211_wep_encrypt_data() 115 put_unaligned(icv, (__le32 *)(data + data_len)); in ieee80211_wep_encrypt_data()
|
Completed in 19 milliseconds