Searched refs:zero (Results 1 – 12 of 12) sorted by relevance
/net/mac80211/ |
D | aes_gmac.c | 21 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()
|
D | aes_cmac.c | 22 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/ |
D | cfdgml.c | 84 u32 zero = 0; in cfdgml_transmit() local 100 cfpkt_add_head(pkt, &zero, 3); in cfdgml_transmit()
|
D | cfutill.c | 80 u8 zero = 0; in cfutill_transmit() local 93 cfpkt_add_head(pkt, &zero, 1); in cfutill_transmit()
|
/net/netfilter/ |
D | nf_conntrack_sane.c | 57 __be16 zero; member 137 if (reply->zero != 0) in help()
|
D | nft_bitwise.c | 130 static struct nft_data zero; variable 139 if (memcmp(&priv->xor, &zero, sizeof(priv->xor)) || in nft_bitwise_offload()
|
D | Kconfig | 1134 accepts those for which the filter returns non-zero.
|
/net/wimax/ |
D | Kconfig | 38 If set at zero, this will compile out all the debug code.
|
/net/atm/ |
D | resources.c | 178 int zero) in fetch_stats() argument 188 if (zero && !error) { in fetch_stats()
|
/net/ipv6/ |
D | calipso.c | 579 static const u8 zero[2]; in calipso_validate() local 584 crc = crc_ccitt(crc, zero, sizeof(zero)); in calipso_validate()
|
/net/rxrpc/ |
D | key.c | 1051 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/ |
D | sock.c | 660 goto zero; in sock_getbindtodevice() 677 zero: in sock_getbindtodevice()
|