Lines Matching defs:bytes
157 /* number of bytes to encrypt */
386 /* number of bytes to encrypt */
659 * In that case we have to move ICV bytes back to their proper place.
665 uint32_t i, k, icv_len, *icv, bytes;
674 bytes = 0;
685 bytes += mb[i]->pkt_len;
691 sa->statistics.bytes += bytes;
711 uint32_t i, ol_flags, bytes;
714 bytes = 0;
718 bytes += mb[i]->pkt_len;
724 ss->sa->statistics.bytes += bytes;