Home
last modified time | relevance | path

Searched refs:hbuf (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dgmac.c53 uint8_t hbuf[GMAC_BLOCK_LEN]; in AES_GMAC_Setkey() local
58 rijndaelEncrypt(agc->keysched, agc->rounds, zeros, hbuf); in AES_GMAC_Setkey()
60 h = gf128_read(hbuf); in AES_GMAC_Setkey()
64 explicit_bzero(hbuf, sizeof hbuf); in AES_GMAC_Setkey()
/f-stack/tools/netstat/
H A Dinet6.c1334 char hbuf[NI_MAXHOST], *cp; local
1364 error = getnameinfo((struct sockaddr *)&sin6, sizeof(sin6), hbuf,
1365 sizeof(hbuf), NULL, 0, flags);
1368 (cp = strchr(hbuf, '.')) &&
1371 strlcpy(line, hbuf, sizeof(line));
/f-stack/tools/ndp/
H A Dndp.c876 static char hbuf[NI_MAXHOST]; in ether_str() local
879 strlcpy(hbuf, ether_ntoa((struct ether_addr *)LLADDR(sdl)), in ether_str()
880 sizeof(hbuf)); in ether_str()
883 snprintf(hbuf, sizeof(hbuf), "%s", link_ntoa(sdl) + n); in ether_str()
885 snprintf(hbuf, sizeof(hbuf), "(incomplete)"); in ether_str()
887 return(hbuf); in ether_str()
/f-stack/freebsd/contrib/zlib/
H A Dinflate.c460 hbuf[0] = (unsigned char)(word); \
461 hbuf[1] = (unsigned char)((word) >> 8); \
462 check = crc32(check, hbuf, 2); \
467 hbuf[0] = (unsigned char)(word); \
468 hbuf[1] = (unsigned char)((word) >> 8); \
469 hbuf[2] = (unsigned char)((word) >> 16); \
470 hbuf[3] = (unsigned char)((word) >> 24); \
471 check = crc32(check, hbuf, 4); \
640 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */ local
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h546 u32 addr, u32 len, void *hbuf, int dir);
548 u32 len, void *hbuf, int dir);
551 void *hbuf, int dir) in t4_memory_rw() argument
553 return t4_memory_rw_mtype(adap, win, mtype, maddr, len, hbuf, dir); in t4_memory_rw()
H A Dt4_hw.c5531 u32 len, void *hbuf, int dir) in t4_memory_rw_addr() argument
5538 if (addr & 0x3 || (uintptr_t)hbuf & 0x3) in t4_memory_rw_addr()
5540 buf = (u32 *)hbuf; in t4_memory_rw_addr()
5690 u32 len, void *hbuf, int dir) in t4_memory_rw_mtype() argument
5712 hbuf, dir); in t4_memory_rw_mtype()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c275 rx_ctx.hbuf = rxq->rx_hdr_len >> ICE_RLAN_CTX_HBUF_S; in ice_program_hw_rx_queue()
701 rx_ctx.hbuf = rxq->rx_hdr_len >> ICE_RLAN_CTX_HBUF_S; in ice_fdir_program_hw_rx_queue()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_lan_tx_rx.h905 u16 hbuf; /* bigger than needed, see above for reason */ member
H A Dice_common.c1062 ICE_CTX_STORE(ice_rlan_ctx, hbuf, 5, 109),