Searched refs:numbytes (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/rand/
H A Drand_egd.c95 * RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255.
140 int len, num, numbytes; local
191 numbytes = 0;
192 while (numbytes != 2)
194 num = write(fd, egdbuf + numbytes, 2 - numbytes);
196 numbytes += num;
215 numbytes = 0;
216 while (numbytes != 1)
222 numbytes
[all...]
/freebsd-10.0-release/libexec/bootpd/
H A Ddovend.c335 int length, numbytes;
354 numbytes = srcptr[1] + 2;
355 if (*bytesleft < numbytes)
356 skipped += numbytes;
358 bcopy(srcptr, *buff, numbytes);
359 (*buff) += numbytes;
360 (*bytesleft) -= numbytes;
362 srcptr += numbytes;
363 length -= numbytes;
333 int length, numbytes; local
/freebsd-10.0-release/contrib/ipfilter/
H A Darc4random.c226 int left, numbytes; local
228 numbytes = pot + sizeof(pot) - pottail;
229 bcopy(md5ctx.buf, pottail, numbytes);
230 left = sizeof(md5ctx.buf) - numbytes;
256 int left, numbytes; local
259 numbytes = pot + sizeof(pot) - pothead;
260 bcopy(pothead, dest, numbytes);
261 left -= numbytes;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Docd.c591 int numbytes;
595 numbytes = min (len, 256 - 8);
602 buf[7] = numbytes;
604 memcpy (&buf[8], myaddr, numbytes);
605 ocd_put_packet (buf, 8 + numbytes);
621 numbytes = error_address - memaddr;
623 len -= numbytes;
632 len -= numbytes;
633 memaddr += numbytes;
634 myaddr += numbytes;
585 int numbytes; local
656 int numbytes; local
[all...]
H A Ddsrec.c94 int numbytes; local
110 for (i = 0; i < size; i += numbytes)
113 numbytes = make_srec (srec, (CORE_ADDR) (addr + i), abfd, s,
H A Dremote-mips.c2653 unsigned int numbytes;
2661 for (i = 0; i < s->_raw_size; i += numbytes)
2663 numbytes = min (srec_frame, s->_raw_size - i);
2665 bfd_get_section_contents (abfd, s, buffer, i, numbytes);
2667 reclen = mips_make_srec (srec, '3', s->vma + i, buffer, numbytes);
2648 unsigned int numbytes; local
/freebsd-10.0-release/crypto/openssl/engines/
H A De_atalla.c457 int to_return, numbytes; local
486 numbytes = BN_num_bytes(m);
487 memset(exponent->d, 0, numbytes);
488 memset(modulus->d, 0, numbytes);
489 BN_bn2bin(p, (unsigned char *)exponent->d + numbytes - BN_num_bytes(p));
490 BN_bn2bin(m, (unsigned char *)modulus->d + numbytes - BN_num_bytes(m));
492 keydata.privateExponent.len = numbytes;
494 keydata.modulus.len = numbytes;
496 memset(argument->d, 0, numbytes);
497 memset(result->d, 0, numbytes);
[all...]
H A De_cswift.c587 int numbytes = BN_num_bytes(in); local
590 while( ((out->nbytes = (numbytes+mod)) % 32) )
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_fuzz.c132 int j, numbytes, trycnt; local
138 numbytes = (int)(rand() % q);
139 for (j = 0; j < numbytes; ++j)
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c283 apr_size_t numbytes;
297 numbytes = 1;
298 SVN_ERR(svn_stream_read(stream, &c, &numbytes));
299 if (numbytes != 1)
339 apr_size_t numbytes;
352 numbytes = LINE_CHUNK_SIZE;
353 SVN_ERR(svn_stream_read(stream, buffer, &numbytes));
354 buffer[numbytes] = '\0';
364 else if (numbytes < LINE_CHUNK_SIZE)
368 *stringbuf = svn_stringbuf_ncreate(buffer, numbytes, poo
281 apr_size_t numbytes; local
337 apr_size_t numbytes; local
[all...]
H A Dio.c4712 apr_size_t numbytes;
4722 numbytes = 1;
4728 SVN_ERR(svn_io_file_read_full2(file, &c, sizeof(c), &numbytes,
4731 if (numbytes != 1 || len > max_len)
4752 SVN_ERR(svn_io_file_read_full2(file, &c, sizeof(c), &numbytes,
4754 if (numbytes == 1 && c == '\n')
4764 numbytes = 1;
4701 apr_size_t numbytes; local
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_dn_glue.c138 u_long numbytes; member in struct:dn_flow_queue7
177 int numbytes; member in struct:dn_pipe7
203 uint64_t numbytes ; /* credit for transmission (dynamic queues) */ member in struct:dn_flow_queue8
243 /* Same as in dn_flow_queue, numbytes can become large */
244 int64_t numbytes; /* bits I can transmit (more or less). */ member in struct:dn_pipe8
274 * numbytes from int to int64_t
282 * numbytes from u_long to int64_t
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c715 apr_size_t numbytes;
722 numbytes = 1;
726 SVN_ERR(svn_io_file_read_full2(file, &c, sizeof(c), &numbytes,
728 if (numbytes != 1)
749 SVN_ERR(svn_io_file_read_full2(file, &c, sizeof(c), &numbytes,
751 if (numbytes == 1 && c == '\n')
760 numbytes = 1;
714 apr_size_t numbytes; local
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddlltool.c1983 int numbytes; local
1992 numbytes = ftell (base_file);
1994 copy = xmalloc (numbytes);
1995 fread (copy, 1, numbytes, base_file);
1996 num_entries = numbytes / sizeof (long);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c77 char numbytes[12]; member in struct:gnu_sparse
1696 if (strcmp(key, "GNU.sparse.numbytes") == 0) {
2160 tar_atol(sparse->numbytes, sizeof(sparse->numbytes)))
2178 * number of blocks, and GNU.sparse.offset/GNU.sparse.numbytes to
2187 * This version replaced the offset/numbytes attributes with

Completed in 144 milliseconds