/freebsd/sys/crypto/aesni/ |
H A D | aesni_ghash.c | 271 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_encrypt() argument 290 if (ibytes == 96/8) { in AES_GCM_encrypt() 319 for (i=0; i < ibytes/16; i++) { in AES_GCM_encrypt() 325 if (ibytes%16) { in AES_GCM_encrypt() 326 for (j=0; j < ibytes%16; j++) in AES_GCM_encrypt() 333 tmp1 = _mm_insert_epi64(tmp1, (uint64_t)ibytes*8, 0); in AES_GCM_encrypt() 532 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_decrypt() argument 551 if (ibytes == 96/8) { in AES_GCM_decrypt() 580 for (i=0; i < ibytes/16; i++) { in AES_GCM_decrypt() 586 if (ibytes%16) { in AES_GCM_decrypt() [all …]
|
H A D | aesni.h | 103 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, 107 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 457 u64 ibytes; member 481 #define IXGBE_SET_IBYTES(sc, count) (sc)->ibytes = (count)
|
H A D | if_ixv.c | 1189 return (sc->ibytes); in ixv_if_get_counter()
|
H A D | if_ix.c | 1233 return (sc->ibytes); in ixgbe_if_get_counter()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl.h | 277 #define IXL_SET_IBYTES(vsi, count) (vsi)->ibytes = (count) 455 u64 ibytes; member
|
H A D | if_ixl.c | 1784 return (vsi->ibytes); in ixl_if_get_counter()
|
/freebsd/usr.bin/netstat/ |
H A D | if.c | 426 IFA_STAT(ibytes)); in intpr() 507 IFA_STAT(ibytes), link|network, 0); in intpr() 625 st->ift_ib += IFA_STAT(ibytes); in fill_iftot()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dpdk.c | 457 stats.ibytes,stats.imissed); in nic_stats_display() 476 uint64_t delta_bit = (pd->curr_stats.ibytes-pd->prev_stats.ibytes)*8; in pcap_dpdk_stats()
|
/freebsd/sys/netinet6/ |
H A D | ip6_mroute.h | 194 u_quad_t ibytes; /* Input byte count on mif */ member
|
H A D | ip6_mroute.c | 528 req->ibytes = mif6table[mifi].m6_bytes_in; in get_mif6_cnt()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_iflib.h | 268 u64 ibytes; member
|
H A D | iavf_vc_common.c | 665 vsi->ibytes = es->rx_bytes; in iavf_update_stats_counters()
|
H A D | if_iavf_iflib.c | 1484 return (vsi->ibytes); in iavf_if_get_counter()
|
/freebsd/sys/netinet/ |
H A D | ip_mroute.h | 247 u_long ibytes; /* Input byte count on vif */ member
|
H A D | ip_mroute.c | 606 req->ibytes = V_viftable[vifi].v_bytes_in; in get_vif_cnt()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_alloc.c | 1313 int error, start, len, ifree, ibytes; in ext2_nodealloccg() local 1335 ibytes = fs->e2fs_ipg / 8; in ext2_nodealloccg() 1336 memset(bp->b_data, 0, ibytes - 1); in ext2_nodealloccg() 1337 ext2_fix_bitmap_tail(bp->b_data, ibytes, in ext2_nodealloccg()
|
/freebsd/crypto/openssh/ |
H A D | clientloop.c | 1451 u_int64_t ibytes, obytes; in client_loop() 1691 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop() 1693 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop() 1696 obytes / total_time, ibytes / total_time); in client_loop() 1450 u_int64_t ibytes, obytes; client_loop() local
|
H A D | sshd.c | 1616 u_int64_t ibytes, obytes; local 2423 ssh_packet_get_bytes(ssh, &ibytes, &obytes); 2425 (unsigned long long)obytes, (unsigned long long)ibytes);
|
H A D | packet.c | 468 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes() argument 470 if (ibytes) in ssh_packet_get_bytes() 471 *ibytes = ssh->state->p_read.bytes; in ssh_packet_get_bytes()
|