Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 12 of 12) sorted by relevance

/net/mac80211/
Daes_gmac.c21 u8 *zero, *__aad, iv[AES_BLOCK_SIZE]; in ieee80211_aes_gmac() local
32 zero = (u8 *)aead_req + reqsize; in ieee80211_aes_gmac()
33 __aad = zero + GMAC_MIC_LEN; in ieee80211_aes_gmac()
39 sg_set_buf(&sg[2], zero, GMAC_MIC_LEN); in ieee80211_aes_gmac()
Daes_cmac.c22 static const u8 zero[CMAC_TLEN_256]; variable
35 crypto_shash_finup(desc, zero, CMAC_TLEN, out); in ieee80211_aes_cmac()
50 crypto_shash_finup(desc, zero, CMAC_TLEN_256, mic); in ieee80211_aes_cmac_256()
/net/caif/
Dcfdgml.c84 u32 zero = 0; in cfdgml_transmit() local
100 cfpkt_add_head(pkt, &zero, 3); in cfdgml_transmit()
Dcfutill.c80 u8 zero = 0; in cfutill_transmit() local
93 cfpkt_add_head(pkt, &zero, 1); in cfutill_transmit()
/net/netfilter/
Dnf_conntrack_sane.c57 __be16 zero; member
137 if (reply->zero != 0) in help()
Dnft_bitwise.c130 static struct nft_data zero; variable
139 if (memcmp(&priv->xor, &zero, sizeof(priv->xor)) || in nft_bitwise_offload()
DKconfig1134 accepts those for which the filter returns non-zero.
/net/wimax/
DKconfig38 If set at zero, this will compile out all the debug code.
/net/atm/
Dresources.c178 int zero) in fetch_stats() argument
188 if (zero && !error) { in fetch_stats()
/net/ipv6/
Dcalipso.c579 static const u8 zero[2]; in calipso_validate() local
584 crc = crc_ccitt(crc, zero, sizeof(zero)); in calipso_validate()
/net/rxrpc/
Dkey.c1051 u32 cnlen, toksize, ntoks, tok, zero; in rxrpc_read() local
1128 zero = 0; in rxrpc_read()
1142 copy_to_user((u8 __user *)xdr + _l, &zero, 4 - (_l & 3)) != 0) \ in rxrpc_read()
/net/core/
Dsock.c660 goto zero; in sock_getbindtodevice()
677 zero: in sock_getbindtodevice()