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

/freebsd-13-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,
115 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
119 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);
533 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
552 if (ibytes == 96/8) {
581 for (i=0; i < ibytes/16; i++) {
587 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
531 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-13-stable/sys/netinet/
H A Dip_mroute.h250 u_long ibytes; /* Input byte count on vif */ member in struct:sioc_vif_req
H A Dip_mroute.c599 req->ibytes = V_viftable[vifi].v_bytes_in;
/freebsd-13-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,
H A Dceddk.c239 c->ibytes += len;
/freebsd-13-stable/sys/netinet6/
H A Dip6_mroute.h195 u_quad_t ibytes; /* Input byte count on mif */ member in struct:sioc_mif_req6
H A Dip6_mroute.c534 req->ibytes = mif6table[mifi].m6_bytes_in;
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe.h472 u64 ibytes; member in struct:adapter
502 #define IXGBE_SET_IBYTES(sc, count) (sc)->ibytes = (count)
H A Dif_ixv.c1180 return (adapter->ibytes);
H A Dif_ix.c1209 return (adapter->ibytes);
/freebsd-13-stable/sys/dev/ixl/
H A Dixl.h282 #define IXL_SET_IBYTES(vsi, count) (vsi)->ibytes = (count)
472 u64 ibytes; member in struct:ixl_vsi
H A Dif_ixl.c1748 return (vsi->ibytes);
H A Dif_iavf.c1452 return (vsi->ibytes);
/freebsd-13-stable/usr.bin/netstat/
H A Dif.c424 show_stat("lu", 10, "received-bytes", IFA_STAT(ibytes),
542 st->ift_ib += IFA_STAT(ibytes);
/freebsd-13-stable/sys/i386/include/
H A Dcserial.h31 unsigned long ibytes; /* input bytes */ member in struct:serial_statistics
/freebsd-13-stable/sys/dev/cp/
H A Dcpddk.h150 ulong64 ibytes; /* input bytes */ member in struct:_cp_chan_t
H A Dif_cp.c1120 st->ibytes = c->ibytes;
1204 c->ibytes = 0;
1872 c->rintr, c->tintr, 0l, (unsigned long) c->ibytes,
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_alloc.c1315 int error, start, len, ifree, ibytes; local
1337 ibytes = fs->e2fs_ipg / 8;
1338 memset(bp->b_data, 0, ibytes - 1);
1339 ext2_fix_bitmap_tail(bp->b_data, ibytes,
/freebsd-13-stable/crypto/openssh/
H A Dclientloop.c1242 u_int64_t ibytes, obytes; local
1471 packet_get_bytes(&ibytes, &obytes);
1473 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1476 obytes / total_time, ibytes / total_time);
H A Dsshd.c1498 u_int64_t ibytes, obytes; local
2286 packet_get_bytes(&ibytes, &obytes);
2288 (unsigned long long)obytes, (unsigned long long)ibytes);
H A Dpacket.c457 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) argument
459 if (ibytes)
460 *ibytes = ssh->state->p_read.bytes;
/freebsd-13-stable/sbin/sconfig/
H A Dsconfig.c331 sarr [1] = st.ibytes;

Completed in 312 milliseconds