Searched refs:ibytes (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/sys/crypto/aesni/
H A Daesni.h105 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
109 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
H A Daesni_ghash.c273 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
292 if (ibytes == 96/8) {
321 for (i=0; i < ibytes/16; i++) {
327 if (ibytes%16) {
328 for (j=0; j < ibytes%16; j++)
335 tmp1 = _mm_insert_epi64(tmp1, (uint64_t)ibytes*8, 0);
531 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
550 if (ibytes == 96/8) {
579 for (i=0; i < ibytes/16; i++) {
585 if (ibytes
271 AES_GCM_encrypt(const unsigned char *in, unsigned char *out, const unsigned char *addt, const unsigned char *ivec, unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, const unsigned char *key, int nr) argument
529 AES_GCM_decrypt(const unsigned char *in, unsigned char *out, const unsigned char *addt, const unsigned char *ivec, const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, const unsigned char *key, int nr) argument
[all...]
/freebsd-11-stable/sys/dev/en/
H A Dmidwayvar.h141 uint32_t ibytes; member in struct:en_vcc
/freebsd-11-stable/sys/dev/ce/
H A Dceddk.h88 ulong64 ibytes; member in struct:_ce_chan_t
H A Dif_ce.c1383 st->ibytes = c->ibytes;
1477 c->ibytes = 0;
2092 c->rintr, c->tintr, 0l, (unsigned long) c->ibytes,
/freebsd-11-stable/sys/netinet/
H A Dip_mroute.h248 u_long ibytes; /* Input byte count on vif */ member in struct:sioc_vif_req
/freebsd-11-stable/sys/netinet6/
H A Dip6_mroute.h193 u_quad_t ibytes; /* Input byte count on mif */ member in struct:sioc_mif_req6
/freebsd-11-stable/usr.bin/netstat/
H A Dif.c422 show_stat("lu", 10, "received-bytes", IFA_STAT(ibytes),
540 st->ift_ib += IFA_STAT(ibytes);
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h174 uint32_t ibytes; member in struct:card_vcc
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h31 unsigned long ibytes; /* input bytes */ member in struct:serial_statistics
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_rx.c319 vcc->ibytes += m->m_pkthdr.len;
518 vcc->ibytes += m->m_pkthdr.len;
H A Dif_patmvar.h197 uint64_t ibytes; /* bytes received */ member in struct:patm_vcc
H A Dif_patm_ioctl.c162 vcc->ibytes = vcc->ipackets = 0;
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe.h535 u64 ibytes; member in struct:adapter
582 #define IXGBE_SET_IBYTES(sc, count) (sc)->ibytes = (count)
/freebsd-11-stable/sys/dev/ixl/
H A Dixl.h371 #define IXL_SET_IBYTES(vsi, count) (vsi)->ibytes = (count)
589 u64 ibytes; member in struct:ixl_vsi
/freebsd-11-stable/sys/dev/cp/
H A Dcpddk.h150 ulong64 ibytes; /* input bytes */ member in struct:_cp_chan_t
/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.h331 unsigned long ibytes; /* input bytes */ member in struct:_cx_chan_t
H A Dcxddk.c459 c->ibytes += len;
526 c->ibytes += len;
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_rx.c247 vcc->ibytes += len;
H A Dif_hatm_ioctl.c154 vcc->ibytes = vcc->ipackets = 0;
H A Dif_hatmvar.h339 uint32_t ibytes; member in struct:hevcc
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c1337 st->ibytes = c->ibytes;
1400 c->ibytes = 0;
1803 st.ibytes = c->ibytes;
1812 st.rintr, st.tintr, st.mintr, st.ibytes, st.ipkts,
H A Dctddk.h396 unsigned long ibytes; /* input bytes */ member in struct:_ct_chan_t
/freebsd-11-stable/crypto/openssh/
H A Dclientloop.c1507 u_int64_t ibytes, obytes; local
1786 packet_get_bytes(&ibytes, &obytes);
1788 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1791 obytes / total_time, ibytes / total_time);
H A Dsshd.c1394 u_int64_t ibytes, obytes; local
2169 packet_get_bytes(&ibytes, &obytes);
2171 (unsigned long long)obytes, (unsigned long long)ibytes);

Completed in 206 milliseconds

12