| /freebsd/libexec/bootpd/ |
| H A D | dovend.c | 312 int length, numbytes; in insert_generic() local 331 numbytes = srcptr[1] + 2; in insert_generic() 332 if (*bytesleft < numbytes) in insert_generic() 333 skipped += numbytes; in insert_generic() 335 bcopy(srcptr, *buff, numbytes); in insert_generic() 336 (*buff) += numbytes; in insert_generic() 337 (*bytesleft) -= numbytes; in insert_generic() 339 srcptr += numbytes; in insert_generic() 340 length -= numbytes; in insert_generic()
|
| /freebsd/sys/libkern/ |
| H A D | arc4random.c | 64 int numbytes; member 148 chacha20->numbytes = 0; in chacha20_randomstir() 170 chacha20->numbytes = 0; 214 if ((chacha20->numbytes > CHACHA20_RESEED_BYTES) || (tv.tv_sec > chacha20->t_reseed)) 234 chacha20->numbytes += length; 235 if (chacha20->numbytes > CHACHA20_RESEED_BYTES) {
|
| /freebsd/crypto/openssl/crypto/rand/ |
| H A D | rand_egd.c | 113 int mybuffer, ret = -1, i, numbytes, fd; in RAND_query_egd_bytes() local 183 numbytes = tempbuf[0]; in RAND_query_egd_bytes() 191 i = fread(buf, sizeof(char), numbytes, fp); in RAND_query_egd_bytes() 192 if (i < numbytes) in RAND_query_egd_bytes() 194 ret = numbytes; in RAND_query_egd_bytes()
|
| /freebsd/crypto/openssl/test/ |
| H A D | quicapitest.c | 60 size_t numbytes = 0; in test_quic_write_read() local 98 if (!TEST_true(SSL_write_ex(clientquic, msg, msglen, &numbytes)) in test_quic_write_read() 99 || !TEST_size_t_eq(numbytes, msglen)) in test_quic_write_read() 110 &numbytes))) in test_quic_write_read() 112 } while (numbytes == 0); in test_quic_write_read() 114 if (!TEST_mem_eq(buf, numbytes, msg, msglen)) in test_quic_write_read() 125 msglen, &numbytes))) in test_quic_write_read() 131 if (!TEST_false(SSL_read_ex(clientquic, buf, 1, &numbytes)) in test_quic_write_read() 135 &numbytes)) in test_quic_write_read() 147 if (!TEST_true(SSL_read_ex(clientquic, buf, 1, &numbytes)) in test_quic_write_read() [all …]
|
| /freebsd/sys/cam/ctl/ |
| H A D | ctl_tpc.c | 822 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_b2b() local 872 numbytes = (off_t)numlba * dstblock; in tpc_process_b2b() 874 numbytes = (off_t)numlba * srcblock; in tpc_process_b2b() 882 if (numbytes == 0) in tpc_process_b2b() 885 if (numbytes % srcblock != 0 || numbytes % dstblock != 0) { in tpc_process_b2b() 894 list->segbytes = numbytes; in tpc_process_b2b() 895 list->segsectors = numbytes / dstblock; in tpc_process_b2b() 899 while (donebytes < numbytes) { in tpc_process_b2b() 900 roundbytes = numbytes - donebytes; in tpc_process_b2b() 1178 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_wut() local [all …]
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_fuzz.c | 156 int j, numbytes, trycnt; in test_fuzz() 163 numbytes = (int)(rand() % q); in test_fuzz() 164 for (j = 0; j < numbytes; ++j) in test_fuzz() 157 int j, numbytes, trycnt; test_fuzz() local
|
| /freebsd/crypto/openssl/demos/http3/ |
| H A D | ossl-nghttp3-demo-server.c | 1228 size_t numbytes = vec[i].len; in run_quic_server() local 1236 vec[i].len, flagwrite, &numbytes)) { in run_quic_server()
|
| /freebsd/stand/libsa/ |
| H A D | pkgfs.c | 90 char numbytes[12]; member
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_tar.c | 77 char numbytes[12]; member 3148 tar_atol(sparse->numbytes, sizeof(sparse->numbytes))) in gnu_sparse_old_parse()
|