Symbol: size_t
bin/cat/cat.c
401
static size_t bsize;
bin/cat/cat.c
419
bsize = MAX(bsize, (size_t)pagesize);
bin/cat/cat.c
426
if ((nw = write(wfd, buf + off, (size_t)nr)) < 0)
bin/chio/chio.c
1013
calloc((size_t)1, sizeof(struct changer_element_status));
bin/chio/chio.c
1051
size_t elem, total_elem;
bin/chio/chio.c
665
calloc((size_t)count, sizeof(struct changer_element_status));
bin/chio/chio.c
926
(void) snprintf(bp, sizeof(buf) - (size_t)(bp - &buf[0]),
bin/cp/utils.c
75
static size_t bufsize;
bin/csh/iconv_stub.h
33
typedef size_t dl_iconv_t(iconv_t, char **, size_t *, char **, size_t *);
bin/date/date.c
377
static size_t
bin/date/date.c
378
strftime_ns(char * __restrict s, size_t maxsize, const char * __restrict format,
bin/date/date.c
381
size_t ret;
bin/date/date.c
61
static size_t strftime_ns(char * __restrict, size_t, const char * __restrict,
bin/date/date.c
92
size_t i;
bin/date/vary.c
422
size_t len;
bin/dd/args.c
189
in.dbsz = out.dbsz = (size_t)res;
bin/dd/args.c
200
cbsz = (size_t)res;
bin/dd/args.c
246
in.dbsz = (size_t)res;
bin/dd/args.c
300
out.dbsz = (size_t)res;
bin/dd/conv.c
100
size_t cnt, maxlen;
bin/dd/conv.c
130
maxlen = MIN(cbsz, (size_t)in.dbcnt);
bin/dd/conv.c
143
if (ch != '\n' && (size_t)in.dbcnt < cbsz) {
bin/dd/conv.c
214
size_t cnt;
bin/dd/conv.c
225
for (inp = in.db; (size_t)in.dbcnt >= cbsz; inp += cbsz, in.dbcnt -= cbsz) {
bin/dd/conv.c
247
size_t cnt;
bin/dd/conv.c
56
size_t cnt;
bin/dd/dd.c
231
if ((in.db = malloc((size_t)out.dbsz + in.dbsz - 1)) == NULL)
bin/dd/dd.c
234
} else if ((in.db = malloc(MAX((size_t)in.dbsz, cbsz) + cbsz)) == NULL ||
bin/dd/dd.c
364
swapbytes(void *v, size_t len)
bin/dd/dd.c
482
swapbytes(in.dbp, (size_t)n);
bin/dd/dd.c
542
size_t cnt, n;
bin/dd/dd.c
616
if ((size_t)nw == n && n == (size_t)out.dbsz)
bin/dd/dd.c
621
if ((size_t) nw != cnt) {
bin/dd/dd.c
74
size_t cbsz; /* conversion block size */
bin/dd/dd.c
78
size_t speed = 0; /* maximum speed, in bytes per second */
bin/dd/extern.h
59
extern size_t cbsz;
bin/dd/extern.h
61
extern size_t speed;
bin/dd/position.c
53
size_t sz;
bin/dd/position.c
89
size_t bcnt;
bin/df/df.c
283
size_t mntsize, i;
bin/df/df.c
311
if ((av = malloc((size_t)(i + 2) * sizeof(char *))) == NULL) {
bin/df/df.c
371
static size_t
bin/df/df.c
640
size_t buflen;
bin/df/df.c
77
static size_t regetmntinfo(struct statfs **, long);
bin/echo/echo.c
70
size_t len;
bin/ed/buf.c
49
static size_t sfbufsz; /* buffer size */
bin/ed/buf.c
51
size_t len;
bin/ed/buf.c
84
size_t len;
bin/ed/ed.h
119
size_t ti = (n); \
bin/ed/ed.h
145
size_t ti = (n); \
bin/ed/glbl.c
148
size_t ti = active_size;
bin/ed/io.c
303
size_t clen;
bin/ed/io.c
319
if (clen != (size_t)-1 && clen != (size_t)-2 &&
bin/ed/main.c
1337
size_t n;
bin/expr/expr.y
544
if (regexec(&rp, a->u.s, (size_t)2, rm, 0) == 0 && rm[0].rm_so == 0)
bin/ls/extern.h
56
size_t len_octal(const char *, int);
bin/ls/ls.c
761
size_t flen, ulen, glen;
bin/ls/ls.c
907
if (flen > (size_t)maxflags)
bin/ls/print.c
106
static size_t padding_for_month[12];
bin/ls/print.c
107
static size_t month_max_size = 0;
bin/ls/print.c
159
static size_t
bin/ls/print.c
163
size_t width, donelen, clen, w;
bin/ls/print.c
167
if (clen == (size_t)-1 || clen == (size_t)-2)
bin/ls/print.c
170
if ((w = wcwidth(wc)) == (size_t)-1)
bin/ls/print.c
182
size_t width;
bin/ls/print.c
183
size_t months_width[12];
bin/ls/print.c
187
if (width == (size_t)-1) {
bin/ls/print.c
430
printdev(size_t width, dev_t dev)
bin/ls/print.c
437
ls_strftime(char *str, size_t len, const char *fmt, const struct tm *tm)
bin/ls/print.c
62
static void printdev(size_t, dev_t);
bin/ls/print.c
66
static void printsize(size_t, off_t);
bin/ls/print.c
668
size_t len;
bin/ls/print.c
679
if (len <= 2 * (size_t)i) {
bin/ls/print.c
750
printsize(size_t width, off_t bytes)
bin/ls/util.c
100
if (clen == (size_t)-2) {
bin/ls/util.c
132
size_t
bin/ls/util.c
137
size_t clen, r;
bin/ls/util.c
142
if (clen == (size_t)-1) {
bin/ls/util.c
149
if (clen == (size_t)-2) {
bin/ls/util.c
169
size_t clen;
bin/ls/util.c
176
goodchar = clen != (size_t)-1 && clen != (size_t)-2;
bin/ls/util.c
193
else if (clen == (size_t)-1)
bin/ls/util.c
206
if (clen == (size_t)-2)
bin/ls/util.c
208
if (clen == (size_t)-1) {
bin/ls/util.c
57
size_t clen;
bin/ls/util.c
62
if (clen == (size_t)-2) {
bin/ls/util.c
66
if (clen == (size_t)-1) {
bin/ls/util.c
88
size_t clen;
bin/ls/util.c
93
if (clen == (size_t)-1) {
bin/mv/mv.c
150
memmove(endp, p, (size_t)len + 1);
bin/mv/mv.c
261
static size_t blen = MAXPHYS;
bin/mv/mv.c
284
if (write(to_fd, bp, (size_t)nread) != nread) {
bin/mv/mv.c
72
size_t baselen, len;
bin/pax/cpio.c
210
((size_t)arcn->sb.st_size >= sizeof(arcn->ln_name))) {
bin/pax/extern.h
258
void sub_name(char *, int *, size_t);
bin/pax/options.c
1017
size_t i;
bin/pax/options.c
1484
size_t len;
bin/pax/options.c
182
size_t i;
bin/pax/pax.c
219
size_t tdlen;
bin/pax/sel_subs.c
529
size_t len;
bin/pax/tables.c
570
sub_name(char *oname, int *onamelen, size_t onamesize)
bin/pkill/pkill.c
135
size_t bufsz;
bin/pkill/pkill.c
138
size_t jsz;
bin/pkill/tests/spin_helper.c
60
size_t bufsz = ARG_MAX -
bin/ps/extern.h
43
extern const size_t known_keywords_nb;
bin/ps/extern.h
56
const char *fmt_argv(char **, char *, char *, size_t);
bin/ps/extern.h
59
size_t aliased_keyword_index(const VAR *);
bin/ps/fmt.c
101
fmt_argv(char **argv, char *cmd, char *thread, size_t maxlen)
bin/ps/fmt.c
103
size_t len;
bin/ps/fmt.c
54
static size_t buf_size;
bin/ps/fmt.c
55
size_t len;
bin/ps/keyword.c
237
const size_t known_keywords_nb = nitems(keywords);
bin/ps/keyword.c
239
size_t
bin/ps/keyword.c
244
const size_t idx = fv - keywords;
bin/ps/keyword.c
268
for (size_t i = 1; i < known_keywords_nb; ++i) {
bin/ps/keyword.c
360
for (size_t i = 0; i < known_keywords_nb; ++i)
bin/ps/keyword.c
398
size_t sep_idx;
bin/ps/nlist.c
47
size_t oldlen;
bin/ps/print.c
384
size_t buflen = 100;
bin/ps/print.c
410
size_t buflen = 100;
bin/ps/ps.c
1438
size_t len;
bin/ps/ps.c
1527
size_t intsize;
bin/ps/ps.c
265
size_t len = strlen(optarg);
bin/ps/ps.h
95
size_t off; /* offset in structure */
bin/pwait/pwait.c
86
size_t sz;
bin/setfacl/file.c
45
size_t len;
bin/setfacl/file.c
62
len = fread(buf, (size_t)1, sizeof(buf) - 1, file);
bin/setfacl/setfacl.c
92
size_t fl_count, i;
bin/setfacl/setfacl.h
53
void *zmalloc(size_t size);
bin/setfacl/setfacl.h
54
void *zrealloc(void *ptr, size_t size);
bin/setfacl/util.c
36
zmalloc(size_t size)
bin/setfacl/util.c
47
zrealloc(void *ptr, size_t size)
bin/sh/alias.c
246
static size_t
bin/sh/alias.c
260
size_t i = 0;
bin/sh/alias.c
52
static size_t hashalias(const char *);
bin/sh/exec.c
139
isbinary(const char *data, size_t len)
bin/sh/exec.c
211
size_t len, namelen;
bin/sh/exec.c
475
size_t len;
bin/sh/exec.c
573
size_t len;
bin/sh/exec.c
598
size_t i = 0;
bin/sh/expand.c
1238
if (nameend == NULL || (size_t)(nameend - p) >= sizeof(name) ||
bin/sh/expand.c
1484
size_t len;
bin/sh/expand.c
1505
size_t len;
bin/sh/expand.c
464
size_t nnl;
bin/sh/expand.c
888
static size_t buflen = 0;
bin/sh/expand.c
890
size_t len, zpos, zlen;
bin/sh/histedit.c
587
size_t curpos = (intptr_t)thunk;
bin/sh/histedit.c
594
**add_match(char **matches, size_t i, size_t *size, char *match_copy)
bin/sh/histedit.c
619
size_t i = 0, size = 16, uniq;
bin/sh/histedit.c
620
size_t curpos = end - start, lcstring = -1;
bin/sh/histedit.c
701
for (size_t k = 2; k <= i; k++) {
bin/sh/histedit.c
704
size_t common = 0;
bin/sh/histedit.c
728
else if (lcstring != (size_t)-1)
bin/sh/histedit.c
733
for (size_t k = 1; k <= uniq; k++)
bin/sh/histedit.c
776
(size_t)100, NULL, &((int) {0}), NULL, NULL, FN_QUOTE_MATCH);
bin/sh/jobs.c
640
size_t namelen;
bin/sh/memalloc.c
102
size_t len;
bin/sh/memalloc.c
188
size_t len;
bin/sh/memalloc.c
335
stputbin(const char *data, size_t len, char *p)
bin/sh/memalloc.c
57
ckmalloc(size_t nbytes)
bin/sh/memalloc.h
48
pointer ckmalloc(size_t);
bin/sh/memalloc.h
59
char *stputbin(const char *data, size_t len, char *p);
bin/sh/memalloc.h
69
#define CHECKSTRSPACE(n, p) { if ((size_t)(sstrend - p) < n) p = makestrspace(n, p); }
bin/sh/miscbltin.c
67
size_t off; /* offset in buf */
bin/sh/miscbltin.c
68
size_t buflen;
bin/sh/options.c
254
size_t len;
bin/sh/output.c
127
size_t clen;
bin/sh/output.c
134
if (clen == (size_t)-2) {
bin/sh/output.c
139
if (clen == (size_t)-1) {
bin/sh/output.c
193
outbin(const void *data, size_t len, struct output *file)
bin/sh/output.h
64
void outbin(const void *, size_t, struct output *);
bin/sh/parser.c
1091
size_t savelen;
bin/sh/parser.c
130
static void getusername(char *, size_t);
bin/sh/parser.c
134
parser_temp_alloc(size_t len)
bin/sh/parser.c
150
parser_temp_realloc(void *ptr, size_t len)
bin/sh/parser.c
1987
getusername(char *name, size_t namelen)
bin/sh/parser.c
2030
size_t homelen;
bin/sh/redir.c
258
size_t len = 0;
bin/sh/redir.c
277
if ((size_t)written == len)
bin/sh/var.c
221
size_t len;
bin/sh/var.c
222
size_t namelen;
bin/sh/var.c
223
size_t vallen;
cddl/compat/opensolaris/lib/libumem/umem.c
104
umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *callback_data, void *source, int cflags)
cddl/compat/opensolaris/lib/libumem/umem.c
36
size_t bufsize;
cddl/compat/opensolaris/lib/libumem/umem.c
42
void *umem_alloc(size_t size, int flags)
cddl/compat/opensolaris/lib/libumem/umem.c
65
void *umem_zalloc(size_t size, int flags)
cddl/compat/opensolaris/lib/libumem/umem.c
88
void umem_free(void *buf, size_t size)
cddl/compat/opensolaris/lib/libumem/umem.h
44
extern void *umem_alloc(size_t, int);
cddl/compat/opensolaris/lib/libumem/umem.h
45
extern void *umem_alloc_align(size_t, size_t, int);
cddl/compat/opensolaris/lib/libumem/umem.h
46
extern void *umem_zalloc(size_t, int);
cddl/compat/opensolaris/lib/libumem/umem.h
47
extern void umem_free(void *, size_t);
cddl/compat/opensolaris/lib/libumem/umem.h
48
extern void umem_free_align(void *, size_t);
cddl/compat/opensolaris/lib/libumem/umem.h
71
extern umem_cache_t *umem_cache_create(char *, size_t,
cddl/compat/opensolaris/lib/libumem/umem.h
72
size_t, umem_constructor_t *, umem_destructor_t *, umem_reclaim_t *,
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
88
size_t zpool_config_size;
crypto/heimdal/admin/add.c
105
size_t len;
crypto/heimdal/admin/add.c
116
if ((size_t)hex_decode(opt->password_string, data, len) != len) {
crypto/heimdal/admin/add.c
39
readstring(const char *prompt, char *buf, size_t len)
crypto/heimdal/admin/get.c
209
size_t k;
crypto/heimdal/admin/get.c
92
size_t netypes = 0;
crypto/heimdal/admin/get.c
93
size_t i;
crypto/heimdal/admin/list.c
116
size_t i;
crypto/heimdal/appl/ftp/common/buffer.c
47
alloc_buffer (void *oldbuf, size_t *sz, struct stat *st)
crypto/heimdal/appl/ftp/common/buffer.c
49
size_t new_sz;
crypto/heimdal/appl/ftp/common/common.h
58
void *alloc_buffer (void *oldbuf, size_t *sz, struct stat *st);
crypto/heimdal/appl/ftp/ftp/domacro.c
68
size_t len;
crypto/heimdal/appl/ftp/ftp/ftp.c
586
static size_t bufsize;
crypto/heimdal/appl/ftp/ftp/ftp.c
596
size_t off;
crypto/heimdal/appl/ftp/ftp/ftp.c
612
size_t len;
crypto/heimdal/appl/ftp/ftp/ftp.c
904
static size_t bufsize;
crypto/heimdal/appl/ftp/ftp/gssapi.c
170
gss_adat(void *app_data, void *buf, size_t len)
crypto/heimdal/appl/ftp/ftp/gssapi.c
89
size_t ret_len;
crypto/heimdal/appl/ftp/ftp/ruserpass.c
72
guess_domain (char *hostname_str, size_t sz)
crypto/heimdal/appl/ftp/ftp/security.c
127
block_read(int fd, void *buf, size_t len)
crypto/heimdal/appl/ftp/ftp/security.c
144
block_write(int fd, void *buf, size_t len)
crypto/heimdal/appl/ftp/ftp/security.c
185
static size_t
crypto/heimdal/appl/ftp/ftp/security.c
186
buffer_read(struct buffer *buf, void *dataptr, size_t len)
crypto/heimdal/appl/ftp/ftp/security.c
194
static size_t
crypto/heimdal/appl/ftp/ftp/security.c
195
buffer_write(struct buffer *buf, void *dataptr, size_t len)
crypto/heimdal/appl/ftp/ftp/security.c
216
size_t len;
crypto/heimdal/appl/ftp/ftp/security.c
44
static size_t buffer_size;
crypto/heimdal/appl/ftp/ftp/security.c
471
size_t len;
crypto/heimdal/appl/ftp/ftp/security.c
48
size_t size;
crypto/heimdal/appl/ftp/ftp/security.c
481
size_t new = size;
crypto/heimdal/appl/ftp/ftp/security.c
49
size_t index;
crypto/heimdal/appl/ftp/ftp/security.c
546
size_t len, buf_size;
crypto/heimdal/appl/ftp/ftp/security.c
559
if(len == (size_t)-1) {
crypto/heimdal/appl/ftp/ftp/security.c
565
if(len == (size_t)-1) {
crypto/heimdal/appl/ftp/ftp/security.h
49
size_t size;
crypto/heimdal/appl/ftp/ftp/security.h
61
size_t size;
crypto/heimdal/appl/ftp/ftp/security.h
70
int (*adat)(void *, void*, size_t);
crypto/heimdal/appl/ftp/ftp/security.h
71
size_t (*pbsz)(void *, size_t);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3504
size_t count;
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
360
# elif defined size_t
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
361
# define YYSIZE_T size_t
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
365
# define YYSIZE_T size_t
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1451
size_t count;
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1344
static size_t bufsize;
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1460
static size_t bufsize;
crypto/heimdal/appl/ftp/ftpd/gssapi.c
170
gss_adat(void *app_data, void *buf, size_t len)
crypto/heimdal/appl/ftp/ftpd/gssapi.c
89
size_t ret_len;
crypto/heimdal/appl/ftp/ftpd/ls.c
139
static size_t
crypto/heimdal/appl/ftp/ftpd/ls.c
140
block_convert(size_t blocks)
crypto/heimdal/appl/ftp/ftpd/ls.c
510
size_t total_blocks = 0;
crypto/heimdal/appl/ftp/ftpd/security.c
127
block_read(int fd, void *buf, size_t len)
crypto/heimdal/appl/ftp/ftpd/security.c
144
block_write(int fd, void *buf, size_t len)
crypto/heimdal/appl/ftp/ftpd/security.c
185
static size_t
crypto/heimdal/appl/ftp/ftpd/security.c
186
buffer_read(struct buffer *buf, void *dataptr, size_t len)
crypto/heimdal/appl/ftp/ftpd/security.c
194
static size_t
crypto/heimdal/appl/ftp/ftpd/security.c
195
buffer_write(struct buffer *buf, void *dataptr, size_t len)
crypto/heimdal/appl/ftp/ftpd/security.c
216
size_t len;
crypto/heimdal/appl/ftp/ftpd/security.c
44
static size_t buffer_size;
crypto/heimdal/appl/ftp/ftpd/security.c
471
size_t len;
crypto/heimdal/appl/ftp/ftpd/security.c
48
size_t size;
crypto/heimdal/appl/ftp/ftpd/security.c
481
size_t new = size;
crypto/heimdal/appl/ftp/ftpd/security.c
49
size_t index;
crypto/heimdal/appl/ftp/ftpd/security.c
546
size_t len, buf_size;
crypto/heimdal/appl/ftp/ftpd/security.c
559
if(len == (size_t)-1) {
crypto/heimdal/appl/ftp/ftpd/security.c
565
if(len == (size_t)-1) {
crypto/heimdal/appl/gssmask/common.c
40
size_t len = strlen(str) + 1;
crypto/heimdal/appl/gssmask/common.c
53
add_list(char ****list, size_t *listlen, char **str, size_t len)
crypto/heimdal/appl/gssmask/common.c
55
size_t i;
crypto/heimdal/appl/gssmask/common.c
65
permute(char ****list, size_t *listlen,
crypto/heimdal/appl/gssmask/common.c
83
permutate_all(struct getarg_strings *strings, size_t *size)
crypto/heimdal/appl/gssmask/common.h
114
char *** permutate_all(struct getarg_strings *, size_t *);
crypto/heimdal/appl/gssmask/gssmaestro.c
706
size_t i;
crypto/heimdal/appl/gssmask/gssmaestro.c
756
size_t num_list, i, j, k;
crypto/heimdal/appl/kf/kf.c
126
char *message, size_t len)
crypto/heimdal/appl/kf/kf.c
285
char *message, size_t len)
crypto/heimdal/appl/login/login-protos.h
63
size_t /*len*/,
crypto/heimdal/appl/login/login-protos.h
70
size_t /*dst_sz*/);
crypto/heimdal/appl/login/read_string.c
51
read_string(const char *prompt, char *buf, size_t len, int echo)
crypto/heimdal/appl/login/utmp_login.c
43
char *dst, size_t dst_sz)
crypto/heimdal/appl/push/push.c
150
size_t niovecs, maxiovecs, allociovecs;
crypto/heimdal/appl/push/push.c
169
write_state_add (struct write_state *w, void *v, size_t len)
crypto/heimdal/appl/push/push.c
217
size_t in_buf_size;
crypto/heimdal/appl/push/push.c
218
size_t in_len = 0;
crypto/heimdal/appl/push/push.c
226
size_t from_line_length;
crypto/heimdal/appl/push/push.c
316
size_t rem;
crypto/heimdal/appl/push/push.c
344
size_t len;
crypto/heimdal/appl/rcp/rcp.c
338
result = read(fd, bp->buf, (size_t)amt);
crypto/heimdal/appl/rcp/rcp.c
345
result = write(remout, bp->buf, (size_t)amt);
crypto/heimdal/appl/rcp/rcp.c
522
size_t need;
crypto/heimdal/appl/rcp/rcp.c
590
j = write(ofd, bp->buf, (size_t)count);
crypto/heimdal/appl/rcp/rcp.c
601
(j = write(ofd, bp->buf, (size_t)count)) != count) {
crypto/heimdal/appl/rcp/util.c
151
size_t size;
crypto/heimdal/appl/rsh/common.c
131
do_write (int fd, void *buf, size_t sz, void *ivec)
crypto/heimdal/appl/rsh/common.c
48
size_t blocksize;
crypto/heimdal/appl/rsh/common.c
74
do_read (int fd, void *buf, size_t sz, void *ivec)
crypto/heimdal/appl/rsh/rsh.c
241
size_t cmd_len,
crypto/heimdal/appl/rsh/rsh.c
247
size_t len;
crypto/heimdal/appl/rsh/rsh.c
409
size_t cmd_len,
crypto/heimdal/appl/rsh/rsh.c
412
size_t len;
crypto/heimdal/appl/rsh/rsh.c
434
const char *cmd, size_t cmd_len,
crypto/heimdal/appl/rsh/rsh.c
438
const char *local_user, size_t cmd_len,
crypto/heimdal/appl/rsh/rsh.c
444
size_t len;
crypto/heimdal/appl/rsh/rsh.c
584
static size_t
crypto/heimdal/appl/rsh/rsh.c
588
size_t len = 0;
crypto/heimdal/appl/rsh/rsh.c
642
size_t cmd_len)
crypto/heimdal/appl/rsh/rsh.c
712
size_t cmd_len,
crypto/heimdal/appl/rsh/rsh.c
716
const char *local_user, size_t cmd_len,
crypto/heimdal/appl/rsh/rsh.c
842
size_t cmd_len;
crypto/heimdal/appl/rsh/rsh_locl.h
161
ssize_t do_read (int, void*, size_t, void*);
crypto/heimdal/appl/rsh/rsh_locl.h
162
ssize_t do_write (int, void*, size_t, void*);
crypto/heimdal/appl/rsh/rshd.c
102
size_t len;
crypto/heimdal/appl/rsh/rshd.c
118
read_str (int s, size_t sz, char *expl)
crypto/heimdal/appl/telnet/libtelnet/auth-proto.h
106
int kerberos5_status (Authenticator *, char *, size_t, int);
crypto/heimdal/appl/telnet/libtelnet/auth-proto.h
107
void kerberos5_printsub (unsigned char *, size_t, unsigned char *, size_t);
crypto/heimdal/appl/telnet/libtelnet/auth-proto.h
61
int auth_wait (char *, size_t);
crypto/heimdal/appl/telnet/libtelnet/auth-proto.h
64
void auth_gen_printsub (unsigned char *, size_t, unsigned char *, size_t);
crypto/heimdal/appl/telnet/libtelnet/auth-proto.h
72
void auth_printsub(unsigned char*, size_t, unsigned char*, size_t);
crypto/heimdal/appl/telnet/libtelnet/auth-proto.h
88
void unsafe_printsub (unsigned char *, size_t, unsigned char *, size_t);
crypto/heimdal/appl/telnet/libtelnet/auth-proto.h
97
void sra_printsub (unsigned char *, size_t, unsigned char *, size_t);
crypto/heimdal/appl/telnet/libtelnet/auth.c
557
auth_wait(char *name, size_t name_sz)
crypto/heimdal/appl/telnet/libtelnet/auth.c
596
auth_printsub(unsigned char *data, size_t cnt,
crypto/heimdal/appl/telnet/libtelnet/auth.c
597
unsigned char *buf, size_t buflen)
crypto/heimdal/appl/telnet/libtelnet/auth.c
608
auth_gen_printsub(unsigned char *data, size_t cnt,
crypto/heimdal/appl/telnet/libtelnet/auth.c
609
unsigned char *buf, size_t buflen)
crypto/heimdal/appl/telnet/libtelnet/auth.h
74
int (*status) (struct XauthP *, char *, size_t, int);
crypto/heimdal/appl/telnet/libtelnet/auth.h
75
void (*printsub) (unsigned char *, size_t, unsigned char *, size_t);
crypto/heimdal/appl/telnet/libtelnet/enc-proto.h
121
void cfb64_printsub (unsigned char *, size_t, unsigned char *, size_t);
crypto/heimdal/appl/telnet/libtelnet/enc-proto.h
131
void ofb64_printsub (unsigned char *, size_t, unsigned char *, size_t);
crypto/heimdal/appl/telnet/libtelnet/enc-proto.h
84
void encrypt_gen_printsub(unsigned char*, size_t, unsigned char*, size_t);
crypto/heimdal/appl/telnet/libtelnet/enc-proto.h
89
void encrypt_printsub(unsigned char*, size_t, unsigned char*, size_t);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
126
void fb64_printsub(unsigned char *, size_t ,
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
127
unsigned char *, size_t , char *);
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
444
void fb64_printsub(unsigned char *data, size_t cnt,
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
445
unsigned char *buf, size_t buflen, char *type)
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
485
void cfb64_printsub(unsigned char *data, size_t cnt,
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
486
unsigned char *buf, size_t buflen)
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
491
void ofb64_printsub(unsigned char *data, size_t cnt,
crypto/heimdal/appl/telnet/libtelnet/enc_des.c
492
unsigned char *buf, size_t buflen)
crypto/heimdal/appl/telnet/libtelnet/encrypt.c
971
void encrypt_gen_printsub(unsigned char *data, size_t cnt,
crypto/heimdal/appl/telnet/libtelnet/encrypt.c
972
unsigned char *buf, size_t buflen)
crypto/heimdal/appl/telnet/libtelnet/encrypt.c
992
encrypt_printsub(unsigned char *data, size_t cnt,
crypto/heimdal/appl/telnet/libtelnet/encrypt.c
993
unsigned char *buf, size_t buflen)
crypto/heimdal/appl/telnet/libtelnet/encrypt.h
88
void (*printsub) (unsigned char *, size_t, unsigned char *, size_t);
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
122
size_t len = sizeof(str_data) + 3 + 2;
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
703
kerberos5_status(Authenticator *ap, char *name, size_t name_sz, int level)
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
726
kerberos5_printsub(unsigned char *data, size_t cnt,
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
727
unsigned char *buf, size_t buflen)
crypto/heimdal/appl/telnet/libtelnet/misc-proto.h
78
void printsub(int direction, unsigned char *pointer, size_t);
crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
387
size_t name_sz;
crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
406
rsaencpwd_printsub(unsigned char *data, size_t cnt,
crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
407
unsigned char * buf, size_t buflen)
crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
409
size_t i;
crypto/heimdal/appl/telnet/libtelnet/spx.c
482
size_t name_sz;
crypto/heimdal/appl/telnet/libtelnet/spx.c
533
spx_printsub(unsigned char *data, size_t cnt,
crypto/heimdal/appl/telnet/libtelnet/spx.c
534
unsigned char *buf, size_t buflen)
crypto/heimdal/appl/telnet/libtelnet/spx.c
536
size_t i;
crypto/heimdal/appl/telnet/telnet/externs.h
362
void printsub(int direction, unsigned char *pointer, size_t length);
crypto/heimdal/appl/telnet/telnet/network.c
39
size_t netobufsize = 64*1024;
crypto/heimdal/appl/telnet/telnet/network.c
40
size_t netibufsize = 64*1024;
crypto/heimdal/appl/telnet/telnet/utilities.c
264
printsub(int direction, unsigned char *pointer, size_t length)
crypto/heimdal/appl/telnet/telnetd/ext.h
124
int getterminaltype (char *name, size_t);
crypto/heimdal/appl/telnet/telnetd/ext.h
141
void writenet (const void *, size_t);
crypto/heimdal/appl/telnet/telnetd/ext.h
150
void printsub (int direction, unsigned char *pointer, size_t length);
crypto/heimdal/appl/telnet/telnetd/ext.h
151
void printdata (char *tag, char *ptr, size_t cnt);
crypto/heimdal/appl/telnet/telnetd/telnetd.c
512
getterminaltype(char *name, size_t name_sz)
crypto/heimdal/appl/telnet/telnetd/telnetd.c
804
size_t len = strcspn(buf, "\r\n");
crypto/heimdal/appl/telnet/telnetd/utility.c
1140
printdata(char *tag, char *ptr, size_t cnt)
crypto/heimdal/appl/telnet/telnetd/utility.c
1142
size_t i;
crypto/heimdal/appl/telnet/telnetd/utility.c
326
writenet(const void *ptr, size_t len)
crypto/heimdal/appl/telnet/telnetd/utility.c
535
printsub(int direction, unsigned char *pointer, size_t length)
crypto/heimdal/appl/test/gss_common.c
60
enet_read(int fd, void *buf, size_t len)
crypto/heimdal/appl/test/http_client.c
149
size_t body_size;
crypto/heimdal/appl/test/http_client.c
197
size_t in_len = 0;
crypto/heimdal/appl/test/http_client.c
85
size_t len;
crypto/heimdal/base/array.c
134
size_t n;
crypto/heimdal/base/array.c
150
size_t n;
crypto/heimdal/base/array.c
164
size_t
crypto/heimdal/base/array.c
181
heim_array_copy_value(heim_array_t array, size_t idx)
crypto/heimdal/base/array.c
196
heim_array_delete_value(heim_array_t array, size_t idx)
crypto/heimdal/base/array.c
223
size_t n = 0;
crypto/heimdal/base/array.c
43
size_t len;
crypto/heimdal/base/array.c
51
size_t n;
crypto/heimdal/base/dict.c
112
heim_dict_create(size_t size)
crypto/heimdal/base/dict.c
46
size_t size;
crypto/heimdal/base/dict.c
77
static size_t
crypto/heimdal/base/dict.c
78
isprime(size_t p)
crypto/heimdal/base/dict.c
80
size_t q, i;
crypto/heimdal/base/dict.c
93
static size_t
crypto/heimdal/base/dict.c
94
findprime(size_t p)
crypto/heimdal/base/heimbase.c
253
heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc)
crypto/heimdal/base/heimbase.c
293
_heim_alloc_object(heim_type_t type, size_t size)
crypto/heimdal/base/heimbase.h
129
size_t heim_array_get_length(heim_array_t);
crypto/heimdal/base/heimbase.h
131
heim_array_copy_value(heim_array_t, size_t);
crypto/heimdal/base/heimbase.h
132
void heim_array_delete_value(heim_array_t, size_t);
crypto/heimdal/base/heimbase.h
143
heim_dict_t heim_dict_create(size_t size);
crypto/heimdal/base/heimbase.h
73
heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc);
crypto/heimdal/base/heimbasepriv.h
82
_heim_alloc_object(heim_type_t type, size_t size);
crypto/heimdal/base/string.c
82
size_t len = strlen(string);
crypto/heimdal/include/bits.c
55
size_t tabs; \
crypto/heimdal/kadmin/add-random-users.c
56
size_t len;
crypto/heimdal/kadmin/check.c
85
size_t keysize;
crypto/heimdal/kadmin/check.c
89
if (ret == 0 && keysize != (size_t)princ.key_data[i].key_data_length[0]) {
crypto/heimdal/kadmin/get.c
113
if (salt->salttype != (size_t)k->key_data_type[1])
crypto/heimdal/kadmin/get.c
115
if (salt->saltvalue.length != (size_t)k->key_data_length[1])
crypto/heimdal/kadmin/get.c
122
format_keytype(krb5_key_data *k, krb5_salt *def_salt, char *buf, size_t buf_len)
crypto/heimdal/kadmin/get.c
161
unsigned int subfield, char *buf, size_t buf_len, int condensed)
crypto/heimdal/kadmin/get.c
263
size_t size;
crypto/heimdal/kadmin/get.c
265
size_t i;
crypto/heimdal/kadmin/get.c
296
size_t size;
crypto/heimdal/kadmin/get.c
298
size_t i;
crypto/heimdal/kadmin/kadm_conn.c
127
size_t i;
crypto/heimdal/kadmin/kadm_conn.c
135
size_t buf_len;
crypto/heimdal/kadmin/kadmin_locl.h
107
void attributes2str(krb5_flags, char *, size_t);
crypto/heimdal/kadmin/kadmin_locl.h
112
void time_t2str(time_t, char *, size_t, int);
crypto/heimdal/kadmin/kadmin_locl.h
118
void deltat2str(unsigned, char *, size_t);
crypto/heimdal/kadmin/kadmin_locl.h
137
random_password(char *, size_t);
crypto/heimdal/kadmin/kadmin_locl.h
154
handle_mit(krb5_context, void *, size_t, int);
crypto/heimdal/kadmin/load.c
156
size_t i;
crypto/heimdal/kadmin/load.c
194
size_t p_len;
crypto/heimdal/kadmin/mod.c
113
size_t size = 0;
crypto/heimdal/kadmin/mod.c
162
size_t size = 0;
crypto/heimdal/kadmin/mod.c
65
size_t size = 0;
crypto/heimdal/kadmin/random_password.c
54
random_password(char *pw, size_t len)
crypto/heimdal/kadmin/rpc.c
1033
INSIST((size_t)krb5_storage_write(reply, data.data, data.length) == data.length);
crypto/heimdal/kadmin/rpc.c
1061
INSIST((size_t)sret == data.length);
crypto/heimdal/kadmin/rpc.c
1089
INSIST((size_t)sret == data.length);
crypto/heimdal/kadmin/rpc.c
1098
handle_mit(krb5_context contextp, void *buf, size_t len, krb5_socket_t sock)
crypto/heimdal/kadmin/rpc.c
112
parse_name(const unsigned char *p, size_t len,
crypto/heimdal/kadmin/rpc.c
115
size_t l;
crypto/heimdal/kadmin/rpc.c
199
read_data(krb5_storage *sp, krb5_storage *msg, size_t len)
crypto/heimdal/kadmin/rpc.c
204
size_t tlen = len;
crypto/heimdal/kadmin/rpc.c
211
INSIST((size_t)slen == tlen);
crypto/heimdal/kadmin/rpc.c
214
INSIST((size_t)slen == tlen);
crypto/heimdal/kadmin/rpc.c
227
size_t total_len = 0;
crypto/heimdal/kadmin/rpc.c
249
size_t res;
crypto/heimdal/kadmin/rpc.c
259
if((size_t)ret != res)
crypto/heimdal/kadmin/rpc.c
275
size_t res;
crypto/heimdal/kadmin/rpc.c
280
if((size_t)ret != res)
crypto/heimdal/kadmin/rpc.c
455
size_t i;
crypto/heimdal/kadmin/rpc.c
497
size_t count = 0;
crypto/heimdal/kadmin/rpc.c
515
INSIST((size_t)ent->n_tl_data == count);
crypto/heimdal/kadmin/rpc.c
730
INSIST((size_t)off == data->length);
crypto/heimdal/kadmin/rpc.c
749
unsigned char *buf, size_t ilen,
crypto/heimdal/kadmin/rpc.c
799
INSIST((size_t)slen == sizeof(tmp) - ilen);
crypto/heimdal/kadmin/rpc.c
816
INSIST((size_t)slen == len);
crypto/heimdal/kadmin/rpc.c
821
INSIST((size_t)slen == ilen);
crypto/heimdal/kadmin/server.c
298
(size_t)n_key_data > UINT_MAX/sizeof(*key_data)) {
crypto/heimdal/kadmin/util.c
160
time_t2str(time_t t, char *str, size_t len, int include_time)
crypto/heimdal/kadmin/util.c
286
deltat2str(unsigned t, char *str, size_t len)
crypto/heimdal/kadmin/util.c
43
get_response(const char *prompt, const char *def, char *buf, size_t len);
crypto/heimdal/kadmin/util.c
580
get_response(const char *prompt, const char *def, char *buf, size_t len)
crypto/heimdal/kadmin/util.c
77
attributes2str(krb5_flags attributes, char *str, size_t len)
crypto/heimdal/kcm/client.c
99
size_t prefix_len;
crypto/heimdal/kcm/config.c
41
size_t max_request = 0; /* maximal size of a request */
crypto/heimdal/kcm/connect.c
48
size_t len;
crypto/heimdal/kcm/kcm_locl.h
169
extern size_t max_request;
crypto/heimdal/kdc/announce.c
228
size_t len;
crypto/heimdal/kdc/announce.c
306
size_t i;
crypto/heimdal/kdc/announce.c
362
size_t len;
crypto/heimdal/kdc/announce.c
78
size_t size;
crypto/heimdal/kdc/connect.c
212
size_t size;
crypto/heimdal/kdc/connect.c
213
size_t len;
crypto/heimdal/kdc/connect.c
286
size_t len;
crypto/heimdal/kdc/connect.c
296
size_t len;
crypto/heimdal/kdc/connect.c
317
size_t i, j;
crypto/heimdal/kdc/connect.c
341
size_t len;
crypto/heimdal/kdc/connect.c
381
struct sockaddr *addr, size_t addr_len, char *str, size_t len)
crypto/heimdal/kdc/connect.c
435
void *buf, size_t len, krb5_boolean prependlength,
crypto/heimdal/kdc/connect.c
47
size_t max_request_udp;
crypto/heimdal/kdc/connect.c
48
size_t max_request_tcp;
crypto/heimdal/kdc/connect.c
486
if ((size_t)n == max_request_udp) {
crypto/heimdal/kdc/connect.c
587
struct descr *d, size_t n)
crypto/heimdal/kdc/connect.c
591
size_t grow;
crypto/heimdal/kdc/connect.c
63
static size_t num_ports;
crypto/heimdal/kdc/connect.c
74
size_t i;
crypto/heimdal/kdc/connect.c
747
if ((size_t)len > d->len)
crypto/heimdal/kdc/connect.c
857
size_t i;
crypto/heimdal/kdc/connect.c
879
} else if(min_free < 0 || i < (size_t)min_free)
crypto/heimdal/kdc/digest-service.c
64
size_t size;
crypto/heimdal/kdc/digest.c
1337
size_t len;
crypto/heimdal/kdc/digest.c
217
size_t size;
crypto/heimdal/kdc/hprop.c
216
size_t i;
crypto/heimdal/kdc/kdc-private.h
228
size_t /*len*/,
crypto/heimdal/kdc/kdc-private.h
230
size_t */*size*/);
crypto/heimdal/kdc/kdc-protos.h
75
size_t /*len*/,
crypto/heimdal/kdc/kdc-protos.h
86
size_t /*len*/,
crypto/heimdal/kdc/kdc-protos.h
98
size_t /*len*/,
crypto/heimdal/kdc/kdc.h
89
size_t max_datagram_reply_length;
crypto/heimdal/kdc/kdc_locl.h
49
extern size_t max_request_udp;
crypto/heimdal/kdc/kdc_locl.h
50
extern size_t max_request_tcp;
crypto/heimdal/kdc/kerberos5.c
1189
size_t len;
crypto/heimdal/kdc/kerberos5.c
1357
size_t len;
crypto/heimdal/kdc/kerberos5.c
1710
size_t len = 0;
crypto/heimdal/kdc/kerberos5.c
1872
size_t size = 0;
crypto/heimdal/kdc/kerberos5.c
281
size_t i;
crypto/heimdal/kdc/kerberos5.c
333
size_t buf_size;
crypto/heimdal/kdc/kerberos5.c
334
size_t len = 0;
crypto/heimdal/kdc/kerberos5.c
529
size_t len;
crypto/heimdal/kdc/kerberos5.c
642
size_t len;
crypto/heimdal/kdc/kerberos5.c
684
size_t i;
crypto/heimdal/kdc/kerberos5.c
77
while((size_t)*start < req->padata->len){
crypto/heimdal/kdc/kerberos5.c
879
size_t i;
crypto/heimdal/kdc/krb5tgs.c
1029
size_t len = 0;
crypto/heimdal/kdc/krb5tgs.c
1031
size_t buf_size;
crypto/heimdal/kdc/krb5tgs.c
116
size_t size = 0;
crypto/heimdal/kdc/krb5tgs.c
1410
size_t size = 0;
crypto/heimdal/kdc/krb5tgs.c
1691
size_t i;
crypto/heimdal/kdc/krb5tgs.c
206
size_t size = 0;
crypto/heimdal/kdc/krb5tgs.c
515
size_t i;
crypto/heimdal/kdc/krb5tgs.c
626
size_t i;
crypto/heimdal/kdc/krb5tgs.c
686
size_t l = 0;
crypto/heimdal/kdc/kx509.c
303
size_t size;
crypto/heimdal/kdc/kx509.c
395
size_t size;
crypto/heimdal/kdc/kx509.c
46
_kdc_try_kx509_request(void *ptr, size_t len, struct Kx509Request *req, size_t *size)
crypto/heimdal/kdc/mit_dump.c
101
my_fgetln(FILE *f, char **buf, size_t *sz, size_t *len)
crypto/heimdal/kdc/mit_dump.c
137
size_t line_bufsz = 0;
crypto/heimdal/kdc/mit_dump.c
138
size_t line_len = 0;
crypto/heimdal/kdc/pkinit.c
1110
size_t size = 0;
crypto/heimdal/kdc/pkinit.c
117
size_t buf_size;
crypto/heimdal/kdc/pkinit.c
119
size_t len = 0;
crypto/heimdal/kdc/pkinit.c
1254
size_t len = 0, size = 0;
crypto/heimdal/kdc/pkinit.c
1258
size_t i;
crypto/heimdal/kdc/pkinit.c
1587
size_t i;
crypto/heimdal/kdc/pkinit.c
1601
size_t size;
crypto/heimdal/kdc/pkinit.c
1650
size_t size;
crypto/heimdal/kdc/pkinit.c
1721
size_t i;
crypto/heimdal/kdc/pkinit.c
1749
size_t j;
crypto/heimdal/kdc/pkinit.c
1883
size_t size = 0;
crypto/heimdal/kdc/pkinit.c
211
size_t dh_gen_keylen, size;
crypto/heimdal/kdc/pkinit.c
240
if (dh_gen_keylen == (size_t)-1) {
crypto/heimdal/kdc/pkinit.c
396
size_t size;
crypto/heimdal/kdc/pkinit.c
440
size_t len;
crypto/heimdal/kdc/pkinit.c
649
size_t size;
crypto/heimdal/kdc/pkinit.c
930
size_t size = 0;
crypto/heimdal/kdc/process.c
117
size_t len;
crypto/heimdal/kdc/process.c
147
size_t len;
crypto/heimdal/kdc/process.c
185
size_t len,
crypto/heimdal/kdc/process.c
225
size_t len,
crypto/heimdal/kdc/process.c
260
size_t len,
crypto/heimdal/kdc/process.c
62
size_t len;
crypto/heimdal/kdc/process.c
89
size_t len;
crypto/heimdal/kdc/string2key.c
78
size_t i;
crypto/heimdal/kpasswd/kpasswdd.c
265
size_t len;
crypto/heimdal/kpasswd/kpasswdd.c
442
size_t len,
crypto/heimdal/kpasswd/kpasswdd.c
691
size_t len;
crypto/heimdal/kuser/copy_cred_cache.c
63
if ((size_t)parse_flags("proxy", asn1_TicketFlags_units(), 0) == TicketFlags2int(ff))
crypto/heimdal/kuser/kdecode_ticket.c
49
size_t len;
crypto/heimdal/kuser/kdigest.c
226
client_chap(const void *server_nonce, size_t snoncelen,
crypto/heimdal/kuser/kdigest.c
270
client_mschapv2(const void *server_nonce, size_t snoncelen,
crypto/heimdal/kuser/kdigest.c
271
const void *client_nonce, size_t cnoncelen,
crypto/heimdal/kuser/kimpersonate.c
67
size_t len, size;
crypto/heimdal/kuser/klist.c
135
size_t j;
crypto/heimdal/kuser/klist.c
156
size_t len;
crypto/heimdal/kuser/klist.c
208
size_t len;
crypto/heimdal/kuser/kswitch.c
72
size_t i, len = 0;
crypto/heimdal/lib/asn1/asn1-common.h
11
size_t length;
crypto/heimdal/lib/asn1/asn1-common.h
17
size_t length;
crypto/heimdal/lib/asn1/asn1-common.h
27
size_t length;
crypto/heimdal/lib/asn1/asn1-common.h
32
size_t length;
crypto/heimdal/lib/asn1/asn1-common.h
39
size_t length;
crypto/heimdal/lib/asn1/asn1-common.h
44
size_t length;
crypto/heimdal/lib/asn1/asn1-template.h
109
size_t size;
crypto/heimdal/lib/asn1/asn1-template.h
93
size_t offset;
crypto/heimdal/lib/asn1/asn1-template.h
97
typedef int (*asn1_type_decode)(const unsigned char *, size_t, void *, size_t *);
crypto/heimdal/lib/asn1/asn1-template.h
98
typedef int (*asn1_type_encode)(unsigned char *, size_t, const void *, size_t *);
crypto/heimdal/lib/asn1/asn1-template.h
99
typedef size_t (*asn1_type_length)(const void *);
crypto/heimdal/lib/asn1/asn1_gen.c
127
size_t datalen;
crypto/heimdal/lib/asn1/asn1_gen.c
53
size_t offset = 0;
crypto/heimdal/lib/asn1/asn1_gen.c
76
size_t sz;
crypto/heimdal/lib/asn1/asn1_print.c
169
size_t i;
crypto/heimdal/lib/asn1/asn1_print.c
209
size_t n;
crypto/heimdal/lib/asn1/asn1_print.c
297
size_t len;
crypto/heimdal/lib/asn1/asn1_print.c
50
static size_t
crypto/heimdal/lib/asn1/asn1_print.c
51
loop (unsigned char *buf, size_t len, int indent)
crypto/heimdal/lib/asn1/asn1_print.c
60
size_t sz;
crypto/heimdal/lib/asn1/asn1_print.c
61
size_t length;
crypto/heimdal/lib/asn1/asn1_print.c
62
size_t loop_length = 0;
crypto/heimdal/lib/asn1/asn1parse.c
370
# elif defined size_t
crypto/heimdal/lib/asn1/asn1parse.c
371
# define YYSIZE_T size_t
crypto/heimdal/lib/asn1/asn1parse.c
375
# define YYSIZE_T size_t
crypto/heimdal/lib/asn1/check-common.c
162
print_bytes (unsigned const char *buf, size_t len)
crypto/heimdal/lib/asn1/check-common.c
198
size_t data_size,
crypto/heimdal/lib/asn1/check-common.c
199
int (ASN1CALL *encode)(unsigned char *, size_t, void *, size_t *),
crypto/heimdal/lib/asn1/check-common.c
201
int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
crypto/heimdal/lib/asn1/check-common.c
218
size_t sz, consumed_sz, length_sz, buf_sz;
crypto/heimdal/lib/asn1/check-common.c
356
size_t data_size,
crypto/heimdal/lib/asn1/check-common.c
357
int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *))
crypto/heimdal/lib/asn1/check-common.c
371
size_t sz;
crypto/heimdal/lib/asn1/check-common.c
54
size_t size;
crypto/heimdal/lib/asn1/check-common.c
56
size_t data_size;
crypto/heimdal/lib/asn1/check-common.c
64
size_t size, struct map_page **map)
crypto/heimdal/lib/asn1/check-common.c
68
size_t len = size + sizeof(long) * 2;
crypto/heimdal/lib/asn1/check-common.c
85
size_t pagesize = getpagesize();
crypto/heimdal/lib/asn1/check-common.h
43
typedef int (ASN1CALL *generic_encode)(unsigned char *, size_t, void *, size_t *);
crypto/heimdal/lib/asn1/check-common.h
45
typedef int (ASN1CALL *generic_decode)(unsigned char *, size_t, void *, size_t *);
crypto/heimdal/lib/asn1/check-common.h
52
size_t data_size,
crypto/heimdal/lib/asn1/check-common.h
53
int (ASN1CALL *encode)(unsigned char *, size_t, void *, size_t *),
crypto/heimdal/lib/asn1/check-common.h
55
int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
crypto/heimdal/lib/asn1/check-common.h
63
size_t data_size,
crypto/heimdal/lib/asn1/check-common.h
64
int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *));
crypto/heimdal/lib/asn1/check-common.h
73
void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
crypto/heimdal/lib/asn1/check-der.c
1035
size_t size;
crypto/heimdal/lib/asn1/check-der.c
104
size_t len_len, len;
crypto/heimdal/lib/asn1/check-der.c
1052
size_t len;
crypto/heimdal/lib/asn1/check-der.c
1062
size_t size;
crypto/heimdal/lib/asn1/check-der.c
551
size_t size;
crypto/heimdal/lib/asn1/check-der.c
602
size_t size;
crypto/heimdal/lib/asn1/check-der.c
671
return generic_decode_fail(tests, ntests, sizeof(size_t),
crypto/heimdal/lib/asn1/check-der.c
932
size_t len;
crypto/heimdal/lib/asn1/check-der.c
934
size_t size;
crypto/heimdal/lib/asn1/check-der.c
948
size_t size;
crypto/heimdal/lib/asn1/check-gen.c
1297
size_t size; \
crypto/heimdal/lib/asn1/check-gen.c
1382
size_t size, len;
crypto/heimdal/lib/asn1/check-gen.c
559
size_t len;
crypto/heimdal/lib/asn1/check-gen.c
649
size_t size;
crypto/heimdal/lib/asn1/check-gen.c
650
size_t i;
crypto/heimdal/lib/asn1/check-gen.c
710
size_t len;
crypto/heimdal/lib/asn1/check-gen.c
711
size_t expected_len;
crypto/heimdal/lib/asn1/check-gen.c
730
size_t sz;
crypto/heimdal/lib/asn1/check-gen.c
784
size_t sz;
crypto/heimdal/lib/asn1/check-gen.c
843
size_t sz;
crypto/heimdal/lib/asn1/der-private.h
24
size_t /*len*/,
crypto/heimdal/lib/asn1/der-private.h
26
size_t */*size*/);
crypto/heimdal/lib/asn1/der-private.h
33
size_t /*len*/,
crypto/heimdal/lib/asn1/der-private.h
35
size_t */*size*/);
crypto/heimdal/lib/asn1/der-private.h
41
size_t /*len*/,
crypto/heimdal/lib/asn1/der-private.h
43
size_t */*size*/);
crypto/heimdal/lib/asn1/der-private.h
50
size_t
crypto/heimdal/lib/asn1/der-private.h
67
size_t /*reallen*/,
crypto/heimdal/lib/asn1/der-private.h
68
size_t */*len*/);
crypto/heimdal/lib/asn1/der-private.h
70
size_t
crypto/heimdal/lib/asn1/der-private.h
73
size_t
crypto/heimdal/lib/asn1/der-protos.h
174
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
176
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
181
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
183
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
188
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
190
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
201
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
203
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
208
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
210
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
215
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
217
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
222
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
224
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
229
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
231
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
236
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
238
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
24
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
243
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
244
size_t */*val*/,
crypto/heimdal/lib/asn1/der-protos.h
245
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
250
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
252
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
257
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
259
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
26
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
264
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
266
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
271
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
273
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
278
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
282
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
299
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
301
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
306
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
308
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
31
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
313
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
315
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
320
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
322
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
327
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
329
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
33
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
334
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
336
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
373
size_t
crypto/heimdal/lib/asn1/der-protos.h
376
size_t
crypto/heimdal/lib/asn1/der-protos.h
379
size_t
crypto/heimdal/lib/asn1/der-protos.h
382
size_t
crypto/heimdal/lib/asn1/der-protos.h
385
size_t
crypto/heimdal/lib/asn1/der-protos.h
388
size_t
crypto/heimdal/lib/asn1/der-protos.h
391
size_t
crypto/heimdal/lib/asn1/der-protos.h
394
size_t
crypto/heimdal/lib/asn1/der-protos.h
397
size_t
crypto/heimdal/lib/asn1/der-protos.h
400
size_t
crypto/heimdal/lib/asn1/der-protos.h
403
size_t
crypto/heimdal/lib/asn1/der-protos.h
404
der_length_len (size_t /*len*/);
crypto/heimdal/lib/asn1/der-protos.h
406
size_t
crypto/heimdal/lib/asn1/der-protos.h
409
size_t
crypto/heimdal/lib/asn1/der-protos.h
412
size_t
crypto/heimdal/lib/asn1/der-protos.h
415
size_t
crypto/heimdal/lib/asn1/der-protos.h
418
size_t
crypto/heimdal/lib/asn1/der-protos.h
421
size_t
crypto/heimdal/lib/asn1/der-protos.h
424
size_t
crypto/heimdal/lib/asn1/der-protos.h
427
size_t
crypto/heimdal/lib/asn1/der-protos.h
430
size_t
crypto/heimdal/lib/asn1/der-protos.h
433
size_t
crypto/heimdal/lib/asn1/der-protos.h
439
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
443
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
448
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
452
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
457
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
461
size_t */*length_ret*/,
crypto/heimdal/lib/asn1/der-protos.h
462
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
494
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
496
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
501
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
503
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
508
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
510
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
515
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
517
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
522
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
524
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
529
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
531
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
536
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
538
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
543
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
545
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
550
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
552
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
557
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
558
size_t /*val*/,
crypto/heimdal/lib/asn1/der-protos.h
559
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
564
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
565
size_t /*len_val*/,
crypto/heimdal/lib/asn1/der-protos.h
569
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
574
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
576
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
581
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
583
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
588
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
590
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
595
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
599
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
604
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
606
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
611
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
613
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
618
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
620
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
625
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
627
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
632
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
634
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
639
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
641
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
646
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
648
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
653
size_t /*len*/,
crypto/heimdal/lib/asn1/der-protos.h
655
size_t */*size*/);
crypto/heimdal/lib/asn1/der-protos.h
668
size_t
crypto/heimdal/lib/asn1/der-protos.h
671
size_t
crypto/heimdal/lib/asn1/der.h
101
int _heim_fix_dce(size_t reallen, size_t *len);
crypto/heimdal/lib/asn1/der_copy.c
190
size_t len;
crypto/heimdal/lib/asn1/der_format.c
111
size_t i;
crypto/heimdal/lib/asn1/der_get.c
103
der_get_integer64 (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
104
int64_t *ret, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
107
size_t oldlen = len;
crypto/heimdal/lib/asn1/der_get.c
123
der_get_length (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
124
size_t *val, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
126
size_t v;
crypto/heimdal/lib/asn1/der_get.c
137
size_t l;
crypto/heimdal/lib/asn1/der_get.c
157
der_get_boolean(const unsigned char *p, size_t len, int *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
170
der_get_general_string (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
171
heim_general_string *str, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
183
while ((size_t)(p1 - p) < len && *p1 == '\0')
crypto/heimdal/lib/asn1/der_get.c
185
if ((size_t)(p1 - p) != len)
crypto/heimdal/lib/asn1/der_get.c
202
der_get_utf8string (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
203
heim_utf8_string *str, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
209
der_get_printable_string(const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
210
heim_printable_string *str, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
223
der_get_ia5_string(const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
224
heim_ia5_string *str, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
230
der_get_bmp_string (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
231
heim_bmp_string *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
233
size_t i;
crypto/heimdal/lib/asn1/der_get.c
261
der_get_universal_string (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
262
heim_universal_string *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
264
size_t i;
crypto/heimdal/lib/asn1/der_get.c
291
der_get_visible_string (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
292
heim_visible_string *str, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
298
der_get_octet_string (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
299
heim_octet_string *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
311
der_get_octet_string_ber (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
312
heim_octet_string *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
318
size_t l, datalen, oldlen = len;
crypto/heimdal/lib/asn1/der_get.c
380
der_get_heim_integer (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
381
heim_integer *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
45
der_get_unsigned (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
46
unsigned *ret, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
466
der_get_time (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
467
time_t *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
487
der_get_generalized_time (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
488
time_t *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
49
size_t oldlen = len;
crypto/heimdal/lib/asn1/der_get.c
494
der_get_utctime (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
495
time_t *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
501
der_get_oid (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
502
heim_oid *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
504
size_t n;
crypto/heimdal/lib/asn1/der_get.c
505
size_t oldlen = len;
crypto/heimdal/lib/asn1/der_get.c
549
der_get_tag (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
551
unsigned int *tag, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
553
size_t ret = 0;
crypto/heimdal/lib/asn1/der_get.c
581
der_match_tag (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
583
unsigned int tag, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
595
der_match_tag2 (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
597
unsigned int tag, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
599
size_t l;
crypto/heimdal/lib/asn1/der_get.c
617
der_match_tag_and_length (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
619
size_t *length_ret, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
621
size_t l, ret = 0;
crypto/heimdal/lib/asn1/der_get.c
64
der_get_unsigned64 (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
65
uint64_t *ret, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
651
_heim_fix_dce(size_t reallen, size_t *len)
crypto/heimdal/lib/asn1/der_get.c
662
der_get_bit_string (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
663
heim_bit_string *data, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
68
size_t oldlen = len;
crypto/heimdal/lib/asn1/der_get.c
83
der_get_integer (const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_get.c
84
int *ret, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
87
size_t oldlen = len;
crypto/heimdal/lib/asn1/der_length.c
103
size_t
crypto/heimdal/lib/asn1/der_length.c
107
size_t ret = 0;
crypto/heimdal/lib/asn1/der_length.c
130
static size_t
crypto/heimdal/lib/asn1/der_length.c
133
size_t ret = 1;
crypto/heimdal/lib/asn1/der_length.c
134
size_t n;
crypto/heimdal/lib/asn1/der_length.c
147
size_t
crypto/heimdal/lib/asn1/der_length.c
148
der_length_len (size_t len)
crypto/heimdal/lib/asn1/der_length.c
162
size_t
crypto/heimdal/lib/asn1/der_length.c
165
size_t len = 0;
crypto/heimdal/lib/asn1/der_length.c
176
size_t
crypto/heimdal/lib/asn1/der_length.c
182
size_t
crypto/heimdal/lib/asn1/der_length.c
188
size_t
crypto/heimdal/lib/asn1/der_length.c
194
size_t
crypto/heimdal/lib/asn1/der_length.c
200
size_t
crypto/heimdal/lib/asn1/der_length.c
206
size_t
crypto/heimdal/lib/asn1/der_length.c
212
size_t
crypto/heimdal/lib/asn1/der_length.c
218
size_t
crypto/heimdal/lib/asn1/der_length.c
224
size_t
crypto/heimdal/lib/asn1/der_length.c
230
size_t
crypto/heimdal/lib/asn1/der_length.c
236
size_t
crypto/heimdal/lib/asn1/der_length.c
242
size_t
crypto/heimdal/lib/asn1/der_length.c
248
size_t
crypto/heimdal/lib/asn1/der_length.c
254
size_t
crypto/heimdal/lib/asn1/der_length.c
265
size_t
crypto/heimdal/lib/asn1/der_length.c
271
size_t
crypto/heimdal/lib/asn1/der_length.c
275
size_t ret;
crypto/heimdal/lib/asn1/der_length.c
283
size_t
crypto/heimdal/lib/asn1/der_length.c
287
size_t ret;
crypto/heimdal/lib/asn1/der_length.c
295
size_t
crypto/heimdal/lib/asn1/der_length.c
301
size_t
crypto/heimdal/lib/asn1/der_length.c
40
size_t
crypto/heimdal/lib/asn1/der_length.c
43
size_t ret = 0;
crypto/heimdal/lib/asn1/der_length.c
58
size_t
crypto/heimdal/lib/asn1/der_length.c
61
size_t ret = 0;
crypto/heimdal/lib/asn1/der_length.c
76
size_t
crypto/heimdal/lib/asn1/der_length.c
80
size_t ret = 0;
crypto/heimdal/lib/asn1/der_locl.h
60
size_t _heim_len_unsigned (unsigned);
crypto/heimdal/lib/asn1/der_locl.h
61
size_t _heim_len_int (int);
crypto/heimdal/lib/asn1/der_put.c
111
der_put_integer (unsigned char *p, size_t len, const int *v, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
151
der_put_integer64 (unsigned char *p, size_t len, const int64_t *v, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
192
der_put_length (unsigned char *p, size_t len, size_t val, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
201
size_t l = 0;
crypto/heimdal/lib/asn1/der_put.c
219
der_put_boolean(unsigned char *p, size_t len, const int *data, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
232
der_put_general_string (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
233
const heim_general_string *str, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
235
size_t slen = strlen(*str);
crypto/heimdal/lib/asn1/der_put.c
246
der_put_utf8string (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
247
const heim_utf8_string *str, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
253
der_put_printable_string (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
254
const heim_printable_string *str, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
260
der_put_ia5_string (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
261
const heim_ia5_string *str, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
267
der_put_bmp_string (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
268
const heim_bmp_string *data, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
270
size_t i;
crypto/heimdal/lib/asn1/der_put.c
284
der_put_universal_string (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
285
const heim_universal_string *data, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
287
size_t i;
crypto/heimdal/lib/asn1/der_put.c
303
der_put_visible_string (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
304
const heim_visible_string *str, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
310
der_put_octet_string (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
311
const heim_octet_string *data, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
322
der_put_heim_integer (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
323
const heim_integer *data, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
374
der_put_generalized_time (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
375
const time_t *data, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
378
size_t l;
crypto/heimdal/lib/asn1/der_put.c
394
der_put_utctime (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
395
const time_t *data, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
398
size_t l;
crypto/heimdal/lib/asn1/der_put.c
414
der_put_oid (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
415
const heim_oid *data, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
444
der_put_tag (unsigned char *p, size_t len, Der_class class, Der_type type,
crypto/heimdal/lib/asn1/der_put.c
445
unsigned int tag, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
453
size_t ret = 0;
crypto/heimdal/lib/asn1/der_put.c
47
der_put_unsigned (unsigned char *p, size_t len, const unsigned *v, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
475
der_put_length_and_tag (unsigned char *p, size_t len, size_t len_val,
crypto/heimdal/lib/asn1/der_put.c
477
unsigned int tag, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
479
size_t ret = 0;
crypto/heimdal/lib/asn1/der_put.c
480
size_t l;
crypto/heimdal/lib/asn1/der_put.c
502
const size_t len = gtimep ? 15 : 13;
crypto/heimdal/lib/asn1/der_put.c
523
der_put_bit_string (unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/der_put.c
524
const heim_bit_string *data, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
526
size_t data_size = (data->length + 7) / 8;
crypto/heimdal/lib/asn1/der_put.c
79
der_put_unsigned64 (unsigned char *p, size_t len, const uint64_t *v, size_t *size)
crypto/heimdal/lib/asn1/extra.c
106
encode_heim_any_set(unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/extra.c
107
const heim_any_set *data, size_t *size)
crypto/heimdal/lib/asn1/extra.c
113
decode_heim_any_set(const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/extra.c
114
heim_any_set *data, size_t *size)
crypto/heimdal/lib/asn1/extra.c
125
size_t
crypto/heimdal/lib/asn1/extra.c
42
encode_heim_any(unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/extra.c
43
const heim_any *data, size_t *size)
crypto/heimdal/lib/asn1/extra.c
49
decode_heim_any(const unsigned char *p, size_t len,
crypto/heimdal/lib/asn1/extra.c
50
heim_any *data, size_t *size)
crypto/heimdal/lib/asn1/extra.c
52
size_t len_len, length, l;
crypto/heimdal/lib/asn1/extra.c
93
size_t
crypto/heimdal/lib/asn1/gen_length.c
47
static size_t
crypto/heimdal/lib/asn1/gen_length.c
50
size_t len = 0;
crypto/heimdal/lib/asn1/gen_template.c
198
size_t i;
crypto/heimdal/lib/asn1/gen_template.c
215
size_t i;
crypto/heimdal/lib/asn1/gen_template.c
438
size_t i;
crypto/heimdal/lib/asn1/gen_template.c
555
size_t count = 0, i;
crypto/heimdal/lib/asn1/gen_template.c
690
size_t count = 0, i;
crypto/heimdal/lib/asn1/heim_asn1.h
37
int encode_heim_any(unsigned char *, size_t, const heim_any *, size_t *);
crypto/heimdal/lib/asn1/heim_asn1.h
38
int decode_heim_any(const unsigned char *, size_t, heim_any *, size_t *);
crypto/heimdal/lib/asn1/heim_asn1.h
40
size_t length_heim_any(const heim_any *);
crypto/heimdal/lib/asn1/heim_asn1.h
43
int encode_heim_any_set(unsigned char *, size_t,
crypto/heimdal/lib/asn1/heim_asn1.h
44
const heim_any_set *, size_t *);
crypto/heimdal/lib/asn1/heim_asn1.h
45
int decode_heim_any_set(const unsigned char *, size_t,
crypto/heimdal/lib/asn1/heim_asn1.h
46
heim_any_set *,size_t *);
crypto/heimdal/lib/asn1/heim_asn1.h
48
size_t length_heim_any_set(const heim_any_set *);
crypto/heimdal/lib/asn1/lex.c
157
typedef size_t yy_size_t;
crypto/heimdal/lib/asn1/lex.c
252
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
crypto/heimdal/lib/asn1/lex.c
253
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
crypto/heimdal/lib/asn1/lex.c
357
yyleng = (size_t) (yy_cp - yy_bp); \
crypto/heimdal/lib/asn1/main.c
103
size_t len = 0, i;
crypto/heimdal/lib/asn1/template.c
1040
size_t ellen = sizeofType(t->ptr);
crypto/heimdal/lib/asn1/template.c
1060
size_t size = bmember->offset;
crypto/heimdal/lib/asn1/template.c
1097
_asn1_decode_top(const struct asn1_template *t, unsigned flags, const unsigned char *p, size_t len, void *data, size_t *size)
crypto/heimdal/lib/asn1/template.c
112
unsigned int bit, size_t size)
crypto/heimdal/lib/asn1/template.c
125
bmember_isset_bit(const void *data, unsigned int bit, size_t size)
crypto/heimdal/lib/asn1/template.c
140
size_t size, unsigned int *bitset)
crypto/heimdal/lib/asn1/template.c
153
const unsigned char *p, size_t len, void *data, size_t *size)
crypto/heimdal/lib/asn1/template.c
155
size_t elements = A1_HEADER_LEN(t);
crypto/heimdal/lib/asn1/template.c
156
size_t oldlen = len;
crypto/heimdal/lib/asn1/template.c
171
size_t newsize, size;
crypto/heimdal/lib/asn1/template.c
208
size_t newsize;
crypto/heimdal/lib/asn1/template.c
209
size_t datalen, l;
crypto/heimdal/lib/asn1/template.c
255
size_t ellen = sizeofType(t->ptr);
crypto/heimdal/lib/asn1/template.c
295
size_t newsize;
crypto/heimdal/lib/asn1/template.c
320
size_t newsize;
crypto/heimdal/lib/asn1/template.c
321
size_t ellen = sizeofType(t->ptr);
crypto/heimdal/lib/asn1/template.c
322
size_t vallength = 0;
crypto/heimdal/lib/asn1/template.c
326
size_t newlen = vallength + ellen;
crypto/heimdal/lib/asn1/template.c
350
size_t size = bmember->offset;
crypto/heimdal/lib/asn1/template.c
351
size_t elements = A1_HEADER_LEN(bmember);
crypto/heimdal/lib/asn1/template.c
352
size_t pos = 0;
crypto/heimdal/lib/asn1/template.c
380
size_t datalen;
crypto/heimdal/lib/asn1/template.c
444
_asn1_encode(const struct asn1_template *t, unsigned char *p, size_t len, const void *data, size_t *size)
crypto/heimdal/lib/asn1/template.c
446
size_t elements = A1_HEADER_LEN(t);
crypto/heimdal/lib/asn1/template.c
448
size_t oldlen = len;
crypto/heimdal/lib/asn1/template.c
456
size_t newsize;
crypto/heimdal/lib/asn1/template.c
481
size_t l, datalen;
crypto/heimdal/lib/asn1/template.c
515
size_t newsize;
crypto/heimdal/lib/asn1/template.c
532
size_t ellen = sizeofType(t->ptr);
crypto/heimdal/lib/asn1/template.c
535
size_t i, totallen;
crypto/heimdal/lib/asn1/template.c
549
size_t l;
crypto/heimdal/lib/asn1/template.c
594
size_t ellen = sizeofType(t->ptr);
crypto/heimdal/lib/asn1/template.c
595
size_t newsize;
crypto/heimdal/lib/asn1/template.c
618
size_t size = bmember->offset;
crypto/heimdal/lib/asn1/template.c
619
size_t elements = A1_HEADER_LEN(bmember);
crypto/heimdal/lib/asn1/template.c
620
size_t pos;
crypto/heimdal/lib/asn1/template.c
665
size_t datalen;
crypto/heimdal/lib/asn1/template.c
699
size_t
crypto/heimdal/lib/asn1/template.c
702
size_t elements = A1_HEADER_LEN(t);
crypto/heimdal/lib/asn1/template.c
703
size_t ret = 0;
crypto/heimdal/lib/asn1/template.c
729
size_t datalen;
crypto/heimdal/lib/asn1/template.c
762
size_t ellen = sizeofType(t->ptr);
crypto/heimdal/lib/asn1/template.c
775
size_t size = bmember->offset;
crypto/heimdal/lib/asn1/template.c
776
size_t elements = A1_HEADER_LEN(bmember);
crypto/heimdal/lib/asn1/template.c
825
size_t elements = A1_HEADER_LEN(t);
crypto/heimdal/lib/asn1/template.c
887
size_t ellen = sizeofType(t->ptr);
crypto/heimdal/lib/asn1/template.c
930
size_t elements = A1_HEADER_LEN(t);
crypto/heimdal/lib/asn1/template.c
94
static size_t
crypto/heimdal/lib/asn1/template.c
949
size_t size;
crypto/heimdal/lib/com_err/com_right.h
78
com_right_r (struct et_list *list, long code, char *, size_t);
crypto/heimdal/lib/com_err/error.c
60
com_right_r(struct et_list *list, long code, char *str, size_t len)
crypto/heimdal/lib/com_err/lex.c
157
typedef size_t yy_size_t;
crypto/heimdal/lib/com_err/lex.c
252
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
crypto/heimdal/lib/com_err/lex.c
253
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
crypto/heimdal/lib/com_err/lex.c
357
yyleng = (size_t) (yy_cp - yy_bp); \
crypto/heimdal/lib/com_err/parse.c
222
# elif defined size_t
crypto/heimdal/lib/com_err/parse.c
223
# define YYSIZE_T size_t
crypto/heimdal/lib/com_err/parse.c
227
# define YYSIZE_T size_t
crypto/heimdal/lib/gssapi/gssapi/gssapi.h
107
size_t count;
crypto/heimdal/lib/gssapi/gssapi/gssapi.h
119
size_t length;
crypto/heimdal/lib/gssapi/gssapi/gssapi.h
135
size_t count;
crypto/heimdal/lib/gssapi/gssapi/gssapi.h
832
size_t header; /**< size of header */
crypto/heimdal/lib/gssapi/gssapi/gssapi.h
833
size_t trailer; /**< size of trailer */
crypto/heimdal/lib/gssapi/gssapi/gssapi.h
834
size_t max_msg_size; /**< maximum message size */
crypto/heimdal/lib/gssapi/gssapi/gssapi.h
835
size_t buffers; /**< extra GSS_IOV_BUFFER_TYPE_EMPTY buffer to pass */
crypto/heimdal/lib/gssapi/gssapi/gssapi.h
836
size_t blocksize; /**< Specificed optimal size of messages, also
crypto/heimdal/lib/gssapi/gssapi/gssapi.h
850
size_t /* len */);
crypto/heimdal/lib/gssapi/gssapi_mech.h
449
_gss_mo_init (OM_uint32 *, gss_OID, gss_mo_desc **, size_t *);
crypto/heimdal/lib/gssapi/gssapi_mech.h
538
size_t gm_mo_num;
crypto/heimdal/lib/gssapi/gsstool.c
141
size_t n;
crypto/heimdal/lib/gssapi/gsstool.c
80
size_t i;
crypto/heimdal/lib/gssapi/krb5/arcfour.c
117
u_char *sgn_cksum, size_t sgn_cksum_sz,
crypto/heimdal/lib/gssapi/krb5/arcfour.c
118
const u_char *v1, size_t l1,
crypto/heimdal/lib/gssapi/krb5/arcfour.c
119
const void *v2, size_t l2,
crypto/heimdal/lib/gssapi/krb5/arcfour.c
120
const void *v3, size_t l3)
crypto/heimdal/lib/gssapi/krb5/arcfour.c
124
size_t len;
crypto/heimdal/lib/gssapi/krb5/arcfour.c
174
size_t len, total_len;
crypto/heimdal/lib/gssapi/krb5/arcfour.c
366
size_t len, total_len, datalen;
crypto/heimdal/lib/gssapi/krb5/arcfour.c
532
size_t datalen;
crypto/heimdal/lib/gssapi/krb5/arcfour.c
539
size_t padlen = 0, len;
crypto/heimdal/lib/gssapi/krb5/arcfour.c
72
void *cksum_data, size_t cksum_size,
crypto/heimdal/lib/gssapi/krb5/arcfour.c
721
size_t input_length,
crypto/heimdal/lib/gssapi/krb5/arcfour.c
73
void *key6_data, size_t key6_size)
crypto/heimdal/lib/gssapi/krb5/arcfour.c
730
size_t len, total_len;
crypto/heimdal/lib/gssapi/krb5/arcfour.c
741
size_t extrasize = GSS_ARCFOUR_WRAP_TOKEN_SIZE;
crypto/heimdal/lib/gssapi/krb5/arcfour.c
742
size_t blocksize = 8;
crypto/heimdal/lib/gssapi/krb5/arcfour.c
743
size_t len, total_len;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1027
size_t size;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1032
size_t gsshsize = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1033
size_t gsstsize = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1034
size_t k5hsize = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1035
size_t k5tsize = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1082
size_t k5psize = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1083
size_t k5pbase = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1084
size_t k5bsize = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1085
size_t ec = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1172
size_t wrapped_len, cksumsize;
crypto/heimdal/lib/gssapi/krb5/cfx.c
121
size_t wrapped_size, sz;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1385
size_t len;
crypto/heimdal/lib/gssapi/krb5/cfx.c
141
size_t cksumsize;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1588
size_t len;
crypto/heimdal/lib/gssapi/krb5/cfx.c
166
rrc_rotate(void *data, size_t len, uint16_t rrc, krb5_boolean unrotate)
crypto/heimdal/lib/gssapi/krb5/cfx.c
169
size_t left;
crypto/heimdal/lib/gssapi/krb5/cfx.c
217
_gk_allocate_buffer(OM_uint32 *minor_status, gss_iov_buffer_desc *buffer, size_t size)
crypto/heimdal/lib/gssapi/krb5/cfx.c
287
size_t gsshsize, k5hsize;
crypto/heimdal/lib/gssapi/krb5/cfx.c
288
size_t gsstsize, k5tsize;
crypto/heimdal/lib/gssapi/krb5/cfx.c
289
size_t rrc = 0, ec = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
316
size_t k5psize = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
317
size_t k5pbase = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
318
size_t k5bsize = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
319
size_t size = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
48
size_t input_length,
crypto/heimdal/lib/gssapi/krb5/cfx.c
49
size_t *output_length,
crypto/heimdal/lib/gssapi/krb5/cfx.c
50
size_t *cksumsize,
crypto/heimdal/lib/gssapi/krb5/cfx.c
645
unrotate_iov(OM_uint32 *minor_status, size_t rrc, gss_iov_buffer_desc *iov, int iov_count)
crypto/heimdal/lib/gssapi/krb5/cfx.c
648
size_t len = 0, skip;
crypto/heimdal/lib/gssapi/krb5/cfx.c
675
assert((size_t)(q - p) == len);
crypto/heimdal/lib/gssapi/krb5/cfx.c
69
size_t padsize;
crypto/heimdal/lib/gssapi/krb5/cfx.c
826
size_t k5tsize, k5hsize;
crypto/heimdal/lib/gssapi/krb5/cfx.c
835
size_t gsstsize = k5tsize + sizeof(*token);
crypto/heimdal/lib/gssapi/krb5/cfx.c
836
size_t gsshsize = k5hsize + sizeof(*token);
crypto/heimdal/lib/gssapi/krb5/cfx.c
924
size_t gsstsize = ec;
crypto/heimdal/lib/gssapi/krb5/cfx.c
925
size_t gsshsize = sizeof(*token);
crypto/heimdal/lib/gssapi/krb5/decapsulate.c
100
size_t total_len,
crypto/heimdal/lib/gssapi/krb5/decapsulate.c
105
size_t len;
crypto/heimdal/lib/gssapi/krb5/decapsulate.c
192
size_t datalen,
crypto/heimdal/lib/gssapi/krb5/decapsulate.c
193
size_t *padlen)
crypto/heimdal/lib/gssapi/krb5/decapsulate.c
196
size_t padlength;
crypto/heimdal/lib/gssapi/krb5/decapsulate.c
43
size_t total_len,
crypto/heimdal/lib/gssapi/krb5/decapsulate.c
46
size_t len, len_len, mech_len, foo;
crypto/heimdal/lib/gssapi/krb5/decapsulate.c
73
size_t total_len,
crypto/heimdal/lib/gssapi/krb5/display_name.c
47
size_t len;
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
107
size_t len, outer_len;
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
138
size_t len, outer_len;
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
37
_gssapi_encap_length (size_t data_len,
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
38
size_t *len,
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
39
size_t *total_len,
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
42
size_t len_len;
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
52
_gsskrb5_encap_length (size_t data_len,
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
53
size_t *len,
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
54
size_t *total_len,
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
62
size_t len,
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
75
size_t len,
crypto/heimdal/lib/gssapi/krb5/encapsulate.c
80
size_t len_len, foo;
crypto/heimdal/lib/gssapi/krb5/export_name.c
46
size_t len;
crypto/heimdal/lib/gssapi/krb5/get_mic.c
158
size_t len, total_len;
crypto/heimdal/lib/gssapi/krb5/get_mic.c
57
size_t len, total_len;
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
107
size_t /*len*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
184
size_t /*total_len*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
210
size_t /*datalen*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
211
size_t */*padlen*/);
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
22
size_t /*size*/);
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
430
size_t /*data_len*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
431
size_t */*len*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
432
size_t */*total_len*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
474
size_t /*total_len*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
615
size_t /*len*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
712
size_t /*total_len*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
759
size_t /*input_length*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
760
size_t */*output_length*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
761
size_t */*cksumsize*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
82
size_t /*data_len*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
83
size_t */*len*/,
crypto/heimdal/lib/gssapi/krb5/gsskrb5-private.h
84
size_t */*total_len*/,
crypto/heimdal/lib/gssapi/krb5/prf.c
120
size_t tsize;
crypto/heimdal/lib/gssapi/krb5/prf.c
53
size_t dol;
crypto/heimdal/lib/gssapi/krb5/sequence.c
144
size_t i;
crypto/heimdal/lib/gssapi/krb5/sequence.c
57
size_t len;
crypto/heimdal/lib/gssapi/krb5/set_cred_option.c
134
size_t len, i;
crypto/heimdal/lib/gssapi/krb5/test_cfx.c
100
size_t cksumsize;
crypto/heimdal/lib/gssapi/krb5/test_cfx.c
37
size_t lower;
crypto/heimdal/lib/gssapi/krb5/test_cfx.c
38
size_t upper;
crypto/heimdal/lib/gssapi/krb5/test_cfx.c
54
size_t size, rsize;
crypto/heimdal/lib/gssapi/krb5/test_cfx.c
58
size_t cksumsize;
crypto/heimdal/lib/gssapi/krb5/test_cfx.c
95
int integ, size_t testsize)
crypto/heimdal/lib/gssapi/krb5/test_cfx.c
98
size_t rsize;
crypto/heimdal/lib/gssapi/krb5/unwrap.c
226
size_t len;
crypto/heimdal/lib/gssapi/krb5/unwrap.c
231
size_t padlength;
crypto/heimdal/lib/gssapi/krb5/unwrap.c
50
size_t len;
crypto/heimdal/lib/gssapi/krb5/unwrap.c
57
size_t i;
crypto/heimdal/lib/gssapi/krb5/unwrap.c
59
size_t padlength;
crypto/heimdal/lib/gssapi/krb5/wrap.c
121
size_t len, total_len;
crypto/heimdal/lib/gssapi/krb5/wrap.c
217
size_t i;
crypto/heimdal/lib/gssapi/krb5/wrap.c
219
size_t len, total_len, padlength, datalen;
crypto/heimdal/lib/gssapi/krb5/wrap.c
361
size_t len, total_len, padlength, datalen;
crypto/heimdal/lib/gssapi/mech/gss_accept_sec_context.c
35
size_t len = input_token->length;
crypto/heimdal/lib/gssapi/mech/gss_accept_sec_context.c
36
size_t a, b;
crypto/heimdal/lib/gssapi/mech/gss_acquire_cred.c
49
size_t i;
crypto/heimdal/lib/gssapi/mech/gss_acquire_cred_ext.c
122
size_t i;
crypto/heimdal/lib/gssapi/mech/gss_acquire_cred_with_password.c
60
size_t i;
crypto/heimdal/lib/gssapi/mech/gss_add_oid_set_member.c
60
size_t n;
crypto/heimdal/lib/gssapi/mech/gss_aeap.c
205
size_t len)
crypto/heimdal/lib/gssapi/mech/gss_buffer_set.c
103
size_t i;
crypto/heimdal/lib/gssapi/mech/gss_cred.c
88
if (ret < 0 || (size_t)ret != buffer.length) {
crypto/heimdal/lib/gssapi/mech/gss_decapsulate_token.c
45
size_t size;
crypto/heimdal/lib/gssapi/mech/gss_encapsulate_token.c
43
size_t size;
crypto/heimdal/lib/gssapi/mech/gss_import_name.c
38
size_t len = input_name_buffer->length;
crypto/heimdal/lib/gssapi/mech/gss_import_name.c
39
size_t t;
crypto/heimdal/lib/gssapi/mech/gss_import_sec_context.c
42
size_t len;
crypto/heimdal/lib/gssapi/mech/gss_indicate_mechs.c
38
size_t i;
crypto/heimdal/lib/gssapi/mech/gss_inquire_cred_by_oid.c
55
size_t i;
crypto/heimdal/lib/gssapi/mech/gss_krb5.c
442
size_t i;
crypto/heimdal/lib/gssapi/mech/gss_krb5.c
613
size_t size;
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
48
size_t byte_count;
crypto/heimdal/lib/gssapi/mech/gss_mo.c
110
size_t n;
crypto/heimdal/lib/gssapi/mech/gss_mo.c
142
size_t n;
crypto/heimdal/lib/gssapi/mech/gss_mo.c
405
size_t n, m;
crypto/heimdal/lib/gssapi/mech/gss_mo.c
591
size_t n;
crypto/heimdal/lib/gssapi/mech/gss_mo.c
76
size_t n;
crypto/heimdal/lib/gssapi/mech/gss_mo.c
92
size_t n;
crypto/heimdal/lib/gssapi/mech/gss_oid_to_str.c
40
size_t size;
crypto/heimdal/lib/gssapi/mech/gss_oid_to_str.c
72
size_t i;
crypto/heimdal/lib/gssapi/mech/gss_oid_to_str.c
84
size_t i, partial = (size_t)-1;
crypto/heimdal/lib/gssapi/mech/gss_oid_to_str.c
90
if (partial != (size_t)-1)
crypto/heimdal/lib/gssapi/mech/gss_oid_to_str.c
95
if (partial != (size_t)-1)
crypto/heimdal/lib/gssapi/mech/gss_test_oid_set_member.c
37
size_t i;
crypto/heimdal/lib/gssapi/mech/gss_utils.c
35
size_t len = from_oid->length;
crypto/heimdal/lib/gssapi/mech/gss_utils.c
65
size_t len = from_buf->length;
crypto/heimdal/lib/gssapi/ntlm/crypto.c
37
_krb5_crc_update (const char *p, size_t len, uint32_t res);
crypto/heimdal/lib/gssapi/ntlm/crypto.c
78
unsigned char *data, size_t len)
crypto/heimdal/lib/gssapi/ntlm/ntlm-private.h
244
size_t /*len*/);
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
163
size_t size;
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
317
size_t mech_len;
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
321
size_t i;
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
41
size_t size;
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
440
size_t buf_len = 0;
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
486
size_t nt_len;
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
609
size_t j;
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
705
size_t nt_len;
crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
93
size_t buf_len = 0;
crypto/heimdal/lib/gssapi/spnego/compat.c
244
size_t i;
crypto/heimdal/lib/gssapi/spnego/context_stubs.c
40
size_t i;
crypto/heimdal/lib/gssapi/spnego/context_stubs.c
568
size_t i, j;
crypto/heimdal/lib/gssapi/spnego/cred_stubs.c
73
size_t i, j;
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
199
size_t buf_size, buf_len;
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
201
size_t ni_len;
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
320
size_t tmp;
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
395
size_t buf_len = 0;
crypto/heimdal/lib/gssapi/spnego/init_sec_context.c
88
size_t size;
crypto/heimdal/lib/gssapi/spnego/spnego_locl.h
96
size_t oidlen;
crypto/heimdal/lib/hdb/common.c
204
size_t i;
crypto/heimdal/lib/hdb/common.c
244
size_t i;
crypto/heimdal/lib/hdb/common.c
274
size_t i;
crypto/heimdal/lib/hdb/common.c
40
size_t len = 0;
crypto/heimdal/lib/hdb/common.c
64
size_t len = 0;
crypto/heimdal/lib/hdb/common.c
84
size_t len = 0;
crypto/heimdal/lib/hdb/ext.c
114
size_t size;
crypto/heimdal/lib/hdb/ext.c
115
size_t i;
crypto/heimdal/lib/hdb/ext.c
183
size_t i;
crypto/heimdal/lib/hdb/ext.c
40
size_t i;
crypto/heimdal/lib/hdb/ext.c
66
size_t i;
crypto/heimdal/lib/hdb/hdb-ldap.c
1020
size_t l;
crypto/heimdal/lib/hdb/hdb-ldap.c
1031
(size_t) keys[i]->bv_len, &ent->entry.keys.val[i], &l);
crypto/heimdal/lib/hdb/hdb-ldap.c
203
unsigned char *value, size_t len)
crypto/heimdal/lib/hdb/hdb-ldap.c
380
size_t len = strlen(str);
crypto/heimdal/lib/hdb/hdb-ldap.c
672
size_t len, buf_size;
crypto/heimdal/lib/hdb/hdb-ldap.c
808
size_t i, len;
crypto/heimdal/lib/hdb/hdb-mitdb.c
1043
size_t i;
crypto/heimdal/lib/hdb/hdb-mitdb.c
1044
size_t princ_len;
crypto/heimdal/lib/hdb/hdb-mitdb.c
1046
size_t num_key_data;
crypto/heimdal/lib/hdb/hdb-mitdb.c
1160
size_t k;
crypto/heimdal/lib/hdb/hdb-mitdb.c
157
size_t len;
crypto/heimdal/lib/hdb/hdb-mitdb.c
158
size_t i;
crypto/heimdal/lib/hdb/hdb-mitdb.c
220
size_t i, j;
crypto/heimdal/lib/hdb/hdb-mitdb.c
978
static size_t
crypto/heimdal/lib/hdb/hdb-mitdb.c
979
getdata(char **p, unsigned char *buf, size_t len)
crypto/heimdal/lib/hdb/hdb-mitdb.c
981
size_t i;
crypto/heimdal/lib/hdb/hdb-private.h
39
size_t /*size*/,
crypto/heimdal/lib/hdb/hdb-private.h
48
size_t /*size*/,
crypto/heimdal/lib/hdb/hdb-protos.h
229
size_t */*nkeyset*/,
crypto/heimdal/lib/hdb/hdb-protos.h
238
size_t */*num_keys*/);
crypto/heimdal/lib/hdb/hdb.c
286
size_t len;
crypto/heimdal/lib/hdb/hdb.c
397
size_t len = 0;
crypto/heimdal/lib/hdb/keys.c
267
add_enctype_to_key_set(Key **key_set, size_t *nkeyset,
crypto/heimdal/lib/hdb/keys.c
321
Key **ret_key_set, size_t *nkeyset, int no_salt)
crypto/heimdal/lib/hdb/keys.c
326
size_t i, j;
crypto/heimdal/lib/hdb/keys.c
348
size_t num_enctypes;
crypto/heimdal/lib/hdb/keys.c
431
Key **keys, size_t *num_keys)
crypto/heimdal/lib/hdb/keys.c
434
size_t i;
crypto/heimdal/lib/hdb/keys.c
97
krb5_enctype **ret_enctypes, size_t *ret_num_enctypes,
crypto/heimdal/lib/hdb/keytab.c
117
size_t namesize)
crypto/heimdal/lib/hdb/keytab.c
187
size_t i;
crypto/heimdal/lib/hdb/keytab.c
385
if ((size_t)c->key_idx == c->hdb_entry.entry.keys.len) {
crypto/heimdal/lib/hdb/mkey.c
205
size_t ret_len;
crypto/heimdal/lib/hdb/mkey.c
403
void *ptr, size_t size, krb5_data *res)
crypto/heimdal/lib/hdb/mkey.c
412
const void *ptr, size_t size, krb5_data *res)
crypto/heimdal/lib/hdb/mkey.c
429
size_t keysize;
crypto/heimdal/lib/hdb/mkey.c
512
size_t i;
crypto/heimdal/lib/hdb/mkey.c
697
size_t i;
crypto/heimdal/lib/hdb/print.c
153
size_t key_versions = key->salt ? 2 : 1;
crypto/heimdal/lib/hdb/print.c
154
size_t decrypted_key_length;
crypto/heimdal/lib/hdb/print.c
293
size_t size, sz = 0;
crypto/heimdal/lib/hdb/print.c
369
size_t i, k;
crypto/heimdal/lib/hdb/print.c
370
size_t num_tl_data = 0;
crypto/heimdal/lib/hdb/print.c
371
size_t num_key_data = 0;
crypto/heimdal/lib/hdb/print.c
469
size_t plen;
crypto/heimdal/lib/hdb/print.c
501
size_t plen;
crypto/heimdal/lib/hdb/print.c
541
size_t m;
crypto/heimdal/lib/hdb/print.c
89
size_t i;
crypto/heimdal/lib/hx509/ca.c
269
size_t i;
crypto/heimdal/lib/hx509/ca.c
477
size_t size;
crypto/heimdal/lib/hx509/ca.c
602
size_t size;
crypto/heimdal/lib/hx509/ca.c
694
size_t size;
crypto/heimdal/lib/hx509/ca.c
993
size_t size;
crypto/heimdal/lib/hx509/cert.c
1149
size_t size;
crypto/heimdal/lib/hx509/cert.c
1151
size_t i = 0;
crypto/heimdal/lib/hx509/cert.c
1702
size_t i;
crypto/heimdal/lib/hx509/cert.c
1724
size_t i;
crypto/heimdal/lib/hx509/cert.c
1762
size_t len1, len2;
crypto/heimdal/lib/hx509/cert.c
1785
size_t lenc, lenn;
crypto/heimdal/lib/hx509/cert.c
1833
size_t i, j;
crypto/heimdal/lib/hx509/cert.c
1907
size_t i;
crypto/heimdal/lib/hx509/cert.c
1950
size_t i;
crypto/heimdal/lib/hx509/cert.c
1981
size_t i, k;
crypto/heimdal/lib/hx509/cert.c
2076
size_t j;
crypto/heimdal/lib/hx509/cert.c
2298
size_t parent = (i < path.len - 1) ? i + 1 : i;
crypto/heimdal/lib/hx509/cert.c
2463
size_t i, j, k;
crypto/heimdal/lib/hx509/cert.c
2593
size_t i;
crypto/heimdal/lib/hx509/cert.c
2638
size_t sz;
crypto/heimdal/lib/hx509/cert.c
2640
size_t i;
crypto/heimdal/lib/hx509/cert.c
273
size_t len,
crypto/heimdal/lib/hx509/cert.c
277
size_t size;
crypto/heimdal/lib/hx509/cert.c
3027
size_t i;
crypto/heimdal/lib/hx509/cert.c
3182
size_t i;
crypto/heimdal/lib/hx509/cert.c
3271
size_t i;
crypto/heimdal/lib/hx509/cert.c
330
size_t i;
crypto/heimdal/lib/hx509/cert.c
3305
size_t size;
crypto/heimdal/lib/hx509/cert.c
3307
size_t i = 0;
crypto/heimdal/lib/hx509/cert.c
3359
size_t size;
crypto/heimdal/lib/hx509/cert.c
3473
size_t i;
crypto/heimdal/lib/hx509/cert.c
587
find_extension(const Certificate *cert, const heim_oid *oid, size_t *idx)
crypto/heimdal/lib/hx509/cert.c
606
size_t size;
crypto/heimdal/lib/hx509/cert.c
607
size_t i = 0;
crypto/heimdal/lib/hx509/cert.c
625
size_t size;
crypto/heimdal/lib/hx509/cert.c
626
size_t i = 0;
crypto/heimdal/lib/hx509/cert.c
644
size_t size;
crypto/heimdal/lib/hx509/cert.c
645
size_t i = 0;
crypto/heimdal/lib/hx509/cert.c
659
find_extension_subject_alt_name(const Certificate *cert, size_t *i,
crypto/heimdal/lib/hx509/cert.c
663
size_t size;
crypto/heimdal/lib/hx509/cert.c
680
size_t size;
crypto/heimdal/lib/hx509/cert.c
681
size_t i = 0;
crypto/heimdal/lib/hx509/cert.c
723
size_t i;
crypto/heimdal/lib/hx509/cert.c
73
size_t len;
crypto/heimdal/lib/hx509/cert.c
756
size_t i, j;
crypto/heimdal/lib/hx509/cert.c
799
size_t size;
crypto/heimdal/lib/hx509/cert.c
801
size_t i = 0;
crypto/heimdal/lib/hx509/cert.c
854
enum certtype type, size_t depth)
crypto/heimdal/lib/hx509/cert.c
858
size_t size;
crypto/heimdal/lib/hx509/cert.c
860
size_t i = 0;
crypto/heimdal/lib/hx509/cert.c
90
size_t len;
crypto/heimdal/lib/hx509/cms.c
1147
const void *data, size_t length,
crypto/heimdal/lib/hx509/cms.c
1197
size_t size;
crypto/heimdal/lib/hx509/cms.c
135
size_t size;
crypto/heimdal/lib/hx509/cms.c
1440
const void *data, size_t length,
crypto/heimdal/lib/hx509/cms.c
1451
size_t size;
crypto/heimdal/lib/hx509/cms.c
1589
size_t length,
crypto/heimdal/lib/hx509/cms.c
351
size_t length,
crypto/heimdal/lib/hx509/cms.c
364
size_t size;
crypto/heimdal/lib/hx509/cms.c
366
size_t i;
crypto/heimdal/lib/hx509/cms.c
555
size_t length,
crypto/heimdal/lib/hx509/cms.c
566
size_t size;
crypto/heimdal/lib/hx509/cms.c
723
size_t i;
crypto/heimdal/lib/hx509/cms.c
749
size_t i;
crypto/heimdal/lib/hx509/cms.c
783
size_t length,
crypto/heimdal/lib/hx509/cms.c
794
size_t size;
crypto/heimdal/lib/hx509/cms.c
796
size_t i;
crypto/heimdal/lib/hx509/cms.c
80
size_t size;
crypto/heimdal/lib/hx509/collector.c
257
size_t i;
crypto/heimdal/lib/hx509/collector.c
290
size_t i, nkeys;
crypto/heimdal/lib/hx509/collector.c
319
size_t i;
crypto/heimdal/lib/hx509/collector.c
48
size_t len;
crypto/heimdal/lib/hx509/crypto.c
1051
size_t size;
crypto/heimdal/lib/hx509/crypto.c
1153
size_t len,
crypto/heimdal/lib/hx509/crypto.c
1181
size_t sigsize = EVP_MD_size(sig_alg->evp_md());
crypto/heimdal/lib/hx509/crypto.c
1222
size_t sigsize = EVP_MD_size(sig_alg->evp_md());
crypto/heimdal/lib/hx509/crypto.c
1708
size_t size;
crypto/heimdal/lib/hx509/crypto.c
1793
if (cleartext->length < (size_t)ret)
crypto/heimdal/lib/hx509/crypto.c
1806
size_t len,
crypto/heimdal/lib/hx509/crypto.c
2179
size_t size;
crypto/heimdal/lib/hx509/crypto.c
2221
size_t size;
crypto/heimdal/lib/hx509/crypto.c
2256
size_t size;
crypto/heimdal/lib/hx509/crypto.c
2384
size_t i;
crypto/heimdal/lib/hx509/crypto.c
2396
size_t i;
crypto/heimdal/lib/hx509/crypto.c
241
const void *param, size_t length)
crypto/heimdal/lib/hx509/crypto.c
2504
hx509_crypto_set_key_data(hx509_crypto crypto, const void *data, size_t length)
crypto/heimdal/lib/hx509/crypto.c
2589
const size_t length,
crypto/heimdal/lib/hx509/crypto.c
2594
size_t padsize, bsize;
crypto/heimdal/lib/hx509/crypto.c
2644
size_t i;
crypto/heimdal/lib/hx509/crypto.c
2678
const size_t length,
crypto/heimdal/lib/hx509/crypto.c
2904
size_t i;
crypto/heimdal/lib/hx509/crypto.c
294
size_t size;
crypto/heimdal/lib/hx509/crypto.c
2986
size_t size;
crypto/heimdal/lib/hx509/crypto.c
3124
size_t i, j;
crypto/heimdal/lib/hx509/crypto.c
547
size_t size;
crypto/heimdal/lib/hx509/crypto.c
59
const void *, size_t, hx509_key_format_t,
crypto/heimdal/lib/hx509/crypto.c
593
if (size != (size_t)retsize) {
crypto/heimdal/lib/hx509/crypto.c
624
if ((size_t)retsize != data->length ||
crypto/heimdal/lib/hx509/crypto.c
654
size_t size;
crypto/heimdal/lib/hx509/crypto.c
743
if ((size_t)ret > sig->length)
crypto/heimdal/lib/hx509/crypto.c
755
size_t len,
crypto/heimdal/lib/hx509/crypto.c
951
size_t len,
crypto/heimdal/lib/hx509/env.c
155
const char *key, size_t len)
crypto/heimdal/lib/hx509/file.c
191
size_t len = 0;
crypto/heimdal/lib/hx509/file.c
39
size_t length;
crypto/heimdal/lib/hx509/file.c
58
_hx509_write_file(const char *fn, const void *data, size_t length)
crypto/heimdal/lib/hx509/file.c
77
const void *data, size_t size)
crypto/heimdal/lib/hx509/file.c
80
size_t length;
crypto/heimdal/lib/hx509/hx509-private.h
479
size_t /*length*/);
crypto/heimdal/lib/hx509/hx509-protos.h
1132
size_t /*length*/,
crypto/heimdal/lib/hx509/hx509-protos.h
278
size_t /*len*/,
crypto/heimdal/lib/hx509/hx509-protos.h
413
size_t /*length*/,
crypto/heimdal/lib/hx509/hx509-protos.h
427
size_t /*length*/,
crypto/heimdal/lib/hx509/hx509-protos.h
440
size_t /*length*/,
crypto/heimdal/lib/hx509/hx509-protos.h
450
size_t /*length*/,
crypto/heimdal/lib/hx509/hx509-protos.h
461
size_t /*length*/,
crypto/heimdal/lib/hx509/hx509-protos.h
480
size_t /*length*/,
crypto/heimdal/lib/hx509/hx509-protos.h
554
const size_t /*length*/,
crypto/heimdal/lib/hx509/hx509-protos.h
568
const size_t /*length*/,
crypto/heimdal/lib/hx509/hx509-protos.h
614
size_t /*length*/);
crypto/heimdal/lib/hx509/hx509-protos.h
672
size_t /*len*/);
crypto/heimdal/lib/hx509/hx509-protos.h
819
size_t /*length*/,
crypto/heimdal/lib/hx509/hx509-protos.h
844
size_t /*len*/,
crypto/heimdal/lib/hx509/hx509-protos.h
872
size_t /*len*/);
crypto/heimdal/lib/hx509/hx509-protos.h
902
size_t /*size*/);
crypto/heimdal/lib/hx509/hx509.h
107
size_t len;
crypto/heimdal/lib/hx509/hx509.h
119
const void *, size_t, void *ctx);
crypto/heimdal/lib/hx509/hx_locl.h
108
size_t len;
crypto/heimdal/lib/hx509/hx_locl.h
176
size_t len;
crypto/heimdal/lib/hx509/hx_locl.h
94
size_t len;
crypto/heimdal/lib/hx509/hxtool.c
1233
size_t len;
crypto/heimdal/lib/hx509/hxtool.c
1536
if (fwrite(buf2, 1, len, stdout) != (size_t)len)
crypto/heimdal/lib/hx509/hxtool.c
156
const void *data , size_t length, void *ctx)
crypto/heimdal/lib/hx509/hxtool.c
1671
size_t j;
crypto/heimdal/lib/hx509/hxtool.c
190
size_t sz;
crypto/heimdal/lib/hx509/hxtool.c
365
size_t sz;
crypto/heimdal/lib/hx509/hxtool.c
515
size_t sz;
crypto/heimdal/lib/hx509/hxtool.c
586
size_t sz;
crypto/heimdal/lib/hx509/ks_file.c
143
const void *data, size_t length,
crypto/heimdal/lib/hx509/ks_file.c
172
const void *data, size_t len,
crypto/heimdal/lib/hx509/ks_file.c
188
size_t i;
crypto/heimdal/lib/hx509/ks_file.c
267
size_t passwordlen;
crypto/heimdal/lib/hx509/ks_file.c
318
const hx509_pem_header *, const void *, size_t,
crypto/heimdal/lib/hx509/ks_file.c
337
const void *data, size_t len, void *ctx)
crypto/heimdal/lib/hx509/ks_file.c
341
size_t j;
crypto/heimdal/lib/hx509/ks_file.c
446
size_t length;
crypto/heimdal/lib/hx509/ks_file.c
448
size_t i;
crypto/heimdal/lib/hx509/ks_file.c
52
const void *data, size_t len,
crypto/heimdal/lib/hx509/ks_file.c
74
size_t passwordlen,
crypto/heimdal/lib/hx509/ks_file.c
76
size_t len)
crypto/heimdal/lib/hx509/ks_file.c
79
size_t keylen;
crypto/heimdal/lib/hx509/ks_keychain.c
78
size_t keysize;
crypto/heimdal/lib/hx509/ks_p11.c
1023
size_t i;
crypto/heimdal/lib/hx509/ks_p11.c
1045
size_t i;
crypto/heimdal/lib/hx509/ks_p11.c
1146
size_t i, j;
crypto/heimdal/lib/hx509/ks_p11.c
337
size_t i;
crypto/heimdal/lib/hx509/ks_p11.c
920
size_t i;
crypto/heimdal/lib/hx509/ks_p11.c
975
size_t i;
crypto/heimdal/lib/hx509/ks_p11.c
999
size_t j;
crypto/heimdal/lib/hx509/ks_p12.c
100
const void *data, size_t length,
crypto/heimdal/lib/hx509/ks_p12.c
130
const void *data, size_t length,
crypto/heimdal/lib/hx509/ks_p12.c
171
size_t i;
crypto/heimdal/lib/hx509/ks_p12.c
190
const unsigned char *p, size_t len)
crypto/heimdal/lib/hx509/ks_p12.c
194
size_t i;
crypto/heimdal/lib/hx509/ks_p12.c
217
const void *data, size_t length,
crypto/heimdal/lib/hx509/ks_p12.c
234
const void *data, size_t length,
crypto/heimdal/lib/hx509/ks_p12.c
262
const void *data, size_t length,
crypto/heimdal/lib/hx509/ks_p12.c
311
const void *data, size_t length,
crypto/heimdal/lib/hx509/ks_p12.c
314
size_t i;
crypto/heimdal/lib/hx509/ks_p12.c
327
size_t len;
crypto/heimdal/lib/hx509/ks_p12.c
332
size_t i;
crypto/heimdal/lib/hx509/ks_p12.c
43
const void *, size_t,
crypto/heimdal/lib/hx509/ks_p12.c
452
size_t length)
crypto/heimdal/lib/hx509/ks_p12.c
491
size_t size;
crypto/heimdal/lib/hx509/ks_p12.c
53
const void *, size_t, const PKCS12_Attributes *);
crypto/heimdal/lib/hx509/ks_p12.c
571
size_t size;
crypto/heimdal/lib/hx509/ks_p12.c
59
size_t i;
crypto/heimdal/lib/hx509/ks_p12.c
71
const void *data, size_t length,
crypto/heimdal/lib/hx509/lock.c
124
size_t i;
crypto/heimdal/lib/hx509/name.c
122
append_string(char **str, size_t *total_len, const char *ss,
crypto/heimdal/lib/hx509/name.c
123
size_t len, int quote)
crypto/heimdal/lib/hx509/name.c
148
size_t i;
crypto/heimdal/lib/hx509/name.c
160
stringtooid(const char *name, size_t len, heim_oid *oid)
crypto/heimdal/lib/hx509/name.c
163
size_t i;
crypto/heimdal/lib/hx509/name.c
203
size_t total_len = 0;
crypto/heimdal/lib/hx509/name.c
204
size_t i, j, m;
crypto/heimdal/lib/hx509/name.c
212
size_t len;
crypto/heimdal/lib/hx509/name.c
237
size_t bmplen = ds->u.bmpString.length;
crypto/heimdal/lib/hx509/name.c
238
size_t k;
crypto/heimdal/lib/hx509/name.c
262
size_t unilen = ds->u.universalString.length;
crypto/heimdal/lib/hx509/name.c
263
size_t k;
crypto/heimdal/lib/hx509/name.c
332
dsstringprep(const DirectoryString *ds, uint32_t **rname, size_t *rlen)
crypto/heimdal/lib/hx509/name.c
335
size_t i, len;
crypto/heimdal/lib/hx509/name.c
414
size_t ds1len, ds2len, i;
crypto/heimdal/lib/hx509/name.c
445
size_t i, j;
crypto/heimdal/lib/hx509/name.c
575
size_t len;
crypto/heimdal/lib/hx509/name.c
617
if ((size_t)(q - p) > len) {
crypto/heimdal/lib/hx509/name.c
632
size_t pstr_len = len - (q - p) - 1;
crypto/heimdal/lib/hx509/name.c
734
size_t i, j;
crypto/heimdal/lib/hx509/name.c
83
quote_string(const char *f, size_t len, int flags, size_t *rlen)
crypto/heimdal/lib/hx509/name.c
85
size_t i, j, tolen;
crypto/heimdal/lib/hx509/name.c
853
hx509_unparse_der_name(const void *data, size_t length, char **str)
crypto/heimdal/lib/hx509/name.c
883
size_t size;
crypto/heimdal/lib/hx509/peer.c
175
size_t len)
crypto/heimdal/lib/hx509/peer.c
177
size_t i;
crypto/heimdal/lib/hx509/peer.c
74
size_t i;
crypto/heimdal/lib/hx509/print.c
166
size_t i;
crypto/heimdal/lib/hx509/print.c
283
size_t size;
crypto/heimdal/lib/hx509/print.c
331
size_t size;
crypto/heimdal/lib/hx509/print.c
371
size_t size, i;
crypto/heimdal/lib/hx509/print.c
420
size_t size;
crypto/heimdal/lib/hx509/print.c
454
size_t size;
crypto/heimdal/lib/hx509/print.c
483
size_t size;
crypto/heimdal/lib/hx509/print.c
485
size_t i;
crypto/heimdal/lib/hx509/print.c
503
size_t j;
crypto/heimdal/lib/hx509/print.c
568
size_t size;
crypto/heimdal/lib/hx509/print.c
570
size_t i;
crypto/heimdal/lib/hx509/print.c
667
size_t size;
crypto/heimdal/lib/hx509/print.c
721
size_t size;
crypto/heimdal/lib/hx509/print.c
723
size_t i;
crypto/heimdal/lib/hx509/print.c
942
size_t i, j;
crypto/heimdal/lib/hx509/req.c
178
size_t size;
crypto/heimdal/lib/hx509/req.c
248
size_t len, size;
crypto/heimdal/lib/hx509/revoke.c
1084
size_t i;
crypto/heimdal/lib/hx509/revoke.c
1191
const void *data, size_t length,
crypto/heimdal/lib/hx509/revoke.c
1197
size_t i;
crypto/heimdal/lib/hx509/revoke.c
143
size_t i ;
crypto/heimdal/lib/hx509/revoke.c
1432
size_t size;
crypto/heimdal/lib/hx509/revoke.c
267
parse_ocsp_basic(const void *data, size_t length, OCSPBasicOCSPResponse *basic)
crypto/heimdal/lib/hx509/revoke.c
270
size_t size;
crypto/heimdal/lib/hx509/revoke.c
330
size_t length;
crypto/heimdal/lib/hx509/revoke.c
352
size_t i;
crypto/heimdal/lib/hx509/revoke.c
407
size_t i;
crypto/heimdal/lib/hx509/revoke.c
566
size_t length, size;
crypto/heimdal/lib/hx509/revoke.c
614
size_t i;
crypto/heimdal/lib/hx509/revoke.c
75
size_t len;
crypto/heimdal/lib/hx509/revoke.c
79
size_t len;
crypto/heimdal/lib/hx509/revoke.c
976
size_t size;
crypto/heimdal/lib/hx509/sel.c
102
size_t len1 = strlen(s1);
crypto/heimdal/lib/hx509/sel.c
103
size_t len2 = strlen(s2);
crypto/heimdal/lib/hx509/sel.h
62
size_t length;
crypto/heimdal/lib/hx509/sel.h
63
size_t offset;
crypto/heimdal/lib/hx509/softp11.c
1120
size_t i;
crypto/heimdal/lib/hx509/softp11.c
1163
size_t i;
crypto/heimdal/lib/hx509/softp11.c
136
snprintf_fill(char *str, size_t size, char fillchar, const char *fmt, ...)
crypto/heimdal/lib/hx509/softp11.c
143
if (len < 0 || (size_t)len > size)
crypto/heimdal/lib/hx509/softp11.c
145
while ((size_t)len < size)
crypto/heimdal/lib/hx509/softp11.c
166
size_t i;
crypto/heimdal/lib/hx509/softp11.c
372
size_t modulus_len = 0;
crypto/heimdal/lib/hx509/softp11.c
375
size_t exponent_len = 0;
crypto/heimdal/lib/hx509/softp11.c
867
size_t i;
crypto/heimdal/lib/hx509/softp11.c
924
size_t i;
crypto/heimdal/lib/ipc/client.c
508
size_t prefix_len = strlen(ipcs[i].prefix);
crypto/heimdal/lib/ipc/hi_locl.h
74
dispatch_mig_server(dispatch_source_t ds, size_t maxmsgsz, dispatch_mig_callback_t callback);
crypto/heimdal/lib/ipc/server.c
465
size_t ptr, len;
crypto/heimdal/lib/ipc/server.c
467
size_t olen;
crypto/heimdal/lib/ipc/server.c
712
output_data(struct client *c, const void *data, size_t len)
crypto/heimdal/lib/ipc/server.c
962
} else if (c->olen != (size_t)len) {
crypto/heimdal/lib/kadm5/acl.c
62
_kadm5_privs_to_string(uint32_t privs, char *string, size_t len)
crypto/heimdal/lib/kadm5/chpass_s.c
48
size_t num_keys;
crypto/heimdal/lib/kadm5/default_keys.c
40
print_keys(krb5_context context, Key *keys, size_t nkeys)
crypto/heimdal/lib/kadm5/default_keys.c
85
size_t nkeys;
crypto/heimdal/lib/kadm5/get_s.c
145
size_t n;
crypto/heimdal/lib/kadm5/get_s.c
172
size_t i;
crypto/heimdal/lib/kadm5/get_s.c
260
size_t len;
crypto/heimdal/lib/kadm5/get_s.c
286
size_t len;
crypto/heimdal/lib/kadm5/get_s.c
40
const void *data, size_t size)
crypto/heimdal/lib/kadm5/get_s.c
65
_krb5_put_int(void *buffer, unsigned long value, size_t size); /* XXX */
crypto/heimdal/lib/kadm5/kadm5-private.h
82
size_t /*len*/);
crypto/heimdal/lib/kadm5/kadm5-pwcheck.h
59
size_t length);
crypto/heimdal/lib/kadm5/log.c
195
size_t len;
crypto/heimdal/lib/kadm5/log.c
201
if (ret < 0 || (size_t)ret != len) {
crypto/heimdal/lib/kadm5/log.c
464
size_t princ_len, data_len;
crypto/heimdal/lib/kadm5/log.c
698
size_t num;
crypto/heimdal/lib/kadm5/log.c
699
size_t i;
crypto/heimdal/lib/kadm5/password_quality.c
139
size_t length)
crypto/heimdal/lib/kadm5/password_quality.c
419
size_t len = p - name + 1;
crypto/heimdal/lib/kadm5/password_quality.c
50
size_t length)
crypto/heimdal/lib/kadm5/password_quality.c
88
size_t length)
crypto/heimdal/lib/kadm5/password_quality.c
97
size_t i, len;
crypto/heimdal/lib/kadm5/rename_s.c
65
size_t i;
crypto/heimdal/lib/kadm5/send_recv.c
43
size_t len;
crypto/heimdal/lib/kadm5/set_keys.c
205
size_t i, num_keys;
crypto/heimdal/lib/kadm5/set_keys.c
48
size_t num_keys;
crypto/heimdal/lib/kafs/afskrb5.c
61
size_t buf_len;
crypto/heimdal/lib/kafs/afskrb5.c
62
size_t len;
crypto/heimdal/lib/kafs/afssys.c
140
size_t str_len = strlen (str);
crypto/heimdal/lib/kafs/common.c
145
dns_find_cell(const char *cell, char *dbserver, size_t len)
crypto/heimdal/lib/kafs/common.c
71
void *ticket, size_t ticket_len)
crypto/heimdal/lib/kafs/kafs.h
144
void *ticket, size_t ticket_len);
crypto/heimdal/lib/kafs/kafs_locl.h
134
size_t ticket_len;
crypto/heimdal/lib/krb5/acache.c
340
size_t i;
crypto/heimdal/lib/krb5/acache.c
81
size_t i;
crypto/heimdal/lib/krb5/addr_families.c
1108
char *str, size_t len, size_t *ret_len)
crypto/heimdal/lib/krb5/addr_families.c
1116
size_t i;
crypto/heimdal/lib/krb5/addr_families.c
1120
if (l < 0 || (size_t)l >= len)
crypto/heimdal/lib/krb5/addr_families.c
1126
if (l < 0 || (size_t)l >= len)
crypto/heimdal/lib/krb5/addr_families.c
1312
size_t i;
crypto/heimdal/lib/krb5/addr_families.c
1360
size_t i;
crypto/heimdal/lib/krb5/addr_families.c
1411
size_t i;
crypto/heimdal/lib/krb5/addr_families.c
1440
size_t i;
crypto/heimdal/lib/krb5/addr_families.c
1482
size_t len = addr->address.length + 2 + 4 * 4;
crypto/heimdal/lib/krb5/addr_families.c
165
ipv4_print_addr (const krb5_address *addr, char *str, size_t len)
crypto/heimdal/lib/krb5/addr_families.c
351
ipv6_print_addr (const krb5_address *addr, char *str, size_t len)
crypto/heimdal/lib/krb5/addr_families.c
357
size_t i;
crypto/heimdal/lib/krb5/addr_families.c
39
size_t max_sockaddr_size;
crypto/heimdal/lib/krb5/addr_families.c
49
int (*print_addr)(const krb5_address *, char *, size_t);
crypto/heimdal/lib/krb5/addr_families.c
600
arange_print_addr (const krb5_address *addr, char *str, size_t len)
crypto/heimdal/lib/krb5/addr_families.c
604
size_t l, size, ret_len;
crypto/heimdal/lib/krb5/addr_families.c
682
addrport_print_addr (const krb5_address *addr, char *str, size_t len)
crypto/heimdal/lib/krb5/addr_families.c
687
size_t ret_len = 0, l, size = 0;
crypto/heimdal/lib/krb5/addr_families.c
808
static size_t max_sockaddr_size = 0;
crypto/heimdal/lib/krb5/addr_families.c
948
KRB5_LIB_FUNCTION size_t KRB5_LIB_CALL
crypto/heimdal/lib/krb5/aes-test.c
324
size_t cipher_len,
crypto/heimdal/lib/krb5/aes-test.c
331
size_t len, i;
crypto/heimdal/lib/krb5/aes-test.c
434
size_t len;
crypto/heimdal/lib/krb5/aes-test.c
45
hex_dump_data(const void *data, size_t length)
crypto/heimdal/lib/krb5/aes-test.c
486
size_t len;
crypto/heimdal/lib/krb5/aes-test.c
531
size_t len;
crypto/heimdal/lib/krb5/aes-test.c
566
size_t keylen;
crypto/heimdal/lib/krb5/aes-test.c
568
size_t elen;
crypto/heimdal/lib/krb5/aes-test.c
570
size_t plen;
crypto/heimdal/lib/krb5/aes-test.c
60
size_t keylen;
crypto/heimdal/lib/krb5/aes-test.c
649
size_t len, i;
crypto/heimdal/lib/krb5/aname_to_localname.c
39
size_t lnsize,
crypto/heimdal/lib/krb5/aname_to_localname.c
45
size_t len;
crypto/heimdal/lib/krb5/build_ap_req.c
47
size_t len;
crypto/heimdal/lib/krb5/build_auth.c
115
size_t buf_size;
crypto/heimdal/lib/krb5/build_auth.c
116
size_t len = 0;
crypto/heimdal/lib/krb5/build_auth.c
44
size_t len = 0;
crypto/heimdal/lib/krb5/build_auth.c
45
size_t buf_size;
crypto/heimdal/lib/krb5/cache.c
266
size_t prefix_len = strlen(context->cc_ops[i]->prefix);
crypto/heimdal/lib/krb5/changepw.c
174
size_t len = 0;
crypto/heimdal/lib/krb5/changepw.c
277
size_t len;
crypto/heimdal/lib/krb5/changepw.c
339
size_t size;
crypto/heimdal/lib/krb5/changepw.c
432
size_t size;
crypto/heimdal/lib/krb5/changepw.c
81
size_t len;
crypto/heimdal/lib/krb5/codec.c
107
size_t length,
crypto/heimdal/lib/krb5/codec.c
109
size_t *len)
crypto/heimdal/lib/krb5/codec.c
118
size_t length,
crypto/heimdal/lib/krb5/codec.c
120
size_t *len)
crypto/heimdal/lib/krb5/codec.c
129
size_t length,
crypto/heimdal/lib/krb5/codec.c
131
size_t *len)
crypto/heimdal/lib/krb5/codec.c
140
size_t length,
crypto/heimdal/lib/krb5/codec.c
142
size_t *len)
crypto/heimdal/lib/krb5/codec.c
151
size_t length,
crypto/heimdal/lib/krb5/codec.c
153
size_t *len)
crypto/heimdal/lib/krb5/codec.c
162
size_t length,
crypto/heimdal/lib/krb5/codec.c
164
size_t *len)
crypto/heimdal/lib/krb5/codec.c
173
size_t length,
crypto/heimdal/lib/krb5/codec.c
175
size_t *len)
crypto/heimdal/lib/krb5/codec.c
184
size_t length,
crypto/heimdal/lib/krb5/codec.c
186
size_t *len)
crypto/heimdal/lib/krb5/codec.c
195
size_t length,
crypto/heimdal/lib/krb5/codec.c
197
size_t *len)
crypto/heimdal/lib/krb5/codec.c
206
size_t length,
crypto/heimdal/lib/krb5/codec.c
208
size_t *len)
crypto/heimdal/lib/krb5/codec.c
41
size_t length,
crypto/heimdal/lib/krb5/codec.c
43
size_t *len)
crypto/heimdal/lib/krb5/codec.c
52
size_t length,
crypto/heimdal/lib/krb5/codec.c
54
size_t *len)
crypto/heimdal/lib/krb5/codec.c
63
size_t length,
crypto/heimdal/lib/krb5/codec.c
65
size_t *len)
crypto/heimdal/lib/krb5/codec.c
74
size_t length,
crypto/heimdal/lib/krb5/codec.c
76
size_t *len)
crypto/heimdal/lib/krb5/codec.c
85
size_t length,
crypto/heimdal/lib/krb5/codec.c
87
size_t *len)
crypto/heimdal/lib/krb5/codec.c
96
size_t length,
crypto/heimdal/lib/krb5/codec.c
98
size_t *len)
crypto/heimdal/lib/krb5/config_file.c
390
size_t len = strlen(fname);
crypto/heimdal/lib/krb5/config_file.c
49
config_fgets(char *str, size_t len, struct fileptr *ptr)
crypto/heimdal/lib/krb5/config_file.c
64
l = min(len, (size_t)(p - ptr->s));
crypto/heimdal/lib/krb5/config_file.c
887
size_t pos;
crypto/heimdal/lib/krb5/context.c
909
size_t m, n;
crypto/heimdal/lib/krb5/crc.c
64
_krb5_crc_update (const char *p, size_t len, uint32_t res)
crypto/heimdal/lib/krb5/crypto-arcfour.c
128
size_t len,
crypto/heimdal/lib/krb5/crypto-arcfour.c
197
size_t len,
crypto/heimdal/lib/krb5/crypto-arcfour.c
299
size_t len,
crypto/heimdal/lib/krb5/crypto-arcfour.c
62
size_t len,
crypto/heimdal/lib/krb5/crypto-des-common.c
135
size_t len,
crypto/heimdal/lib/krb5/crypto-des-common.c
62
size_t len,
crypto/heimdal/lib/krb5/crypto-des-common.c
95
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
103
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
122
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
135
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
146
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
157
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
168
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
219
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
238
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
257
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
275
size_t len,
crypto/heimdal/lib/krb5/crypto-des.c
62
size_t size)
crypto/heimdal/lib/krb5/crypto-des3.c
102
size_t len,
crypto/heimdal/lib/krb5/crypto-des3.c
198
size_t size)
crypto/heimdal/lib/krb5/crypto-des3.c
91
size_t len,
crypto/heimdal/lib/krb5/crypto-evp.c
101
size_t i, blocksize;
crypto/heimdal/lib/krb5/crypto-evp.c
65
size_t len,
crypto/heimdal/lib/krb5/crypto-evp.c
75
size_t len2 = EVP_CIPHER_CTX_iv_length(c);
crypto/heimdal/lib/krb5/crypto-evp.c
96
size_t len,
crypto/heimdal/lib/krb5/crypto-null.c
55
size_t len,
crypto/heimdal/lib/krb5/crypto-null.c
76
size_t len,
crypto/heimdal/lib/krb5/crypto-pk.c
113
size_t size = 0;
crypto/heimdal/lib/krb5/crypto-pk.c
146
size_t size = 0;
crypto/heimdal/lib/krb5/crypto-pk.c
201
size_t dhsize,
crypto/heimdal/lib/krb5/crypto-pk.c
213
size_t keylen, offset;
crypto/heimdal/lib/krb5/crypto-pk.c
42
size_t dhsize,
crypto/heimdal/lib/krb5/crypto-pk.c
49
size_t keylen, offset;
crypto/heimdal/lib/krb5/crypto-rand.c
96
krb5_generate_random_block(void *buf, size_t len)
crypto/heimdal/lib/krb5/crypto.c
1065
size_t len,
crypto/heimdal/lib/krb5/crypto.c
1072
size_t checksum_sz, l;
crypto/heimdal/lib/krb5/crypto.c
1134
size_t len,
crypto/heimdal/lib/krb5/crypto.c
1139
size_t cksum_sz = CHECKSUMSIZE(et->checksum);
crypto/heimdal/lib/krb5/crypto.c
1140
size_t sz = len - cksum_sz - et->confoundersize;
crypto/heimdal/lib/krb5/crypto.c
1180
find_iv(krb5_crypto_iov *data, size_t num_data, unsigned type)
crypto/heimdal/lib/krb5/crypto.c
1182
size_t i;
crypto/heimdal/lib/krb5/crypto.c
1221
size_t headersz, trailersz, len;
crypto/heimdal/lib/krb5/crypto.c
1223
size_t sz, block_sz, pad_sz;
crypto/heimdal/lib/krb5/crypto.c
1415
size_t headersz, trailersz, len;
crypto/heimdal/lib/krb5/crypto.c
1560
size_t i;
crypto/heimdal/lib/krb5/crypto.c
1561
size_t len;
crypto/heimdal/lib/krb5/crypto.c
1639
size_t i;
crypto/heimdal/lib/krb5/crypto.c
1640
size_t len;
crypto/heimdal/lib/krb5/crypto.c
1688
size_t *len)
crypto/heimdal/lib/krb5/crypto.c
172
size_t len,
crypto/heimdal/lib/krb5/crypto.c
1735
size_t i;
crypto/heimdal/lib/krb5/crypto.c
1753
size_t len,
crypto/heimdal/lib/krb5/crypto.c
1772
size_t len,
crypto/heimdal/lib/krb5/crypto.c
1783
size_t len,
crypto/heimdal/lib/krb5/crypto.c
1801
size_t len,
crypto/heimdal/lib/krb5/crypto.c
1820
size_t len,
crypto/heimdal/lib/krb5/crypto.c
1847
size_t len)
crypto/heimdal/lib/krb5/crypto.c
186
size_t len,
crypto/heimdal/lib/krb5/crypto.c
1882
size_t res_len = (kt->bits + 7) / 8;
crypto/heimdal/lib/krb5/crypto.c
193
size_t key_len;
crypto/heimdal/lib/krb5/crypto.c
194
size_t i;
crypto/heimdal/lib/krb5/crypto.c
1953
size_t constant_len,
crypto/heimdal/lib/krb5/crypto.c
2135
size_t *blocksize)
crypto/heimdal/lib/krb5/crypto.c
2177
size_t *padsize)
crypto/heimdal/lib/krb5/crypto.c
2198
size_t *confoundersize)
crypto/heimdal/lib/krb5/crypto.c
2286
static size_t
crypto/heimdal/lib/krb5/crypto.c
2289
size_t data_len)
crypto/heimdal/lib/krb5/crypto.c
2292
size_t padsize = et->padsize;
crypto/heimdal/lib/krb5/crypto.c
2293
size_t checksumsize = CHECKSUMSIZE(et->checksum);
crypto/heimdal/lib/krb5/crypto.c
2294
size_t res;
crypto/heimdal/lib/krb5/crypto.c
2301
static size_t
crypto/heimdal/lib/krb5/crypto.c
2304
size_t data_len)
crypto/heimdal/lib/krb5/crypto.c
2307
size_t padsize = et->padsize;
crypto/heimdal/lib/krb5/crypto.c
2308
size_t res;
crypto/heimdal/lib/krb5/crypto.c
2323
KRB5_LIB_FUNCTION size_t KRB5_LIB_CALL
crypto/heimdal/lib/krb5/crypto.c
2326
size_t data_len)
crypto/heimdal/lib/krb5/crypto.c
2338
static size_t
crypto/heimdal/lib/krb5/crypto.c
2343
size_t res;
crypto/heimdal/lib/krb5/crypto.c
2352
static size_t
crypto/heimdal/lib/krb5/crypto.c
2357
size_t res;
crypto/heimdal/lib/krb5/crypto.c
2369
KRB5_LIB_FUNCTION size_t KRB5_LIB_CALL
crypto/heimdal/lib/krb5/crypto.c
2399
size_t size,
crypto/heimdal/lib/krb5/crypto.c
243
size_t len,
crypto/heimdal/lib/krb5/crypto.c
2435
size_t *length)
crypto/heimdal/lib/krb5/crypto.c
2474
size_t length,
crypto/heimdal/lib/krb5/crypto.c
2552
size_t i, keysize;
crypto/heimdal/lib/krb5/crypto.c
274
size_t len,
crypto/heimdal/lib/krb5/crypto.c
325
size_t i;
crypto/heimdal/lib/krb5/crypto.c
351
size_t len,
crypto/heimdal/lib/krb5/crypto.c
396
size_t len,
crypto/heimdal/lib/krb5/crypto.c
433
size_t len,
crypto/heimdal/lib/krb5/crypto.c
528
size_t len,
crypto/heimdal/lib/krb5/crypto.c
580
size_t *size)
crypto/heimdal/lib/krb5/crypto.c
816
size_t len,
crypto/heimdal/lib/krb5/crypto.c
820
size_t sz, block_sz, checksum_sz, total_sz;
crypto/heimdal/lib/krb5/crypto.c
85
size_t *keysize)
crypto/heimdal/lib/krb5/crypto.c
882
size_t len,
crypto/heimdal/lib/krb5/crypto.c
886
size_t sz, block_sz, checksum_sz;
crypto/heimdal/lib/krb5/crypto.c
948
size_t len,
crypto/heimdal/lib/krb5/crypto.c
953
size_t cksum_sz = CHECKSUMSIZE(et->checksum);
crypto/heimdal/lib/krb5/crypto.c
954
size_t sz = len + cksum_sz + et->confoundersize;
crypto/heimdal/lib/krb5/crypto.c
98
size_t *keybits)
crypto/heimdal/lib/krb5/crypto.c
985
size_t len,
crypto/heimdal/lib/krb5/crypto.c
989
size_t checksum_sz;
crypto/heimdal/lib/krb5/crypto.h
106
size_t blocksize;
crypto/heimdal/lib/krb5/crypto.h
107
size_t padsize;
crypto/heimdal/lib/krb5/crypto.h
108
size_t confoundersize;
crypto/heimdal/lib/krb5/crypto.h
115
void *data, size_t len,
crypto/heimdal/lib/krb5/crypto.h
119
size_t prf_length;
crypto/heimdal/lib/krb5/crypto.h
74
size_t bits;
crypto/heimdal/lib/krb5/crypto.h
75
size_t size;
crypto/heimdal/lib/krb5/crypto.h
76
size_t schedule_size;
crypto/heimdal/lib/krb5/crypto.h
80
void (*random_to_key)(krb5_context, krb5_keyblock*, const void*, size_t);
crypto/heimdal/lib/krb5/crypto.h
88
size_t blocksize;
crypto/heimdal/lib/krb5/crypto.h
89
size_t checksumsize;
crypto/heimdal/lib/krb5/crypto.h
93
const void *buf, size_t len,
crypto/heimdal/lib/krb5/crypto.h
98
const void *buf, size_t len,
crypto/heimdal/lib/krb5/data.c
147
krb5_data_copy(krb5_data *p, const void *data, size_t len)
crypto/heimdal/lib/krb5/derived-key-test.c
41
size_t constant_len;
crypto/heimdal/lib/krb5/digest.c
1086
void *hash, size_t len)
crypto/heimdal/lib/krb5/digest.c
1101
void *hash, size_t len)
crypto/heimdal/lib/krb5/digest.c
1131
void *sessionkey, size_t length)
crypto/heimdal/lib/krb5/digest.c
247
size_t size = 0;
crypto/heimdal/lib/krb5/expand_path.c
244
size_t len;
crypto/heimdal/lib/krb5/expand_path.c
379
size_t i;
crypto/heimdal/lib/krb5/expand_path.c
408
size_t len = 0;
crypto/heimdal/lib/krb5/expand_path.c
469
size_t append_len = strlen(append);
crypto/heimdal/lib/krb5/expand_path.c
56
size_t len;
crypto/heimdal/lib/krb5/get_cred.c
239
size_t i;
crypto/heimdal/lib/krb5/get_cred.c
333
size_t size;
crypto/heimdal/lib/krb5/get_cred.c
414
size_t len = 0;
crypto/heimdal/lib/krb5/get_cred.c
441
size_t size = 0;
crypto/heimdal/lib/krb5/get_cred.c
57
size_t buf_size;
crypto/heimdal/lib/krb5/get_cred.c
58
size_t len = 0;
crypto/heimdal/lib/krb5/get_cred.c
93
size_t len = 0, buf_size;
crypto/heimdal/lib/krb5/get_for_creds.c
201
size_t len;
crypto/heimdal/lib/krb5/get_for_creds.c
203
size_t buf_size;
crypto/heimdal/lib/krb5/get_host_realm.c
112
if(ret < 0 || (size_t)ret >= sizeof(dom)) {
crypto/heimdal/lib/krb5/get_in_tkt.c
104
size_t i;
crypto/heimdal/lib/krb5/get_in_tkt.c
249
size_t i;
crypto/heimdal/lib/krb5/get_in_tkt.c
260
size_t j;
crypto/heimdal/lib/krb5/get_in_tkt.c
333
size_t i;
crypto/heimdal/lib/krb5/get_in_tkt.c
382
size_t len = 0;
crypto/heimdal/lib/krb5/get_in_tkt.c
385
size_t size;
crypto/heimdal/lib/krb5/get_in_tkt.c
44
size_t buf_size;
crypto/heimdal/lib/krb5/get_in_tkt.c
45
size_t len = 0;
crypto/heimdal/lib/krb5/init_creds_pw.c
1113
size_t len = 0, length;
crypto/heimdal/lib/krb5/init_creds_pw.c
1526
size_t netypes = 0;
crypto/heimdal/lib/krb5/init_creds_pw.c
1649
size_t len = 0;
crypto/heimdal/lib/krb5/init_creds_pw.c
1650
size_t size;
crypto/heimdal/lib/krb5/init_creds_pw.c
264
size_t i;
crypto/heimdal/lib/krb5/init_creds_pw.c
481
size_t newpw_sz,
crypto/heimdal/lib/krb5/init_creds_pw.c
725
krb5_salttype salttype, void *salt_string, size_t salt_len,
crypto/heimdal/lib/krb5/init_creds_pw.c
762
size_t sz;
crypto/heimdal/lib/krb5/init_creds_pw.c
763
size_t i, j;
crypto/heimdal/lib/krb5/init_creds_pw.c
811
size_t sz;
crypto/heimdal/lib/krb5/init_creds_pw.c
812
size_t i, j;
crypto/heimdal/lib/krb5/init_creds_pw.c
895
size_t i;
crypto/heimdal/lib/krb5/init_creds_pw.c
912
size_t i;
crypto/heimdal/lib/krb5/init_creds_pw.c
931
size_t buf_size;
crypto/heimdal/lib/krb5/init_creds_pw.c
932
size_t len = 0;
crypto/heimdal/lib/krb5/init_creds_pw.c
993
size_t i;
crypto/heimdal/lib/krb5/keyblock.c
177
size_t size,
crypto/heimdal/lib/krb5/keyblock.c
181
size_t len;
crypto/heimdal/lib/krb5/keytab.c
169
keytab_name(const char *name, const char **type, size_t *type_len)
crypto/heimdal/lib/krb5/keytab.c
218
size_t type_len;
crypto/heimdal/lib/krb5/keytab.c
263
krb5_kt_default_name(krb5_context context, char *name, size_t namesize)
crypto/heimdal/lib/krb5/keytab.c
285
krb5_kt_default_modify_name(krb5_context context, char *name, size_t namesize)
crypto/heimdal/lib/krb5/keytab.c
292
size_t len = strcspn(context->default_keytab + 4, ",");
crypto/heimdal/lib/krb5/keytab.c
391
size_t prefixsize)
crypto/heimdal/lib/krb5/keytab.c
414
size_t namesize)
crypto/heimdal/lib/krb5/keytab_any.c
102
size_t namesize)
crypto/heimdal/lib/krb5/keytab_file.c
117
size_t len = strlen(data);
crypto/heimdal/lib/krb5/keytab_file.c
185
size_t i;
crypto/heimdal/lib/krb5/keytab_file.c
265
size_t i;
crypto/heimdal/lib/krb5/keytab_file.c
344
size_t namesize)
crypto/heimdal/lib/krb5/keytab_file.c
753
min((size_t)len, sizeof(buf)));
crypto/heimdal/lib/krb5/keytab_file.c
754
len -= min((size_t)len, sizeof(buf));
crypto/heimdal/lib/krb5/keytab_keyfile.c
186
size_t name_sz)
crypto/heimdal/lib/krb5/keytab_memory.c
133
size_t namesize)
crypto/heimdal/lib/krb5/krb5-private.h
120
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-private.h
140
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-private.h
148
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-private.h
157
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-private.h
191
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-private.h
201
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-private.h
292
size_t /*size*/);
crypto/heimdal/lib/krb5/krb5-private.h
31
size_t /*size*/);
crypto/heimdal/lib/krb5/krb5-private.h
322
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-private.h
38
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-private.h
399
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-private.h
401
size_t /*size*/);
crypto/heimdal/lib/krb5/krb5-private.h
435
size_t /*dhsize*/,
crypto/heimdal/lib/krb5/krb5-private.h
47
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-private.h
478
size_t /*dhsize*/,
crypto/heimdal/lib/krb5/krb5-private.h
543
size_t /*size*/);
crypto/heimdal/lib/krb5/krb5-protos.h
1164
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1204
size_t */*blocksize*/);
crypto/heimdal/lib/krb5/krb5-protos.h
1210
size_t */*confoundersize*/);
crypto/heimdal/lib/krb5/krb5-protos.h
1222
size_t */*padsize*/);
crypto/heimdal/lib/krb5/krb5-protos.h
1236
size_t */*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
1245
KRB5_LIB_FUNCTION size_t KRB5_LIB_CALL
crypto/heimdal/lib/krb5/krb5-protos.h
1261
size_t */*length*/);
crypto/heimdal/lib/krb5/krb5-protos.h
1277
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
1299
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1301
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1308
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1310
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1317
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1319
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1326
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1328
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1335
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1337
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1344
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1346
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1353
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1355
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1362
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1364
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1379
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1405
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1423
size_t /*constant_len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
155
size_t /*lnsize*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1626
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1628
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1635
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1637
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1644
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1646
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1653
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1655
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1662
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1664
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1671
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1673
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1680
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1682
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1689
size_t /*length*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1691
size_t */*len*/)
crypto/heimdal/lib/krb5/krb5-protos.h
1700
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1709
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1728
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1746
size_t */*keybits*/);
crypto/heimdal/lib/krb5/krb5-protos.h
1752
size_t */*keysize*/);
crypto/heimdal/lib/krb5/krb5-protos.h
1829
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
1981
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
2493
KRB5_LIB_FUNCTION size_t KRB5_LIB_CALL
crypto/heimdal/lib/krb5/krb5-protos.h
2497
size_t /*data_len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
2533
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
2647
size_t /*size*/,
crypto/heimdal/lib/krb5/krb5-protos.h
2698
size_t /*hostlen*/);
crypto/heimdal/lib/krb5/krb5-protos.h
2737
size_t /*hostlen*/);
crypto/heimdal/lib/krb5/krb5-protos.h
2778
size_t /*namesize*/);
crypto/heimdal/lib/krb5/krb5-protos.h
2784
size_t /*namesize*/);
crypto/heimdal/lib/krb5/krb5-protos.h
2822
size_t /*namesize*/);
crypto/heimdal/lib/krb5/krb5-protos.h
2829
size_t /*prefixsize*/);
crypto/heimdal/lib/krb5/krb5-protos.h
2914
KRB5_LIB_FUNCTION size_t KRB5_LIB_CALL
crypto/heimdal/lib/krb5/krb5-protos.h
2986
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
2993
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3000
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
3075
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3082
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3095
size_t /*length*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3145
size_t */*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
3157
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
3175
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3323
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
3324
size_t */*ret_len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3349
size_t /*size*/,
crypto/heimdal/lib/krb5/krb5-protos.h
3948
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3953
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3970
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
3996
size_t /*size*/);
crypto/heimdal/lib/krb5/krb5-protos.h
4012
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
4152
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
4232
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
4240
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
4247
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
4311
size_t /*len*/);
crypto/heimdal/lib/krb5/krb5-protos.h
4319
size_t /*len*/,
crypto/heimdal/lib/krb5/krb5-protos.h
452
size_t */*blocksize*/);
crypto/heimdal/lib/krb5/krb5-protos.h
458
size_t */*length*/);
crypto/heimdal/lib/krb5/krb5-protos.h
482
size_t /*inputlen*/,
crypto/heimdal/lib/krb5/krb5-protos.h
483
size_t */*length*/);
crypto/heimdal/lib/krb5/krb5-protos.h
510
size_t */*ilen*/,
crypto/heimdal/lib/krb5/krb5-protos.h
511
size_t */*keylen*/);
crypto/heimdal/lib/krb5/krb5-protos.h
539
size_t */*length*/);
crypto/heimdal/lib/krb5/krb5-protos.h
899
size_t */*size*/);
crypto/heimdal/lib/krb5/krb5.h
573
krb5_error_code (KRB5_CALLCONV * get_name)(krb5_context, krb5_keytab, char*, size_t);
crypto/heimdal/lib/krb5/krbhst.c
118
size_t len = strlen(rr->u.srv->target);
crypto/heimdal/lib/krb5/krbhst.c
275
size_t hostnamelen = strlen(from->hostname);
crypto/heimdal/lib/krb5/krbhst.c
331
char *hostname, size_t hostlen)
crypto/heimdal/lib/krb5/krbhst.c
531
size_t hostlen = strlen(host);
crypto/heimdal/lib/krb5/krbhst.c
563
size_t hostlen;
crypto/heimdal/lib/krb5/krbhst.c
986
size_t hostlen)
crypto/heimdal/lib/krb5/kuserok.c
243
size_t buflen;
crypto/heimdal/lib/krb5/log.c
225
size_t len = strlen(msg);
crypto/heimdal/lib/krb5/misc.c
47
size_t size;
crypto/heimdal/lib/krb5/misc.c
48
size_t i;
crypto/heimdal/lib/krb5/mit_glue.c
176
size_t *length)
crypto/heimdal/lib/krb5/mit_glue.c
184
size_t *blocksize)
crypto/heimdal/lib/krb5/mit_glue.c
220
size_t blocksize;
crypto/heimdal/lib/krb5/mit_glue.c
260
size_t blocksize;
crypto/heimdal/lib/krb5/mit_glue.c
289
size_t inputlen,
crypto/heimdal/lib/krb5/mit_glue.c
290
size_t *length)
crypto/heimdal/lib/krb5/mit_glue.c
339
size_t *ilen,
crypto/heimdal/lib/krb5/mit_glue.c
340
size_t *keylen)
crypto/heimdal/lib/krb5/mit_glue.c
354
size_t *length)
crypto/heimdal/lib/krb5/mk_error.c
51
size_t len = 0;
crypto/heimdal/lib/krb5/mk_priv.c
47
size_t buf_size;
crypto/heimdal/lib/krb5/mk_priv.c
48
size_t len = 0;
crypto/heimdal/lib/krb5/mk_rep.c
45
size_t buf_size;
crypto/heimdal/lib/krb5/mk_rep.c
46
size_t len = 0;
crypto/heimdal/lib/krb5/mk_safe.c
46
size_t buf_size;
crypto/heimdal/lib/krb5/mk_safe.c
47
size_t len = 0;
crypto/heimdal/lib/krb5/n-fold.c
100
_krb5_n_fold(const void *str, size_t len, void *key, size_t size)
crypto/heimdal/lib/krb5/n-fold.c
105
size_t maxlen = 2 * max(size, len);
crypto/heimdal/lib/krb5/n-fold.c
106
size_t l = 0;
crypto/heimdal/lib/krb5/n-fold.c
36
rr13(unsigned char *buf, size_t len)
crypto/heimdal/lib/krb5/n-fold.c
83
add1(unsigned char *a, unsigned char *b, size_t len)
crypto/heimdal/lib/krb5/net_read.c
40
size_t len)
crypto/heimdal/lib/krb5/net_write.c
40
size_t len)
crypto/heimdal/lib/krb5/net_write.c
50
size_t len,
crypto/heimdal/lib/krb5/net_write.c
57
size_t rem = len;
crypto/heimdal/lib/krb5/pac.c
1003
size_t *cksumsize)
crypto/heimdal/lib/krb5/pac.c
1044
size_t server_size, priv_size;
crypto/heimdal/lib/krb5/pac.c
1132
size_t sret;
crypto/heimdal/lib/krb5/pac.c
170
krb5_pac_parse(krb5_context context, const void *ptr, size_t len,
crypto/heimdal/lib/krb5/pac.c
484
size_t *len,
crypto/heimdal/lib/krb5/pac.c
487
size_t i;
crypto/heimdal/lib/krb5/pac.c
521
void *ptr, size_t len,
crypto/heimdal/lib/krb5/pac.c
614
void *data, size_t datalen,
crypto/heimdal/lib/krb5/pac.c
615
void *sig, size_t siglen)
crypto/heimdal/lib/krb5/pac.c
725
size_t ucs2len = len / 2;
crypto/heimdal/lib/krb5/pac.c
727
size_t u8len;
crypto/heimdal/lib/krb5/pac.c
790
size_t s2_len;
crypto/heimdal/lib/krb5/pac.c
811
size_t ucs2_len;
crypto/heimdal/lib/krb5/pac.c
86
size_t len,
crypto/heimdal/lib/krb5/pac.c
981
fill_zeros(krb5_context context, krb5_storage *sp, size_t len)
crypto/heimdal/lib/krb5/pac.c
984
size_t l;
crypto/heimdal/lib/krb5/padata.c
47
int type, void *buf, size_t len)
crypto/heimdal/lib/krb5/pkinit.c
1019
size_t size;
crypto/heimdal/lib/krb5/pkinit.c
1097
size_t i;
crypto/heimdal/lib/krb5/pkinit.c
1216
size_t ph = 1 + der_length_len(content.length);
crypto/heimdal/lib/krb5/pkinit.c
1218
size_t l;
crypto/heimdal/lib/krb5/pkinit.c
1328
size_t len;
crypto/heimdal/lib/krb5/pkinit.c
1424
size_t size;
crypto/heimdal/lib/krb5/pkinit.c
1656
size_t size;
crypto/heimdal/lib/krb5/pkinit.c
200
size_t i, start = 1;
crypto/heimdal/lib/krb5/pkinit.c
310
size_t size = 0;
crypto/heimdal/lib/krb5/pkinit.c
376
size_t buf_size, len = 0;
crypto/heimdal/lib/krb5/pkinit.c
425
size_t size = 0;
crypto/heimdal/lib/krb5/pkinit.c
665
size_t size = 0;
crypto/heimdal/lib/krb5/pkinit.c
902
size_t length,
crypto/heimdal/lib/krb5/pkinit.c
971
size_t size;
crypto/heimdal/lib/krb5/plugin.c
207
size_t l;
crypto/heimdal/lib/krb5/plugin.c
268
size_t len = strlen(n);
crypto/heimdal/lib/krb5/plugin.c
460
size_t len = strlen(n);
crypto/heimdal/lib/krb5/principal.c
1004
size_t i;
crypto/heimdal/lib/krb5/principal.c
1111
size_t i;
crypto/heimdal/lib/krb5/principal.c
401
static size_t
crypto/heimdal/lib/krb5/principal.c
402
quote_string(const char *s, char *out, size_t idx, size_t len, int display)
crypto/heimdal/lib/krb5/principal.c
425
size_t len,
crypto/heimdal/lib/krb5/principal.c
428
size_t idx = 0;
crypto/heimdal/lib/krb5/principal.c
429
size_t i;
crypto/heimdal/lib/krb5/principal.c
492
size_t len)
crypto/heimdal/lib/krb5/principal.c
515
size_t len)
crypto/heimdal/lib/krb5/principal.c
540
size_t len)
crypto/heimdal/lib/krb5/principal.c
551
size_t len = 0, plen;
crypto/heimdal/lib/krb5/principal.c
552
size_t i;
crypto/heimdal/lib/krb5/principal.c
750
size_t comp_len)
crypto/heimdal/lib/krb5/principal.c
753
size_t len = princ_num_comp(p);
crypto/heimdal/lib/krb5/principal.c
920
size_t i;
crypto/heimdal/lib/krb5/principal.c
935
size_t i;
crypto/heimdal/lib/krb5/rd_cred.c
43
size_t len;
crypto/heimdal/lib/krb5/rd_cred.c
63
size_t len;
crypto/heimdal/lib/krb5/rd_cred.c
68
size_t i;
crypto/heimdal/lib/krb5/rd_error.c
42
size_t len;
crypto/heimdal/lib/krb5/rd_priv.c
46
size_t len;
crypto/heimdal/lib/krb5/rd_rep.c
44
size_t len;
crypto/heimdal/lib/krb5/rd_req.c
112
size_t len;
crypto/heimdal/lib/krb5/rd_req.c
276
size_t len)
crypto/heimdal/lib/krb5/rd_req.c
45
size_t len;
crypto/heimdal/lib/krb5/rd_req.c
471
size_t i;
crypto/heimdal/lib/krb5/rd_req.c
78
size_t len;
crypto/heimdal/lib/krb5/rd_safe.c
43
size_t buf_size;
crypto/heimdal/lib/krb5/rd_safe.c
44
size_t len = 0;
crypto/heimdal/lib/krb5/rd_safe.c
92
size_t len;
crypto/heimdal/lib/krb5/salt-arcfour.c
46
size_t len = 0, i;
crypto/heimdal/lib/krb5/salt-des.c
138
DES_string_to_key_int(unsigned char *data, size_t length, DES_cblock *key)
crypto/heimdal/lib/krb5/salt-des.c
141
size_t i;
crypto/heimdal/lib/krb5/salt-des.c
179
size_t len;
crypto/heimdal/lib/krb5/salt-des.c
55
size_t i;
crypto/heimdal/lib/krb5/salt-des.c
87
size_t passlen;
crypto/heimdal/lib/krb5/salt-des.c
92
size_t i;
crypto/heimdal/lib/krb5/salt-des3.c
111
size_t len = password.length + salt.saltvalue.length;
crypto/heimdal/lib/krb5/salt-des3.c
46
size_t len;
crypto/heimdal/lib/krb5/salt.c
105
size_t len;
crypto/heimdal/lib/krb5/salt.c
106
size_t i;
crypto/heimdal/lib/krb5/salt.c
252
size_t len,
crypto/heimdal/lib/krb5/salt.c
259
size_t keylen;
crypto/heimdal/lib/krb5/scache.c
1061
size_t len = 0;
crypto/heimdal/lib/krb5/scache.c
684
decode_creds(krb5_context context, const void *data, size_t length,
crypto/heimdal/lib/krb5/scache.c
731
size_t len;
crypto/heimdal/lib/krb5/scache.c
989
size_t len = 0;
crypto/heimdal/lib/krb5/send_to_kdc.c
374
size_t i;
crypto/heimdal/lib/krb5/send_to_kdc.c
53
size_t limit,
crypto/heimdal/lib/krb5/send_to_kdc.c
91
nbytes = min((size_t)nbytes, limit - rep->length);
crypto/heimdal/lib/krb5/store-int.c
37
_krb5_put_int(void *buffer, unsigned long value, size_t size)
crypto/heimdal/lib/krb5/store-int.c
49
_krb5_get_int(void *buffer, unsigned long *value, size_t size)
crypto/heimdal/lib/krb5/store-int.c
53
size_t i;
crypto/heimdal/lib/krb5/store-int.h
39
ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t);
crypto/heimdal/lib/krb5/store-int.h
40
ssize_t (*store)(struct krb5_storage_data*, const void*, size_t);
crypto/heimdal/lib/krb5/store-int.h
46
size_t max_alloc;
crypto/heimdal/lib/krb5/store-test.c
36
print_data(unsigned char *data, size_t len)
crypto/heimdal/lib/krb5/store-test.c
48
compare(const char *name, krb5_storage *sp, void *expected, size_t len)
crypto/heimdal/lib/krb5/store.c
1174
size_t i;
crypto/heimdal/lib/krb5/store.c
1199
size_t i;
crypto/heimdal/lib/krb5/store.c
1233
size_t i;
crypto/heimdal/lib/krb5/store.c
132
krb5_storage_set_max_alloc(krb5_storage *sp, size_t size)
crypto/heimdal/lib/krb5/store.c
139
size_too_large(krb5_storage *sp, size_t size)
crypto/heimdal/lib/krb5/store.c
147
size_too_large_num(krb5_storage *sp, size_t count, size_t size)
crypto/heimdal/lib/krb5/store.c
206
krb5_storage_read(krb5_storage *sp, void *buf, size_t len)
crypto/heimdal/lib/krb5/store.c
224
krb5_storage_write(krb5_storage *sp, const void *buf, size_t len)
crypto/heimdal/lib/krb5/store.c
320
size_t len)
crypto/heimdal/lib/krb5/store.c
331
if ((size_t)ret != len)
crypto/heimdal/lib/krb5/store.c
381
size_t len)
crypto/heimdal/lib/krb5/store.c
389
if ((size_t)ret != len)
crypto/heimdal/lib/krb5/store.c
657
if((size_t)ret != data.length)
crypto/heimdal/lib/krb5/store.c
763
size_t len = strlen(s) + 1;
crypto/heimdal/lib/krb5/store.c
769
if((size_t)ret != len)
crypto/heimdal/lib/krb5/store.c
791
size_t len = 0;
crypto/heimdal/lib/krb5/store.c
824
size_t len = strlen(s);
crypto/heimdal/lib/krb5/store.c
830
if((size_t)ret != len)
crypto/heimdal/lib/krb5/store.c
851
size_t len = 0;
crypto/heimdal/lib/krb5/store.c
907
size_t i;
crypto/heimdal/lib/krb5/store_emem.c
118
} else if ((size_t)offset > s->size || (s->size / 2) > (size_t)offset) {
crypto/heimdal/lib/krb5/store_emem.c
120
size_t off;
crypto/heimdal/lib/krb5/store_emem.c
125
if ((size_t)offset > s->size)
crypto/heimdal/lib/krb5/store_emem.c
39
size_t size;
crypto/heimdal/lib/krb5/store_emem.c
40
size_t len;
crypto/heimdal/lib/krb5/store_emem.c
45
emem_fetch(krb5_storage *sp, void *data, size_t size)
crypto/heimdal/lib/krb5/store_emem.c
48
if((size_t)(s->base + s->len - s->ptr) < size)
crypto/heimdal/lib/krb5/store_emem.c
56
emem_store(krb5_storage *sp, const void *data, size_t size)
crypto/heimdal/lib/krb5/store_emem.c
59
if(size > (size_t)(s->base + s->size - s->ptr)){
crypto/heimdal/lib/krb5/store_emem.c
61
size_t sz, off;
crypto/heimdal/lib/krb5/store_emem.c
84
if((size_t)offset > s->size)
crypto/heimdal/lib/krb5/store_emem.c
89
if((size_t)offset > s->len)
crypto/heimdal/lib/krb5/store_fd.c
44
fd_fetch(krb5_storage * sp, void *data, size_t size)
crypto/heimdal/lib/krb5/store_fd.c
50
fd_store(krb5_storage * sp, const void *data, size_t size)
crypto/heimdal/lib/krb5/store_mem.c
126
krb5_storage_from_mem(void *buf, size_t len)
crypto/heimdal/lib/krb5/store_mem.c
185
krb5_storage_from_readonly_mem(const void *buf, size_t len)
crypto/heimdal/lib/krb5/store_mem.c
39
size_t size;
crypto/heimdal/lib/krb5/store_mem.c
44
mem_fetch(krb5_storage *sp, void *data, size_t size)
crypto/heimdal/lib/krb5/store_mem.c
47
if(size > (size_t)(s->base + s->size - s->ptr))
crypto/heimdal/lib/krb5/store_mem.c
55
mem_store(krb5_storage *sp, const void *data, size_t size)
crypto/heimdal/lib/krb5/store_mem.c
58
if(size > (size_t)(s->base + s->size - s->ptr))
crypto/heimdal/lib/krb5/store_mem.c
66
mem_no_store(krb5_storage *sp, const void *data, size_t size)
crypto/heimdal/lib/krb5/store_mem.c
77
if((size_t)offset > s->size)
crypto/heimdal/lib/krb5/store_mem.c
98
if((size_t)offset > s->size)
crypto/heimdal/lib/krb5/test_addr.c
43
size_t len;
crypto/heimdal/lib/krb5/test_addr.c
76
size_t truncate_len, size_t outlen)
crypto/heimdal/lib/krb5/test_addr.c
81
size_t len;
crypto/heimdal/lib/krb5/test_crypto.c
38
time_encryption(krb5_context context, size_t size,
crypto/heimdal/lib/krb5/test_crypto_wrapping.c
39
size_t min_size,
crypto/heimdal/lib/krb5/test_crypto_wrapping.c
40
size_t max_size,
crypto/heimdal/lib/krb5/test_crypto_wrapping.c
41
size_t step,
crypto/heimdal/lib/krb5/test_crypto_wrapping.c
50
size_t size;
crypto/heimdal/lib/krb5/test_crypto_wrapping.c
70
size_t wrapped_size;
crypto/heimdal/lib/krb5/test_get_addrs.c
44
size_t len;
crypto/heimdal/lib/krb5/test_pac.c
210
size_t len, i;
crypto/heimdal/lib/krb5/test_pac.c
364
size_t len;
crypto/heimdal/lib/krb5/test_prf.c
56
size_t length;
crypto/heimdal/lib/krb5/test_store.c
226
size_t n;
crypto/heimdal/lib/krb5/ticket.c
198
size_t i;
crypto/heimdal/lib/krb5/ticket.c
264
size_t len;
crypto/heimdal/lib/krb5/ticket.c
386
size_t len;
crypto/heimdal/lib/krb5/ticket.c
519
size_t len;
crypto/heimdal/lib/krb5/ticket.c
614
size_t size;
crypto/heimdal/lib/krb5/ticket.c
664
size_t len = 0;
crypto/heimdal/lib/krb5/time.c
110
char *s, size_t len, krb5_boolean include_time)
crypto/heimdal/lib/krb5/transited.c
170
size_t len;
crypto/heimdal/lib/krb5/transited.c
188
size_t len = strlen(r->realm) + strlen(prev_realm) + 1;
crypto/heimdal/lib/krb5/transited.c
414
size_t i;
crypto/heimdal/lib/krb5/transited.c
450
size_t i;
crypto/heimdal/lib/ntlm/heimntlm-protos.h
14
size_t /*len*/,
crypto/heimdal/lib/ntlm/heimntlm-protos.h
154
size_t /*len*/,
crypto/heimdal/lib/ntlm/heimntlm-protos.h
159
size_t
crypto/heimdal/lib/ntlm/heimntlm-protos.h
163
size_t /*len*/);
crypto/heimdal/lib/ntlm/heimntlm-protos.h
168
size_t /*len*/,
crypto/heimdal/lib/ntlm/heimntlm-protos.h
174
size_t /*len*/,
crypto/heimdal/lib/ntlm/heimntlm-protos.h
181
size_t /*len*/,
crypto/heimdal/lib/ntlm/heimntlm-protos.h
21
size_t /*len*/,
crypto/heimdal/lib/ntlm/heimntlm-protos.h
29
size_t /*len*/,
crypto/heimdal/lib/ntlm/heimntlm-protos.h
39
size_t /*len*/,
crypto/heimdal/lib/ntlm/heimntlm-protos.h
46
size_t /*len*/,
crypto/heimdal/lib/ntlm/heimntlm-protos.h
94
size_t /*clnt_nonce_length*/,
crypto/heimdal/lib/ntlm/heimntlm.h
44
size_t length; /**< length buffer data */
crypto/heimdal/lib/ntlm/ntlm.c
1103
heim_ntlm_calculate_ntlm1(void *key, size_t len,
crypto/heimdal/lib/ntlm/ntlm.c
1139
heim_ntlm_v1_base_session(void *key, size_t len,
crypto/heimdal/lib/ntlm/ntlm.c
1165
heim_ntlm_v2_base_session(void *key, size_t len,
crypto/heimdal/lib/ntlm/ntlm.c
1265
heim_ntlm_build_ntlm1_master(void *key, size_t len,
crypto/heimdal/lib/ntlm/ntlm.c
1299
heim_ntlm_build_ntlm2_master(void *key, size_t len,
crypto/heimdal/lib/ntlm/ntlm.c
1382
heim_ntlm_ntlmv2_key(const void *key, size_t len,
crypto/heimdal/lib/ntlm/ntlm.c
1458
heim_ntlm_calculate_lm2(const void *key, size_t len,
crypto/heimdal/lib/ntlm/ntlm.c
1510
heim_ntlm_calculate_ntlm2(const void *key, size_t len,
crypto/heimdal/lib/ntlm/ntlm.c
157
size_t
crypto/heimdal/lib/ntlm/ntlm.c
158
heim_ntlm_unparse_flags(uint32_t flags, char *s, size_t len)
crypto/heimdal/lib/ntlm/ntlm.c
1611
heim_ntlm_verify_ntlm2(const void *key, size_t len,
crypto/heimdal/lib/ntlm/ntlm.c
1839
const unsigned char *clnt_nonce, size_t clnt_nonce_length,
crypto/heimdal/lib/ntlm/ntlm.c
186
size_t len, i;
crypto/heimdal/lib/ntlm/ntlm.c
248
size_t len = strlen(s);
crypto/heimdal/lib/ntlm/ntlm.c
259
ret_string(krb5_storage *sp, int ucs2, size_t len, char **s)
crypto/heimdal/lib/ntlm/ntlm.c
271
size_t i;
crypto/heimdal/lib/roken/base64-test.c
46
size_t len;
crypto/heimdal/lib/roken/concat.c
100
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/concat.c
101
roken_mconcat (char **s, size_t max_len, ...)
crypto/heimdal/lib/roken/concat.c
103
size_t ret;
crypto/heimdal/lib/roken/concat.c
39
roken_concat (char *s, size_t len, ...)
crypto/heimdal/lib/roken/concat.c
51
roken_vconcat (char *s, size_t len, va_list args)
crypto/heimdal/lib/roken/concat.c
56
size_t n = strlen (a);
crypto/heimdal/lib/roken/concat.c
68
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/concat.c
69
roken_vmconcat (char **s, size_t max_len, va_list args)
crypto/heimdal/lib/roken/concat.c
73
size_t len = 0;
crypto/heimdal/lib/roken/concat.c
80
size_t n = strlen (a);
crypto/heimdal/lib/roken/ct.c
55
ct_memcmp(const void *p1, const void *p2, size_t len)
crypto/heimdal/lib/roken/ct.c
58
size_t i;
crypto/heimdal/lib/roken/dumpdata.c
43
rk_dumpdata (const char *filename, const void *buf, size_t size)
crypto/heimdal/lib/roken/dumpdata.c
59
rk_undumpdata(const char *filename, void **buf, size_t *size)
crypto/heimdal/lib/roken/ecalloc.c
46
ecalloc (size_t number, size_t size)
crypto/heimdal/lib/roken/emalloc.c
46
emalloc (size_t sz)
crypto/heimdal/lib/roken/environment.c
47
find_var(char **env, char *assignment, size_t len)
crypto/heimdal/lib/roken/eread.c
43
eread (int fd, void *buf, size_t nbytes)
crypto/heimdal/lib/roken/erealloc.c
46
erealloc (void *ptr, size_t sz)
crypto/heimdal/lib/roken/ewrite.c
43
ewrite (int fd, const void *buf, size_t nbytes)
crypto/heimdal/lib/roken/getarg.c
211
size_t num_args,
crypto/heimdal/lib/roken/getarg.c
221
size_t num_args,
crypto/heimdal/lib/roken/getarg.c
227
size_t i, max_len = 0;
crypto/heimdal/lib/roken/getarg.c
263
size_t len = 0;
crypto/heimdal/lib/roken/getarg.c
305
size_t count = 0;
crypto/heimdal/lib/roken/getarg.c
348
arg_match_long(struct getargs *args, size_t num_args,
crypto/heimdal/lib/roken/getarg.c
351
size_t i;
crypto/heimdal/lib/roken/getarg.c
44
static size_t
crypto/heimdal/lib/roken/getarg.c
46
size_t len,
crypto/heimdal/lib/roken/getarg.c
473
arg_match_short (struct getargs *args, size_t num_args,
crypto/heimdal/lib/roken/getarg.c
476
size_t j, k;
crypto/heimdal/lib/roken/getarg.c
545
getarg(struct getargs *args, size_t num_args,
crypto/heimdal/lib/roken/getarg.c
89
size_t num_args,
crypto/heimdal/lib/roken/getarg.c
94
size_t i;
crypto/heimdal/lib/roken/getarg.h
103
size_t num_args,
crypto/heimdal/lib/roken/getarg.h
92
getarg(struct getargs *args, size_t num_args,
crypto/heimdal/lib/roken/getarg.h
97
size_t num_args,
crypto/heimdal/lib/roken/getcap.c
1024
size_t size = mp - mem;
crypto/heimdal/lib/roken/getcap.c
1040
if ((mem = realloc(mem, (size_t)(mp - mem))) == NULL)
crypto/heimdal/lib/roken/getcap.c
210
size_t dummy;
crypto/heimdal/lib/roken/getcap.c
234
getent(char **cap, size_t *len, char **db_array, int fd,
crypto/heimdal/lib/roken/getcap.c
253
size_t len = topreclen + BFRAG;
crypto/heimdal/lib/roken/getcap.c
290
size_t clen;
crypto/heimdal/lib/roken/getcap.c
419
size_t newsize;
crypto/heimdal/lib/roken/getcap.c
476
size_t ilen, newilen;
crypto/heimdal/lib/roken/getcap.c
559
size_t newsize;
crypto/heimdal/lib/roken/getcap.c
583
memmove(s, tcend, (size_t)(rp - tcend));
crypto/heimdal/lib/roken/getcap.c
605
realloc(record, (size_t)(rp - record))) == NULL) {
crypto/heimdal/lib/roken/getcap.c
66
static size_t topreclen; /* toprec length */
crypto/heimdal/lib/roken/getcap.c
725
size_t len;
crypto/heimdal/lib/roken/getcap.c
728
size_t dummy;
crypto/heimdal/lib/roken/getcap.c
82
static int getent (char **, size_t *, char **, int, const char *, int, char *);
crypto/heimdal/lib/roken/getcap.c
944
size_t size = mp - mem;
crypto/heimdal/lib/roken/getcap.c
963
if ((nmem = realloc(mem, (size_t)(mp - mem))) == NULL) {
crypto/heimdal/lib/roken/getcwd.c
46
getcwd(char *path, size_t size)
crypto/heimdal/lib/roken/getdtablesize.c
78
size_t len;
crypto/heimdal/lib/roken/getifaddrs.c
1014
size_t ifreq_sz)
crypto/heimdal/lib/roken/getifaddrs.c
1018
size_t buf_size;
crypto/heimdal/lib/roken/getifaddrs.c
1022
size_t sz;
crypto/heimdal/lib/roken/getifaddrs.c
1071
size_t salen;
crypto/heimdal/lib/roken/getifaddrs.c
168
static size_t
crypto/heimdal/lib/roken/getifaddrs.c
171
size_t size;
crypto/heimdal/lib/roken/getifaddrs.c
180
size = (size_t)(((struct sockaddr_ll *)NULL)->sll_addr) + len;
crypto/heimdal/lib/roken/getifaddrs.c
185
size = (size_t)(((struct sockaddr *)NULL)->sa_data) + len;
crypto/heimdal/lib/roken/getifaddrs.c
196
void *p, size_t len,
crypto/heimdal/lib/roken/getifaddrs.c
302
void *buf, size_t buflen,
crypto/heimdal/lib/roken/getifaddrs.c
333
size_t bufsize = 65536, lastbufsize = 0;
crypto/heimdal/lib/roken/getifaddrs.c
508
size_t dlen, xlen, nlen;
crypto/heimdal/lib/roken/getifaddrs.c
595
size_t nlm_struct_size = 0;
crypto/heimdal/lib/roken/getifaddrs.c
598
size_t sockaddr_size = 0;
crypto/heimdal/lib/roken/getifaddrs.c
600
size_t rtasize;
crypto/heimdal/lib/roken/getifaddrs.c
650
size_t rtapayload = RTA_PAYLOAD(rta);
crypto/heimdal/lib/roken/getifaddrs.c
872
size_t ifreq_sz)
crypto/heimdal/lib/roken/getifaddrs.c
876
size_t buf_size;
crypto/heimdal/lib/roken/getifaddrs.c
880
size_t sz;
crypto/heimdal/lib/roken/getifaddrs.c
925
size_t salen;
crypto/heimdal/lib/roken/getipnodebyaddr.c
44
getipnodebyaddr (const void *src, size_t len, int af, int *error_num)
crypto/heimdal/lib/roken/getnameinfo.c
41
size_t addrlen,
crypto/heimdal/lib/roken/getnameinfo.c
43
char *host, size_t hostlen,
crypto/heimdal/lib/roken/getnameinfo.c
44
char *serv, size_t servlen,
crypto/heimdal/lib/roken/getnameinfo.c
96
char *host, size_t hostlen,
crypto/heimdal/lib/roken/getnameinfo.c
97
char *serv, size_t servlen,
crypto/heimdal/lib/roken/getnameinfo_verified.c
48
char *host, size_t hostlen,
crypto/heimdal/lib/roken/getnameinfo_verified.c
49
char *serv, size_t servlen,
crypto/heimdal/lib/roken/getnameinfo_verified.c
57
size_t sasize;
crypto/heimdal/lib/roken/glob.c
155
static int glob1 (Char *, glob_t *, size_t *);
crypto/heimdal/lib/roken/glob.c
156
static int glob2 (Char *, Char *, Char *, glob_t *, size_t *);
crypto/heimdal/lib/roken/glob.c
157
static int glob3 (Char *, Char *, Char *, Char *, glob_t *, size_t *);
crypto/heimdal/lib/roken/glob.c
158
static int globextend (const Char *, glob_t *, size_t *);
crypto/heimdal/lib/roken/glob.c
409
size_t limit = 0;
crypto/heimdal/lib/roken/glob.c
494
glob1(Char *pattern, glob_t *pglob, size_t *limit)
crypto/heimdal/lib/roken/glob.c
520
size_t *limit)
crypto/heimdal/lib/roken/glob.c
571
glob_t *pglob, size_t *limit)
crypto/heimdal/lib/roken/glob.c
649
globextend(const Char *path, glob_t *pglob, size_t *limit)
crypto/heimdal/lib/roken/glob.c
653
size_t newsize, len;
crypto/heimdal/lib/roken/glob.c
674
len = (size_t)(p - path);
crypto/heimdal/lib/roken/hex-test.c
46
size_t len;
crypto/heimdal/lib/roken/hex.c
54
hex_encode(const void *data, size_t size, char **str)
crypto/heimdal/lib/roken/hex.c
57
size_t i;
crypto/heimdal/lib/roken/hex.c
84
hex_decode(const char *str, void *data, size_t len)
crypto/heimdal/lib/roken/hex.c
86
size_t l;
crypto/heimdal/lib/roken/hex.c
88
size_t i;
crypto/heimdal/lib/roken/hex.h
53
hex_encode(const void *, size_t, char **);
crypto/heimdal/lib/roken/hex.h
55
hex_decode(const char *, void *, size_t);
crypto/heimdal/lib/roken/inet_ntop.c
138
inet_ntop(int af, const void *src, char *dst, size_t size)
crypto/heimdal/lib/roken/inet_ntop.c
43
inet_ntop_v4 (const void *src, char *dst, size_t size)
crypto/heimdal/lib/roken/inet_ntop.c
79
inet_ntop_v6 (const void *src, char *dst, size_t size)
crypto/heimdal/lib/roken/memmove.c
45
memmove(void *s1, const void *s2, size_t n)
crypto/heimdal/lib/roken/ndbm_wrap.h
71
size_t dsize;
crypto/heimdal/lib/roken/net_read.c
45
net_read (rk_socket_t fd, void *buf, size_t nbytes)
crypto/heimdal/lib/roken/net_read.c
49
size_t rem = nbytes;
crypto/heimdal/lib/roken/net_read.c
70
net_read(rk_socket_t sock, void *buf, size_t nbytes)
crypto/heimdal/lib/roken/net_read.c
74
size_t rem = nbytes;
crypto/heimdal/lib/roken/net_write.c
45
net_write (rk_socket_t fd, const void *buf, size_t nbytes)
crypto/heimdal/lib/roken/net_write.c
49
size_t rem = nbytes;
crypto/heimdal/lib/roken/net_write.c
68
net_write(rk_socket_t sock, const void *buf, size_t nbytes)
crypto/heimdal/lib/roken/net_write.c
72
size_t rem = nbytes;
crypto/heimdal/lib/roken/parse_bytes.c
66
unparse_bytes (int t, char *s, size_t len)
crypto/heimdal/lib/roken/parse_bytes.c
72
unparse_bytes_short (int t, char *s, size_t len)
crypto/heimdal/lib/roken/parse_bytes.h
53
unparse_bytes (int t, char *s, size_t len);
crypto/heimdal/lib/roken/parse_bytes.h
56
unparse_bytes_short (int t, char *s, size_t len);
crypto/heimdal/lib/roken/parse_reply-test.c
46
parse_reply(const unsigned char *, size_t);
crypto/heimdal/lib/roken/parse_reply-test.c
52
size_t buf_len;
crypto/heimdal/lib/roken/parse_reply-test.c
95
size_t pagesize = getpagesize();
crypto/heimdal/lib/roken/parse_time-test.c
42
size_t size;
crypto/heimdal/lib/roken/parse_time-test.c
58
size_t sz;
crypto/heimdal/lib/roken/parse_time-test.c
59
size_t buf_sz;
crypto/heimdal/lib/roken/parse_time.c
59
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/parse_time.c
60
unparse_time (int t, char *s, size_t len)
crypto/heimdal/lib/roken/parse_time.c
65
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/parse_time.c
66
unparse_time_approx (int t, char *s, size_t len)
crypto/heimdal/lib/roken/parse_time.h
52
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/parse_time.h
53
unparse_time (int t, char *s, size_t len);
crypto/heimdal/lib/roken/parse_time.h
55
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/parse_time.h
56
unparse_time_approx (int t, char *s, size_t len);
crypto/heimdal/lib/roken/parse_units.c
191
unparse_something (int num, const struct units *units, char *s, size_t len,
crypto/heimdal/lib/roken/parse_units.c
192
int (*print) (char *, size_t, int, const char *, int),
crypto/heimdal/lib/roken/parse_units.c
225
print_unit (char *s, size_t len, int divisor, const char *name, int rem)
crypto/heimdal/lib/roken/parse_units.c
249
unparse_units (int num, const struct units *units, char *s, size_t len)
crypto/heimdal/lib/roken/parse_units.c
258
unparse_units_approx (int num, const struct units *units, char *s, size_t len)
crypto/heimdal/lib/roken/parse_units.c
270
size_t max_sz = 0;
crypto/heimdal/lib/roken/parse_units.c
300
print_flag (char *s, size_t len, int divisor, const char *name, int rem)
crypto/heimdal/lib/roken/parse_units.c
312
unparse_flags (int num, const struct units *units, char *s, size_t len)
crypto/heimdal/lib/roken/parse_units.c
76
size_t u_len;
crypto/heimdal/lib/roken/parse_units.h
69
unparse_units (int num, const struct units *units, char *s, size_t len);
crypto/heimdal/lib/roken/parse_units.h
73
size_t len);
crypto/heimdal/lib/roken/parse_units.h
76
unparse_flags (int num, const struct units *units, char *s, size_t len);
crypto/heimdal/lib/roken/qsort.c
112
rk_qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp)
crypto/heimdal/lib/roken/qsort.c
116
rk_qsort(void *a, size_t n, size_t es, cmp_t *cmp)
crypto/heimdal/lib/roken/qsort.c
120
size_t d, r;
crypto/heimdal/lib/roken/readv.c
42
size_t tot = 0;
crypto/heimdal/lib/roken/realloc.c
41
rk_realloc(void *ptr, size_t size)
crypto/heimdal/lib/roken/recvmsg.c
42
size_t tot = 0;
crypto/heimdal/lib/roken/resolve-test.c
153
size_t i;
crypto/heimdal/lib/roken/resolve-test.c
165
size_t i;
crypto/heimdal/lib/roken/resolve.c
190
size_t hostlen;
crypto/heimdal/lib/roken/resolve.c
197
if ((size_t)status + 2 > size) {
crypto/heimdal/lib/roken/resolve.c
214
size_t hostlen;
crypto/heimdal/lib/roken/resolve.c
220
if ((size_t)status + 6 > size) {
crypto/heimdal/lib/roken/resolve.c
254
size_t key_len;
crypto/heimdal/lib/roken/resolve.c
276
size_t sig_len, hostlen;
crypto/heimdal/lib/roken/resolve.c
287
if ((size_t)status + 18 > size) {
crypto/heimdal/lib/roken/resolve.c
323
size_t cert_len;
crypto/heimdal/lib/roken/resolve.c
345
size_t sshfp_len;
crypto/heimdal/lib/roken/resolve.c
367
size_t digest_len;
crypto/heimdal/lib/roken/resolve.c
408
parse_reply(const unsigned char *data, size_t len)
crypto/heimdal/lib/roken/resolve.c
412
size_t i;
crypto/heimdal/lib/roken/resolve.c
737
size_t hostlen = strnlen(pRec->Data.MX.pNameExchange, DNS_MAX_NAME_LENGTH);
crypto/heimdal/lib/roken/resolve.c
752
size_t hostlen = strnlen(pRec->Data.SRV.pNameTarget, DNS_MAX_NAME_LENGTH);
crypto/heimdal/lib/roken/resolve.c
771
size_t len;
crypto/heimdal/lib/roken/resolve.c
787
size_t key_len;
crypto/heimdal/lib/roken/resolve.c
811
size_t sig_len, hostlen;
crypto/heimdal/lib/roken/resolve.h
143
size_t key_len;
crypto/heimdal/lib/roken/resolve.h
156
size_t sig_len;
crypto/heimdal/lib/roken/resolve.h
164
size_t cert_len;
crypto/heimdal/lib/roken/resolve.h
171
size_t sshfp_len;
crypto/heimdal/lib/roken/resolve.h
179
size_t digest_len;
crypto/heimdal/lib/roken/rkpty.c
151
size_t len = strlen(s);
crypto/heimdal/lib/roken/rkpty.c
209
size_t len = 0;
crypto/heimdal/lib/roken/rkpty.c
243
size_t i = 0;
crypto/heimdal/lib/roken/roken-common.h
348
eread (int fd, void *buf, size_t nbytes);
crypto/heimdal/lib/roken/roken-common.h
352
ewrite (int fd, const void *buf, size_t nbytes);
crypto/heimdal/lib/roken/roken-common.h
369
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/roken-common.h
377
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/roken-common.h
458
rk_realloc(void *, size_t);
crypto/heimdal/lib/roken/roken-common.h
473
rk_dumpdata (const char *, const void *, size_t);
crypto/heimdal/lib/roken/roken-common.h
476
rk_undumpdata (const char *, void **, size_t *);
crypto/heimdal/lib/roken/roken-common.h
491
ct_memcmp(const void *, const void *, size_t);
crypto/heimdal/lib/roken/roken_gethostby.c
145
size_t len;
crypto/heimdal/lib/roken/roken_gethostby.c
227
roken_gethostbyaddr(const void *addr, size_t len, int type)
crypto/heimdal/lib/roken/rtbl.c
103
size_t i, j;
crypto/heimdal/lib/roken/rtbl.c
160
size_t max_rows = 0;
crypto/heimdal/lib/roken/rtbl.c
161
size_t c;
crypto/heimdal/lib/roken/rtbl.c
186
size_t i;
crypto/heimdal/lib/roken/rtbl.c
365
size_t i, j;
crypto/heimdal/lib/roken/rtbl.c
48
size_t num_rows;
crypto/heimdal/lib/roken/rtbl.c
56
size_t num_columns;
crypto/heimdal/lib/roken/rtbl.c
83
size_t i;
crypto/heimdal/lib/roken/rtbl.c
93
size_t i;
crypto/heimdal/lib/roken/sendmsg.c
44
size_t tot = 0;
crypto/heimdal/lib/roken/snprintf-test.c
229
size_t sizet_values[] = { 0, 1, 2, 200, 4294967295u }; /* SIZE_MAX */
crypto/heimdal/lib/roken/snprintf.c
122
static size_t
crypto/heimdal/lib/roken/snprintf.c
125
size_t len = 0;
crypto/heimdal/lib/roken/snprintf.c
255
static size_t
crypto/heimdal/lib/roken/snprintf.c
262
size_t len = 0;
crypto/heimdal/lib/roken/snprintf.c
323
res = (unsig long)va_arg(arg, size_t); \
crypto/heimdal/lib/roken/snprintf.c
335
res = (unsig long)va_arg(arg, size_t); \
crypto/heimdal/lib/roken/snprintf.c
347
static size_t
crypto/heimdal/lib/roken/snprintf.c
352
size_t len = 0;
crypto/heimdal/lib/roken/snprintf.c
535
rk_snprintf (char *str, size_t sz, const char *format, ...)
crypto/heimdal/lib/roken/snprintf.c
59
size_t sz;
crypto/heimdal/lib/roken/snprintf.c
60
size_t max_sz;
crypto/heimdal/lib/roken/snprintf.c
600
rk_asnprintf (char **ret, size_t max_sz, const char *format, ...)
crypto/heimdal/lib/roken/snprintf.c
639
rk_vasnprintf (char **ret, size_t max_sz, const char *format, va_list args)
crypto/heimdal/lib/roken/snprintf.c
641
size_t st;
crypto/heimdal/lib/roken/snprintf.c
67
sn_reserve (struct snprintf_state *state, size_t n)
crypto/heimdal/lib/roken/snprintf.c
678
rk_vsnprintf (char *str, size_t sz, const char *format, va_list args)
crypto/heimdal/lib/roken/snprintf.c
81
as_reserve (struct snprintf_state *state, size_t n)
crypto/heimdal/lib/roken/socket.c
111
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/socket.c
130
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/socket_wrapper.c
1638
_PUBLIC_ ssize_t swrap_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen)
crypto/heimdal/lib/roken/socket_wrapper.c
1666
_PUBLIC_ ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen)
crypto/heimdal/lib/roken/socket_wrapper.c
1761
_PUBLIC_ ssize_t swrap_recv(int s, void *buf, size_t len, int flags)
crypto/heimdal/lib/roken/socket_wrapper.c
1783
_PUBLIC_ ssize_t swrap_send(int s, const void *buf, size_t len, int flags)
crypto/heimdal/lib/roken/socket_wrapper.c
774
size_t payload_len,
crypto/heimdal/lib/roken/socket_wrapper.c
779
size_t *_packet_len)
crypto/heimdal/lib/roken/socket_wrapper.c
783
size_t packet_len;
crypto/heimdal/lib/roken/socket_wrapper.c
784
size_t alloc_len;
crypto/heimdal/lib/roken/socket_wrapper.c
785
size_t nonwire_len = sizeof(packet->frame);
crypto/heimdal/lib/roken/socket_wrapper.c
786
size_t wire_hdr_len = 0;
crypto/heimdal/lib/roken/socket_wrapper.c
787
size_t wire_len = 0;
crypto/heimdal/lib/roken/socket_wrapper.c
788
size_t icmp_hdr_len = 0;
crypto/heimdal/lib/roken/socket_wrapper.c
789
size_t icmp_truncate_len = 0;
crypto/heimdal/lib/roken/socket_wrapper.c
932
const void *buf, size_t len)
crypto/heimdal/lib/roken/socket_wrapper.c
943
size_t packet_len = 0;
crypto/heimdal/lib/roken/socket_wrapper.h
48
ssize_t swrap_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen);
crypto/heimdal/lib/roken/socket_wrapper.h
49
ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen);
crypto/heimdal/lib/roken/socket_wrapper.h
51
ssize_t swrap_recv(int s, void *buf, size_t len, int flags);
crypto/heimdal/lib/roken/socket_wrapper.h
52
ssize_t swrap_send(int s, const void *buf, size_t len, int flags);
crypto/heimdal/lib/roken/strerror_r.c
46
rk_strerror_r(int eno, char * strerrbuf, size_t buflen)
crypto/heimdal/lib/roken/strerror_r.c
63
rk_strerror_r(int eno, char *strerrbuf, size_t buflen)
crypto/heimdal/lib/roken/strftime.c
169
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/strftime.c
170
strftime (char *buf, size_t maxsize, const char *format,
crypto/heimdal/lib/roken/strftime.c
173
size_t n = 0;
crypto/heimdal/lib/roken/strlcat.c
39
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/strlcat.c
40
strlcat (char *dst, const char *src, size_t dst_sz)
crypto/heimdal/lib/roken/strlcat.c
42
size_t len;
crypto/heimdal/lib/roken/strlcpy.c
41
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/strlcpy.c
42
strlcpy (char *dst, const char *src, size_t dst_cch)
crypto/heimdal/lib/roken/strlcpy.c
54
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/strlcpy.c
55
strlcpy (char *dst, const char *src, size_t dst_sz)
crypto/heimdal/lib/roken/strlcpy.c
57
size_t n;
crypto/heimdal/lib/roken/strncasecmp.c
43
strncasecmp(const char *s1, const char *s2, size_t n)
crypto/heimdal/lib/roken/strndup.c
42
strndup(const char *old, size_t sz)
crypto/heimdal/lib/roken/strndup.c
44
size_t len = strnlen (old, sz);
crypto/heimdal/lib/roken/strnlen.c
38
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/strnlen.c
39
strnlen(const char *s, size_t len)
crypto/heimdal/lib/roken/strnlen.c
41
size_t i;
crypto/heimdal/lib/roken/strpftime-test.c
242
size_t len;
crypto/heimdal/lib/roken/strpftime-test.h
48
ROKEN_LIB_FUNCTION size_t ROKEN_LIB_CALL
crypto/heimdal/lib/roken/strpftime-test.h
49
strftime (char *buf, size_t maxsize, const char *format,
crypto/heimdal/lib/roken/strpool.c
42
size_t len;
crypto/heimdal/lib/roken/strsep_copy.c
45
strsep_copy(const char **stringp, const char *delim, char *buf, size_t len)
crypto/heimdal/lib/roken/strsep_copy.c
48
size_t l;
crypto/heimdal/lib/roken/strsep_copy.c
52
l = min(len, (size_t)(*stringp - save));
crypto/heimdal/lib/roken/test-mem.c
114
size_t pagesize = getpagesize();
crypto/heimdal/lib/roken/test-mem.c
50
size_t size;
crypto/heimdal/lib/roken/test-mem.c
52
size_t data_size;
crypto/heimdal/lib/roken/test-mem.c
95
void *buf, size_t size)
crypto/heimdal/lib/roken/test-mem.h
37
rk_test_mem_alloc(enum rk_test_mem_type, const char *, void *, size_t);
crypto/heimdal/lib/roken/test-readenv.c
49
make_file(char *tmpl, size_t l)
crypto/heimdal/lib/roken/vis.c
118
rk_strvisx (char *, const char *, size_t, int);
crypto/heimdal/lib/roken/vis.c
120
rk_strsvisx (char *, const char *, size_t, int, const char *);
crypto/heimdal/lib/roken/vis.c
137
extra = malloc((size_t)((o - orig) + MAXEXTRAS)); \
crypto/heimdal/lib/roken/vis.c
320
rk_strsvisx(char *dst, const char *csrc, size_t len, int flag, const char *extra)
crypto/heimdal/lib/roken/vis.c
408
rk_strvisx(char *dst, const char *src, size_t len, int flag)
crypto/heimdal/lib/roken/writev.c
42
size_t tot = 0;
crypto/heimdal/lib/sl/slc-gram.c
213
# elif defined size_t
crypto/heimdal/lib/sl/slc-gram.c
214
# define YYSIZE_T size_t
crypto/heimdal/lib/sl/slc-gram.c
218
# define YYSIZE_T size_t
crypto/heimdal/lib/sl/slc-lex.c
157
typedef size_t yy_size_t;
crypto/heimdal/lib/sl/slc-lex.c
252
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
crypto/heimdal/lib/sl/slc-lex.c
253
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
crypto/heimdal/lib/sl/slc-lex.c
357
yyleng = (size_t) (yy_cp - yy_bp); \
crypto/heimdal/lib/wind/bidi.c
72
_wind_stringprep_testbidi(const uint32_t *in, size_t in_len, wind_profile_flags flags)
crypto/heimdal/lib/wind/bidi.c
74
size_t i;
crypto/heimdal/lib/wind/bidi_table.c
410
const size_t _wind_l_table_size = 360;
crypto/heimdal/lib/wind/bidi_table.c
45
const size_t _wind_ral_table_size = 34;
crypto/heimdal/lib/wind/bidi_table.h
17
extern const size_t _wind_ral_table_size;
crypto/heimdal/lib/wind/bidi_table.h
18
extern const size_t _wind_l_table_size;
crypto/heimdal/lib/wind/combining_table.c
363
const size_t _wind_combining_table_size = 352;
crypto/heimdal/lib/wind/combining_table.h
16
extern const size_t _wind_combining_table_size;
crypto/heimdal/lib/wind/errorlist.c
68
_wind_stringprep_prohibited(const uint32_t *in, size_t in_len,
crypto/heimdal/lib/wind/errorlist_table.c
89
const size_t _wind_errorlist_table_size = 78;
crypto/heimdal/lib/wind/errorlist_table.h
17
extern const size_t _wind_errorlist_table_size;
crypto/heimdal/lib/wind/idn-lookup.c
71
size_t u_len = strlen(name);
crypto/heimdal/lib/wind/idn-lookup.c
73
size_t norm_len = u_len * 2;
crypto/heimdal/lib/wind/idn-lookup.c
92
size_t len;
crypto/heimdal/lib/wind/ldap.c
38
put_char(uint32_t *out, size_t *o, uint32_t c, size_t out_len)
crypto/heimdal/lib/wind/ldap.c
49
size_t olen,
crypto/heimdal/lib/wind/ldap.c
51
size_t *out_len)
crypto/heimdal/lib/wind/ldap.c
53
size_t o = 0, i = 0;
crypto/heimdal/lib/wind/map.c
53
_wind_stringprep_map(const uint32_t *in, size_t in_len,
crypto/heimdal/lib/wind/map.c
54
uint32_t *out, size_t *out_len,
crypto/heimdal/lib/wind/map_table.c
1608
const size_t _wind_map_table_size = 1597;
crypto/heimdal/lib/wind/map_table.h
18
extern const size_t _wind_map_table_size;
crypto/heimdal/lib/wind/normalize.c
123
compat_decomp(const uint32_t *in, size_t in_len,
crypto/heimdal/lib/wind/normalize.c
124
uint32_t *out, size_t *out_len)
crypto/heimdal/lib/wind/normalize.c
131
size_t sub_len = *out_len - o;
crypto/heimdal/lib/wind/normalize.c
179
canonical_reorder_sequence(uint32_t * a, size_t len)
crypto/heimdal/lib/wind/normalize.c
181
size_t i, j;
crypto/heimdal/lib/wind/normalize.c
196
canonical_reorder(uint32_t *tmp, size_t tmp_len)
crypto/heimdal/lib/wind/normalize.c
198
size_t i;
crypto/heimdal/lib/wind/normalize.c
203
size_t j;
crypto/heimdal/lib/wind/normalize.c
250
combine(const uint32_t *in, size_t in_len,
crypto/heimdal/lib/wind/normalize.c
251
uint32_t *out, size_t *out_len)
crypto/heimdal/lib/wind/normalize.c
297
_wind_stringprep_normalize(const uint32_t *in, size_t in_len,
crypto/heimdal/lib/wind/normalize.c
298
uint32_t *out, size_t *out_len)
crypto/heimdal/lib/wind/normalize.c
300
size_t tmp_len;
crypto/heimdal/lib/wind/normalize.c
68
hangul_decomp(const uint32_t *in, size_t in_len,
crypto/heimdal/lib/wind/normalize.c
69
uint32_t *out, size_t *out_len)
crypto/heimdal/lib/wind/normalize.c
96
hangul_composition(const uint32_t *in, size_t in_len)
crypto/heimdal/lib/wind/normalize_table.c
5235
const size_t _wind_normalize_table_size = 5224;
crypto/heimdal/lib/wind/normalize_table.h
21
extern const size_t _wind_normalize_table_size;
crypto/heimdal/lib/wind/punycode.c
89
wind_punycode_label_toascii(const uint32_t *in, size_t in_len,
crypto/heimdal/lib/wind/punycode.c
90
char *out, size_t *out_len)
crypto/heimdal/lib/wind/punycode_examples.c
32
const size_t punycode_examples_size = 19;
crypto/heimdal/lib/wind/punycode_examples.h
12
size_t len;
crypto/heimdal/lib/wind/punycode_examples.h
20
extern const size_t punycode_examples_size;
crypto/heimdal/lib/wind/stringprep.c
56
wind_stringprep(const uint32_t *in, size_t in_len,
crypto/heimdal/lib/wind/stringprep.c
57
uint32_t *out, size_t *out_len,
crypto/heimdal/lib/wind/stringprep.c
60
size_t tmp_len = in_len * 3;
crypto/heimdal/lib/wind/stringprep.c
63
size_t olen;
crypto/heimdal/lib/wind/test-ldap.c
47
size_t ilen;
crypto/heimdal/lib/wind/test-ldap.c
49
size_t olen;
crypto/heimdal/lib/wind/test-ldap.c
71
size_t olen;
crypto/heimdal/lib/wind/test-map.c
48
size_t in_len;
crypto/heimdal/lib/wind/test-map.c
50
size_t out_len;
crypto/heimdal/lib/wind/test-map.c
65
size_t out_len = c->out_len;
crypto/heimdal/lib/wind/test-normalize.c
47
static size_t
crypto/heimdal/lib/wind/test-normalize.c
71
dump_vector(const char * msg, uint32_t * v, size_t len)
crypto/heimdal/lib/wind/test-normalize.c
73
size_t i;
crypto/heimdal/lib/wind/test-normalize.c
88
size_t in_len;
crypto/heimdal/lib/wind/test-normalize.c
90
size_t out_len;
crypto/heimdal/lib/wind/test-normalize.c
92
size_t norm_len;
crypto/heimdal/lib/wind/test-punycode.c
53
size_t len;
crypto/heimdal/lib/wind/test-rw.c
153
size_t datalen;
crypto/heimdal/lib/wind/test-rw.c
44
size_t in_len;
crypto/heimdal/lib/wind/test-rw.c
47
size_t ucs2_len;
crypto/heimdal/lib/wind/test-utf8.c
109
size_t len, len2;
crypto/heimdal/lib/wind/test-utf8.c
75
size_t len;
crypto/heimdal/lib/wind/utf8.c
115
wind_utf8ucs4(const char *in, uint32_t *out, size_t *out_len)
crypto/heimdal/lib/wind/utf8.c
118
size_t o = 0;
crypto/heimdal/lib/wind/utf8.c
151
wind_utf8ucs4_length(const char *in, size_t *out_len)
crypto/heimdal/lib/wind/utf8.c
179
wind_ucs4utf8(const uint32_t *in, size_t in_len, char *out, size_t *out_len)
crypto/heimdal/lib/wind/utf8.c
182
size_t i, len, o;
crypto/heimdal/lib/wind/utf8.c
241
wind_ucs4utf8_length(const uint32_t *in, size_t in_len, size_t *out_len)
crypto/heimdal/lib/wind/utf8.c
260
wind_ucs2read(const void *ptr, size_t len, unsigned int *flags,
crypto/heimdal/lib/wind/utf8.c
261
uint16_t *out, size_t *out_len)
crypto/heimdal/lib/wind/utf8.c
265
size_t olen = *out_len;
crypto/heimdal/lib/wind/utf8.c
325
wind_ucs2write(const uint16_t *in, size_t in_len, unsigned int *flags,
crypto/heimdal/lib/wind/utf8.c
326
void *ptr, size_t *out_len)
crypto/heimdal/lib/wind/utf8.c
329
size_t len = *out_len;
crypto/heimdal/lib/wind/utf8.c
396
wind_utf8ucs2(const char *in, uint16_t *out, size_t *out_len)
crypto/heimdal/lib/wind/utf8.c
399
size_t o = 0;
crypto/heimdal/lib/wind/utf8.c
435
wind_utf8ucs2_length(const char *in, size_t *out_len)
crypto/heimdal/lib/wind/utf8.c
458
wind_ucs2utf8(const uint16_t *in, size_t in_len, char *out, size_t *out_len)
crypto/heimdal/lib/wind/utf8.c
461
size_t i, len, o;
crypto/heimdal/lib/wind/utf8.c
513
wind_ucs2utf8_length(const uint16_t *in, size_t in_len, size_t *out_len)
crypto/heimdal/lib/wind/wind.h
62
int wind_stringprep(const uint32_t *, size_t,
crypto/heimdal/lib/wind/wind.h
63
uint32_t *, size_t *,
crypto/heimdal/lib/wind/wind.h
67
int wind_punycode_label_toascii(const uint32_t *, size_t,
crypto/heimdal/lib/wind/wind.h
68
char *, size_t *);
crypto/heimdal/lib/wind/wind.h
70
int wind_utf8ucs4(const char *, uint32_t *, size_t *);
crypto/heimdal/lib/wind/wind.h
71
int wind_utf8ucs4_length(const char *, size_t *);
crypto/heimdal/lib/wind/wind.h
73
int wind_ucs4utf8(const uint32_t *, size_t, char *, size_t *);
crypto/heimdal/lib/wind/wind.h
74
int wind_ucs4utf8_length(const uint32_t *, size_t, size_t *);
crypto/heimdal/lib/wind/wind.h
76
int wind_utf8ucs2(const char *, uint16_t *, size_t *);
crypto/heimdal/lib/wind/wind.h
77
int wind_utf8ucs2_length(const char *, size_t *);
crypto/heimdal/lib/wind/wind.h
79
int wind_ucs2utf8(const uint16_t *, size_t, char *, size_t *);
crypto/heimdal/lib/wind/wind.h
80
int wind_ucs2utf8_length(const uint16_t *, size_t, size_t *);
crypto/heimdal/lib/wind/wind.h
83
int wind_ucs2read(const void *, size_t, unsigned int *, uint16_t *, size_t *);
crypto/heimdal/lib/wind/wind.h
84
int wind_ucs2write(const uint16_t *, size_t, unsigned int *, void *, size_t *);
crypto/heimdal/lib/wind/windlocl.h
51
int _wind_stringprep_testbidi(const uint32_t *, size_t, wind_profile_flags);
crypto/heimdal/lib/wind/windlocl.h
55
int _wind_stringprep_prohibited(const uint32_t *, size_t, wind_profile_flags);
crypto/heimdal/lib/wind/windlocl.h
57
int _wind_stringprep_map(const uint32_t *, size_t,
crypto/heimdal/lib/wind/windlocl.h
58
uint32_t *, size_t *,
crypto/heimdal/lib/wind/windlocl.h
61
int _wind_stringprep_normalize(const uint32_t *, size_t, uint32_t *, size_t *);
crypto/heimdal/lib/wind/windlocl.h
63
int _wind_ldap_case_exact_attribute(const uint32_t *, size_t,
crypto/heimdal/lib/wind/windlocl.h
64
uint32_t *, size_t *);
crypto/krb5/src/appl/gss-sample/gss-client.c
420
size_t i;
crypto/krb5/src/appl/gss-sample/gss-client.c
516
for (i = 0; i < (size_t)mcount; i++) {
crypto/krb5/src/appl/gss-sample/gss-client.c
592
size_t i, mechlen = strlen(mechanism);
crypto/krb5/src/appl/gss-sample/gss-misc.c
195
} else if ((size_t)ret != tok->length) {
crypto/krb5/src/appl/gss-sample/gss-misc.c
289
} else if ((size_t)ret != tok->length) {
crypto/krb5/src/appl/sample/sclient/sclient.c
237
if (!(recv_data.data = (char *)malloc((size_t) recv_data.length + 1))) {
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
41
void* malloc_alloc_p(size_t size) {
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
483
size_t name_size = strlen(name);
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
484
size_t size = name_size + 1 + strlen(file) + 1;
crypto/krb5/src/ccapi/common/win/OldCC/util.cxx
505
size_t size = strlen(prog) + strlen(arg1) + strlen(arg2) + 4;
crypto/krb5/src/ccapi/common/win/OldCC/util.h
37
size_t size
crypto/krb5/src/ccapi/lib/ccapi_v2.c
178
size_t count = 0; /* Preflight the size */
crypto/krb5/src/ccapi/lib/ccapi_v2.c
179
size_t i;
crypto/krb5/src/ccapi/lib/ccapi_v2.c
876
size_t i;
crypto/krb5/src/ccapi/lib/win/OldCC/ccapi.h
41
void * __RPC_USER MIDL_user_allocate(size_t);
crypto/krb5/src/ccapi/lib/win/dllmain.cxx
206
extern "C" void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t len) {
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
931
extern "C" void __RPC_FAR * __RPC_USER midl_user_allocate(size_t len) {
crypto/krb5/src/ccapi/test/pingtest.c
104
void __RPC_FAR * __RPC_USER midl_user_allocate(size_t len) {
crypto/krb5/src/ccapi/test/test_ccapi_v2.c
14
size_t i = 0;
crypto/krb5/src/clients/kinit/kinit.c
200
size_t newsize = (opts->num_pa_opts + 1) * sizeof(*opts->pa_opts);
crypto/krb5/src/clients/klist/klist.c
592
size_t deplen, buflen = sizeof(buf);
crypto/krb5/src/clients/ksu/authorization.c
34
size_t i;
crypto/krb5/src/clients/ksu/ccache.c
46
size_t i;
crypto/krb5/src/clients/ksu/ksu.h
233
extern void *xmalloc (size_t),
crypto/krb5/src/clients/ksu/ksu.h
234
*xrealloc (void *, size_t),
crypto/krb5/src/clients/ksu/ksu.h
235
*xcalloc (size_t, size_t);
crypto/krb5/src/clients/ksu/xmalloc.c
30
void *xmalloc (size_t sz)
crypto/krb5/src/clients/ksu/xmalloc.c
40
void *xrealloc (void *old, size_t newsz)
crypto/krb5/src/clients/ksu/xmalloc.c
50
void *xcalloc (size_t nelts, size_t eltsz)
crypto/krb5/src/clients/ksu/xmalloc.c
62
size_t len = strlen (src) + 1;
crypto/krb5/src/clients/kvno/kvno.c
198
read_line(FILE *fp, char *buf, size_t bufsize)
crypto/krb5/src/clients/kvno/kvno.c
228
size_t dlen;
crypto/krb5/src/include/fake-addrinfo.h
116
size_t ai_addrlen; /* real length of socket address */
crypto/krb5/src/include/fake-addrinfo.h
220
char *hbuf, size_t hbuflen,
crypto/krb5/src/include/fake-addrinfo.h
221
char *sbuf, size_t sbuflen,
crypto/krb5/src/include/k5-base64.h
43
char *k5_base64_encode(const void *data, size_t len);
crypto/krb5/src/include/k5-base64.h
50
void *k5_base64_decode(const char *str, size_t *len_out);
crypto/krb5/src/include/k5-buf.h
103
void k5_buf_truncate(struct k5buf *buf, size_t len);
crypto/krb5/src/include/k5-buf.h
54
size_t space;
crypto/krb5/src/include/k5-buf.h
55
size_t len;
crypto/krb5/src/include/k5-buf.h
62
void k5_buf_init_fixed(struct k5buf *buf, void *data, size_t space);
crypto/krb5/src/include/k5-buf.h
75
void k5_buf_add_len(struct k5buf *buf, const void *data, size_t len);
crypto/krb5/src/include/k5-buf.h
99
void *k5_buf_get_space(struct k5buf *buf, size_t len);
crypto/krb5/src/include/k5-der.h
100
size_t len)
crypto/krb5/src/include/k5-der.h
113
k5_der_get_taglen(struct k5input *in, uint8_t idbyte, size_t *len_out)
crypto/krb5/src/include/k5-der.h
116
size_t len;
crypto/krb5/src/include/k5-der.h
157
size_t len;
crypto/krb5/src/include/k5-der.h
48
static inline size_t
crypto/krb5/src/include/k5-der.h
49
k5_der_len_len(size_t len)
crypto/krb5/src/include/k5-der.h
51
size_t llen;
crypto/krb5/src/include/k5-der.h
65
static inline size_t
crypto/krb5/src/include/k5-der.h
66
k5_der_value_len(size_t contents_len)
crypto/krb5/src/include/k5-der.h
74
k5_der_add_taglen(struct k5buf *buf, uint8_t idbyte, size_t len)
crypto/krb5/src/include/k5-der.h
77
size_t llen = k5_der_len_len(len);
crypto/krb5/src/include/k5-hashtab.h
61
size_t initial_buckets, struct k5_hashtab **ht_out);
crypto/krb5/src/include/k5-hashtab.h
69
int k5_hashtab_add(struct k5_hashtab *ht, const void *key, size_t klen,
crypto/krb5/src/include/k5-hashtab.h
74
int k5_hashtab_remove(struct k5_hashtab *ht, const void *key, size_t klen);
crypto/krb5/src/include/k5-hashtab.h
77
void *k5_hashtab_get(struct k5_hashtab *ht, const void *key, size_t klen);
crypto/krb5/src/include/k5-hashtab.h
79
uint64_t k5_siphash24(const uint8_t *data, size_t len,
crypto/krb5/src/include/k5-hex.h
43
int k5_hex_encode(const void *bytes, size_t len, int uppercase,
crypto/krb5/src/include/k5-hex.h
51
int k5_hex_decode(const char *hex, uint8_t **bytes_out, size_t *len_out);
crypto/krb5/src/include/k5-input.h
47
size_t len;
crypto/krb5/src/include/k5-input.h
52
k5_input_init(struct k5input *in, const void *ptr, size_t len)
crypto/krb5/src/include/k5-input.h
69
k5_input_get_bytes(struct k5input *in, size_t len)
crypto/krb5/src/include/k5-int.h
1768
size_t *sizep);
crypto/krb5/src/include/k5-int.h
1773
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1778
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1781
k5_size_auth_context(krb5_auth_context auth_context, size_t *sizep);
crypto/krb5/src/include/k5-int.h
1785
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1788
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1791
k5_size_authdata(krb5_authdata *authdata, size_t *sizep);
crypto/krb5/src/include/k5-int.h
1795
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1799
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1802
k5_size_address(krb5_address *address, size_t *sizep);
crypto/krb5/src/include/k5-int.h
1806
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1810
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1813
k5_size_authenticator(krb5_authenticator *authenticator, size_t *sizep);
crypto/krb5/src/include/k5-int.h
1817
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1821
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1824
k5_size_checksum(krb5_checksum *checksum, size_t *sizep);
crypto/krb5/src/include/k5-int.h
1828
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1832
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1835
k5_size_context(krb5_context context, size_t *sizep);
crypto/krb5/src/include/k5-int.h
1839
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1843
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1846
k5_size_keyblock(krb5_keyblock *keyblock, size_t *sizep);
crypto/krb5/src/include/k5-int.h
1850
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1854
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1857
k5_size_principal(krb5_principal principal, size_t *sizep);
crypto/krb5/src/include/k5-int.h
1861
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1865
krb5_octet **buffer, size_t *lenremain);
crypto/krb5/src/include/k5-int.h
1873
krb5_ser_pack_int32(krb5_int32, krb5_octet **, size_t *);
crypto/krb5/src/include/k5-int.h
1876
krb5_ser_unpack_int32(krb5_int32 *, krb5_octet **, size_t *);
crypto/krb5/src/include/k5-int.h
1880
krb5_ser_pack_int64(int64_t, krb5_octet **, size_t *);
crypto/krb5/src/include/k5-int.h
1883
krb5_ser_unpack_int64(int64_t *, krb5_octet **, size_t *);
crypto/krb5/src/include/k5-int.h
1887
krb5_ser_pack_bytes(krb5_octet *, size_t, krb5_octet **, size_t *);
crypto/krb5/src/include/k5-int.h
1890
krb5_ser_unpack_bytes(krb5_octet *, size_t, krb5_octet **, size_t *);
crypto/krb5/src/include/k5-int.h
1920
size_t *);
crypto/krb5/src/include/k5-int.h
1922
size_t *);
crypto/krb5/src/include/k5-int.h
2277
k5calloc(size_t nmemb, size_t size, krb5_error_code *code)
crypto/krb5/src/include/k5-int.h
2289
k5alloc(size_t size, krb5_error_code *code)
crypto/krb5/src/include/k5-int.h
2296
k5memdup(const void *in, size_t len, krb5_error_code *code)
crypto/krb5/src/include/k5-int.h
2307
k5memdup0(const void *in, size_t len, krb5_error_code *code)
crypto/krb5/src/include/k5-int.h
2410
k5_hmac_md5(const krb5_data *key, const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/include/k5-int.h
2429
k5_print_addr(const struct sockaddr *sa, char *buf, size_t len);
crypto/krb5/src/include/k5-int.h
2433
k5_print_addr_port(const struct sockaddr *sa, char *buf, size_t len);
crypto/krb5/src/include/k5-int.h
653
size_t num_data);
crypto/krb5/src/include/k5-int.h
659
k5_sha256(const krb5_data *in, size_t n, uint8_t out[K5_SHA256_HASHLEN]);
crypto/krb5/src/include/k5-int.h
663
zapfree(void *ptr, size_t len)
crypto/krb5/src/include/k5-int.h
694
size_t length, krb5_keyblock **out);
crypto/krb5/src/include/k5-int.h
864
k5_alloc_pa_data(krb5_preauthtype pa_type, size_t len, krb5_pa_data **out);
crypto/krb5/src/include/k5-json.h
131
size_t k5_json_array_length(k5_json_array array);
crypto/krb5/src/include/k5-json.h
135
void k5_json_array_set(k5_json_array array, size_t idx, k5_json_value val);
crypto/krb5/src/include/k5-json.h
139
k5_json_value k5_json_array_get(k5_json_array array, size_t idx);
crypto/krb5/src/include/k5-json.h
169
size_t k5_json_object_count(k5_json_object obj);
crypto/krb5/src/include/k5-json.h
189
int k5_json_string_create_len(const void *data, size_t len,
crypto/krb5/src/include/k5-json.h
195
int k5_json_string_create_base64(const void *data, size_t len,
crypto/krb5/src/include/k5-json.h
200
size_t *len_out);
crypto/krb5/src/include/k5-platform.h
1029
static inline void zap(void *ptr, size_t len)
crypto/krb5/src/include/k5-platform.h
1043
static inline void zap(void *ptr, size_t len)
crypto/krb5/src/include/k5-platform.h
1058
extern void krb5int_zap(void *ptr, size_t len);
crypto/krb5/src/include/k5-platform.h
1065
int k5_bcmp(const void *p1, const void *p2, size_t n);
crypto/krb5/src/include/k5-platform.h
434
# define SIZE_MAX ((size_t)((size_t)0 - 1))
crypto/krb5/src/include/k5-platform.h
894
extern size_t krb5int_strlcpy(char *dst, const char *src, size_t siz);
crypto/krb5/src/include/k5-platform.h
895
extern size_t krb5int_strlcat(char *dst, const char *src, size_t siz);
crypto/krb5/src/include/k5-platform.h
916
vsnprintf(char *str, size_t size, const char *format, va_list args)
crypto/krb5/src/include/k5-platform.h
931
snprintf(char *str, size_t size, const char *format, ...)
crypto/krb5/src/include/k5-platform.h
992
((unsigned int)(result) >= (size_t)(size))
crypto/krb5/src/include/k5-platform.h
997
extern int k5_strerror_r(int errnum, char *buf, size_t buflen);
crypto/krb5/src/include/k5-regex.h
103
int k5_regexec(regex_t *preg, const char *string, size_t,
crypto/krb5/src/include/k5-regex.h
105
size_t k5_regerror(int code, const regex_t *preg, char *errmsg,
crypto/krb5/src/include/k5-regex.h
106
size_t errmsg_size);
crypto/krb5/src/include/k5-regex.h
59
size_t re_nsub; /* Number of subexpressions */
crypto/krb5/src/include/k5-tls.h
74
const void *data, size_t len);
crypto/krb5/src/include/k5-tls.h
89
size_t data_size, size_t *len_out);
crypto/krb5/src/include/k5-trace.h
314
TRACE(c, "Received cookie: {lenstr}", (size_t) len, data)
crypto/krb5/src/include/k5-utf8.h
77
size_t krb5int_ucs4_to_utf8(krb5_ucs4 c, char *buf);
crypto/krb5/src/include/k5-utf8.h
85
int k5_utf16le_to_utf8(const uint8_t *utf16bytes, size_t nbytes,
crypto/krb5/src/include/k5-utf8.h
94
size_t *nbytes_out);
crypto/krb5/src/include/kdb.h
571
size_t size );
crypto/krb5/src/include/kdb.h
727
krb5_dbe_sort_key_data(krb5_key_data *key_data, size_t key_data_length);
crypto/krb5/src/include/kdb_log.h
105
ulog_record_ptr(kdb_hlog_t *ulog, size_t i, size_t bsize)
crypto/krb5/src/include/kdb_log.h
112
ulog_index(kdb_hlog_t *ulog, size_t i)
crypto/krb5/src/include/krad.h
145
krad_attrset_del(krad_attrset *set, krad_attr type, size_t indx);
crypto/krb5/src/include/krad.h
149
krad_attrset_get(const krad_attrset *set, krad_attr type, size_t indx);
crypto/krb5/src/include/krad.h
236
krad_packet_get_attr(const krad_packet *pkt, krad_attr type, size_t indx);
crypto/krb5/src/include/krad.h
275
size_t retries, krad_cb cb, void *data);
crypto/krb5/src/include/krb5/authdata_plugin.h
167
size_t *sizep);
crypto/krb5/src/include/krb5/authdata_plugin.h
175
size_t *lenremain);
crypto/krb5/src/include/krb5/authdata_plugin.h
183
size_t *lenremain);
crypto/krb5/src/include/krb5/certauth_plugin.h
122
const uint8_t *cert, size_t cert_len,
crypto/krb5/src/include/win-mac.h
219
#define GETSOCKNAME_ARG3_TYPE size_t
crypto/krb5/src/kadmin/cli/kadmin.c
1230
prepare_dummy_password(char *buf, size_t sz)
crypto/krb5/src/kadmin/cli/kadmin.c
1232
size_t i;
crypto/krb5/src/kadmin/cli/kadmin.c
1851
size_t i;
crypto/krb5/src/kadmin/cli/kadmin.c
301
size_t db_args_size = 0;
crypto/krb5/src/kadmin/cli/kadmin.c
847
size_t db_args_size = 0;
crypto/krb5/src/kadmin/dbutil/dump.c
246
if (rmatch.rm_so == 0 && (size_t)rmatch.rm_eo == strlen(name))
crypto/krb5/src/kadmin/dbutil/dump.c
261
dump_octets_or_minus1(FILE *fp, unsigned char *data, size_t len)
crypto/krb5/src/kadmin/dbutil/dump.c
544
read_octets_or_minus1(FILE *fp, size_t len, unsigned char **out)
crypto/krb5/src/kadmin/dbutil/kdb5_util.c
163
size_t db5util_db_args_size = 0;
crypto/krb5/src/kadmin/dbutil/kdb5_util.h
44
extern size_t db5util_db_args_size;
crypto/krb5/src/kadmin/dbutil/tabdump.c
647
size_t i;
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
156
size_t keylen;
crypto/krb5/src/kadmin/server/auth.c
67
size_t count;
crypto/krb5/src/kadmin/server/auth_acl.c
107
size_t old_len;
crypto/krb5/src/kadmin/server/ipropd_svc.c
245
getclhoststr(const char *clprinc, char *cl, size_t len)
crypto/krb5/src/kadmin/server/ipropd_svc.c
250
(size_t)(e - s) >= len)
crypto/krb5/src/kadmin/server/ipropd_svc.c
475
size_t slen;
crypto/krb5/src/kadmin/server/kadm_rpc_svc.c
292
size_t slen;
crypto/krb5/src/kadmin/server/misc.c
127
trunc_name(size_t *len, char **dots)
crypto/krb5/src/kadmin/server/misc.h
28
void trunc_name(size_t *len, char **dots);
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
245
size_t clen, slen;
crypto/krb5/src/kadmin/server/ovsec_kadmd.c
347
size_t db_args_size = 0;
crypto/krb5/src/kadmin/server/schpw.c
226
size_t tlen;
crypto/krb5/src/kadmin/server/schpw.c
41
size_t clen;
crypto/krb5/src/kadmin/server/server_stubs.c
1623
size_t clen, slen;
crypto/krb5/src/kadmin/server/server_stubs.c
247
const size_t preflen = sizeof(pref) - 1;
crypto/krb5/src/kadmin/server/server_stubs.c
410
size_t tlen, clen, slen;
crypto/krb5/src/kadmin/server/server_stubs.c
439
size_t tlen, clen, slen;
crypto/krb5/src/kadmin/server/server_stubs.c
677
size_t tlen1, tlen2, clen, slen;
crypto/krb5/src/kdc/authind.c
51
size_t count;
crypto/krb5/src/kdc/authind.c
82
size_t count, scount;
crypto/krb5/src/kdc/do_as_req.c
781
size_t count;
crypto/krb5/src/kdc/fast_util.c
378
size_t size = 0;
crypto/krb5/src/kdc/fast_util.c
451
make_padata(krb5_preauthtype pa_type, const void *contents, size_t len,
crypto/krb5/src/kdc/fast_util.c
638
size_t count;
crypto/krb5/src/kdc/fast_util.c
668
size_t ctlen;
crypto/krb5/src/kdc/kdc_authdata.c
172
size_t count = 0, ncount = 0;
crypto/krb5/src/kdc/kdc_authdata.c
207
size_t i, j;
crypto/krb5/src/kdc/kdc_authdata.c
44
static size_t n_authdata_modules;
crypto/krb5/src/kdc/kdc_authdata.c
53
size_t count;
crypto/krb5/src/kdc/kdc_authdata.c
590
size_t i;
crypto/krb5/src/kdc/kdc_authdata.c
96
size_t i;
crypto/krb5/src/kdc/kdc_preauth.c
108
static size_t n_preauth_systems;
crypto/krb5/src/kdc/kdc_preauth.c
120
size_t *n_tables_out, size_t *n_systems_out)
crypto/krb5/src/kdc/kdc_preauth.c
124
size_t count, n_tables, n_systems, i;
crypto/krb5/src/kdc/kdc_preauth.c
189
size_t n_systems, n_tables, i, j;
crypto/krb5/src/kdc/kdc_preauth.c
266
size_t i;
crypto/krb5/src/kdc/kdc_preauth.c
524
size_t token_cksum_len;
crypto/krb5/src/kdc/kdc_preauth.c
659
size_t i, j, k, n_repliers, n_key_replacers;
crypto/krb5/src/kdc/kdc_transit.c
152
size_t bufsize;
crypto/krb5/src/kdc/kdc_transit.c
61
size_t l1,l2;
crypto/krb5/src/kdc/kdc_util.c
1140
enctype_name(krb5_enctype ktype, char *buf, size_t buflen)
crypto/krb5/src/kdc/kdc_util.c
1143
size_t len;
crypto/krb5/src/kdc/kdc_util.c
304
size_t tries = 3;
crypto/krb5/src/kdc/main.c
617
size_t db_args_size = 0;
crypto/krb5/src/kdc/main.c
909
(size_t) (sizeof(kdc_realm_t *) * KRB5_KDC_MAX_REALMS));
crypto/krb5/src/kdc/ndr.c
244
size_t i;
crypto/krb5/src/kdc/ndr.c
96
size_t utf16len, num_wchars;
crypto/krb5/src/kdc/policy.c
199
size_t count;
crypto/krb5/src/kdc/policy.c
51
size_t i;
crypto/krb5/src/kdc/policy.c
66
size_t i, count;
crypto/krb5/src/kdc/replay.c
202
size_t esize = entry_size(req_packet, reply_packet);
crypto/krb5/src/kdc/replay.c
57
static size_t total_size = 0;
crypto/krb5/src/kdc/replay.c
63
static size_t
crypto/krb5/src/kdc/replay.c
77
size_t esize = entry_size(req, rep);
crypto/krb5/src/kdc/t_ndr.c
127
test_dec_enc(uint8_t *blob, size_t len, char *name, int fail)
crypto/krb5/src/kdc/t_ndr.c
133
size_t i;
crypto/krb5/src/kdc/t_replay.c
136
size_t result;
crypto/krb5/src/kdc/t_replay.c
146
size_t result;
crypto/krb5/src/kdc/t_replay.c
494
size_t e1_size = entry_size(&req1, &rep1);
crypto/krb5/src/kdc/t_replay.c
496
size_t e2_size = entry_size(&req2, NULL);
crypto/krb5/src/kdc/t_replay.c
533
size_t e1_size = entry_size(&req1, &rep1);
crypto/krb5/src/kdc/t_replay.c
535
size_t e2_size = entry_size(&req2, NULL);
crypto/krb5/src/kdc/tgs_policy.c
124
size_t i;
crypto/krb5/src/kdc/tgs_policy.c
125
size_t nrules = sizeof(svcdenyrules) / sizeof(svcdenyrules[0]);
crypto/krb5/src/kdc/tgs_policy.c
206
size_t i;
crypto/krb5/src/kdc/tgs_policy.c
207
size_t nfns = sizeof(svc_pol_fns) / sizeof(svc_pol_fns[0]);
crypto/krb5/src/kdc/tgs_policy.c
84
size_t i;
crypto/krb5/src/kdc/tgs_policy.c
85
size_t nrules = sizeof(tgsflagrules) / sizeof(tgsflagrules[0]);
crypto/krb5/src/kprop/kpropd.c
143
static size_t db_args_size = 0;
crypto/krb5/src/lib/apputils/net-server.c
1122
if ((size_t)cc != response->length) {
crypto/krb5/src/lib/apputils/net-server.c
1365
size_t len;
crypto/krb5/src/lib/apputils/net-server.c
1472
if ((size_t)nwrote < SG_LEN(sgp)) {
crypto/krb5/src/lib/apputils/net-server.c
1473
SG_ADVANCE(sgp, (size_t)nwrote);
crypto/krb5/src/lib/apputils/net-server.c
153
size_t bufsiz;
crypto/krb5/src/lib/apputils/net-server.c
154
size_t offset;
crypto/krb5/src/lib/apputils/net-server.c
156
size_t msglen;
crypto/krb5/src/lib/apputils/net-server.c
173
#define SET(TYPE) struct { TYPE *data; size_t n, max; }
crypto/krb5/src/lib/apputils/net-server.c
70
size_t nsockets;
crypto/krb5/src/lib/apputils/net-server.c
721
size_t nfds, i;
crypto/krb5/src/lib/apputils/net-server.c
742
if (nfds == 0 || nfds > (size_t)INT_MAX - SOCKACT_START)
crypto/krb5/src/lib/apputils/net-server.c
775
size_t i;
crypto/krb5/src/lib/apputils/net-server.c
938
size_t i;
crypto/krb5/src/lib/apputils/udppktinfo.c
271
recv_from_to(int sock, void *buf, size_t len, int flags,
crypto/krb5/src/lib/apputils/udppktinfo.c
433
send_to_from(int sock, void *buf, size_t len, int flags,
crypto/krb5/src/lib/apputils/udppktinfo.c
480
recv_from_to(int sock, void *buf, size_t len, int flags,
crypto/krb5/src/lib/apputils/udppktinfo.c
497
send_to_from(int sock, void *buf, size_t len, int flags,
crypto/krb5/src/lib/apputils/udppktinfo.h
48
recv_from_to(int sock, void *buf, size_t len, int flags,
crypto/krb5/src/lib/apputils/udppktinfo.h
53
send_to_from(int sock, void *buf, size_t len, int flags,
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
14
size_t test_case_len[] = { B+1, 2*B-1, 2*B, 2*B+1, 3*B-1, 3*B, 4*B, };
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
68
static void hexdump(const unsigned char *ptr, size_t len)
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
70
size_t i;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
103
size_t i;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
115
size_t i;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
133
size_t i;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
154
size_t i;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
242
size_t testno;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
25
size_t i, j;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
274
size_t testno;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
304
size_t testno;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
43
static void hexdump(const unsigned char *ptr, size_t len)
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
45
size_t i;
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
95
size_t i;
crypto/krb5/src/lib/crypto/builtin/cmac.c
127
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/builtin/cmac.c
136
size_t length;
crypto/krb5/src/lib/crypto/builtin/des/des_int.h
269
krb5_error_code mit_des_n_fold(const krb5_octet *input, const size_t in_len,
crypto/krb5/src/lib/crypto/builtin/des/des_int.h
270
krb5_octet *output, const size_t out_len);
crypto/krb5/src/lib/crypto/builtin/des/t_verify.c
134
size_t in_length;
crypto/krb5/src/lib/crypto/builtin/des/t_verify.c
279
(size_t) in_length,
crypto/krb5/src/lib/crypto/builtin/des/t_verify.c
296
(size_t) in_length,
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
110
aesni_enc(krb5_key key, unsigned char *data, size_t nblocks, unsigned char *iv)
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
127
aesni_dec(krb5_key key, unsigned char *data, size_t nblocks, unsigned char *iv)
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
158
size_t q;
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
203
cbc_enc(krb5_key key, unsigned char *data, size_t nblocks, unsigned char *iv)
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
219
cbc_dec(krb5_key key, unsigned char *data, size_t nblocks, unsigned char *iv)
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
240
size_t num_data)
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
244
size_t input_length, nblocks, ncontig;
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
302
size_t num_data)
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
307
size_t input_length, last_len, nblocks, ncontig;
crypto/krb5/src/lib/crypto/builtin/enc_provider/aes.c
58
size_t num_blocks;
crypto/krb5/src/lib/crypto/builtin/enc_provider/camellia.c
100
cbc_dec(krb5_key key, unsigned char *data, size_t nblocks, unsigned char *iv)
crypto/krb5/src/lib/crypto/builtin/enc_provider/camellia.c
118
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/builtin/enc_provider/camellia.c
122
size_t input_length, nblocks, ncontig;
crypto/krb5/src/lib/crypto/builtin/enc_provider/camellia.c
180
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/builtin/enc_provider/camellia.c
184
size_t input_length, last_len, nblocks, ncontig;
crypto/krb5/src/lib/crypto/builtin/enc_provider/camellia.c
251
size_t num_data, const krb5_data *ivec,
crypto/krb5/src/lib/crypto/builtin/enc_provider/camellia.c
47
size_t q;
crypto/krb5/src/lib/crypto/builtin/enc_provider/camellia.c
87
cbc_enc(krb5_key key, unsigned char *data, size_t nblocks, unsigned char *iv)
crypto/krb5/src/lib/crypto/builtin/enc_provider/des3.c
35
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/builtin/enc_provider/des3.c
57
size_t num_data)
crypto/krb5/src/lib/crypto/builtin/enc_provider/des3.c
79
size_t num_data)
crypto/krb5/src/lib/crypto/builtin/enc_provider/rc4.c
105
size_t num_data)
crypto/krb5/src/lib/crypto/builtin/enc_provider/rc4.c
110
size_t i;
crypto/krb5/src/lib/crypto/builtin/hash_provider/hash_md4.c
34
k5_md4_hash(const krb5_crypto_iov *data, size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/builtin/hash_provider/hash_md5.c
34
k5_md5_hash(const krb5_crypto_iov *data, size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/builtin/hash_provider/hash_sha1.c
34
k5_sha1_hash(const krb5_crypto_iov *data, size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/builtin/hash_provider/hash_sha2.c
39
k5_sha256_hash(const krb5_crypto_iov *data, size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/builtin/hash_provider/hash_sha2.c
42
size_t i;
crypto/krb5/src/lib/crypto/builtin/hash_provider/hash_sha2.c
59
k5_sha384_hash(const krb5_crypto_iov *data, size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/builtin/hash_provider/hash_sha2.c
62
size_t i;
crypto/krb5/src/lib/crypto/builtin/hmac.c
118
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/builtin/hmac.c
55
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/builtin/kdf.c
144
size_t blocksize, keybytes, n;
crypto/krb5/src/lib/crypto/builtin/kdf.c
79
size_t blocksize, keybytes, n;
crypto/krb5/src/lib/crypto/builtin/pbkdf2.c
100
const struct krb5_hash_provider *hash, size_t hlen, krb5_keyblock *pass,
crypto/krb5/src/lib/crypto/builtin/pbkdf2.c
143
size_t hlen = hash->hashsize;
crypto/krb5/src/lib/crypto/builtin/sha2/sha2.h
67
void k5_sha256_update(SHA256_CTX *, const void *, size_t);
crypto/krb5/src/lib/crypto/builtin/sha2/sha2.h
71
void k5_sha384_update(SHA384_CTX *, const void *, size_t);
crypto/krb5/src/lib/crypto/builtin/sha2/sha2.h
75
void k5_sha512_update(SHA512_CTX *, const void *, size_t);
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
195
k5_sha256_update(SHA256_CTX *m, const void *v, size_t len)
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
198
size_t old_sz = m->sz[0];
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
199
size_t offset;
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
206
size_t l = min(len, 64 - offset);
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
261
k5_sha256(const krb5_data *in, size_t n, uint8_t out[K5_SHA256_HASHLEN])
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
264
size_t i;
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
201
k5_sha512_update (SHA512_CTX *m, const void *v, size_t len)
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
204
size_t old_sz = m->sz[0];
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
205
size_t offset;
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
212
size_t l = min(len, 128 - offset);
crypto/krb5/src/lib/crypto/builtin/sha2/sha512.c
295
k5_sha384_update (SHA384_CTX *m, const void *v, size_t len)
crypto/krb5/src/lib/crypto/crypto_tests/t_cksums.c
166
printhex(const char *head, void *data, size_t len)
crypto/krb5/src/lib/crypto/crypto_tests/t_cksums.c
168
size_t i;
crypto/krb5/src/lib/crypto/crypto_tests/t_cksums.c
186
size_t i;
crypto/krb5/src/lib/crypto/crypto_tests/t_decrypt.c
510
printhex(const char *head, void *data, size_t len)
crypto/krb5/src/lib/crypto/crypto_tests/t_decrypt.c
512
size_t i;
crypto/krb5/src/lib/crypto/crypto_tests/t_decrypt.c
550
size_t i, j;
crypto/krb5/src/lib/crypto/crypto_tests/t_decrypt.c
554
size_t enclen;
crypto/krb5/src/lib/crypto/crypto_tests/t_decrypt.c
589
size_t i;
crypto/krb5/src/lib/crypto/crypto_tests/t_derive.c
270
printhex(const char *head, void *data, size_t len)
crypto/krb5/src/lib/crypto/crypto_tests/t_derive.c
272
size_t i;
crypto/krb5/src/lib/crypto/crypto_tests/t_derive.c
315
size_t i;
crypto/krb5/src/lib/crypto/crypto_tests/t_encrypt.c
98
size_t len;
crypto/krb5/src/lib/crypto/crypto_tests/t_fork.c
49
prepare_enc_data(krb5_key key, size_t in_len, krb5_enc_data *enc_data)
crypto/krb5/src/lib/crypto/crypto_tests/t_fork.c
51
size_t out_len;
crypto/krb5/src/lib/crypto/crypto_tests/t_hmac.c
90
size_t blocksize, hashsize;
crypto/krb5/src/lib/crypto/crypto_tests/t_kperf.c
54
size_t outlen, cklen;
crypto/krb5/src/lib/crypto/crypto_tests/t_mddriver.c
131
MDHash(char *bytes, size_t len, size_t count, unsigned char *out)
crypto/krb5/src/lib/crypto/crypto_tests/t_mddriver.c
135
size_t i;
crypto/krb5/src/lib/crypto/crypto_tests/t_mddriver.c
30
static void MDHash (char *, size_t, size_t, unsigned char *);
crypto/krb5/src/lib/crypto/crypto_tests/t_nfold.c
37
printhex(size_t len, const unsigned char *p)
crypto/krb5/src/lib/crypto/crypto_tests/t_pkcs5.c
31
static void printhex (size_t len, const char *p)
crypto/krb5/src/lib/crypto/crypto_tests/t_pkcs5.c
53
size_t len;
crypto/krb5/src/lib/crypto/crypto_tests/t_prf.c
124
size_t i, prfsz;
crypto/krb5/src/lib/crypto/crypto_tests/t_sha2.c
95
size_t i;
crypto/krb5/src/lib/crypto/crypto_tests/t_short.c
59
check_decrypt_result(krb5_error_code code, size_t len, size_t min_len)
crypto/krb5/src/lib/crypto/crypto_tests/t_short.c
81
size_t min_len, len;
crypto/krb5/src/lib/crypto/crypto_tests/t_str2key.c
442
printhex(const char *head, void *data, size_t len)
crypto/krb5/src/lib/crypto/crypto_tests/t_str2key.c
444
size_t i;
crypto/krb5/src/lib/crypto/crypto_tests/t_str2key.c
466
size_t i;
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
47
static void printhex (size_t len, const char *p)
crypto/krb5/src/lib/crypto/krb/aead.c
118
krb5int_c_padding_length(const struct krb5_keytypes *ktp, size_t data_length)
crypto/krb5/src/lib/crypto/krb/aead.c
141
static size_t
crypto/krb5/src/lib/crypto/krb/aead.c
142
next_iov_to_process(struct iov_cursor *cursor, size_t ind)
crypto/krb5/src/lib/crypto/krb/aead.c
156
size_t count, size_t block_size, krb5_boolean signing)
crypto/krb5/src/lib/crypto/krb/aead.c
171
size_t nbytes, bsz = cursor->block_size, remain = cursor->block_size;
crypto/krb5/src/lib/crypto/krb/aead.c
203
size_t nbytes, bsz = cursor->block_size, remain = cursor->block_size;
crypto/krb5/src/lib/crypto/krb/aead.c
30
krb5int_c_locate_iov(krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/krb/aead.c
33
size_t i;
crypto/krb5/src/lib/crypto/krb/aead.c
54
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/aead.c
60
size_t i, j;
crypto/krb5/src/lib/crypto/krb/block_size.c
32
size_t *blocksize)
crypto/krb5/src/lib/crypto/krb/cf2.c
44
size_t prflen, nblocks, i;
crypto/krb5/src/lib/crypto/krb/checksum_dk_cmac.c
34
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/krb/checksum_dk_hmac.c
35
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/krb/checksum_etm.c
38
size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/krb/checksum_hmac_md5.c
39
size_t num_data,
crypto/krb5/src/lib/crypto/krb/checksum_hmac_md5.c
97
k5_hmac_md5(const krb5_data *key, const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/krb/checksum_length.c
32
size_t *length)
crypto/krb5/src/lib/crypto/krb/checksum_unkeyed.c
32
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/krb/cksumtype_to_string.c
31
krb5_cksumtype_to_string(krb5_cksumtype cksumtype, char *buffer, size_t buflen)
crypto/krb5/src/lib/crypto/krb/cksumtypes.c
111
const size_t krb5int_cksumtypes_length =
crypto/krb5/src/lib/crypto/krb/crypto_int.h
100
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
103
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
107
size_t num_data, const krb5_data *ivec,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
121
size_t hashsize, blocksize;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
123
krb5_error_code (*hash)(const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
139
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
161
size_t prf_length;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
199
size_t num_data,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
212
size_t num_data,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
234
extern const size_t krb5int_cksumtypes_length;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
256
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
261
size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
265
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
270
size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
274
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
280
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
285
size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
289
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
294
size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
298
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
358
size_t num_data,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
363
size_t num_data,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
368
size_t num_data, krb5_data *output);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
372
size_t num_data, krb5_data *output);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
376
size_t num_data, krb5_data *output);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
436
size_t iov_count; /* size of iov array */
crypto/krb5/src/lib/crypto/krb/crypto_int.h
437
size_t block_size; /* size of blocks we will be obtaining */
crypto/krb5/src/lib/crypto/krb/crypto_int.h
439
size_t in_iov; /* read index into iov array */
crypto/krb5/src/lib/crypto/krb/crypto_int.h
440
size_t in_pos; /* read index into iov contents */
crypto/krb5/src/lib/crypto/krb/crypto_int.h
441
size_t out_iov; /* write index into iov array */
crypto/krb5/src/lib/crypto/krb/crypto_int.h
442
size_t out_pos; /* write index into iov contents */
crypto/krb5/src/lib/crypto/krb/crypto_int.h
445
krb5_crypto_iov *krb5int_c_locate_iov(krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
453
size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
456
size_t data_length);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
459
size_t count, size_t block_size, krb5_boolean signing);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
495
size_t num_data, krb5_data *output);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
501
size_t num_data, krb5_data *output);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
507
size_t num_data, krb5_data *output);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
555
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
557
krb5_crypto_iov *data, size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
560
size_t num_data);
crypto/krb5/src/lib/crypto/krb/crypto_int.h
584
size_t i;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
630
static inline size_t
crypto/krb5/src/lib/crypto/krb/crypto_int.h
631
iov_total_length(const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/krb/crypto_int.h
634
size_t i, total = 0;
crypto/krb5/src/lib/crypto/krb/crypto_int.h
648
static inline size_t
crypto/krb5/src/lib/crypto/krb/crypto_int.h
668
iov_cursor_advance(struct iov_cursor *c, size_t nblocks)
crypto/krb5/src/lib/crypto/krb/crypto_int.h
97
size_t block_size, keybytes, keylength;
crypto/krb5/src/lib/crypto/krb/crypto_length.c
62
size_t data_length, unsigned int *pad_length)
crypto/krb5/src/lib/crypto/krb/crypto_length.c
76
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/crypto_length.c
78
size_t i;
crypto/krb5/src/lib/crypto/krb/decrypt_iov.c
32
size_t num_data)
crypto/krb5/src/lib/crypto/krb/decrypt_iov.c
52
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_dk_cmac.c
139
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_dk_cmac.c
89
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_dk_hmac.c
181
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_dk_hmac.c
190
size_t i;
crypto/krb5/src/lib/crypto/krb/enc_dk_hmac.c
71
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_dk_hmac.c
80
size_t i;
crypto/krb5/src/lib/crypto/krb/enc_etm.c
139
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_etm.c
212
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_etm.c
99
const krb5_data *ivec, krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/krb/enc_raw.c
45
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_raw.c
48
size_t i;
crypto/krb5/src/lib/crypto/krb/enc_raw.c
81
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_raw.c
83
size_t i;
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
116
const krb5_data *ivec, krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
133
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
141
size_t i;
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
218
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/enc_rc4.c
314
size_t num_data)
crypto/krb5/src/lib/crypto/krb/encrypt_iov.c
32
size_t num_data)
crypto/krb5/src/lib/crypto/krb/encrypt_iov.c
46
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/krb/encrypt_length.c
32
size_t inputlen, size_t *length)
crypto/krb5/src/lib/crypto/krb/enctype_util.c
117
krb5_enctype_to_string(krb5_enctype enctype, char *buffer, size_t buflen)
crypto/krb5/src/lib/crypto/krb/enctype_util.c
131
char *buffer, size_t buflen)
crypto/krb5/src/lib/crypto/krb/keyblocks.c
31
size_t length, krb5_keyblock **out)
crypto/krb5/src/lib/crypto/krb/keylengths.c
40
size_t *keybytes, size_t *keylength)
crypto/krb5/src/lib/crypto/krb/make_checksum_iov.c
35
size_t num_data)
crypto/krb5/src/lib/crypto/krb/make_checksum_iov.c
82
size_t num_data)
crypto/krb5/src/lib/crypto/krb/make_random_key.c
37
size_t keybytes, keylength;
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
192
size_t KRB5_CALLCONV
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
193
krb5_encrypt_size(size_t length, krb5_enctype crypto)
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
195
size_t ret;
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
198
return (size_t) -1; /* XXX */
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
203
size_t KRB5_CALLCONV
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
206
size_t ret;
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
209
return (size_t) -1; /* XXX */
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
235
krb5_const_pointer in, size_t in_length,
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
236
krb5_const_pointer seed, size_t seed_length,
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
274
size_t in_length, krb5_const_pointer seed,
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
275
size_t seed_length)
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
300
krb5_random_confounder(size_t size, krb5_pointer ptr)
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
312
size_t enclen, blocksize;
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
347
size_t blocksize;
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
40
krb5_error_code KRB5_CALLCONV krb5_random_confounder(size_t, krb5_pointer);
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
50
krb5_pointer outptr, size_t size, krb5_encrypt_block *eblock,
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
55
size_t blocksize, outlen;
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
85
krb5_pointer outptr, size_t size, krb5_encrypt_block *eblock,
crypto/krb5/src/lib/crypto/krb/old_api_glue.c
90
size_t blocksize;
crypto/krb5/src/lib/crypto/krb/prf.c
36
krb5_c_prf_length(krb5_context context, krb5_enctype enctype, size_t *len)
crypto/krb5/src/lib/crypto/krb/prng.c
100
get_os_entropy(unsigned char *buf, size_t len)
crypto/krb5/src/lib/crypto/krb/prng.c
104
size_t seg;
crypto/krb5/src/lib/crypto/krb/prng.c
39
get_os_entropy(unsigned char *buf, size_t len)
crypto/krb5/src/lib/crypto/krb/prng.c
69
read_entropy_from_device(const char *device, unsigned char *buf, size_t len)
crypto/krb5/src/lib/crypto/krb/prng.c
74
size_t left;
crypto/krb5/src/lib/crypto/krb/s2k_pbkdf2.c
39
size_t keybytes, keylength, concatlen;
crypto/krb5/src/lib/crypto/krb/s2k_rc4.c
15
size_t copystrlen;
crypto/krb5/src/lib/crypto/krb/string_to_key.c
48
size_t keylength;
crypto/krb5/src/lib/crypto/krb/verify_checksum_iov.c
35
size_t num_data,
crypto/krb5/src/lib/crypto/krb/verify_checksum_iov.c
88
size_t num_data,
crypto/krb5/src/lib/crypto/openssl/cmac.c
43
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/openssl/cmac.c
50
size_t i = 0, md_len;
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
105
size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
140
size_t num_data, size_t dlen, int encrypt)
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
206
size_t num_data, size_t dlen)
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
213
size_t num_data, size_t dlen)
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
222
size_t num_data, size_t dlen)
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
225
size_t size = 0;
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
274
size_t num_data, size_t dlen)
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
277
size_t size = 0;
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
329
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
332
size_t input_length, nblocks;
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
349
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
352
size_t input_length, nblocks;
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
42
size_t num_data);
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
45
size_t num_data);
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
48
size_t num_data, size_t dlen);
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
51
size_t num_data, size_t dlen);
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
71
size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
104
size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
139
size_t num_data, size_t dlen, int encrypt)
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
205
size_t num_data, size_t dlen)
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
212
size_t num_data, size_t dlen)
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
221
size_t num_data, size_t dlen)
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
224
size_t size = 0;
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
273
size_t num_data, size_t dlen)
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
276
size_t size = 0;
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
328
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
331
size_t input_length, nblocks;
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
348
krb5_crypto_iov *data, size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
351
size_t input_length, nblocks;
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
383
size_t num_data, const krb5_data *iv,
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
41
size_t num_data);
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
44
size_t num_data);
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
47
size_t num_data, size_t dlen);
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
50
size_t num_data, size_t dlen);
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
70
size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/des3.c
130
size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/des3.c
64
size_t num_data, krb5_boolean *empty)
crypto/krb5/src/lib/crypto/openssl/enc_provider/des3.c
66
size_t input_length = iov_total_length(data, num_data, FALSE);
crypto/krb5/src/lib/crypto/openssl/enc_provider/des3.c
81
size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/rc4.c
64
size_t num_data)
crypto/krb5/src/lib/crypto/openssl/enc_provider/rc4.c
66
size_t i;
crypto/krb5/src/lib/crypto/openssl/hash_provider/hash_evp.c
103
hash_sha1(const krb5_crypto_iov *data, size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/openssl/hash_provider/hash_evp.c
115
hash_sha256(const krb5_crypto_iov *data, size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/openssl/hash_provider/hash_evp.c
121
hash_sha384(const krb5_crypto_iov *data, size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/openssl/hash_provider/hash_evp.c
48
hash_evp(const EVP_MD *type, const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/openssl/hash_provider/hash_evp.c
53
size_t i;
crypto/krb5/src/lib/crypto/openssl/hash_provider/hash_evp.c
79
hash_md4(const krb5_crypto_iov *data, size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/openssl/hash_provider/hash_evp.c
91
hash_md5(const krb5_crypto_iov *data, size_t num_data, krb5_data *output)
crypto/krb5/src/lib/crypto/openssl/hmac.c
127
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/openssl/hmac.c
135
size_t i = 0, md_len;
crypto/krb5/src/lib/crypto/openssl/hmac.c
180
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/openssl/hmac.c
186
size_t hashsize, blocksize;
crypto/krb5/src/lib/crypto/openssl/hmac.c
225
const krb5_crypto_iov *data, size_t num_data,
crypto/krb5/src/lib/crypto/openssl/sha256.c
47
k5_sha256(const krb5_data *in, size_t n, uint8_t out[K5_SHA256_HASHLEN])
crypto/krb5/src/lib/crypto/openssl/sha256.c
50
size_t i;
crypto/krb5/src/lib/gssapi/generic/gssapiP_generic.h
112
void g_seqstate_size(g_seqnum_state state, size_t *sizep);
crypto/krb5/src/lib/gssapi/generic/gssapiP_generic.h
114
size_t *lenremain);
crypto/krb5/src/lib/gssapi/generic/gssapiP_generic.h
116
size_t *lenremain);
crypto/krb5/src/lib/gssapi/generic/gssapiP_generic.h
175
size_t, /* prefix_len */
crypto/krb5/src/lib/gssapi/generic/gssapiP_generic.h
183
size_t, /* prefix_len */
crypto/krb5/src/lib/gssapi/generic/gssapiP_generic.h
92
size_t body_size, int tok_type);
crypto/krb5/src/lib/gssapi/generic/gssapiP_generic.h
95
size_t *token_len_out);
crypto/krb5/src/lib/gssapi/generic/gssapi_alloc.h
100
gssalloc_malloc(size_t size)
crypto/krb5/src/lib/gssapi/generic/gssapi_alloc.h
106
gssalloc_calloc(size_t count, size_t size)
crypto/krb5/src/lib/gssapi/generic/gssapi_alloc.h
112
gssalloc_realloc(void *value, size_t size)
crypto/krb5/src/lib/gssapi/generic/gssapi_alloc.h
122
size_t size = strlen(str)+1;
crypto/krb5/src/lib/gssapi/generic/gssapi_alloc.h
25
gssalloc_malloc(size_t size)
crypto/krb5/src/lib/gssapi/generic/gssapi_alloc.h
31
gssalloc_calloc(size_t count, size_t size)
crypto/krb5/src/lib/gssapi/generic/gssapi_alloc.h
37
gssalloc_realloc(void *value, size_t size)
crypto/krb5/src/lib/gssapi/generic/gssapi_alloc.h
63
gssalloc_malloc(size_t size)
crypto/krb5/src/lib/gssapi/generic/gssapi_alloc.h
72
gssalloc_calloc(size_t count, size_t size)
crypto/krb5/src/lib/gssapi/generic/gssapi_alloc.h
78
gssalloc_realloc(void *value, size_t size)
crypto/krb5/src/lib/gssapi/generic/gssapi_ext.h
135
size_t count;
crypto/krb5/src/lib/gssapi/generic/gssapi_generic.c
439
size_t i;
crypto/krb5/src/lib/gssapi/generic/oid_ops.c
182
(void *) gssalloc_malloc((size_t) member_oid->length))) {
crypto/krb5/src/lib/gssapi/generic/oid_ops.c
185
(size_t) member_oid->length);
crypto/krb5/src/lib/gssapi/generic/oid_ops.c
227
(size_t) member->length)) {
crypto/krb5/src/lib/gssapi/generic/oid_ops.c
287
static size_t
crypto/krb5/src/lib/gssapi/generic/oid_ops.c
290
size_t len = 1;
crypto/krb5/src/lib/gssapi/generic/oid_ops.c
350
size_t nbytes;
crypto/krb5/src/lib/gssapi/generic/oid_ops.c
417
size_t prefix_len,
crypto/krb5/src/lib/gssapi/generic/oid_ops.c
422
size_t nbytes;
crypto/krb5/src/lib/gssapi/generic/oid_ops.c
468
size_t prefix_len,
crypto/krb5/src/lib/gssapi/generic/oid_ops.c
472
size_t i, slen;
crypto/krb5/src/lib/gssapi/generic/rel_oid_set.c
42
size_t i;
crypto/krb5/src/lib/gssapi/generic/t_seqstate.c
169
size_t i, j;
crypto/krb5/src/lib/gssapi/generic/t_seqstate.c
52
size_t nseqs;
crypto/krb5/src/lib/gssapi/generic/util_buffer_set.c
102
size_t i;
crypto/krb5/src/lib/gssapi/generic/util_seqstate.c
129
g_seqstate_size(g_seqnum_state state, size_t *sizep)
crypto/krb5/src/lib/gssapi/generic/util_seqstate.c
136
size_t *lenremain)
crypto/krb5/src/lib/gssapi/generic/util_seqstate.c
148
size_t *lenremain)
crypto/krb5/src/lib/gssapi/generic/util_token.c
108
size_t tlen, orig_len = in->len;
crypto/krb5/src/lib/gssapi/generic/util_token.c
40
size_t mech_der_len = k5_der_value_len(mech->length);
crypto/krb5/src/lib/gssapi/generic/util_token.c
53
size_t body_size, int tok_type)
crypto/krb5/src/lib/gssapi/generic/util_token.c
55
size_t tok_len = (tok_type == -1) ? 0 : 2;
crypto/krb5/src/lib/gssapi/generic/util_token.c
56
size_t seq_len = k5_der_value_len(mech->length) + body_size + tok_len;
crypto/krb5/src/lib/gssapi/generic/util_token.c
76
g_get_token_header(struct k5input *in, gss_OID oid_out, size_t *token_len_out)
crypto/krb5/src/lib/gssapi/generic/util_token.c
78
size_t len, tlen;
crypto/krb5/src/lib/gssapi/krb5/accept_sec_context.c
474
size_t cb_len, option_len;
crypto/krb5/src/lib/gssapi/krb5/accept_sec_context.c
643
size_t tlen;
crypto/krb5/src/lib/gssapi/krb5/export_cred.c
150
(size_t)kb->length);
crypto/krb5/src/lib/gssapi/krb5/export_cred.c
166
(void *)addr->contents, (size_t)addr->length);
crypto/krb5/src/lib/gssapi/krb5/export_cred.c
212
(size_t)ad->length);
crypto/krb5/src/lib/gssapi/krb5/export_cred.c
280
(size_t)creds->ticket.length,
crypto/krb5/src/lib/gssapi/krb5/export_cred.c
282
(size_t)creds->second_ticket.length, authdata);
crypto/krb5/src/lib/gssapi/krb5/export_name.c
35
size_t length;
crypto/krb5/src/lib/gssapi/krb5/export_sec_context.c
37
size_t bufsize, blen;
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
220
size_t cksum_size;
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
303
size_t ec, size_t rrc,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
311
const unsigned char *kd_data, size_t kd_data_len,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
312
const unsigned char *input_buf, size_t input_len,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
318
const unsigned char *kd_data, size_t kd_data_len,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
329
const uint8_t *data, size_t data_len,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
330
const uint8_t *cksum, size_t cksum_len);
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
336
const uint8_t *data, size_t data_len,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
337
const uint8_t *cksum, size_t cksum_len);
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
341
size_t ec, size_t rrc,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
370
size_t *sizep);
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
375
size_t *lenremain);
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
380
size_t *lenremain);
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
420
size_t *data_length,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
421
size_t *assoc_data_length);
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
428
size_t token_cksum_len,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
439
size_t rrc,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
448
size_t rrc,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
490
krb5_error_code kg_allocate_iov(gss_iov_buffer_t iov, size_t size);
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
941
int gss_krb5int_rotate_left (void *ptr, size_t bufsiz, size_t rc);
crypto/krb5/src/lib/gssapi/krb5/gssapi_krb5.c
363
size_t i;
crypto/krb5/src/lib/gssapi/krb5/gssapi_krb5.c
419
size_t i;
crypto/krb5/src/lib/gssapi/krb5/gssapi_krb5.c
529
size_t i;
crypto/krb5/src/lib/gssapi/krb5/gssapi_krb5.c
596
size_t i;
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
187
size_t len;
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
219
size_t len;
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
257
size_t len, i;
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
288
size_t len;
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
325
size_t len, i;
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
358
size_t len;
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
40
check_element(k5_json_array array, size_t idx, k5_json_tid tid)
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
452
size_t i, len;
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
86
size_t len, i;
crypto/krb5/src/lib/gssapi/krb5/import_name.c
53
unsigned char *enc_data, size_t enc_length,
crypto/krb5/src/lib/gssapi/krb5/import_name.c
87
parse_hostbased(const char *str, size_t len,
crypto/krb5/src/lib/gssapi/krb5/import_name.c
91
size_t servicelen, hostlen;
crypto/krb5/src/lib/gssapi/krb5/import_name.c
98
servicelen = (at == NULL) ? len : (size_t)(at - str);
crypto/krb5/src/lib/gssapi/krb5/import_sec_context.c
57
size_t blen;
crypto/krb5/src/lib/gssapi/krb5/import_sec_context.c
77
blen = (size_t) interprocess_token->length;
crypto/krb5/src/lib/gssapi/krb5/inq_context.c
283
size_t i;
crypto/krb5/src/lib/gssapi/krb5/k5seal.c
63
size_t cksum_size,
crypto/krb5/src/lib/gssapi/krb5/k5seal.c
70
size_t sumlen;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
205
size_t i;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
321
size_t data_length, assoc_data_length;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
322
size_t gss_headerlen, gss_padlen, gss_trailerlen;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
379
size_t ec;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
440
size_t data_size;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
45
size_t k5_headerlen = 0, k5_trailerlen = 0;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
46
size_t data_length = 0, assoc_data_length = 0;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
47
size_t tmsglen = 0, cnflen = 0, tlen;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
70
size_t k5_padlen = (ctx->sealalg == SEAL_ALG_MICROSOFT_RC4) ? 1 : 8;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
71
size_t gss_padlen;
crypto/krb5/src/lib/gssapi/krb5/k5sealiov.c
72
size_t conf_data_length;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3.c
115
size_t ec_max;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3.c
116
size_t encrypt_size;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3.c
186
size_t cksumsize;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3.c
33
gss_krb5int_rotate_left (void *ptr, size_t bufsiz, size_t rc)
crypto/krb5/src/lib/gssapi/krb5/k5sealv3.c
67
size_t bufsize = 16;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3.c
74
size_t rrc;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3.c
76
size_t ec;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
126
code = kg_allocate_iov(header, (size_t) gss_headerlen);
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
132
header->buffer.length = (size_t) gss_headerlen;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
136
code = kg_allocate_iov(trailer, (size_t) gss_trailerlen);
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
141
trailer->buffer.length = (size_t) gss_trailerlen;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
197
code = kg_allocate_iov(header, (size_t) gss_headerlen);
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
203
header->buffer.length = (size_t) gss_headerlen;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
207
code = kg_allocate_iov(trailer, (size_t) gss_trailerlen);
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
212
trailer->buffer.length = (size_t) gss_trailerlen;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
290
size_t rrc, ec;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
291
size_t data_length, assoc_data_length;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
366
size_t desired_rrc = k5_trailerlen;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
48
size_t rrc = 0;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
52
size_t data_length, assoc_data_length;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
88
size_t ec = 0;
crypto/krb5/src/lib/gssapi/krb5/k5sealv3iov.c
89
size_t conf_data_length = data_length - assoc_data_length;
crypto/krb5/src/lib/gssapi/krb5/k5unsealiov.c
142
size_t i;
crypto/krb5/src/lib/gssapi/krb5/k5unsealiov.c
287
size_t tlen, header_tlen;
crypto/krb5/src/lib/gssapi/krb5/k5unsealiov.c
305
size_t data_length, assoc_data_length;
crypto/krb5/src/lib/gssapi/krb5/k5unsealiov.c
340
(size_t)(in.ptr - (unsigned char *)header->buffer.value),
crypto/krb5/src/lib/gssapi/krb5/k5unsealiov.c
37
size_t token_wrapper_len,
crypto/krb5/src/lib/gssapi/krb5/k5unsealiov.c
402
tiov = (gss_iov_buffer_desc *)calloc((size_t)iov_count + 2, sizeof(gss_iov_buffer_desc));
crypto/krb5/src/lib/gssapi/krb5/k5unsealiov.c
458
size_t ec, rrc;
crypto/krb5/src/lib/gssapi/krb5/k5unsealiov.c
49
size_t cksum_len = 0;
crypto/krb5/src/lib/gssapi/krb5/k5unsealiov.c
50
size_t conflen = 0;
crypto/krb5/src/lib/gssapi/krb5/k5unsealiov.c
54
size_t sumlen;
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
204
size_t i;
crypto/krb5/src/lib/gssapi/krb5/naming_exts.c
593
size_t princlen;
crypto/krb5/src/lib/gssapi/krb5/prf.c
47
size_t prflen;
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
120
kg_oid_size(gss_OID oid, size_t *sizep)
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
123
size_t required;
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
141
size_t *lenremain)
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
154
size_t *lenremain)
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
158
size_t remain;
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
192
kg_seqstate_size(g_seqnum_state arg, size_t *sizep)
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
195
size_t required;
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
212
kg_ctx_size(krb5_context kcontext, krb5_gss_ctx_id_t ctx, size_t *sizep)
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
215
size_t required;
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
315
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
318
size_t required;
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
320
size_t remain;
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
43
kg_oid_externalize(gss_OID oid, krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
468
intern_key(krb5_key *key, krb5_octet **bp, size_t *sp)
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
486
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
492
size_t remain;
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
63
kg_oid_internalize(gss_OID *argp, krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
639
ctx->authdata = (krb5_authdata **)calloc((size_t)nadata + 1,
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
68
size_t remain;
crypto/krb5/src/lib/gssapi/krb5/ser_sctx.c
88
oid->elements = malloc((size_t)ibuf);
crypto/krb5/src/lib/gssapi/krb5/unwrap.c
194
verify_enc_header(krb5_data *plain, uint8_t flags, size_t ec, uint64_t seqnum)
crypto/krb5/src/lib/gssapi/krb5/unwrap.c
210
krb5_key key, krb5_keyusage usage, const uint8_t *ctext, size_t len,
crypto/krb5/src/lib/gssapi/krb5/unwrap.c
211
uint8_t flags, size_t ec, uint64_t seqnum, gss_buffer_t out)
crypto/krb5/src/lib/gssapi/krb5/unwrap.c
258
rotate_left(const uint8_t *data, size_t len, size_t rc, uint8_t **storage)
crypto/krb5/src/lib/gssapi/krb5/unwrap.c
282
size_t ec, rrc, cksumsize, plen, data_len;
crypto/krb5/src/lib/gssapi/krb5/unwrap.c
45
uint32_t seqnum, const uint8_t *in, size_t len, uint8_t **out)
crypto/krb5/src/lib/gssapi/krb5/unwrap.c
93
size_t plainlen, cksum_len;
crypto/krb5/src/lib/gssapi/krb5/util_cksum.c
161
size_t rrc,
crypto/krb5/src/lib/gssapi/krb5/util_cksum.c
174
size_t kiov_count;
crypto/krb5/src/lib/gssapi/krb5/util_cksum.c
244
size_t rrc,
crypto/krb5/src/lib/gssapi/krb5/util_cksum.c
258
size_t rrc,
crypto/krb5/src/lib/gssapi/krb5/util_cksum.c
35
size_t sumlen;
crypto/krb5/src/lib/gssapi/krb5/util_cksum.c
86
size_t cksum_len,
crypto/krb5/src/lib/gssapi/krb5/util_cksum.c
99
size_t conf_len = 0, token_header_len;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
135
size_t blocksize;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
171
size_t blocksize;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
264
const unsigned char *kd_data, size_t kd_data_len,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
265
const unsigned char *input_buf, size_t input_len,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
282
const uint8_t *data, size_t data_len,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
283
const uint8_t *cksum, size_t cksum_len)
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
318
const uint8_t *data, size_t data_len,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
319
const uint8_t *cksum, size_t cksum_len)
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
351
krb5_crypto_iov **pkiov, size_t *pkiov_count)
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
356
size_t kiov_count;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
358
size_t conf_len;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
418
kg_translate_iov_v3(krb5_context context, int dce_style, size_t ec, size_t rrc,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
421
size_t *pkiov_count)
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
426
size_t kiov_count;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
429
size_t gss_headerlen, gss_trailerlen;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
457
size_t actual_rrc = rrc;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
528
kg_translate_iov(krb5_context context, int proto, int dce_style, size_t ec,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
529
size_t rrc, krb5_enctype enctype, gss_iov_buffer_desc *iov,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
530
int iov_count, krb5_crypto_iov **pkiov, size_t *pkiov_count)
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
540
kg_encrypt_iov(krb5_context context, int proto, int dce_style, size_t ec,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
541
size_t rrc, krb5_key key, int usage, krb5_pointer iv,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
546
size_t kiov_len;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
568
kg_decrypt_iov(krb5_context context, int proto, int dce_style, size_t ec,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
569
size_t rrc, krb5_key key, int usage, krb5_pointer iv,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
574
size_t kiov_len;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
596
size_t kd_data_len, gss_iov_buffer_desc *iov,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
602
size_t kiov_len = 0;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
668
kg_iov_msglen(gss_iov_buffer_desc *iov, int iov_count, size_t *data_length_p,
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
669
size_t *assoc_data_length_p)
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
672
size_t data_length = 0, assoc_data_length = 0;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
716
size_t padlength, relative_padlength;
crypto/krb5/src/lib/gssapi/krb5/util_crypt.c
793
kg_allocate_iov(gss_iov_buffer_t iov, size_t size)
crypto/krb5/src/lib/gssapi/krb5/verify_mic.c
44
size_t cksum_len;
crypto/krb5/src/lib/gssapi/krb5/wrap_size_limit.c
130
size_t cksumsize;
crypto/krb5/src/lib/gssapi/mechglue/g_exp_sec_context.c
124
memcpy(buf+4, ctx->mech_type->elements, (size_t) ctx->mech_type->length);
crypto/krb5/src/lib/gssapi/mechglue/g_glue.c
61
size_t tlen;
crypto/krb5/src/lib/gssapi/mechglue/g_glue.c
92
size_t i;
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
325
size_t i;
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
326
size_t count;
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
937
size_t i;
crypto/krb5/src/lib/gssapi/mechglue/g_inq_cred_oid.c
39
size_t i;
crypto/krb5/src/lib/gssapi/mechglue/g_inq_names.c
131
size_t i;
crypto/krb5/src/lib/gssapi/mechglue/g_mechattr.c
101
size_t i;
crypto/krb5/src/lib/gssapi/mechglue/g_mechattr.c
53
size_t i;
crypto/krb5/src/lib/gssapi/mechglue/g_mechattr.c
79
size_t i;
crypto/krb5/src/lib/gssapi/mechglue/g_saslname.c
177
size_t i;
crypto/krb5/src/lib/gssapi/mechglue/g_wrap_aead.c
78
size_t offset;
crypto/krb5/src/lib/gssapi/spnego/gssapiP_negoex.h
133
struct negoex_message **messages_out, size_t *count_out);
crypto/krb5/src/lib/gssapi/spnego/gssapiP_negoex.h
137
negoex_locate_nego_message(struct negoex_message *messages, size_t nmessages,
crypto/krb5/src/lib/gssapi/spnego/gssapiP_negoex.h
141
size_t nmessages, enum message_type type);
crypto/krb5/src/lib/gssapi/spnego/gssapiP_negoex.h
144
size_t nmessages);
crypto/krb5/src/lib/gssapi/spnego/gssapiP_negoex.h
146
negoex_locate_alert_message(struct negoex_message *messages, size_t nmessages);
crypto/krb5/src/lib/gssapi/spnego/gssapiP_negoex.h
165
unsigned char *data, size_t length);
crypto/krb5/src/lib/gssapi/spnego/gssapiP_negoex.h
96
size_t cksum_len;
crypto/krb5/src/lib/gssapi/spnego/gssapiP_negoex.h
97
size_t offset_in_token;
crypto/krb5/src/lib/gssapi/spnego/negoex_ctx.c
142
struct negoex_message *messages, size_t nmessages)
crypto/krb5/src/lib/gssapi/spnego/negoex_ctx.c
174
struct negoex_message *messages, size_t nmessages)
crypto/krb5/src/lib/gssapi/spnego/negoex_ctx.c
210
struct negoex_message *messages, size_t nmessages)
crypto/krb5/src/lib/gssapi/spnego/negoex_ctx.c
245
struct negoex_message *messages, size_t nmessages)
crypto/krb5/src/lib/gssapi/spnego/negoex_ctx.c
278
struct negoex_message *messages, size_t nmessages,
crypto/krb5/src/lib/gssapi/spnego/negoex_ctx.c
354
size_t nmessages, gss_channel_bindings_t bindings,
crypto/krb5/src/lib/gssapi/spnego/negoex_ctx.c
430
struct negoex_message *messages, size_t nmessages,
crypto/krb5/src/lib/gssapi/spnego/negoex_ctx.c
545
size_t old_transcript_len = ctx->negoex_transcript.len;
crypto/krb5/src/lib/gssapi/spnego/negoex_ctx.c
620
size_t nmessages = 0;
crypto/krb5/src/lib/gssapi/spnego/negoex_ctx.c
713
size_t nmessages;
crypto/krb5/src/lib/gssapi/spnego/negoex_trace.c
35
guid_to_string(const uint8_t guid[16], char *buffer, size_t bufsiz)
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
166
vector_base(size_t offset, size_t count, size_t width,
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
167
const uint8_t *msg_base, size_t msg_len)
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
227
const uint8_t *msg_base, size_t msg_len,
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
233
size_t offset, count, i;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
269
const uint8_t *msg_base, size_t msg_len,
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
273
size_t offset, len;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
294
const uint8_t *msg_base, size_t msg_len,
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
295
size_t token_offset, struct verify_message *msg)
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
298
size_t offset, len;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
332
const uint8_t *msg_base, size_t msg_len,
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
337
size_t alerts_offset, nalerts, value_offset, value_len, i;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
383
size_t token_remaining = in->len, header_len, msg_len;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
41
uint8_t *data, size_t length)
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
455
struct negoex_message **messages_out, size_t *count_out)
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
458
size_t count = 0;
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
498
locate_message(struct negoex_message *messages, size_t nmessages,
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
512
negoex_locate_nego_message(struct negoex_message *messages, size_t nmessages,
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
522
size_t nmessages, enum message_type type)
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
531
size_t nmessages)
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
539
negoex_locate_alert_message(struct negoex_message *messages, size_t nmessages)
crypto/krb5/src/lib/gssapi/spnego/negoex_util.c
556
size_t header_len;
crypto/krb5/src/lib/gssapi/spnego/spnego_mech.c
1175
size_t hint_len, tlen;
crypto/krb5/src/lib/gssapi/spnego/spnego_mech.c
1178
const size_t hintname_len = strlen(hintname);
crypto/krb5/src/lib/gssapi/spnego/spnego_mech.c
1801
size_t i;
crypto/krb5/src/lib/gssapi/spnego/spnego_mech.c
3365
size_t ilen, tlen, i;
crypto/krb5/src/lib/gssapi/spnego/spnego_mech.c
3554
size_t i, j;
crypto/krb5/src/lib/gssapi/spnego/spnego_mech.c
3623
size_t f0len, f2len, f3len, fields_len, seq_len, choice_len;
crypto/krb5/src/lib/gssapi/spnego/spnego_mech.c
3624
size_t mech_len, framed_len;
crypto/krb5/src/lib/gssapi/spnego/spnego_mech.c
3707
size_t f0len, f1len, f2len, f3len, fields_len, seq_len, choice_len;
crypto/krb5/src/lib/gssapi/spnego/spnego_mech.c
842
size_t i;
crypto/krb5/src/lib/kadm5/admin.h
305
char *, size_t);
crypto/krb5/src/lib/kadm5/alt_prof.c
235
size_t buf_size = 0;
crypto/krb5/src/lib/kadm5/alt_prof.c
768
char *admin_name, size_t maxlen)
crypto/krb5/src/lib/kadm5/logger.c
640
size_t soff;
crypto/krb5/src/lib/kadm5/srv/kadm5_hook.c
45
size_t count;
crypto/krb5/src/lib/kadm5/srv/pwqual.c
47
size_t count;
crypto/krb5/src/lib/kadm5/srv/pwqual_dict.c
100
size_t len, i;
crypto/krb5/src/lib/kadm5/srv/pwqual_hesiod.c
41
reverse(char *str, char *newstr, size_t newstr_size)
crypto/krb5/src/lib/kadm5/srv/pwqual_hesiod.c
44
size_t i;
crypto/krb5/src/lib/kadm5/srv/server_init.c
24
size_t count = 0;
crypto/krb5/src/lib/kadm5/srv/server_init.c
60
size_t count;
crypto/krb5/src/lib/kadm5/srv/server_misc.c
82
if (strlen(password) < (size_t)pol->pw_min_length)
crypto/krb5/src/lib/kadm5/str_conv.c
135
size_t i;
crypto/krb5/src/lib/kadm5/str_conv.c
232
size_t amax = 0, i;
crypto/krb5/src/lib/kdb/encrypt_key.c
66
size_t clen;
crypto/krb5/src/lib/kdb/kdb5.c
1438
krb5_db_alloc(krb5_context kcontext, void *ptr, size_t size)
crypto/krb5/src/lib/kdb/kdb5.c
2788
krb5_dbe_sort_key_data(krb5_key_data *key_data, size_t key_data_length)
crypto/krb5/src/lib/kdb/kdb5.c
2790
size_t i, j;
crypto/krb5/src/lib/kdb/kdb5.c
419
*lib = calloc((size_t) 1, sizeof(**lib));
crypto/krb5/src/lib/kdb/kdb5.c
883
size_t i;
crypto/krb5/src/lib/kdb/kdb5.c
897
size_t db_args_size = 0;
crypto/krb5/src/lib/kdb/kdb_log.c
110
size_t len;
crypto/krb5/src/lib/kdb/kdb_log.c
174
size_t write_size;
crypto/krb5/src/lib/kdb/kdb_log.c
202
size_t old_block = ulog->kdb_block, new_block, new_size;
crypto/krb5/src/lib/krad/attr.c
148
unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen)
crypto/krb5/src/lib/krad/attr.c
154
size_t blck, len, i;
crypto/krb5/src/lib/krad/attr.c
200
unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen)
crypto/krb5/src/lib/krad/attr.c
268
size_t *outlen)
crypto/krb5/src/lib/krad/attr.c
291
unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen)
crypto/krb5/src/lib/krad/attr.c
41
unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen);
crypto/krb5/src/lib/krad/attr.c
54
unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen);
crypto/krb5/src/lib/krad/attr.c
59
unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen);
crypto/krb5/src/lib/krad/attrset.c
117
krad_attrset_del(krad_attrset *set, krad_attr type, size_t indx)
crypto/krb5/src/lib/krad/attrset.c
132
krad_attrset_get(const krad_attrset *set, krad_attr type, size_t indx)
crypto/krb5/src/lib/krad/attrset.c
172
uint8_t outbuf[MAX_ATTRSETSIZE], size_t *i)
crypto/krb5/src/lib/krad/attrset.c
175
size_t attrlen;
crypto/krb5/src/lib/krad/attrset.c
196
unsigned char outbuf[MAX_ATTRSETSIZE], size_t *outlen)
crypto/krb5/src/lib/krad/attrset.c
201
size_t i = 0;
crypto/krb5/src/lib/krad/attrset.c
240
size_t i, len;
crypto/krb5/src/lib/krad/client.c
120
size_t retries, krad_cb cb, void *data, request **req)
crypto/krb5/src/lib/krad/client.c
125
size_t i;
crypto/krb5/src/lib/krad/client.c
175
size_t i;
crypto/krb5/src/lib/krad/client.c
283
size_t retries, krad_cb cb, void *data)
crypto/krb5/src/lib/krad/client.c
56
size_t retries;
crypto/krb5/src/lib/krad/internal.h
108
krad_cb cb, void *data, int timeout, size_t retries,
crypto/krb5/src/lib/krad/internal.h
62
unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen);
crypto/krb5/src/lib/krad/internal.h
68
unsigned char outbuf[MAX_ATTRSIZE], size_t *outlen);
crypto/krb5/src/lib/krad/internal.h
75
unsigned char outbuf[MAX_ATTRSETSIZE], size_t *outlen);
crypto/krb5/src/lib/krad/packet.c
258
size_t i;
crypto/krb5/src/lib/krad/packet.c
324
size_t len;
crypto/krb5/src/lib/krad/packet.c
353
size_t attrset_len;
crypto/krb5/src/lib/krad/packet.c
416
size_t attrset_len;
crypto/krb5/src/lib/krad/packet.c
642
krad_packet_get_attr(const krad_packet *pkt, krad_attr type, size_t indx)
crypto/krb5/src/lib/krad/remote.c
447
krad_cb cb, void *data, int timeout, size_t retries,
crypto/krb5/src/lib/krad/remote.c
55
size_t retries;
crypto/krb5/src/lib/krad/remote.c
56
size_t sent;
crypto/krb5/src/lib/krad/remote.c
92
request_new(krad_remote *rr, krad_packet *rqst, int timeout, size_t retries,
crypto/krb5/src/lib/krad/t_attr.c
52
size_t len;
crypto/krb5/src/lib/krad/t_attrset.c
50
size_t len = 0, encode_len;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1016
size_t i;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1025
free_sequence_of(const struct atype_info *eltinfo, void *val, size_t count)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
104
k5_asn1_encode_bytestring(asn1buf *buf, uint8_t *const *val, size_t len)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1120
decode_cntype(const taginfo *t, const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1121
const struct cntype_info *c, void *val, size_t *count_out);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1123
decode_atype_to_ptr(const taginfo *t, const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1126
decode_sequence(const uint8_t *asn1, size_t len, const struct seq_info *seq,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1129
decode_sequence_of(const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1131
size_t *count_out);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1136
decode_atype(const taginfo *t, const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1177
size_t count;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1189
size_t rlen;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1252
decode_cntype(const taginfo *t, const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1253
const struct cntype_info *c, void *val, size_t *count_out)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1279
size_t i;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1305
null_terminate(const struct atype_info *eltinfo, void *ptr, size_t count,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1322
decode_atype_to_ptr(const taginfo *t, const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1327
size_t count;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1401
decode_sequence(const uint8_t *asn1, size_t len, const struct seq_info *seq,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1406
size_t i, j, clen;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1458
decode_sequence_of(const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1460
size_t *count_out)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1465
size_t clen, count = 0;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1512
k5_asn1_decode_atype(const taginfo *t, const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1572
size_t clen, rlen;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
165
k5_asn1_encode_bitstring(asn1buf *buf, uint8_t *const *val, size_t len)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
175
k5_asn1_decode_bool(const uint8_t *asn1, size_t len, intmax_t *val)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
186
k5_asn1_decode_int(const uint8_t *asn1, size_t len, intmax_t *val)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
189
size_t i;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
206
k5_asn1_decode_uint(const uint8_t *asn1, size_t len, uintmax_t *val)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
209
size_t i;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
223
k5_asn1_decode_bytestring(const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
224
uint8_t **str_out, size_t *len_out)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
242
k5_asn1_decode_generaltime(const uint8_t *asn1, size_t len, time_t *time_out)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
247
size_t i;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
285
k5_asn1_decode_bitstring(const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
286
uint8_t **bits_out, size_t *len_out)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
31
size_t count; /* Count of bytes written so far */
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
316
make_tag(asn1buf *buf, const taginfo *t, size_t len)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
319
size_t len_copy, oldcount;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
358
get_tag(const uint8_t *asn1, size_t len, taginfo *tag_out,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
359
const uint8_t **contents_out, size_t *clen_out,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
360
const uint8_t **remainder_out, size_t *rlen_out)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
364
size_t clen, llen, i;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
437
static size_t
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
440
size_t i;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
461
encode_sequence_of(asn1buf *buf, size_t seqlen, const void *val,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
468
size_t len = get_nullterm_sequence_len(val, type);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
476
load_int(const void *val, size_t size)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
488
load_uint(const void *val, size_t size)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
50
insert_bytes(asn1buf *buf, const void *bytes, size_t len)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
501
size_t *count_out)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
505
assert(sizeof(size_t) <= sizeof(uintmax_t));
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
513
if ((size_t)xlen != xlen || xlen > SIZE_MAX)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
521
store_int(intmax_t intval, size_t size, void *val)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
550
store_uint(uintmax_t intval, size_t size, void *val)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
581
store_count(size_t count, const struct counted_info *counted, void *val)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
599
split_der(asn1buf *buf, uint8_t *const *der, size_t len, taginfo *tag_out)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
603
size_t clen, rlen;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
620
store_der(const taginfo *t, const uint8_t *asn1, size_t len, void *val,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
621
size_t *count_out)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
624
size_t der_len;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
640
encode_cntype(asn1buf *buf, const void *val, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
691
size_t count;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
712
size_t oldcount = buf->count;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
766
size_t oldcount = buf->count;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
783
encode_cntype(asn1buf *buf, const void *val, size_t count,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
835
size_t i;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
848
encode_sequence_of(asn1buf *buf, size_t seqlen, const void *val,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
852
size_t i;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
870
size_t count);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
871
static void free_cntype(const struct cntype_info *a, void *val, size_t count);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
914
size_t count;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
921
size_t count = get_nullterm_sequence_len(val, a->tinfo);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
983
free_cntype(const struct cntype_info *c, void *val, size_t count)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
142
size_t size; /* Used for sequence-of processing */
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
148
krb5_error_code (*dec)(const taginfo *, const uint8_t *, size_t, void *);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
225
krb5_error_code (*enc)(asn1buf *, uint8_t *const *, size_t);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
226
krb5_error_code (*dec)(const uint8_t *, size_t, uint8_t **, size_t *);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
232
size_t n_options;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
237
size_t n_fields;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
43
size_t tag_len;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
52
size_t len);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
531
k5_asn1_decode_atype(const taginfo *t, const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
54
size_t len);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
59
krb5_error_code k5_asn1_decode_bool(const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
61
krb5_error_code k5_asn1_decode_int(const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
63
krb5_error_code k5_asn1_decode_uint(const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
65
krb5_error_code k5_asn1_decode_generaltime(const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
67
krb5_error_code k5_asn1_decode_bytestring(const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
68
uint8_t **str_out, size_t *len_out);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
69
krb5_error_code k5_asn1_decode_bitstring(const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.h
70
uint8_t **bits_out, size_t *len_out);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
134
decode_seqno(const taginfo *t, const uint8_t *asn1, size_t len, void *p)
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
168
decode_kerberos_time(const taginfo *t, const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
242
decode_krb5_flags(const taginfo *t, const uint8_t *asn1, size_t len, void *val)
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
245
size_t i, blen;
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
328
decode_lr_type(const taginfo *t, const uint8_t *asn1, size_t len, void *p)
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
498
decode_kdc_req_body(const taginfo *t, const uint8_t *asn1, size_t len,
crypto/krb5/src/lib/krb5/ccache/cc-int.h
153
k5_unmarshal_cred(const unsigned char *data, size_t len, int version,
crypto/krb5/src/lib/krb5/ccache/cc-int.h
157
k5_unmarshal_princ(const unsigned char *data, size_t len, int version,
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
151
size_t len;
crypto/krb5/src/lib/krb5/ccache/cc_file.c
1016
if ((size_t)nwritten != buf.len)
crypto/krb5/src/lib/krb5/ccache/cc_file.c
1104
} else if ((size_t)rwret != expected.len) {
crypto/krb5/src/lib/krb5/ccache/cc_file.c
129
get_size(krb5_context context, FILE *fp, size_t *size_out)
crypto/krb5/src/lib/krb5/ccache/cc_file.c
1304
if ((size_t)nwritten != buf.len) {
crypto/krb5/src/lib/krb5/ccache/cc_file.c
136
if (sizeof(off_t) > sizeof(size_t) && sb.st_size > (off_t)SIZE_MAX)
crypto/krb5/src/lib/krb5/ccache/cc_file.c
146
read_bytes(krb5_context context, FILE *fp, void *buf, size_t len)
crypto/krb5/src/lib/krb5/ccache/cc_file.c
148
size_t nread;
crypto/krb5/src/lib/krb5/ccache/cc_file.c
191
load_bytes(krb5_context context, FILE *fp, size_t len, struct k5buf *buf)
crypto/krb5/src/lib/krb5/ccache/cc_file.c
202
load_data(krb5_context context, FILE *fp, int version, size_t maxsize,
crypto/krb5/src/lib/krb5/ccache/cc_file.c
219
load_principal(krb5_context context, FILE *fp, int version, size_t maxsize,
crypto/krb5/src/lib/krb5/ccache/cc_file.c
247
load_cred(krb5_context context, FILE *fp, int version, size_t maxsize,
crypto/krb5/src/lib/krb5/ccache/cc_file.c
302
size_t maxsize;
crypto/krb5/src/lib/krb5/ccache/cc_file.c
518
if ((size_t)nwritten != buf.len)
crypto/krb5/src/lib/krb5/ccache/cc_file.c
768
size_t maxsize;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
1285
size_t pos;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
221
size_t len, void **reply_out, size_t *len_out)
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
224
size_t inband_req_len = 0, outband_req_len = 0, reply_len;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
346
size_t len)
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
385
void **reply_out, size_t *len_out)
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
389
size_t len;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
413
if (st == -1 || (size_t)st != len) {
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
454
size_t reply_len = 0;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
554
size_t i;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
574
size_t count, len, i;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
60
size_t count;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
61
size_t pos;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
66
size_t count;
crypto/krb5/src/lib/krb5/ccache/cc_kcm.c
67
size_t pos;
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1573
size_t keytypelen;
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
422
size_t alen, clen, legacy_len = sizeof(KRCC_LEGACY_ANCHOR) - 1;
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
556
const unsigned char *payload, size_t psize)
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
704
add_cred_key(const char *name, const void *payload, size_t plen,
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
131
size_t count, i;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
168
size_t count, i;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
41
size_t i;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
55
size_t count, i;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
93
size_t count, i;
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
229
size_t i, count;
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
267
size_t i, count;
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
287
k5_unmarshal_cred(const unsigned char *data, size_t len, int version,
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
316
k5_unmarshal_princ(const unsigned char *data, size_t len, int version,
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
403
size_t i, count;
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
416
size_t i, count;
crypto/krb5/src/lib/krb5/ccache/ccselect.c
60
size_t count;
crypto/krb5/src/lib/krb5/ccache/ccselect_hostname.c
60
size_t hostlen;
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
112
check_collection(const char *first, size_t others, ...)
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
116
size_t count, i;
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
57
get_collection_names(char ***list_out, size_t *count_out)
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
62
size_t count = 0;
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
83
in_list(char **list, size_t count, const char *name)
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
85
size_t i;
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
96
free_list(char **list, size_t count)
crypto/krb5/src/lib/krb5/ccache/t_cccol.c
98
size_t i;
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
53
size_t headerlen;
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
55
size_t princlen;
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
57
size_t cred1len;
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
59
size_t cred2len;
crypto/krb5/src/lib/krb5/keytab/kt_file.c
872
memset(iobuf, 0, (size_t) len);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
874
if (!fwrite(iobuf, 1, (size_t) len, KTFILEP(id))) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
985
if (fread(tmpdata, 1, u_princ_size, KTFILEP(id)) != (size_t) princ_size) {
crypto/krb5/src/lib/krb5/krb/addr_srch.c
29
static size_t
crypto/krb5/src/lib/krb5/krb/addr_srch.c
32
size_t i;
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
203
void *plugin_context, void *request_context, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
206
size_t i;
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
221
uint8_t **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
226
size_t remain = *lenremain;
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
227
size_t i, count;
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
258
uint8_t **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
264
size_t remain = *lenremain;
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
272
if (count < 0 || (size_t)count > remain)
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
286
if (len < 0 || (size_t)len > remain) {
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
82
size_t i;
crypto/krb5/src/lib/krb5/krb/authdata.c
1055
size_t size = 0, remain;
crypto/krb5/src/lib/krb5/krb/authdata.c
1155
size_t *sizep)
crypto/krb5/src/lib/krb5/krb/authdata.c
1174
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/authdata.c
1178
size_t remain;
crypto/krb5/src/lib/krb5/krb/authdata.c
1211
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/authdata.c
1217
size_t remain;
crypto/krb5/src/lib/krb5/krb/authdata.c
156
size_t *sizep)
crypto/krb5/src/lib/krb5/krb/authdata.c
165
size_t size;
crypto/krb5/src/lib/krb5/krb/authdata.c
204
size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/authdata.c
210
size_t remain;
crypto/krb5/src/lib/krb5/krb/authdata.c
222
size_t namelen;
crypto/krb5/src/lib/krb5/krb/authdata.c
314
size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/authdata.c
319
size_t remain;
crypto/krb5/src/lib/krb5/krb/authdata.c
337
if (remain < (size_t)namelen) {
crypto/krb5/src/lib/krb5/krb/authdata.c
492
size_t remain;
crypto/krb5/src/lib/krb5/krb/authdata.c
550
size_t i, n_elements, count = 0;
crypto/krb5/src/lib/krb5/krb/authdata.c
728
k5_merge_data_list(krb5_data **dst, krb5_data *src, size_t *len)
crypto/krb5/src/lib/krb5/krb/authdata.c
730
size_t i;
crypto/krb5/src/lib/krb5/krb/authdata.c
763
size_t attrs_len = 0;
crypto/krb5/src/lib/krb5/krb/authdata.c
930
size_t required = 0;
crypto/krb5/src/lib/krb5/krb/authdata.c
932
size_t remain;
crypto/krb5/src/lib/krb5/krb/authdata_dec.c
119
size_t i = 0;
crypto/krb5/src/lib/krb5/krb/authdata_dec.c
264
size_t count, scount;
crypto/krb5/src/lib/krb5/krb/authdata_dec.c
83
size_t space;
crypto/krb5/src/lib/krb5/krb/authdata_dec.c
84
size_t length;
crypto/krb5/src/lib/krb5/krb/conv_princ.c
184
memcpy(inst, compo->data, (size_t) (c - compo->data));
crypto/krb5/src/lib/krb5/krb/copy_addrs.c
54
size_t nelems = 0;
crypto/krb5/src/lib/krb5/krb/deltat.c
355
# elif defined size_t
crypto/krb5/src/lib/krb5/krb/deltat.c
356
# define YYSIZE_T size_t
crypto/krb5/src/lib/krb5/krb/deltat.c
359
# define YYSIZE_T size_t
crypto/krb5/src/lib/krb5/krb/enc_helper.c
37
size_t enclen;
crypto/krb5/src/lib/krb5/krb/enc_keyhelper.c
38
size_t enclen;
crypto/krb5/src/lib/krb5/krb/etype_list.c
35
size_t
crypto/krb5/src/lib/krb5/krb/etype_list.c
38
size_t count;
crypto/krb5/src/lib/krb5/krb/etype_list.c
48
size_t count;
crypto/krb5/src/lib/krb5/krb/etype_list.c
66
size_t i;
crypto/krb5/src/lib/krb5/krb/fast.c
238
size_t i;
crypto/krb5/src/lib/krb5/krb/get_creds.c
419
size_t len = 0;
crypto/krb5/src/lib/krb5/krb/get_creds.c
439
size_t i;
crypto/krb5/src/lib/krb5/krb/get_creds.c
550
size_t i;
crypto/krb5/src/lib/krb5/krb/get_creds.c
76
size_t i;
crypto/krb5/src/lib/krb5/krb/get_creds.c
850
size_t nrealms;
crypto/krb5/src/lib/krb5/krb/gic_keytab.c
94
size_t count = 0;
crypto/krb5/src/lib/krb5/krb/init_ctx.c
350
size_t src, dst;
crypto/krb5/src/lib/krb5/krb/init_ctx.c
405
size_t i;
crypto/krb5/src/lib/krb5/krb/init_keyblock.c
32
size_t length, krb5_keyblock **out)
crypto/krb5/src/lib/krb5/krb/int-proto.h
331
size_t
crypto/krb5/src/lib/krb5/krb/kfree.c
262
size_t i;
crypto/krb5/src/lib/krb5/krb/kfree.c
713
size_t i;
crypto/krb5/src/lib/krb5/krb/kfree.c
723
size_t i;
crypto/krb5/src/lib/krb5/krb/mk_cred.c
85
size_t i, ncreds;
crypto/krb5/src/lib/krb5/krb/mk_priv.c
54
size_t enclen;
crypto/krb5/src/lib/krb5/krb/mk_req_ext.c
367
size_t count = 0;
crypto/krb5/src/lib/krb5/krb/pac.c
1139
void *plugin_context, void *request_context, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/pac.c
1156
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/pac.c
1160
size_t required = 0;
crypto/krb5/src/lib/krb5/krb/pac.c
1162
size_t remain;
crypto/krb5/src/lib/krb5/krb/pac.c
1173
(size_t)pacctx->pac->data.length,
crypto/krb5/src/lib/krb5/krb/pac.c
1193
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/pac.c
1199
size_t remain;
crypto/krb5/src/lib/krb5/krb/pac.c
132
size_t i;
crypto/krb5/src/lib/krb5/krb/pac.c
183
krb5_pac_get_types(krb5_context context, krb5_pac pac, size_t *len_out,
crypto/krb5/src/lib/krb5/krb/pac.c
186
size_t i;
crypto/krb5/src/lib/krb5/krb/pac.c
264
krb5_pac_parse(krb5_context context, const void *ptr, size_t len,
crypto/krb5/src/lib/krb5/krb/pac.c
268
size_t i;
crypto/krb5/src/lib/krb5/krb/pac.c
270
size_t header_len;
crypto/krb5/src/lib/krb5/krb/pac.c
448
size_t i;
crypto/krb5/src/lib/krb5/krb/pac.c
45
size_t header_len, i, pad = 0;
crypto/krb5/src/lib/krb5/krb/pac.c
488
size_t cksumlen;
crypto/krb5/src/lib/krb5/krb/pac.c
608
size_t i, j;
crypto/krb5/src/lib/krb5/krb/pac.c
961
size_t i, j;
crypto/krb5/src/lib/krb5/krb/pac_sign.c
103
size_t len;
crypto/krb5/src/lib/krb5/krb/pac_sign.c
145
size_t i;
crypto/krb5/src/lib/krb5/krb/pac_sign.c
147
size_t header_len;
crypto/krb5/src/lib/krb5/krb/pac_sign.c
378
size_t count;
crypto/krb5/src/lib/krb5/krb/pac_sign.c
41
size_t princ_name_utf16_len = 0;
crypto/krb5/src/lib/krb5/krb/padata.c
49
k5_alloc_pa_data(krb5_preauthtype pa_type, size_t len, krb5_pa_data **out)
crypto/krb5/src/lib/krb5/krb/padata.c
85
size_t count;
crypto/krb5/src/lib/krb5/krb/parse_host_string.c
77
size_t hostlen = 0;
crypto/krb5/src/lib/krb5/krb/plugin.c
101
make_plugin_mapping(krb5_context context, const char *name, size_t namelen,
crypto/krb5/src/lib/krb5/krb/plugin.c
140
size_t count;
crypto/krb5/src/lib/krb5/krb/plugin.c
212
size_t count, pos, i, j;
crypto/krb5/src/lib/krb5/krb/plugin.c
276
size_t count, i, pos = 0;
crypto/krb5/src/lib/krb5/krb/plugin.c
429
size_t count;
crypto/krb5/src/lib/krb5/krb/preauth2.c
125
size_t count;
crypto/krb5/src/lib/krb5/krb/preauth2.c
212
size_t i;
crypto/krb5/src/lib/krb5/krb/preauth2.c
248
size_t count, i;
crypto/krb5/src/lib/krb5/krb/preauth2.c
286
size_t i;
crypto/krb5/src/lib/krb5/krb/preauth2.c
638
size_t i;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
1193
size_t ti, const char *value, const char *pin)
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
1256
size_t i;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
217
size_t i;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
320
size_t i;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
383
size_t i;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
400
if (i == (size_t)indx) {
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
459
if (ti->length >= 0 && strlen(otpvalue) != (size_t)ti->length)
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
475
const char *banner, const char *prompttxt, char *out, size_t len)
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
512
size_t i = 0, j = 0;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
687
size_t i = 0, j = 0;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
735
size_t i, challengers = 0;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
903
size_t i, j;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
934
size_t i, j;
crypto/krb5/src/lib/krb5/krb/preauth_pkinit.c
194
size_t i;
crypto/krb5/src/lib/krb5/krb/preauth_pkinit.c
51
size_t i;
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
103
size_t ciph_len;
crypto/krb5/src/lib/krb5/krb/rd_cred.c
83
size_t i, count;
crypto/krb5/src/lib/krb5/krb/response_items.c
112
size_t size;
crypto/krb5/src/lib/krb5/krb/response_items.c
31
size_t count;
crypto/krb5/src/lib/krb5/krb/response_items.c
54
size_t i;
crypto/krb5/src/lib/krb5/krb/response_items.c
94
size_t i;
crypto/krb5/src/lib/krb5/krb/s4u_creds.c
208
size_t i;
crypto/krb5/src/lib/krb5/krb/send_tgs.c
138
size_t count, i;
crypto/krb5/src/lib/krb5/krb/ser_actx.c
126
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_actx.c
129
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_actx.c
131
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_actx.c
237
intern_key(krb5_key *key, krb5_octet **bp, size_t *sp)
crypto/krb5/src/lib/krb5/krb/ser_actx.c
252
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_actx.c
258
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_actx.c
40
k5_size_auth_context(krb5_auth_context auth_context, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/ser_actx.c
43
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_adata.c
105
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_adata.c
130
malloc((size_t) (ibuf))) &&
crypto/krb5/src/lib/krb5/krb/ser_adata.c
132
(size_t) ibuf,
crypto/krb5/src/lib/krb5/krb/ser_adata.c
31
k5_size_authdata(krb5_authdata *authdata, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/ser_adata.c
49
(size_t) authdata->length);
crypto/krb5/src/lib/krb5/krb/ser_adata.c
57
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_adata.c
60
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_adata.c
62
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_adata.c
84
(size_t) authdata->length,
crypto/krb5/src/lib/krb5/krb/ser_adata.c
99
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_addr.c
100
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_addr.c
106
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_addr.c
132
if ((address->contents = (krb5_octet *) malloc((size_t) (ibuf))) &&
crypto/krb5/src/lib/krb5/krb/ser_addr.c
134
(size_t) ibuf,
crypto/krb5/src/lib/krb5/krb/ser_addr.c
31
k5_size_address(krb5_address *address, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/ser_addr.c
49
(size_t) address->length);
crypto/krb5/src/lib/krb5/krb/ser_addr.c
57
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_addr.c
60
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_addr.c
62
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_addr.c
84
(size_t) address->length,
crypto/krb5/src/lib/krb5/krb/ser_auth.c
165
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_auth.c
171
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_auth.c
174
size_t len;
crypto/krb5/src/lib/krb5/krb/ser_auth.c
229
len = (size_t) (nadata + 1);
crypto/krb5/src/lib/krb5/krb/ser_auth.c
33
k5_size_authenticator(krb5_authenticator *authenticator, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/ser_auth.c
36
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_auth.c
82
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_auth.c
85
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_auth.c
87
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_cksum.c
100
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_cksum.c
106
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_cksum.c
131
malloc((size_t) (ibuf))) &&
crypto/krb5/src/lib/krb5/krb/ser_cksum.c
133
(size_t) ibuf,
crypto/krb5/src/lib/krb5/krb/ser_cksum.c
31
k5_size_checksum(krb5_checksum *checksum, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/ser_cksum.c
49
(size_t) checksum->length);
crypto/krb5/src/lib/krb5/krb/ser_cksum.c
57
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_cksum.c
60
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_cksum.c
62
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_cksum.c
84
(size_t) checksum->length,
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
208
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
214
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
237
context->default_realm = (char *) malloc((size_t) ibuf+1);
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
244
(size_t) ibuf, &bp, &remain);
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
30
errcode_t profile_ser_size(profile_t, size_t *);
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
31
errcode_t profile_ser_externalize(profile_t, krb5_octet **, size_t *);
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
32
errcode_t profile_ser_internalize(profile_t *, krb5_octet **, size_t *);
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
338
size_oscontext(krb5_os_context os_ctx, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
34
static krb5_error_code size_oscontext(krb5_os_context os_ctx, size_t *sizep);
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
351
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
354
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
356
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
37
size_t *lenremain);
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
384
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
390
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
40
size_t *lenremain);
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
49
k5_size_context(krb5_context context, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
52
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
93
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
96
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_ctx.c
98
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_key.c
102
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_key.c
125
if ((keyblock->contents = (krb5_octet *) malloc((size_t) (ibuf)))&&
crypto/krb5/src/lib/krb5/krb/ser_key.c
127
(size_t) ibuf,
crypto/krb5/src/lib/krb5/krb/ser_key.c
31
k5_size_keyblock(krb5_keyblock *keyblock, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/ser_key.c
53
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_key.c
56
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_key.c
58
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_key.c
80
(size_t) keyblock->length,
crypto/krb5/src/lib/krb5/krb/ser_key.c
96
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_princ.c
111
kret = krb5_ser_unpack_bytes((krb5_octet *) tmpname, (size_t) ibuf,
crypto/krb5/src/lib/krb5/krb/ser_princ.c
31
k5_size_principal(krb5_principal principal, size_t *sizep)
crypto/krb5/src/lib/krb5/krb/ser_princ.c
54
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_princ.c
57
size_t required;
crypto/krb5/src/lib/krb5/krb/ser_princ.c
59
size_t remain;
crypto/krb5/src/lib/krb5/krb/ser_princ.c
89
krb5_octet **buffer, size_t *lenremain)
crypto/krb5/src/lib/krb5/krb/ser_princ.c
95
size_t remain;
crypto/krb5/src/lib/krb5/krb/serialize.c
115
krb5_ser_unpack_bytes(krb5_octet *istring, size_t isize, krb5_octet **bufp, size_t *remainp)
crypto/krb5/src/lib/krb5/krb/serialize.c
34
krb5_ser_pack_int32(krb5_int32 iarg, krb5_octet **bufp, size_t *remainp)
crypto/krb5/src/lib/krb5/krb/serialize.c
51
krb5_ser_pack_int64(int64_t iarg, krb5_octet **bufp, size_t *remainp)
crypto/krb5/src/lib/krb5/krb/serialize.c
67
krb5_ser_pack_bytes(krb5_octet *ostring, size_t osize, krb5_octet **bufp, size_t *remainp)
crypto/krb5/src/lib/krb5/krb/serialize.c
83
krb5_ser_unpack_int32(krb5_int32 *intp, krb5_octet **bufp, size_t *remainp)
crypto/krb5/src/lib/krb5/krb/serialize.c
99
krb5_ser_unpack_int64(int64_t *intp, krb5_octet **bufp, size_t *remainp)
crypto/krb5/src/lib/krb5/krb/set_realm.c
33
size_t length;
crypto/krb5/src/lib/krb5/krb/str_conv.c
199
krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen)
crypto/krb5/src/lib/krb5/krb/str_conv.c
201
size_t ret;
crypto/krb5/src/lib/krb5/krb/str_conv.c
216
krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad)
crypto/krb5/src/lib/krb5/krb/str_conv.c
219
size_t i;
crypto/krb5/src/lib/krb5/krb/str_conv.c
220
size_t ndone;
crypto/krb5/src/lib/krb5/krb/str_conv.c
259
krb5_deltat_to_string(krb5_deltat deltat, char *buffer, size_t buflen)
crypto/krb5/src/lib/krb5/krb/str_conv.c
95
krb5_salttype_to_string(krb5_int32 salttype, char *buffer, size_t buflen)
crypto/krb5/src/lib/krb5/krb/strptime.c
68
size_t len = 0;
crypto/krb5/src/lib/krb5/krb/t_deltat.c
129
size_t i;
crypto/krb5/src/lib/krb5/krb/t_pac.c
459
static size_t s4u_logon_info_buffer_len = 416;
crypto/krb5/src/lib/krb5/krb/t_pac.c
466
size_t length;
crypto/krb5/src/lib/krb5/krb/t_pac.c
504
size_t plen, time_t auth_time, krb5_principal p,
crypto/krb5/src/lib/krb5/krb/t_pac.c
505
size_t type_one_buffer_length, krb5_boolean with_realm,
crypto/krb5/src/lib/krb5/krb/t_pac.c
546
size_t len, i;
crypto/krb5/src/lib/krb5/krb/t_pac.c
717
size_t len, i;
crypto/krb5/src/lib/krb5/krb/t_pac.c
955
size_t len;
crypto/krb5/src/lib/krb5/krb/t_ser.c
131
size_t elen = 0, elen2 = 0, blen;
crypto/krb5/src/lib/krb5/krb/t_ser.c
166
size_t elen = 0, elen2 = 0, blen;
crypto/krb5/src/lib/krb5/krb/t_ser.c
48
ealloc(size_t size)
crypto/krb5/src/lib/krb5/krb/t_ser.c
61
size_t elen = 0, elen2 = 0, blen;
crypto/krb5/src/lib/krb5/krb/t_ser.c
96
size_t elen = 0, elen2 = 0, blen;
crypto/krb5/src/lib/krb5/krb/t_sname_match.c
85
size_t i;
crypto/krb5/src/lib/krb5/krb/vfy_increds.c
190
size_t i;
crypto/krb5/src/lib/krb5/krb/vfy_increds.c
204
size_t i;
crypto/krb5/src/lib/krb5/krb/vfy_increds.c
270
size_t i;
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
129
size_t i;
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
355
size_t nrealms, nprincs, i;
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
398
size_t *nrealms,
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
404
size_t nctween, nstween;
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
43
size_t len;
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
457
size_t nrealms)
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
459
size_t i;
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
478
size_t *ntweens,
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
483
size_t rlen, n;
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
73
size_t *nrealms,
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
79
size_t nrealms);
crypto/krb5/src/lib/krb5/krb/walk_rtree.c
85
size_t *ntweens,
crypto/krb5/src/lib/krb5/os/addr.c
78
k5_print_addr(const struct sockaddr *sa, char *buf, size_t len)
crypto/krb5/src/lib/krb5/os/addr.c
94
k5_print_addr_port(const struct sockaddr *sa, char *buf, size_t len)
crypto/krb5/src/lib/krb5/os/changepw.c
74
size_t i;
crypto/krb5/src/lib/krb5/os/dnsglue.c
126
size_t nextincr, maxincr;
crypto/krb5/src/lib/krb5/os/dnsglue.c
162
if ((size_t) len > maxincr) {
crypto/krb5/src/lib/krb5/os/dnsglue.c
166
while (nextincr < (size_t) len)
crypto/krb5/src/lib/krb5/os/dnsglue.c
240
p, buf, (size_t)len);
crypto/krb5/src/lib/krb5/os/dnsglue.c
284
if ((size_t) ds->anslen < sizeof(HEADER))
crypto/krb5/src/lib/krb5/os/dnsglue.c
480
*realm = malloc((size_t)len + 1);
crypto/krb5/src/lib/krb5/os/dnsglue.c
485
strncpy(*realm, (const char *)p, (size_t)len);
crypto/krb5/src/lib/krb5/os/expand_path.c
240
size_t len;
crypto/krb5/src/lib/krb5/os/expand_path.c
398
size_t i;
crypto/krb5/src/lib/krb5/os/expand_path.c
459
size_t nargs = 0, i;
crypto/krb5/src/lib/krb5/os/expand_path.c
58
size_t len;
crypto/krb5/src/lib/krb5/os/hostaddr.c
38
size_t i, j;
crypto/krb5/src/lib/krb5/os/hostaddr.c
81
size_t addrlen;
crypto/krb5/src/lib/krb5/os/hostrealm.c
103
size_t count;
crypto/krb5/src/lib/krb5/os/hostrealm.c
194
size_t count, i;
crypto/krb5/src/lib/krb5/os/hostrealm.c
287
size_t l;
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
174
size_t size;
crypto/krb5/src/lib/krb5/os/init_os_ctx.c
343
size_t count = 0;
crypto/krb5/src/lib/krb5/os/localaddr.c
1104
size_t count, cur_idx, cur_size;
crypto/krb5/src/lib/krb5/os/localaddr.c
1133
size_t i;
crypto/krb5/src/lib/krb5/os/localaddr.c
1150
make_addr (int type, size_t length, const void *contents)
crypto/krb5/src/lib/krb5/os/localaddr.c
1258
size_t i, count;
crypto/krb5/src/lib/krb5/os/localaddr.c
1339
size_t i;
crypto/krb5/src/lib/krb5/os/localaddr.c
1370
size_t j;
crypto/krb5/src/lib/krb5/os/localaddr.c
1475
size_t count, i;
crypto/krb5/src/lib/krb5/os/localaddr.c
261
grow_or_free (/*@only@*/ void *ptr, size_t newsize)
crypto/krb5/src/lib/krb5/os/localaddr.c
275
get_ifconf (int s, size_t *lenp, /*@out@*/ char *buf)
crypto/krb5/src/lib/krb5/os/localaddr.c
303
get_lifconf (int af, int s, size_t *lenp, /*@out@*/ char *buf)
crypto/krb5/src/lib/krb5/os/localaddr.c
331
get_if_laddrconf (int af, int s, size_t *lenp, /*@out@*/ char *buf)
crypto/krb5/src/lib/krb5/os/localaddr.c
518
size_t buf_size;
crypto/krb5/src/lib/krb5/os/localaddr.c
694
size_t buf_size;
crypto/krb5/src/lib/krb5/os/localaddr.c
841
get_ifreq_array(char **bufp, size_t *np, int s)
crypto/krb5/src/lib/krb5/os/localaddr.c
845
size_t est_ifreq_size;
crypto/krb5/src/lib/krb5/os/localaddr.c
847
size_t current_buf_size = 0, size, n;
crypto/krb5/src/lib/krb5/os/localaddr.c
903
size_t new_size;
crypto/krb5/src/lib/krb5/os/localaddr.c
936
size_t n, i, j;
crypto/krb5/src/lib/krb5/os/localauth.c
150
size_t count;
crypto/krb5/src/lib/krb5/os/localauth.c
308
size_t i;
crypto/krb5/src/lib/krb5/os/localauth.c
415
size_t sz;
crypto/krb5/src/lib/krb5/os/localauth.c
430
return sz >= (size_t)lnsize ? KRB5_CONFIG_NOTENUFSPACE : 0;
crypto/krb5/src/lib/krb5/os/localauth_names.c
45
size_t count;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
100
m.rm_so == 0 && (size_t)m.rm_eo == strlen(selstring)) ? 0 :
crypto/krb5/src/lib/krb5/os/localauth_rule.c
214
size_t nlit;
crypto/krb5/src/lib/krb5/os/locate_kdc.c
1015
size_t i;
crypto/krb5/src/lib/krb5/os/locate_kdc.c
124
size_t i;
crypto/krb5/src/lib/krb5/os/locate_kdc.c
153
size_t newspace = (list->nservers + 1) * sizeof(struct server_entry);
crypto/krb5/src/lib/krb5/os/locate_kdc.c
168
size_t addrlen, struct sockaddr *addr)
crypto/krb5/src/lib/krb5/os/locate_kdc.c
263
size_t i;
crypto/krb5/src/lib/krb5/os/locate_kdc.c
418
size_t addrlen;
crypto/krb5/src/lib/krb5/os/locate_kdc.c
449
size_t i;
crypto/krb5/src/lib/krb5/os/locate_kdc.c
47
size_t count;
crypto/krb5/src/lib/krb5/os/locate_kdc.c
949
mark_matching_servers(struct kdclist *kdcs, size_t start,
crypto/krb5/src/lib/krb5/os/locate_kdc.c
952
size_t i;
crypto/krb5/src/lib/krb5/os/locate_kdc.c
975
size_t i;
crypto/krb5/src/lib/krb5/os/os-proto.h
64
size_t addrlen;
crypto/krb5/src/lib/krb5/os/os-proto.h
71
size_t nservers;
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
1025
if (ret < 0 || (size_t) ret != SG_LEN(sg)) {
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
104
size_t bufsizebytes_read;
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
105
size_t bufsize;
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
106
size_t pos;
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
109
size_t n_left;
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
1133
if ((size_t)nwritten < SG_LEN(sgp)) {
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
1134
SG_ADVANCE(sgp, (size_t)nwritten);
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
1297
size_t bufsize, nread;
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
135
size_t server_index;
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
1513
size_t s;
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
605
const krb5_data *message, char **req_out, size_t *len_out)
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
666
size_t reqlen;
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
698
krb5_boolean defer, struct addrinfo *ai, size_t server_index,
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
806
const struct serverlist *servers, size_t ind,
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
966
if (ret < 0 || (size_t) ret != SG_LEN(sg)) {
crypto/krb5/src/lib/krb5/os/t_locate_kdc.c
52
size_t i;
crypto/krb5/src/lib/krb5/os/t_std_conf.c
78
size_t i;
crypto/krb5/src/lib/krb5/os/t_trace.c
55
size_t s = 0;
crypto/krb5/src/lib/krb5/os/trace.c
178
size_t len, i;
crypto/krb5/src/lib/krb5/os/trace.c
221
len = va_arg(ap, size_t);
crypto/krb5/src/lib/krb5/os/trace.c
228
len = va_arg(ap, size_t);
crypto/krb5/src/lib/krb5/os/trace.c
237
len = va_arg(ap, size_t);
crypto/krb5/src/lib/krb5/os/trace.c
49
buf_is_printable(const char *p, size_t len)
crypto/krb5/src/lib/krb5/os/trace.c
51
size_t i;
crypto/krb5/src/lib/krb5/os/trace.c
61
buf_add_printable_len(struct k5buf *buf, const char *p, size_t len)
crypto/krb5/src/lib/krb5/os/trace.c
64
size_t i;
crypto/krb5/src/lib/krb5/os/trace.c
90
hash_bytes(krb5_context context, const void *ptr, size_t len)
crypto/krb5/src/lib/krb5/rcache/rc_base.c
77
size_t len;
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
152
if ((size_t)st < sizeof(seed)) {
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
160
if ((size_t)st != sizeof(seed))
crypto/krb5/src/lib/krb5/unicode/ucstr.c
30
size_t n)
crypto/krb5/src/lib/krb5/unicode/ucstr.c
47
size_t n)
crypto/krb5/src/lib/rpc/clnt_tcp.c
475
switch (len = read(ct->ct_sock, buf, (size_t) len)) {
crypto/krb5/src/lib/rpc/clnt_tcp.c
502
if ((i = write(ct->ct_sock, buf, (size_t) cnt)) == -1) {
crypto/krb5/src/lib/rpc/clnt_udp.c
349
if ((size_t)inlen < sizeof(uint32_t))
crypto/krb5/src/lib/rpc/dyn.c
100
(size_t) (obj1->el_size * obj1->size));
crypto/krb5/src/lib/rpc/dyn.c
112
memset(obj->array, 0, (size_t) (obj->el_size * obj->size));
crypto/krb5/src/lib/rpc/dyn.c
175
memset(obj->array + idx*obj->el_size, 0, (size_t) obj->el_size);
crypto/krb5/src/lib/rpc/dyn.c
191
(size_t) obj->el_size*(obj->num_el - idx));
crypto/krb5/src/lib/rpc/dyn.c
199
(size_t) obj->el_size);
crypto/krb5/src/lib/rpc/dyn.c
264
(size_t) ((obj->num_el-idx)*obj->el_size));
crypto/krb5/src/lib/rpc/dyn.c
270
memmove(obj->array + obj->el_size*idx, els, (size_t) (obj->el_size*num));
crypto/krb5/src/lib/rpc/dyn.c
369
memmove(obj->array + idx*obj->el_size, el, (size_t) obj->el_size);
crypto/krb5/src/lib/rpc/dyn.c
436
temp = (DynPtr) realloc(obj->array, (size_t) new_size_in_bytes);
crypto/krb5/src/lib/rpc/dyn.c
94
obj1->array = (char *) malloc((size_t) (obj1->el_size * obj1->size));
crypto/krb5/src/lib/rpc/pmap_rmt.c
377
if ((size_t)inlen < sizeof(uint32_t))
crypto/krb5/src/lib/rpc/svc_tcp.c
386
if ((len = read(sock, buf, (size_t) len)) > 0) {
crypto/krb5/src/lib/rpc/svc_tcp.c
408
if ((i = write(xprt->xp_sock, buf, (size_t) cnt)) < 0) {
crypto/krb5/src/lib/rpc/xdr_rec.c
273
size_t current;
crypto/krb5/src/lib/rpc/xdr_rec.c
276
current = (size_t) ((long)rstrm->out_boundry -
crypto/krb5/src/lib/rpc/xdr_rec.c
513
size_t current;
crypto/krb5/src/lib/rpc/xdr_rec.c
516
current = (size_t)((long)rstrm->in_boundry -
crypto/krb5/src/lib/rpc/xdr_rec.c
523
current = ((size_t)len < current) ? (size_t)len : current;
crypto/krb5/src/lib/rpc/xdr_stdio.c
127
if ((len != 0) && (fread(addr, (size_t)len, 1,
crypto/krb5/src/lib/rpc/xdr_stdio.c
137
if ((len != 0) && (fwrite(addr, (size_t)len, 1,
crypto/krb5/src/plugins/authdata/greet_client/greet.c
261
size_t *sizep)
crypto/krb5/src/plugins/authdata/greet_client/greet.c
278
size_t *lenremain)
crypto/krb5/src/plugins/authdata/greet_client/greet.c
280
size_t required = 0;
crypto/krb5/src/plugins/authdata/greet_client/greet.c
292
(size_t)greet->greeting.length,
crypto/krb5/src/plugins/authdata/greet_client/greet.c
305
size_t *lenremain)
crypto/krb5/src/plugins/authdata/greet_client/greet.c
313
size_t remain;
crypto/krb5/src/plugins/authdata/greet_client/greet.c
329
code = krb5_ser_unpack_bytes(contents, (size_t)length, &bp, &remain);
crypto/krb5/src/plugins/certauth/test/main.c
101
size_t c_left;
crypto/krb5/src/plugins/certauth/test/main.c
140
const uint8_t *cert, size_t cert_len,
crypto/krb5/src/plugins/certauth/test/main.c
189
const uint8_t *cert, size_t cert_len,
crypto/krb5/src/plugins/certauth/test/main.c
44
const uint8_t *cert, size_t cert_len,
crypto/krb5/src/plugins/certauth/test/main.c
63
size_t i;
crypto/krb5/src/plugins/certauth/test/main.c
94
has_cn(krb5_context context, const uint8_t *cert, size_t cert_len,
crypto/krb5/src/plugins/hostrealm/test/main.c
60
size_t count = 0;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_overflow.c
139
size_t nb, plen;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_overflow.c
189
size_t plen;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_overflow.c
80
__ovfl_get(BTREE *t, void *p, size_t *ssz, void **buf, size_t *bufsz)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_overflow.c
84
size_t nb, plen;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
343
bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
444
bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
53
__P((BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
56
__P((BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
58
__P((BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
603
bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
83
size_t ilen, u_int32_t argskip)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_utils.c
212
size_t len;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_utils.c
238
size_t
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_utils.c
242
size_t cnt, len;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/btree.h
340
size_t (*bt_pfx) __P((const DBT *, const DBT *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/btree.h
350
size_t bt_msize; /* R: size of mapped region. */
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/btree.h
353
size_t bt_reclen; /* R: fixed record length */
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/extern.h
71
size_t __bt_defpfx __P((const DBT *, const DBT *));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/extern.h
87
const DBT *, const DBT *, int, size_t, u_int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/extern.h
91
int __ovfl_get __P((BTREE *, void *, size_t *, void **, size_t *));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
104
extern u_int32_t (*__default_hash) __P((const void *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.h
89
u_int32_t (*hash) __P((const void *, size_t)); /* Hash Function */
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
267
if (key->size == (size_t)-1)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
88
size_t key_size, val_size;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_func.c
115
hash3(const void *key, size_t len)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_func.c
156
hash4(const void *key, size_t len)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_func.c
49
static u_int32_t hash1 __P((const void *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_func.c
50
static u_int32_t hash2 __P((const void *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_func.c
51
static u_int32_t hash3 __P((const void *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_func.c
53
static u_int32_t hash4 __P((const void *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_func.c
56
u_int32_t (*__default_hash) __P((const void *, size_t)) = hash4;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_func.c
69
hash1(const void *key, size_t len)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_func.c
89
hash2(const void *key, size_t len)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
122
size_t len;
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
177
size_t sz;
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
232
size_t len;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
717
size_t len;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
106
void *rfile __P((char *, size_t *));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
112
void *xmalloc __P((char *, size_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
131
size_t len;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
383
size_t len;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
757
rfile(char *name, size_t *lenp)
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
784
xmalloc(char *text, size_t len)
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
704
size_t k = 0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
182
krb5_ldap_alloc(krb5_context context, void *ptr, size_t size)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.h
249
krb5_ldap_alloc( krb5_context kcontext, void *ptr, size_t size );
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1018
size_t count, i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1053
size_t count, i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1158
size_t i, ntrees = 0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1233
size_t len1, len2, plen;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1313
is_subtree(const char *dn1, size_t len1, const char *dn2, size_t len2)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1322
remove_overlapping_subtrees(char **list, size_t *subtcount, int sscope)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1324
size_t ilen, jlen, i, j, count = *subtcount;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1372
size_t i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
138
size_t len;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1417
size_t i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
176
size_t count = 0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
442
size_t i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
49
static void remove_overlapping_subtrees(char **listin, size_t *subtcount,
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
521
size_t *ntree)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
524
size_t subtreecount, count = 0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
600
size_t len;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
646
size_t linkcount = 0, i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
864
size_t i, j;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
993
size_t count;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.h
70
krb5_get_subtree_info(krb5_ldap_context *, char ***, size_t *);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal.c
141
size_t i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal.c
209
size_t tree=0, ntree=1;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal.c
286
size_t j=0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1074
size_t j=0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1330
size_t count = 0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1354
size_t j;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1485
size_t q, r=0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
157
size_t ntrees = 0, i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1651
size_t n_keys, i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
314
size_t i=0, arg_val_len=0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
458
size_t i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
655
size_t i = 0, sv_num = sizeof(strval) / sizeof(*strval);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
687
char *const *subtrees, size_t ntrees)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
689
size_t dnlen = strlen(dn), stlen, i;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
747
char *const *subtrees, size_t ntrees)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
870
size_t l=0, ntrees=0, tre=0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
120
size_t i = 0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
212
size_t i=0, j=0, l=0, ntree=0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
351
size_t k=0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
586
size_t i=0, subtreecount=0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
727
size_t x=0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
77
size_t count;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.c
870
size_t i=0;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_realm.h
61
size_t subtreecount;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_service_stash.c
43
size_t len;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
358
size_t i, j, count;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_tkt_policy.c
41
size_t i;
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
105
size_t mapsize;
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
148
size_t i;
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
214
dbc->mapsize = (size_t)ival * 1024 * 1024;
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
354
put(krb5_context context, MDB_dbi db, char *keystr, uint8_t *bytes, size_t len,
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
755
size_t len;
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
916
size_t len;
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
935
size_t len;
crypto/krb5/src/plugins/kdb/lmdb/klmdb-int.h
41
uint8_t **enc_out, size_t *len_out);
crypto/krb5/src/plugins/kdb/lmdb/klmdb-int.h
47
uint8_t **enc_out, size_t *len_out);
crypto/krb5/src/plugins/kdb/lmdb/klmdb-int.h
50
const void *key, size_t key_len,
crypto/krb5/src/plugins/kdb/lmdb/klmdb-int.h
51
const void *enc, size_t enc_len,
crypto/krb5/src/plugins/kdb/lmdb/klmdb-int.h
56
const void *key, size_t key_len,
crypto/krb5/src/plugins/kdb/lmdb/klmdb-int.h
57
const void *enc, size_t enc_len,
crypto/krb5/src/plugins/kdb/lmdb/marshal.c
102
uint8_t **enc_out, size_t *len_out)
crypto/krb5/src/plugins/kdb/lmdb/marshal.c
141
get_tl_data(struct k5input *in, size_t count, krb5_tl_data **tl)
crypto/krb5/src/plugins/kdb/lmdb/marshal.c
145
size_t i, len;
crypto/krb5/src/plugins/kdb/lmdb/marshal.c
166
klmdb_decode_princ(krb5_context context, const void *key, size_t key_len,
crypto/krb5/src/plugins/kdb/lmdb/marshal.c
167
const void *enc, size_t enc_len, krb5_db_entry **entry_out)
crypto/krb5/src/plugins/kdb/lmdb/marshal.c
175
size_t len;
crypto/krb5/src/plugins/kdb/lmdb/marshal.c
263
klmdb_decode_policy(krb5_context context, const void *key, size_t key_len,
crypto/krb5/src/plugins/kdb/lmdb/marshal.c
264
const void *enc, size_t enc_len, osa_policy_ent_t *pol_out)
crypto/krb5/src/plugins/kdb/lmdb/marshal.c
270
size_t len;
crypto/krb5/src/plugins/kdb/lmdb/marshal.c
50
uint8_t **enc_out, size_t *len_out)
crypto/krb5/src/plugins/kdb/test/kdb_test.c
102
ealloc(size_t sz)
crypto/krb5/src/plugins/kdb/test/kdb_test.c
195
size_t keybytes, keylength, pos, n;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
618
size_t i;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
649
size_t num_buffers = 0, i;
crypto/krb5/src/plugins/localauth/test/main.c
118
if ((size_t)aname->length == strlen(lname))
crypto/krb5/src/plugins/preauth/otp/otp_state.c
285
size_t i;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
304
size_t i, pos;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
374
size_t len, i;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
413
size_t i;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
462
size_t i;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
521
size_t len, i;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
53
size_t retries;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
89
size_t i, j;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_clnt.c
1292
size_t len;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_clnt.c
356
size_t i, j;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_clnt.c
753
size_t i, n;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto.h
417
size_t cred_index);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto.h
574
uint8_t **der_out, size_t *der_len);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1616
unsigned char *data, size_t data_len, PKCS7 **p7_out)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2314
size_t num_sans = 0, p = 0, u = 0, d = 0, i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2582
size_t keybytes, keylength, offset;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2668
const krb5_data *info, size_t len, krb5_data *out)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2718
const krb5_data *info, size_t len, krb5_data *out)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2791
size_t rand_len = 0, key_len = 0;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3318
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
345
decode_bn_der(const uint8_t *der, size_t len)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3512
size_t label_len;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
366
size_t len = params_der->length;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3749
const uint8_t *mdbytes, size_t mdlen,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3750
uint8_t **encoding_out, size_t *len_out)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3869
size_t dinfo_len, input_len;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4798
size_t *cert_count)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4800
size_t count;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4817
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4839
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4901
size_t count, i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4937
size_t cred_index)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4980
size_t cert_count;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5257
if ((p = malloc((size_t) len)) == NULL)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5355
size_t i, count;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5429
if ((p = *out = malloc((size_t) len)) == NULL)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5459
size_t i = 0;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5568
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5621
uint8_t **der_out, size_t *der_len)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
683
size_t len, result_size;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
846
compose_dh_pkey(EVP_PKEY *params, const uint8_t *pubkey_der, size_t der_len)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
915
compose_dh_pkey(EVP_PKEY *params, const uint8_t *pubkey_der, size_t der_len)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
94
size_t cert_id_len;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
37
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
50
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
519
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
584
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
688
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
750
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
767
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_identity.c
782
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
113
size_t length;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
191
size_t len;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
268
size_t len;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
549
size_t *match_index)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
558
size_t save_index = 0;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
630
size_t match_index = 0;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
99
size_t length;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
1051
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
1144
const uint8_t *cert, size_t cert_len,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
1172
const uint8_t *cert, size_t cert_len,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
1232
const uint8_t *cert, size_t cert_len,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
1283
size_t count;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
1358
size_t i, j;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
1359
size_t numrealms;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
184
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
330
size_t i, cert_len;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
694
size_t i, j = 0;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
76
size_t i;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
89
size_t i;
crypto/krb5/src/plugins/preauth/securid_sam2/grail.c
116
size_t olen;
crypto/krb5/src/plugins/preauth/securid_sam2/securid2.c
167
size_t olen;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1743
size_t ndata, uint8_t *result_out)
crypto/krb5/src/plugins/preauth/spake/groups.c
103
size_t i;
crypto/krb5/src/plugins/preauth/spake/groups.c
117
size_t i;
crypto/krb5/src/plugins/preauth/spake/groups.c
127
in_grouplist(const int32_t *list, size_t count, int32_t group)
crypto/krb5/src/plugins/preauth/spake/groups.c
129
size_t i;
crypto/krb5/src/plugins/preauth/spake/groups.c
179
size_t *count_out)
crypto/krb5/src/plugins/preauth/spake/groups.c
184
size_t count = 0;
crypto/krb5/src/plugins/preauth/spake/groups.c
222
size_t npermitted;
crypto/krb5/src/plugins/preauth/spake/groups.c
320
group_mult_len(int32_t group, size_t *len_out)
crypto/krb5/src/plugins/preauth/spake/groups.c
415
group_hash_len(int32_t group, size_t *len_out)
crypto/krb5/src/plugins/preauth/spake/groups.c
429
const krb5_data *dlist, size_t ndata, uint8_t *result_out)
crypto/krb5/src/plugins/preauth/spake/groups.c
72
size_t npermitted;
crypto/krb5/src/plugins/preauth/spake/groups.c
79
size_t ndata;
crypto/krb5/src/plugins/preauth/spake/groups.h
112
krb5_error_code group_mult_len(int32_t group, size_t *len_out);
crypto/krb5/src/plugins/preauth/spake/groups.h
137
krb5_error_code group_hash_len(int32_t group, size_t *result_out);
crypto/krb5/src/plugins/preauth/spake/groups.h
145
int32_t group, const krb5_data *dlist, size_t ndata,
crypto/krb5/src/plugins/preauth/spake/groups.h
87
const krb5_data *datas, size_t ndata,
crypto/krb5/src/plugins/preauth/spake/iana.h
53
size_t mult_len;
crypto/krb5/src/plugins/preauth/spake/iana.h
54
size_t elem_len;
crypto/krb5/src/plugins/preauth/spake/iana.h
57
size_t hash_len;
crypto/krb5/src/plugins/preauth/spake/openssl.c
172
size_t len;
crypto/krb5/src/plugins/preauth/spake/openssl.c
222
size_t len;
crypto/krb5/src/plugins/preauth/spake/openssl.c
273
size_t ndata, uint8_t *result_out)
crypto/krb5/src/plugins/preauth/spake/openssl.c
276
size_t i;
crypto/krb5/src/plugins/preauth/spake/t_vectors.c
353
size_t len;
crypto/krb5/src/plugins/preauth/spake/t_vectors.c
368
size_t len;
crypto/krb5/src/plugins/preauth/spake/t_vectors.c
469
size_t i;
crypto/krb5/src/plugins/preauth/spake/util.c
109
size_t mult_len, prefix_len = sizeof(prefix) - 1;
crypto/krb5/src/plugins/preauth/spake/util.c
157
size_t hashlen, seedlen, keylen, nblocks, i;
crypto/krb5/src/plugins/preauth/spake/util.c
158
size_t ndata = sizeof(dlist) / sizeof(*dlist);
crypto/krb5/src/plugins/preauth/spake/util.c
79
size_t hashlen;
crypto/krb5/src/plugins/preauth/test/common.c
37
make_pa(const char *contents, size_t len)
crypto/krb5/src/plugins/preauth/test/common.c
53
make_pa_list(const char *contents, size_t len)
crypto/krb5/src/plugins/preauth/test/common.h
38
krb5_pa_data *make_pa(const char *contents, size_t len);
crypto/krb5/src/plugins/preauth/test/common.h
39
krb5_pa_data **make_pa_list(const char *contents, size_t len);
crypto/krb5/src/plugins/preauth/test/kdctest.c
80
size_t enclen;
crypto/krb5/src/plugins/pwqual/test/main.c
55
size_t count, len, i;
crypto/krb5/src/plugins/tls/k5tls/openssl.c
113
domain_match(const char *presented, size_t plen, const char *expected)
crypto/krb5/src/plugins/tls/k5tls/openssl.c
159
get_cert_cn(X509 *x, char *buf, size_t bufsize)
crypto/krb5/src/plugins/tls/k5tls/openssl.c
220
return strlen(text) == (size_t)name_length &&
crypto/krb5/src/plugins/tls/k5tls/openssl.c
298
size_t count;
crypto/krb5/src/plugins/tls/k5tls/openssl.c
506
size_t len)
crypto/krb5/src/plugins/tls/k5tls/openssl.c
529
size_t data_size, size_t *len_out)
crypto/krb5/src/plugins/tls/k5tls/openssl.c
91
label_match(const char *presented, size_t plen, const char *expected,
crypto/krb5/src/plugins/tls/k5tls/openssl.c
92
size_t elen, krb5_boolean allow_wildcard, krb5_boolean *wildcard)
crypto/krb5/src/util/profile/prof_file.c
142
size_t len, flen, slen;
crypto/krb5/src/util/profile/prof_init.c
284
size_t cll_counter = 0; \
crypto/krb5/src/util/profile/prof_init.c
329
size_t i;
crypto/krb5/src/util/profile/prof_init.c
532
errcode_t profile_ser_size(profile_t profile, size_t *sizep)
crypto/krb5/src/util/profile/prof_init.c
534
size_t required;
crypto/krb5/src/util/profile/prof_init.c
546
static void pack_int32(int32_t oval, unsigned char **bufpp, size_t *remainp)
crypto/krb5/src/util/profile/prof_init.c
554
unsigned char **bufpp, size_t *remainp)
crypto/krb5/src/util/profile/prof_init.c
557
size_t required;
crypto/krb5/src/util/profile/prof_init.c
559
size_t remain;
crypto/krb5/src/util/profile/prof_init.c
580
memcpy(bp, pfp->data->filespec, (size_t) slen);
crypto/krb5/src/util/profile/prof_init.c
582
remain -= (size_t) slen;
crypto/krb5/src/util/profile/prof_init.c
595
size_t *remainp)
crypto/krb5/src/util/profile/prof_init.c
608
unsigned char **bufpp, size_t *remainp)
crypto/krb5/src/util/profile/prof_init.c
612
size_t remain;
crypto/krb5/src/util/profile/prof_init.c
634
flist = (profile_filespec_t *) malloc(sizeof(profile_filespec_t) * (size_t) (fcount + 1));
crypto/krb5/src/util/profile/prof_init.c
638
memset(flist, 0, sizeof(char *) * (size_t) (fcount+1));
crypto/krb5/src/util/profile/prof_init.c
641
flist[i] = (char *) malloc((size_t) (tmp+1));
crypto/krb5/src/util/profile/prof_init.c
644
memcpy(flist[i], bp, (size_t) tmp);
crypto/krb5/src/util/profile/prof_init.c
647
remain -= (size_t) tmp;
crypto/krb5/src/util/profile/prof_int.h
258
(profile_t, size_t *);
crypto/krb5/src/util/profile/prof_int.h
261
(profile_t, unsigned char **, size_t *);
crypto/krb5/src/util/profile/prof_int.h
264
(profile_t *, unsigned char **, size_t *);
crypto/krb5/src/util/profile/prof_int.h
40
size_t fslen;
crypto/krb5/src/util/profile/prof_parse.c
242
size_t len = strlen(filename);
crypto/krb5/src/util/profile/prof_parse.c
598
size_t cur, max;
crypto/krb5/src/util/profile/prof_parse.c
602
static void add_data_to_buffer(struct prof_buf *b, const void *d, size_t len)
crypto/krb5/src/util/profile/prof_parse.c
607
size_t newsize;
crypto/krb5/src/util/profile/prof_tree.c
76
size_t sz = strlen(s) + 1;
crypto/krb5/src/util/support/base64.c
111
k5_base64_decode(const char *str, size_t *len_out)
crypto/krb5/src/util/support/base64.c
115
size_t len;
crypto/krb5/src/util/support/base64.c
43
k5_base64_encode(const void *data, size_t len)
crypto/krb5/src/util/support/base64.c
46
size_t i;
crypto/krb5/src/util/support/bcmp.c
36
k5_bcmp(const void *p1, const void *p2, size_t n)
crypto/krb5/src/util/support/fake-addrinfo.c
1338
char *hbuf, size_t hbuflen,
crypto/krb5/src/util/support/fake-addrinfo.c
1339
char *sbuf, size_t sbuflen,
crypto/krb5/src/util/support/fake-addrinfo.c
355
static const char *protoname (int p, char *buf, size_t bufsize) {
crypto/krb5/src/util/support/fake-addrinfo.c
378
static const char *socktypename (int t, char *buf, size_t bufsize) {
crypto/krb5/src/util/support/fake-addrinfo.c
390
static const char *familyname (int f, char *buf, size_t bufsize) {
crypto/krb5/src/util/support/fake-addrinfo.c
843
size_t numlen = strspn (serv, "0123456789");
crypto/krb5/src/util/support/fake-addrinfo.c
921
size_t hlen, slen;
crypto/krb5/src/util/support/fnmatch.c
108
fnmatchx(const char *pattern, const char *string, int flags, size_t recursion)
crypto/krb5/src/util/support/hashtab.c
115
k5_siphash24(const uint8_t *data, size_t len,
crypto/krb5/src/util/support/hashtab.c
124
k5_hashtab_create(const uint8_t seed[K5_HASH_SEED_LEN], size_t initial_buckets,
crypto/krb5/src/util/support/hashtab.c
156
size_t i;
crypto/krb5/src/util/support/hashtab.c
173
size_t i, j, newsize = ht->nbuckets * 2;
crypto/krb5/src/util/support/hashtab.c
198
k5_hashtab_add(struct k5_hashtab *ht, const void *key, size_t klen, void *val)
crypto/krb5/src/util/support/hashtab.c
200
size_t i;
crypto/krb5/src/util/support/hashtab.c
223
k5_hashtab_remove(struct k5_hashtab *ht, const void *key, size_t klen)
crypto/krb5/src/util/support/hashtab.c
225
size_t i;
crypto/krb5/src/util/support/hashtab.c
241
k5_hashtab_get(struct k5_hashtab *ht, const void *key, size_t klen)
crypto/krb5/src/util/support/hashtab.c
243
size_t i;
crypto/krb5/src/util/support/hashtab.c
39
size_t klen;
crypto/krb5/src/util/support/hashtab.c
47
size_t nbuckets;
crypto/krb5/src/util/support/hashtab.c
48
size_t nentries;
crypto/krb5/src/util/support/hashtab.c
77
siphash24(const uint8_t *data, size_t len, uint64_t k0, uint64_t k1)
crypto/krb5/src/util/support/hex.c
50
k5_hex_encode(const void *bytes, size_t len, int uppercase, char **hex_out)
crypto/krb5/src/util/support/hex.c
52
size_t i;
crypto/krb5/src/util/support/hex.c
86
k5_hex_decode(const char *hex, uint8_t **bytes_out, size_t *len_out)
crypto/krb5/src/util/support/hex.c
88
size_t hexlen, i;
crypto/krb5/src/util/support/json.c
145
alloc_value(json_type type, size_t size)
crypto/krb5/src/util/support/json.c
203
size_t len;
crypto/krb5/src/util/support/json.c
204
size_t allocated;
crypto/krb5/src/util/support/json.c
211
size_t i;
crypto/krb5/src/util/support/json.c
233
size_t new_alloc;
crypto/krb5/src/util/support/json.c
250
size_t
crypto/krb5/src/util/support/json.c
257
k5_json_array_get(k5_json_array array, size_t idx)
crypto/krb5/src/util/support/json.c
265
k5_json_array_set(k5_json_array array, size_t idx, k5_json_value val)
crypto/krb5/src/util/support/json.c
280
size_t len;
crypto/krb5/src/util/support/json.c
336
len = va_arg(ap, size_t);
crypto/krb5/src/util/support/json.c
368
size_t len;
crypto/krb5/src/util/support/json.c
369
size_t allocated;
crypto/krb5/src/util/support/json.c
376
size_t i;
crypto/krb5/src/util/support/json.c
396
size_t
crypto/krb5/src/util/support/json.c
406
size_t i;
crypto/krb5/src/util/support/json.c
430
size_t new_alloc, i;
crypto/krb5/src/util/support/json.c
475
size_t i;
crypto/krb5/src/util/support/json.c
494
k5_json_string_create_len(const void *data, size_t len,
crypto/krb5/src/util/support/json.c
511
k5_json_string_create_base64(const void *data, size_t len,
crypto/krb5/src/util/support/json.c
534
size_t *len_out)
crypto/krb5/src/util/support/json.c
537
size_t len;
crypto/krb5/src/util/support/json.c
587
size_t n;
crypto/krb5/src/util/support/json.c
635
size_t i, len;
crypto/krb5/src/util/support/json.c
707
size_t depth;
crypto/krb5/src/util/support/k5buf.c
114
k5_buf_init_fixed(struct k5buf *buf, void *data, size_t space)
crypto/krb5/src/util/support/k5buf.c
151
k5_buf_add_len(struct k5buf *buf, const void *data, size_t len)
crypto/krb5/src/util/support/k5buf.c
165
size_t remaining;
crypto/krb5/src/util/support/k5buf.c
242
k5_buf_get_space(struct k5buf *buf, size_t len)
crypto/krb5/src/util/support/k5buf.c
251
k5_buf_truncate(struct k5buf *buf, size_t len)
crypto/krb5/src/util/support/k5buf.c
69
ensure_space(struct k5buf *buf, size_t len)
crypto/krb5/src/util/support/k5buf.c
71
size_t new_space;
crypto/krb5/src/util/support/plugins.c
272
krb5int_plugin_file_handle_array_add (struct plugin_file_handle ***harray, size_t *count,
crypto/krb5/src/util/support/plugins.c
277
size_t newcount = *count + 1;
crypto/krb5/src/util/support/plugins.c
295
size_t i;
crypto/krb5/src/util/support/plugins.c
317
size_t i;
crypto/krb5/src/util/support/plugins.c
334
size_t bases_count = 0;
crypto/krb5/src/util/support/plugins.c
335
size_t exts_count = 0;
crypto/krb5/src/util/support/plugins.c
336
size_t i;
crypto/krb5/src/util/support/plugins.c
349
size_t j;
crypto/krb5/src/util/support/plugins.c
385
size_t count = 0;
crypto/krb5/src/util/support/plugins.c
387
size_t i;
crypto/krb5/src/util/support/plugins.c
400
size_t j;
crypto/krb5/src/util/support/plugins.c
420
size_t j;
crypto/krb5/src/util/support/plugins.c
467
size_t i;
crypto/krb5/src/util/support/plugins.c
493
size_t count = 0;
crypto/krb5/src/util/support/plugins.c
506
size_t i = 0;
crypto/krb5/src/util/support/plugins.c
552
size_t count = 0;
crypto/krb5/src/util/support/plugins.c
565
size_t i = 0;
crypto/krb5/src/util/support/printf.c
40
size_t len = 80;
crypto/krb5/src/util/support/printf.c
67
} else if ((size_t) len2 >= len) {
crypto/krb5/src/util/support/printf.c
69
len = (size_t) len2 + 1;
crypto/krb5/src/util/support/printf.c
77
if ((size_t) len2 < len - 1) {
crypto/krb5/src/util/support/printf.c
78
nstr = realloc(str, (size_t) len2 + 1);
crypto/krb5/src/util/support/regex.cpp
131
extern "C" size_t
crypto/krb5/src/util/support/regex.cpp
132
k5_regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size)
crypto/krb5/src/util/support/regex.cpp
135
size_t errlen;
crypto/krb5/src/util/support/regex.cpp
79
k5_regexec(regex_t *preg, const char *string, size_t nmatch,
crypto/krb5/src/util/support/regex.cpp
82
size_t i;
crypto/krb5/src/util/support/strerror_r.c
40
k5_strerror_r(int errnum, char *buf, size_t buflen)
crypto/krb5/src/util/support/strerror_r.c
56
k5_strerror_r(int errnum, char *buf, size_t buflen)
crypto/krb5/src/util/support/strerror_r.c
73
k5_strerror_r(int errnum, char *buf, size_t buflen)
crypto/krb5/src/util/support/strerror_r.c
92
k5_strerror_r(int errnum, char *buf, size_t buflen)
crypto/krb5/src/util/support/strlcpy.c
29
size_t
crypto/krb5/src/util/support/strlcpy.c
30
krb5int_strlcpy(char *dst, const char *src, size_t siz)
crypto/krb5/src/util/support/strlcpy.c
34
size_t n = siz;
crypto/krb5/src/util/support/strlcpy.c
62
size_t
crypto/krb5/src/util/support/strlcpy.c
63
krb5int_strlcat(char *dst, const char *src, size_t siz)
crypto/krb5/src/util/support/strlcpy.c
67
size_t n = siz;
crypto/krb5/src/util/support/strlcpy.c
68
size_t dlen;
crypto/krb5/src/util/support/t_base64.c
41
size_t len;
crypto/krb5/src/util/support/t_base64.c
76
size_t len;
crypto/krb5/src/util/support/t_hashtab.c
111
size_t i;
crypto/krb5/src/util/support/t_hashtab.c
129
size_t i;
crypto/krb5/src/util/support/t_hex.c
143
size_t i;
crypto/krb5/src/util/support/t_hex.c
147
size_t len;
crypto/krb5/src/util/support/t_hex.c
39
size_t binary_len;
crypto/krb5/src/util/support/t_json.c
120
(void *)"ghij", (size_t)4);
crypto/krb5/src/util/support/t_json.c
187
size_t len;
crypto/krb5/src/util/support/t_k5buf.c
212
size_t i;
crypto/krb5/src/util/support/t_k5buf.c
83
size_t i;
crypto/krb5/src/util/support/t_path.c
128
size_t i;
crypto/krb5/src/util/support/t_utf16.c
49
size_t utf16len;
crypto/krb5/src/util/support/t_utf16.c
87
size_t i, utf16len;
crypto/krb5/src/util/support/t_utf8.c
156
size_t size;
crypto/krb5/src/util/support/t_utf8.c
183
size_t ncases = sizeof(testcases) / sizeof(testcases[0]);
crypto/krb5/src/util/support/t_utf8.c
184
size_t i;
crypto/krb5/src/util/support/utf8.c
134
size_t krb5int_ucs4_to_utf8(krb5_ucs4 c, char *buf)
crypto/krb5/src/util/support/utf8.c
136
size_t len = 0;
crypto/krb5/src/util/support/utf8_conv.c
152
k5_utf16le_to_utf8(const uint8_t *utf16bytes, size_t nbytes, char **utf8_out)
crypto/krb5/src/util/support/utf8_conv.c
158
size_t chlen;
crypto/krb5/src/util/support/utf8_conv.c
92
k5_utf8_to_utf16le(const char *utf8, uint8_t **utf16_out, size_t *nbytes_out)
crypto/krb5/src/util/support/utf8_conv.c
96
size_t chlen, i;
crypto/krb5/src/util/support/zap.c
35
void krb5int_zap(void *ptr, size_t len)
crypto/krb5/src/util/verto/verto.c
117
static void *(*resize_cb)(void *mem, size_t size);
crypto/krb5/src/util/verto/verto.c
162
vresize(void *mem, size_t size)
crypto/krb5/src/util/verto/verto.c
178
size_t len;
crypto/krb5/src/util/verto/verto.c
348
size_t flen, slen;
crypto/krb5/src/util/verto/verto.c
52
size_t ref;
crypto/krb5/src/util/verto/verto.c
573
verto_set_allocator(void *(*resize)(void *mem, size_t size),
crypto/krb5/src/util/verto/verto.c
80
size_t depth;
crypto/krb5/src/util/verto/verto.h
204
verto_set_allocator(void *(*resize)(void *mem, size_t size), int hierarchical);
crypto/krb5/src/wconfig.c
181
size_t len, plen, flen;
crypto/krb5/src/wconfig.c
63
size_t wlen, alen;
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1299
(krb5_enctype, char *, size_t)
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1306
(krb5_enctype, krb5_boolean, char *, size_t)
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1313
(krb5_int32, char *, size_t)
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1320
(krb5_cksumtype, char *, size_t)
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1327
(krb5_timestamp, char *, size_t)
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1334
(krb5_timestamp, char *, size_t, char *)
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1341
(krb5_deltat, char *, size_t)
crypto/krb5/src/windows/include/loadfuncs-krb5.h
225
size_t inputlen, size_t *length)
crypto/krb5/src/windows/include/loadfuncs-krb5.h
233
size_t *blocksize)
crypto/krb5/src/windows/include/loadfuncs-krb5.h
300
size_t *length)
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
492
size_t i = 0, addr_count = 0;
crypto/krb5/src/windows/leash/KrbListTickets.cpp
77
etype_string(krb5_enctype enctype, char *buf, size_t buflen)
crypto/krb5/src/windows/leash/Leash.cpp
799
size_t keylen = strlen(realmkey)-1;
crypto/krb5/src/windows/leashdll/krb5routines.c
183
size_t i = 0, addr_count = 0;
crypto/krb5/src/windows/leashdll/krb5routines.c
571
size_t pwid;
crypto/krb5/src/windows/leashdll/krb5routines.c
759
size_t maxwidth = 0;
crypto/krb5/src/windows/leashdll/krb5routines.c
761
size_t len;
crypto/krb5/src/windows/leashdll/lshfunc.c
1128
size_t cch;
crypto/krb5/src/windows/leashdll/lshfunc.c
976
size_t cch;
crypto/libecc/src/tests/ec_utils.c
1023
size_t read, to_read;
crypto/libecc/src/tests/ec_utils.c
1026
size_t raw_data_len;
crypto/libecc/src/tests/ec_utils.c
1032
size_t exp_len;
crypto/libecc/src/tests/ec_utils.c
118
size_t written;
crypto/libecc/src/tests/ec_utils.c
1307
size_t offset = 0;
crypto/libecc/src/tests/ec_utils.c
1390
size_t buf_len;
crypto/libecc/src/tests/ec_utils.c
378
size_t read, written;
crypto/libecc/src/tests/ec_utils.c
472
ATTRIBUTE_WARN_UNUSED_RET static int get_file_size(const char *in_fname, size_t *outsz)
crypto/libecc/src/tests/ec_utils.c
523
const char *version, size_t len, u8 siglen)
crypto/libecc/src/tests/ec_utils.c
59
size_t written;
crypto/libecc/src/tests/ec_utils.c
665
size_t raw_data_len;
crypto/libecc/src/tests/ec_utils.c
667
size_t read, to_read;
crypto/libecc/src/tests/ec_utils.c
834
size_t offset = 0;
crypto/libecc/src/tests/ec_utils.c
923
size_t written;
crypto/openssh/addr.c
439
addr_ntop(const struct xaddr *n, char *p, size_t len)
crypto/openssh/addr.h
46
int addr_ntop(const struct xaddr *n, char *p, size_t len);
crypto/openssh/atomicio.c
104
size_t
crypto/openssh/atomicio.c
107
int (*cb)(void *, size_t), void *cb_arg)
crypto/openssh/atomicio.c
109
size_t pos = 0, rem;
crypto/openssh/atomicio.c
119
memcpy(iov, _iov, (size_t)iovcnt * sizeof(*_iov));
crypto/openssh/atomicio.c
147
rem = (size_t)res;
crypto/openssh/atomicio.c
166
if (cb != NULL && cb(cb_arg, (size_t)res) == -1) {
crypto/openssh/atomicio.c
174
size_t
crypto/openssh/atomicio.c
50
size_t
crypto/openssh/atomicio.c
51
atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
crypto/openssh/atomicio.c
52
int (*cb)(void *, size_t), void *cb_arg)
crypto/openssh/atomicio.c
55
size_t pos = 0;
crypto/openssh/atomicio.c
85
pos += (size_t)res;
crypto/openssh/atomicio.c
86
if (cb != NULL && cb(cb_arg, (size_t)res) == -1) {
crypto/openssh/atomicio.c
95
size_t
crypto/openssh/atomicio.c
96
atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n)
crypto/openssh/atomicio.h
37
size_t
crypto/openssh/atomicio.h
38
atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
crypto/openssh/atomicio.h
39
int (*cb)(void *, size_t), void *);
crypto/openssh/atomicio.h
40
size_t atomicio(ssize_t (*)(int, void *, size_t), int, void *, size_t);
crypto/openssh/atomicio.h
42
#define vwrite (ssize_t (*)(int, void *, size_t))write
crypto/openssh/atomicio.h
47
size_t
crypto/openssh/atomicio.h
49
const struct iovec *_iov, int iovcnt, int (*cb)(void *, size_t), void *);
crypto/openssh/atomicio.h
50
size_t atomiciov(ssize_t (*)(int, const struct iovec *, int),
crypto/openssh/auth-krb5.c
250
if (ret < 0 || (size_t)ret >= sizeof(ccname))
crypto/openssh/auth-options.c
208
size_t i;
crypto/openssh/auth-options.c
256
char ***permitsp, size_t *npermitsp, const char **errstrp)
crypto/openssh/auth-options.c
259
size_t npermits = *npermitsp;
crypto/openssh/auth-options.c
331
size_t i, l;
crypto/openssh/auth-options.c
421
l = (size_t)(tmp - opt);
crypto/openssh/auth-options.c
47
dup_strings(char ***dstp, size_t *ndstp, char **src, size_t nsrc)
crypto/openssh/auth-options.c
50
size_t i, j;
crypto/openssh/auth-options.c
706
serialise_array(struct sshbuf *m, char **a, size_t n)
crypto/openssh/auth-options.c
709
size_t i;
crypto/openssh/auth-options.c
733
deserialise_array(struct sshbuf *m, char ***ap, size_t *np)
crypto/openssh/auth-options.c
736
size_t i, n = 0;
crypto/openssh/auth-options.h
57
size_t nenv;
crypto/openssh/auth-options.h
61
size_t npermitopen;
crypto/openssh/auth-options.h
65
size_t npermitlisten;
crypto/openssh/auth-pam.c
1248
size_t len;
crypto/openssh/auth-pam.c
1296
size_t len;
crypto/openssh/auth-pam.c
849
size_t plen;
crypto/openssh/auth-pam.c
852
size_t len, mlen, nmesg = 0;
crypto/openssh/auth-pam.c
969
size_t i, l = wire_password != NULL ? strlen(wire_password) : 0;
crypto/openssh/auth.c
407
if (i < 0 || (size_t)i >= sizeof(ret))
crypto/openssh/auth.c
695
size_t i;
crypto/openssh/auth.h
213
u_char **, size_t *, const u_char *, size_t, const char *);
crypto/openssh/auth2-chall.c
155
size_t len;
crypto/openssh/auth2-gss.c
154
size_t len;
crypto/openssh/auth2-gss.c
219
size_t len;
crypto/openssh/auth2-gss.c
290
size_t len;
crypto/openssh/auth2-gss.c
74
size_t len;
crypto/openssh/auth2-hostbased.c
67
size_t alen, blen, slen;
crypto/openssh/auth2-passwd.c
58
size_t len = 0;
crypto/openssh/auth2-pubkey.c
102
size_t blen, slen;
crypto/openssh/auth2-pubkey.c
328
size_t i;
crypto/openssh/auth2-pubkeyfile.c
226
size_t linesize = 0;
crypto/openssh/auth2-pubkeyfile.c
411
size_t linesize = 0;
crypto/openssh/auth2.c
110
size_t len, n;
crypto/openssh/auth2.c
124
len = (size_t)st.st_size; /* truncate */
crypto/openssh/auth2.c
230
size_t len = ssh_digest_bytes(SSH_DIGEST_SHA512);
crypto/openssh/auth2.c
606
size_t l = strlen(method);
crypto/openssh/auth2.c
638
size_t l = strlen(method);
crypto/openssh/authfd.c
141
size_t l, len;
crypto/openssh/authfd.c
241
size_t blen;
crypto/openssh/authfd.c
338
size_t i;
crypto/openssh/authfd.c
361
size_t i;
crypto/openssh/authfd.c
405
u_char **sigp, size_t *lenp,
crypto/openssh/authfd.c
406
const u_char *data, size_t datalen, const char *alg, u_int compat)
crypto/openssh/authfd.c
410
size_t len = 0;
crypto/openssh/authfd.c
509
struct dest_constraint **dest_constraints, size_t ndest_constraints,
crypto/openssh/authfd.c
510
int cert_only, struct sshkey **certs, size_t ncerts)
crypto/openssh/authfd.c
514
size_t i;
crypto/openssh/authfd.c
590
size_t ndest_constraints)
crypto/openssh/authfd.c
653
size_t blen;
crypto/openssh/authfd.c
687
struct dest_constraint **dest_constraints, size_t ndest_constraints,
crypto/openssh/authfd.c
688
int cert_only, struct sshkey **certs, size_t ncerts)
crypto/openssh/authfd.h
24
size_t nkeys;
crypto/openssh/authfd.h
53
size_t ndest_constraints);
crypto/openssh/authfd.h
59
size_t ndest_constraints,
crypto/openssh/authfd.h
60
int cert_only, struct sshkey **certs, size_t ncerts);
crypto/openssh/authfd.h
64
u_char **sigp, size_t *lenp,
crypto/openssh/authfd.h
65
const u_char *data, size_t datalen, const char *alg, u_int compat);
crypto/openssh/authfile.c
208
size_t linesize = 0;
crypto/openssh/authfile.c
381
size_t linesize = 0;
crypto/openssh/bitmap.c
104
size_t offset;
crypto/openssh/bitmap.c
128
size_t offset;
crypto/openssh/bitmap.c
140
size_t
crypto/openssh/bitmap.c
143
size_t bits;
crypto/openssh/bitmap.c
161
size_t
crypto/openssh/bitmap.c
168
bitmap_to_string(struct bitmap *b, void *p, size_t l)
crypto/openssh/bitmap.c
171
size_t i, j, k, need = bitmap_nbytes(b);
crypto/openssh/bitmap.c
189
bitmap_from_string(struct bitmap *b, const void *p, size_t l)
crypto/openssh/bitmap.c
192
size_t i, offset, shift;
crypto/openssh/bitmap.c
33
size_t len; /* number of words allocated */
crypto/openssh/bitmap.c
34
size_t top; /* index of top word allocated */
crypto/openssh/bitmap.c
85
size_t nlen;
crypto/openssh/bitmap.h
46
size_t bitmap_nbits(struct bitmap *b);
crypto/openssh/bitmap.h
49
size_t bitmap_nbytes(struct bitmap *b);
crypto/openssh/bitmap.h
52
int bitmap_to_string(struct bitmap *b, void *p, size_t l);
crypto/openssh/bitmap.h
55
int bitmap_from_string(struct bitmap *b, const void *p, size_t l);
crypto/openssh/channels.c
211
size_t ntimeouts;
crypto/openssh/channels.c
2112
size_t nr = 0, have, avail, maxlen = CHANNEL_MAX_READ;
crypto/openssh/channels.c
2196
size_t dlen, olen = 0;
crypto/openssh/channels.c
2952
size_t len, plen;
crypto/openssh/channels.c
3026
size_t len;
crypto/openssh/channels.c
3145
size_t have;
crypto/openssh/channels.c
3296
size_t len;
crypto/openssh/channels.c
336
size_t i;
crypto/openssh/channels.c
3406
size_t data_len, win_len;
crypto/openssh/channels.c
3474
size_t data_len;
crypto/openssh/channels.c
350
size_t i;
crypto/openssh/channels.c
5131
is_path_to_xsocket(const char *display, char *path, size_t pathlen)
crypto/openssh/channels.h
94
u_char **, size_t *);
crypto/openssh/cipher-aes.c
72
size_t len)
crypto/openssh/cipher.c
120
size_t nlen, rlen = 0;
crypto/openssh/cipher.c
438
cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len)
crypto/openssh/cipher.c
465
if ((size_t)evplen != len)
crypto/openssh/cipher.c
478
cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv, size_t len)
crypto/openssh/cipher.c
494
if ((size_t)evplen != len)
crypto/openssh/cipher.h
74
int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, size_t);
crypto/openssh/cipher.h
75
int cipher_set_keyiv(struct sshcipher_ctx *, const u_char *, size_t);
crypto/openssh/clientloop.c
1897
size_t len;
crypto/openssh/clientloop.c
2027
size_t nkeys, nnew, nincomplete; /* total, new keys, incomplete match */
crypto/openssh/clientloop.c
2035
size_t nold;
crypto/openssh/clientloop.c
2047
size_t i;
crypto/openssh/clientloop.c
2092
size_t i;
crypto/openssh/clientloop.c
2174
size_t i;
crypto/openssh/clientloop.c
2202
size_t i;
crypto/openssh/clientloop.c
2241
size_t i;
crypto/openssh/clientloop.c
2334
size_t i, ndone;
crypto/openssh/clientloop.c
2340
size_t siglen;
crypto/openssh/clientloop.c
2437
size_t i, len = 0;
crypto/openssh/clientloop.c
2684
size_t i, j, len;
crypto/openssh/clientloop.c
270
size_t i, dlen;
crypto/openssh/clientloop.c
327
(size_t)r >= sizeof(xdisplay)) {
crypto/openssh/clientloop.c
349
(size_t)r >= sizeof(xauthfile)) {
crypto/openssh/defines.h
632
# define offsetof(type, member) ((size_t) &((type *)0)->member)
crypto/openssh/defines.h
798
int snprintf (char *, size_t, const char *, ...);
crypto/openssh/dh.c
163
size_t linesize = 0;
crypto/openssh/digest-libc.c
157
size_t
crypto/openssh/digest-libc.c
165
size_t
crypto/openssh/digest-libc.c
202
ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
crypto/openssh/digest-libc.c
219
ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
crypto/openssh/digest-libc.c
249
ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen)
crypto/openssh/digest-libc.c
263
ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen)
crypto/openssh/digest-libc.c
54
typedef void md_update_fn(void *mdctx, const u_int8_t *m, size_t mlen);
crypto/openssh/digest-libc.c
65
size_t block_len;
crypto/openssh/digest-libc.c
66
size_t digest_len;
crypto/openssh/digest-libc.c
67
size_t ctx_len;
crypto/openssh/digest-openssl.c
107
size_t
crypto/openssh/digest-openssl.c
145
ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
crypto/openssh/digest-openssl.c
159
ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
crypto/openssh/digest-openssl.c
185
ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen)
crypto/openssh/digest-openssl.c
203
ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen)
crypto/openssh/digest-openssl.c
53
size_t digest_len;
crypto/openssh/digest-openssl.c
99
size_t
crypto/openssh/digest.h
42
size_t ssh_digest_bytes(int alg);
crypto/openssh/digest.h
45
size_t ssh_digest_blocksize(struct ssh_digest_ctx *ctx);
crypto/openssh/digest.h
52
int ssh_digest_memory(int alg, const void *m, size_t mlen,
crypto/openssh/digest.h
53
u_char *d, size_t dlen)
crypto/openssh/digest.h
56
int ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen)
crypto/openssh/digest.h
61
int ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen)
crypto/openssh/digest.h
65
int ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen)
crypto/openssh/dns.c
136
u_char **digest, size_t *digest_len, u_char *rdata, int rdata_len)
crypto/openssh/dns.c
205
size_t hostkey_digest_len;
crypto/openssh/dns.c
210
size_t dnskey_digest_len;
crypto/openssh/dns.c
312
size_t i, rdata_digest_len;
crypto/openssh/dns.c
82
u_char **digest, size_t *digest_len, struct sshkey *key)
crypto/openssh/gss-genr.c
54
size_t len;
crypto/openssh/gss-genr.c
65
ssh_gssapi_check_oid(Gssctxt *ctx, void *data, size_t len)
crypto/openssh/gss-genr.c
74
ssh_gssapi_set_oid_data(Gssctxt *ctx, void *data, size_t len)
crypto/openssh/hmac.c
107
ssh_hmac_final(struct ssh_hmac_ctx *ctx, u_char *d, size_t dlen)
crypto/openssh/hmac.c
109
size_t len;
crypto/openssh/hmac.c
142
hmac_test(void *key, size_t klen, void *m, size_t mlen, u_char *e, size_t elen)
crypto/openssh/hmac.c
145
size_t i;
crypto/openssh/hmac.c
35
size_t buf_len;
crypto/openssh/hmac.c
38
size_t
crypto/openssh/hmac.c
66
ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen)
crypto/openssh/hmac.c
68
size_t i;
crypto/openssh/hmac.c
95
ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen)
crypto/openssh/hmac.h
22
size_t ssh_hmac_bytes(int alg);
crypto/openssh/hmac.h
29
int ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen)
crypto/openssh/hmac.h
31
int ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen)
crypto/openssh/hmac.h
34
int ssh_hmac_final(struct ssh_hmac_ctx *ctx, u_char *d, size_t dlen)
crypto/openssh/hostfile.c
479
size_t len;
crypto/openssh/hostfile.c
546
size_t nkeys;
crypto/openssh/hostfile.c
555
size_t i;
crypto/openssh/hostfile.c
596
struct sshkey **keys, size_t nkeys, int store_hash, int quiet, int hash_alg)
crypto/openssh/hostfile.c
604
size_t i;
crypto/openssh/hostfile.c
69
extract_salt(const char *s, u_int l, u_char *salt, size_t salt_len)
crypto/openssh/hostfile.c
744
size_t nlen = strlen(names);
crypto/openssh/hostfile.c
770
size_t linesize = 0, l;
crypto/openssh/hostfile.h
56
const char *host, const char *ip, struct sshkey **keys, size_t nkeys,
crypto/openssh/kex-names.c
206
size_t len;
crypto/openssh/kex-names.c
97
size_t nlen, rlen = 0;
crypto/openssh/kex.c
1066
size_t mdsz;
crypto/openssh/kex.c
1239
size_t len, n;
crypto/openssh/kex.c
412
const u_char *val, size_t len, const char *want_ver, u_int flag)
crypto/openssh/kex.c
428
const u_char *value, size_t vlen)
crypto/openssh/kex.c
462
const u_char *value, size_t vlen)
crypto/openssh/kex.c
484
size_t vlen;
crypto/openssh/kex.c
615
size_t dlen;
crypto/openssh/kex.h
174
u_char **, size_t *, const u_char *, size_t, const char *);
crypto/openssh/kex.h
264
const BIGNUM *, const u_char *, size_t,
crypto/openssh/kex.h
265
u_char *, size_t *);
crypto/openssh/kexdh.c
77
size_t klen = 0;
crypto/openssh/kexecdh.c
145
size_t klen = 0;
crypto/openssh/kexgen.c
151
size_t slen, hashlen;
crypto/openssh/kexgen.c
284
size_t slen, hashlen;
crypto/openssh/kexgen.c
58
u_char *hash, size_t *hashlen)
crypto/openssh/kexgex.c
59
const u_char *shared_secret, size_t secretlen,
crypto/openssh/kexgex.c
60
u_char *hash, size_t *hashlen)
crypto/openssh/kexgexc.c
155
size_t slen, hashlen;
crypto/openssh/kexgexs.c
137
size_t slen, hashlen;
crypto/openssh/kexmlkem768x25519.c
102
size_t need;
crypto/openssh/kexmlkem768x25519.c
198
size_t need;
crypto/openssh/kexmlkem768x25519.c
57
size_t need;
crypto/openssh/kexsntrup761x25519.c
171
size_t need;
crypto/openssh/kexsntrup761x25519.c
51
size_t need;
crypto/openssh/kexsntrup761x25519.c
87
size_t need;
crypto/openssh/krl.c
367
plain_key_blob(const struct sshkey *key, u_char **blob, size_t *blen)
crypto/openssh/krl.c
387
revoke_blob(struct revoked_blob_tree *rbt, u_char *blob, size_t len)
crypto/openssh/krl.c
407
size_t len;
crypto/openssh/krl.c
417
revoke_by_hash(struct revoked_blob_tree *target, const u_char *p, size_t len)
crypto/openssh/krl.c
434
ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const u_char *p, size_t len)
crypto/openssh/krl.c
443
ssh_krl_revoke_key_sha256(struct ssh_krl *krl, const u_char *p, size_t len)
crypto/openssh/krl.c
555
size_t len;
crypto/openssh/krl.c
77
size_t len;
crypto/openssh/krl.c
811
format_timestamp(u_int64_t timestamp, char *ts, size_t nts)
crypto/openssh/krl.c
871
size_t blen, nbits;
crypto/openssh/krl.c
984
size_t expected_len)
crypto/openssh/krl.c
987
size_t rlen = 0;
crypto/openssh/krl.h
57
int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const u_char *p, size_t len);
crypto/openssh/krl.h
58
int ssh_krl_revoke_key_sha256(struct ssh_krl *krl, const u_char *p, size_t len);
crypto/openssh/libcrux_mlkem768_sha3.h
10005
for (size_t i0 = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10006
i0 < Eurydice_slice_len(randomness, uint8_t) / (size_t)4U; i0++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10007
size_t chunk_number = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
10009
randomness, chunk_number * (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
10010
chunk_number * (size_t)4U + (size_t)4U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10012
(((uint32_t)Eurydice_slice_index(byte_chunk, (size_t)0U, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
10014
(uint32_t)Eurydice_slice_index(byte_chunk, (size_t)1U, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
10017
(uint32_t)Eurydice_slice_index(byte_chunk, (size_t)2U, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
10020
(uint32_t)Eurydice_slice_index(byte_chunk, (size_t)3U, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
10033
size_t offset = (size_t)(outcome_set0 >> 2U);
crypto/openssh/libcrux_mlkem768_sha3.h
10034
sampled_i16s[(size_t)8U * chunk_number + offset] = outcome_1 - outcome_2;
crypto/openssh/libcrux_mlkem768_sha3.h
10038
Eurydice_array_to_slice((size_t)256U, sampled_i16s, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10051
for (size_t i0 = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10052
i0 < Eurydice_slice_len(randomness, uint8_t) / (size_t)3U; i0++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10053
size_t chunk_number = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
10055
randomness, chunk_number * (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
10056
chunk_number * (size_t)3U + (size_t)3U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10058
((uint32_t)Eurydice_slice_index(byte_chunk, (size_t)0U, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
10060
(uint32_t)Eurydice_slice_index(byte_chunk, (size_t)1U, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
10063
(uint32_t)Eurydice_slice_index(byte_chunk, (size_t)2U, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
1007
Eurydice_slice a[1U], size_t start, size_t len, Eurydice_slice ret[1U]) {
crypto/openssh/libcrux_mlkem768_sha3.h
10078
size_t offset = (size_t)(outcome_set0 / (int32_t)6);
crypto/openssh/libcrux_mlkem768_sha3.h
10079
sampled_i16s[(size_t)4U * chunk_number + offset] = outcome_1 - outcome_2;
crypto/openssh/libcrux_mlkem768_sha3.h
10083
Eurydice_array_to_slice((size_t)256U, sampled_i16s, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10107
size_t step = LIBCRUX_ML_KEM_POLYNOMIAL_VECTORS_IN_RING_ELEMENT / (size_t)2U;
crypto/openssh/libcrux_mlkem768_sha3.h
10108
for (size_t i = (size_t)0U; i < step; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10109
size_t j = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10131
size_t zeta_i = (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
10132
libcrux_ml_kem_ntt_ntt_at_layer_4_plus_51(&zeta_i, re, (size_t)6U,
crypto/openssh/libcrux_mlkem768_sha3.h
10133
(size_t)3U);
crypto/openssh/libcrux_mlkem768_sha3.h
10134
libcrux_ml_kem_ntt_ntt_at_layer_4_plus_51(&zeta_i, re, (size_t)5U,
crypto/openssh/libcrux_mlkem768_sha3.h
10135
(size_t)3U);
crypto/openssh/libcrux_mlkem768_sha3.h
10136
libcrux_ml_kem_ntt_ntt_at_layer_4_plus_51(&zeta_i, re, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
10137
(size_t)3U);
crypto/openssh/libcrux_mlkem768_sha3.h
10138
libcrux_ml_kem_ntt_ntt_at_layer_3_fd(&zeta_i, re, (size_t)3U, (size_t)3U);
crypto/openssh/libcrux_mlkem768_sha3.h
10139
libcrux_ml_kem_ntt_ntt_at_layer_2_ad(&zeta_i, re, (size_t)2U, (size_t)3U);
crypto/openssh/libcrux_mlkem768_sha3.h
10140
libcrux_ml_kem_ntt_ntt_at_layer_1_a2(&zeta_i, re, (size_t)1U, (size_t)3U);
crypto/openssh/libcrux_mlkem768_sha3.h
1016
Eurydice_slice a[1U], size_t start, size_t len, Eurydice_slice ret[1U]) {
crypto/openssh/libcrux_mlkem768_sha3.h
10161
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10166
memcpy(copy_of_prf_input, prf_input, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10168
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10169
memcpy(prf_inputs[i], copy_of_prf_input, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10171
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10172
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10178
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10179
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10182
Eurydice_array_to_slice((size_t)128U, prf_outputs[i0], uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10189
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
1019
memcpy(copy_of_a, a, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
10193
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
10208
libcrux_ml_kem_ind_cpa_sample_ring_element_cbd_closure_77(size_t _i) {
crypto/openssh/libcrux_mlkem768_sha3.h
1022
memcpy(ret, ret0, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
10228
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10233
memcpy(copy_of_prf_input, prf_input, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10235
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10236
memcpy(prf_inputs[i], copy_of_prf_input, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10238
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10239
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10245
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10246
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10249
Eurydice_array_to_slice((size_t)128U, prf_outputs[i0], uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10256
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
10260
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
1027
size_t mid) {
crypto/openssh/libcrux_mlkem768_sha3.h
10274
Eurydice_array_to_slice((size_t)128U, digest, uint8_t), input);
crypto/openssh/libcrux_mlkem768_sha3.h
10275
memcpy(ret, digest, (size_t)128U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10300
libcrux_ml_kem_matrix_compute_vector_u_closure_d6(size_t _i) {
crypto/openssh/libcrux_mlkem768_sha3.h
10317
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10319
size_t j = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10347
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10350
for (size_t i0 = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10353
(size_t)3U, a_as_ntt,
crypto/openssh/libcrux_mlkem768_sha3.h
10357
size_t i1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
10359
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10362
(size_t)3U, row,
crypto/openssh/libcrux_mlkem768_sha3.h
10366
size_t j = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10378
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
10407
for (size_t i = (size_t)0U; i < (size_t)16U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10408
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10412
Eurydice_array_to_subslice2(serialized, (size_t)2U * i0,
crypto/openssh/libcrux_mlkem768_sha3.h
10413
(size_t)2U * i0 + (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
10437
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10439
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
1044
size_t mid) {
crypto/openssh/libcrux_mlkem768_sha3.h
10473
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
10474
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10494
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10496
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10530
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10532
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10540
serialized, (size_t)20U * i0, (size_t)20U * i0 + (size_t)20U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10542
uu____0, Eurydice_array_to_slice((size_t)20U, bytes, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10544
memcpy(ret, serialized, (size_t)320U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10555
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10557
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10591
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10593
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10601
serialized, (size_t)22U * i0, (size_t)22U * i0 + (size_t)22U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10603
uu____0, Eurydice_array_to_slice((size_t)22U, bytes, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10605
memcpy(ret, serialized, (size_t)320U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10620
memcpy(ret, uu____0, (size_t)320U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10638
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10641
(size_t)3U, input,
crypto/openssh/libcrux_mlkem768_sha3.h
10645
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10648
out, i0 * ((size_t)960U / (size_t)3U),
crypto/openssh/libcrux_mlkem768_sha3.h
10649
(i0 + (size_t)1U) * ((size_t)960U / (size_t)3U), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10654
uu____0, Eurydice_array_to_slice((size_t)320U, ret, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10666
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10668
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10702
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10704
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10712
Eurydice_slice_subslice2(serialized, (size_t)8U * i0,
crypto/openssh/libcrux_mlkem768_sha3.h
10713
(size_t)8U * i0 + (size_t)8U, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
10714
Eurydice_array_to_slice((size_t)8U, bytes, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10726
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10728
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10762
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
10764
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
10772
Eurydice_slice_subslice2(serialized, (size_t)10U * i0,
crypto/openssh/libcrux_mlkem768_sha3.h
10773
(size_t)10U * i0 + (size_t)10U, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
10774
Eurydice_array_to_slice((size_t)10U, bytes, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10815
Eurydice_slice_subslice_to(public_key, (size_t)1152U, uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
10818
Eurydice_slice_subslice_from(public_key, (size_t)1152U, uint8_t, size_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10827
memcpy(copy_of_prf_input0, prf_input, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10833
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
10837
memcpy(copy_of_prf_input, prf_input, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10843
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
10848
Eurydice_array_to_slice((size_t)33U, prf_input, uint8_t), prf_output);
crypto/openssh/libcrux_mlkem768_sha3.h
10851
Eurydice_array_to_slice((size_t)128U, prf_output, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10856
memcpy(copy_of_message, message, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10867
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
10869
uu____5, Eurydice_array_to_subslice2(ciphertext, (size_t)0U, (size_t)960U,
crypto/openssh/libcrux_mlkem768_sha3.h
10873
uu____6, Eurydice_array_to_subslice_from((size_t)1088U, ciphertext,
crypto/openssh/libcrux_mlkem768_sha3.h
10874
(size_t)960U, uint8_t, size_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10875
memcpy(ret, ciphertext, (size_t)1088U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10893
Eurydice_slice_copy(Eurydice_array_to_slice((size_t)32U, out, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
10895
memcpy(ret, out, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10924
Eurydice_array_to_slice((size_t)2400U, private_key->value, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
10925
(size_t)1152U, uint8_t, Eurydice_slice_uint8_t_x2);
crypto/openssh/libcrux_mlkem768_sha3.h
10929
secret_key0, (size_t)1184U, uint8_t, Eurydice_slice_uint8_t_x2);
crypto/openssh/libcrux_mlkem768_sha3.h
10942
Eurydice_array_to_slice((size_t)32U, decrypted, uint8_t), to_hash0);
crypto/openssh/libcrux_mlkem768_sha3.h
10945
(size_t)64U, to_hash0, LIBCRUX_ML_KEM_CONSTANTS_SHARED_SECRET_SIZE,
crypto/openssh/libcrux_mlkem768_sha3.h
10946
uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
10950
Eurydice_array_to_slice((size_t)64U, to_hash0, uint8_t), hashed);
crypto/openssh/libcrux_mlkem768_sha3.h
10952
Eurydice_array_to_slice((size_t)64U, hashed, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
10960
(size_t)1120U, to_hash, LIBCRUX_ML_KEM_CONSTANTS_SHARED_SECRET_SIZE,
crypto/openssh/libcrux_mlkem768_sha3.h
10961
uint8_t, size_t);
crypto/openssh/libcrux_mlkem768_sha3.h
10966
Eurydice_array_to_slice((size_t)1120U, to_hash, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
10971
memcpy(copy_of_decrypted, decrypted, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
10977
Eurydice_array_to_slice((size_t)32U, implicit_rejection_shared_secret0,
crypto/openssh/libcrux_mlkem768_sha3.h
10985
Eurydice_array_to_slice((size_t)1088U, expected_ciphertext, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
10986
Eurydice_array_to_slice((size_t)32U, shared_secret, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
10987
Eurydice_array_to_slice((size_t)32U, implicit_rejection_shared_secret,
crypto/openssh/libcrux_mlkem768_sha3.h
10990
memcpy(ret, ret0, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11050
Eurydice_slice_copy(Eurydice_array_to_slice((size_t)32U, out, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11052
memcpy(ret, out, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
1109
for (size_t i = (size_t)0U; i < (size_t)72U / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
11093
Eurydice_array_to_slice((size_t)32U, randomness, uint8_t), randomness0);
crypto/openssh/libcrux_mlkem768_sha3.h
11096
Eurydice_array_to_slice((size_t)32U, randomness0, uint8_t), to_hash);
crypto/openssh/libcrux_mlkem768_sha3.h
11098
(size_t)64U, to_hash, LIBCRUX_ML_KEM_CONSTANTS_H_DIGEST_SIZE, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
11099
size_t);
crypto/openssh/libcrux_mlkem768_sha3.h
1110
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
11102
Eurydice_array_to_slice((size_t)1184U,
crypto/openssh/libcrux_mlkem768_sha3.h
11107
uu____0, Eurydice_array_to_slice((size_t)32U, ret, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11110
Eurydice_array_to_slice((size_t)64U, to_hash, uint8_t), hashed);
crypto/openssh/libcrux_mlkem768_sha3.h
11112
Eurydice_array_to_slice((size_t)64U, hashed, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11118
(size_t)1184U, libcrux_ml_kem_types_as_slice_cb_50(public_key), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11121
memcpy(copy_of_randomness, randomness0, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11127
memcpy(copy_of_ciphertext, ciphertext, (size_t)1088U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11137
(size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11140
memcpy(lit.snd, copy_of_shared_secret_array, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
1115
Eurydice_slice_subslice2(blocks[0U], (size_t)8U * i0,
crypto/openssh/libcrux_mlkem768_sha3.h
1116
(size_t)8U * i0 + (size_t)8U, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11168
memcpy(copy_of_randomness, randomness, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11185
memcpy(copy_of_randomness, randomness, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
1119
size_t uu____1 = i0 / (size_t)5U;
crypto/openssh/libcrux_mlkem768_sha3.h
1120
size_t uu____2 = i0 % (size_t)5U;
crypto/openssh/libcrux_mlkem768_sha3.h
11205
seed, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
11209
(uint8_t)(size_t)3U;
crypto/openssh/libcrux_mlkem768_sha3.h
11212
Eurydice_array_to_slice((size_t)33U, seed, uint8_t), ret0);
crypto/openssh/libcrux_mlkem768_sha3.h
11213
memcpy(ret, ret0, (size_t)64U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11223
libcrux_ml_kem_matrix_compute_As_plus_e_closure_87(size_t _i) {
crypto/openssh/libcrux_mlkem768_sha3.h
11254
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
11256
size_t j = i;
crypto/openssh/libcrux_mlkem768_sha3.h
11284
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
11287
for (size_t i0 = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
11290
(size_t)3U, matrix_A,
crypto/openssh/libcrux_mlkem768_sha3.h
11294
size_t i1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
11296
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
11299
(size_t)3U, row,
crypto/openssh/libcrux_mlkem768_sha3.h
11303
size_t j = i;
crypto/openssh/libcrux_mlkem768_sha3.h
11317
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
11330
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
11332
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
11339
serialized, (size_t)24U * i0, (size_t)24U * i0 + (size_t)24U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11341
uu____0, Eurydice_array_to_slice((size_t)24U, bytes, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11343
memcpy(ret, serialized, (size_t)384U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11360
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
11363
(size_t)3U, key,
crypto/openssh/libcrux_mlkem768_sha3.h
11367
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
11371
(i0 + (size_t)1U) * LIBCRUX_ML_KEM_CONSTANTS_BYTES_PER_RING_ELEMENT,
crypto/openssh/libcrux_mlkem768_sha3.h
11376
uu____0, Eurydice_array_to_slice((size_t)384U, ret0, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11378
memcpy(ret, out, (size_t)1152U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11397
public_key_serialized, (size_t)0U, (size_t)1152U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
1140
memcpy(copy_of_b, b, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
11401
uu____0, Eurydice_array_to_slice((size_t)1152U, ret0, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11403
Eurydice_array_to_subslice_from((size_t)1184U, public_key_serialized,
crypto/openssh/libcrux_mlkem768_sha3.h
11404
(size_t)1152U, uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11406
memcpy(ret, public_key_serialized, (size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11426
Eurydice_array_to_slice((size_t)64U, hashed, uint8_t), (size_t)32U,
crypto/openssh/libcrux_mlkem768_sha3.h
11439
memcpy(copy_of_prf_input0, prf_input, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11445
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
11449
memcpy(copy_of_prf_input, prf_input, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11456
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
11466
t_as_ntt, Eurydice_array_to_slice((size_t)32U, seed_for_A, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11474
(size_t)1152U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11478
(size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11481
(size_t)1152U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11483
(size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11501
size_t pointer = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
11503
size_t uu____1 = pointer;
crypto/openssh/libcrux_mlkem768_sha3.h
11504
size_t uu____2 = pointer;
crypto/openssh/libcrux_mlkem768_sha3.h
11512
size_t uu____4 = pointer;
crypto/openssh/libcrux_mlkem768_sha3.h
11513
size_t uu____5 = pointer;
crypto/openssh/libcrux_mlkem768_sha3.h
11525
uu____6, Eurydice_array_to_slice((size_t)32U, ret0, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11528
size_t uu____8 = pointer;
crypto/openssh/libcrux_mlkem768_sha3.h
11529
size_t uu____9 = pointer;
crypto/openssh/libcrux_mlkem768_sha3.h
11536
memcpy(ret, out, (size_t)2400U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11563
randomness, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
11566
(size_t)64U, randomness,
crypto/openssh/libcrux_mlkem768_sha3.h
11568
size_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11572
memcpy(ind_cpa_private_key, uu____0.fst, (size_t)1152U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11574
memcpy(public_key, uu____0.snd, (size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11577
Eurydice_array_to_slice((size_t)1152U, ind_cpa_private_key, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11578
Eurydice_array_to_slice((size_t)1184U, public_key, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11583
(size_t)2400U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11589
memcpy(copy_of_public_key, public_key, (size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11614
memcpy(copy_of_randomness, randomness, (size_t)64U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11625
memcpy(copy_of_randomness, randomness, (size_t)64U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11647
(size_t)64U, kdf_input, LIBCRUX_ML_KEM_CONSTANTS_H_DIGEST_SIZE, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
11648
size_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11651
Eurydice_array_to_slice((size_t)1088U,
crypto/openssh/libcrux_mlkem768_sha3.h
11656
uu____0, Eurydice_array_to_slice((size_t)32U, ret0, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11659
Eurydice_array_to_slice((size_t)64U, kdf_input, uint8_t), ret1);
crypto/openssh/libcrux_mlkem768_sha3.h
11660
memcpy(ret, ret1, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11689
Eurydice_array_to_slice((size_t)2400U, private_key->value, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11690
(size_t)1152U, uint8_t, Eurydice_slice_uint8_t_x2);
crypto/openssh/libcrux_mlkem768_sha3.h
11694
secret_key0, (size_t)1184U, uint8_t, Eurydice_slice_uint8_t_x2);
crypto/openssh/libcrux_mlkem768_sha3.h
11707
Eurydice_array_to_slice((size_t)32U, decrypted, uint8_t), to_hash0);
crypto/openssh/libcrux_mlkem768_sha3.h
11710
(size_t)64U, to_hash0, LIBCRUX_ML_KEM_CONSTANTS_SHARED_SECRET_SIZE,
crypto/openssh/libcrux_mlkem768_sha3.h
11711
uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11715
Eurydice_array_to_slice((size_t)64U, to_hash0, uint8_t), hashed);
crypto/openssh/libcrux_mlkem768_sha3.h
11717
Eurydice_array_to_slice((size_t)64U, hashed, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11725
(size_t)1120U, to_hash, LIBCRUX_ML_KEM_CONSTANTS_SHARED_SECRET_SIZE,
crypto/openssh/libcrux_mlkem768_sha3.h
11726
uint8_t, size_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11731
Eurydice_array_to_slice((size_t)1120U, to_hash, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11736
memcpy(copy_of_decrypted, decrypted, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11742
Eurydice_array_to_slice((size_t)32U, implicit_rejection_shared_secret0,
crypto/openssh/libcrux_mlkem768_sha3.h
11750
Eurydice_array_to_slice((size_t)1088U, expected_ciphertext, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11751
Eurydice_array_to_slice((size_t)32U, shared_secret, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11752
Eurydice_array_to_slice((size_t)32U, implicit_rejection_shared_secret,
crypto/openssh/libcrux_mlkem768_sha3.h
11755
memcpy(ret, ret0, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11842
Eurydice_array_to_slice((size_t)32U, randomness, uint8_t), randomness0);
crypto/openssh/libcrux_mlkem768_sha3.h
11845
Eurydice_array_to_slice((size_t)32U, randomness0, uint8_t), to_hash);
crypto/openssh/libcrux_mlkem768_sha3.h
11847
(size_t)64U, to_hash, LIBCRUX_ML_KEM_CONSTANTS_H_DIGEST_SIZE, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
11848
size_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11851
Eurydice_array_to_slice((size_t)1184U,
crypto/openssh/libcrux_mlkem768_sha3.h
11856
uu____0, Eurydice_array_to_slice((size_t)32U, ret, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11859
Eurydice_array_to_slice((size_t)64U, to_hash, uint8_t), hashed);
crypto/openssh/libcrux_mlkem768_sha3.h
11861
Eurydice_array_to_slice((size_t)64U, hashed, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
11867
(size_t)1184U, libcrux_ml_kem_types_as_slice_cb_50(public_key), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
11870
memcpy(copy_of_randomness, randomness0, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11876
memcpy(copy_of_ciphertext, ciphertext, (size_t)1088U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11886
(size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11889
memcpy(lit.snd, copy_of_shared_secret_array, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11921
memcpy(copy_of_randomness, randomness, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11938
memcpy(copy_of_randomness, randomness, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11976
Eurydice_array_to_slice((size_t)64U, hashed, uint8_t), (size_t)32U,
crypto/openssh/libcrux_mlkem768_sha3.h
11989
memcpy(copy_of_prf_input0, prf_input, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
11995
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
11999
memcpy(copy_of_prf_input, prf_input, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12006
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
12016
t_as_ntt, Eurydice_array_to_slice((size_t)32U, seed_for_A, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
12024
(size_t)1152U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12028
(size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12031
(size_t)1152U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12033
(size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12061
randomness, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
12064
(size_t)64U, randomness,
crypto/openssh/libcrux_mlkem768_sha3.h
12066
size_t);
crypto/openssh/libcrux_mlkem768_sha3.h
12070
memcpy(ind_cpa_private_key, uu____0.fst, (size_t)1152U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12072
memcpy(public_key, uu____0.snd, (size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12075
Eurydice_array_to_slice((size_t)1152U, ind_cpa_private_key, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
12076
Eurydice_array_to_slice((size_t)1184U, public_key, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
12081
(size_t)2400U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12087
memcpy(copy_of_public_key, public_key, (size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12109
memcpy(copy_of_randomness, randomness, (size_t)64U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12121
memcpy(copy_of_randomness, randomness, (size_t)64U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
12146
Eurydice_array_to_subslice2(private_key->value, (size_t)384U * (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
12147
(size_t)768U * (size_t)3U + (size_t)32U,
crypto/openssh/libcrux_mlkem768_sha3.h
12151
private_key->value, (size_t)768U * (size_t)3U + (size_t)32U,
crypto/openssh/libcrux_mlkem768_sha3.h
12152
(size_t)768U * (size_t)3U + (size_t)64U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
12154
(size_t)32U, t, &expected, uint8_t, uint8_t, bool);
crypto/openssh/libcrux_mlkem768_sha3.h
12197
size_t _i) {
crypto/openssh/libcrux_mlkem768_sha3.h
12219
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
12222
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
12226
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
12239
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
12261
Eurydice_array_to_subslice_to((size_t)1184U, public_key, (size_t)1152U,
crypto/openssh/libcrux_mlkem768_sha3.h
12262
uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
12268
Eurydice_array_to_subslice_from((size_t)1184U, public_key, (size_t)1152U,
crypto/openssh/libcrux_mlkem768_sha3.h
12269
uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
12272
(size_t)1184U, public_key, public_key_serialized, uint8_t, uint8_t, bool);
crypto/openssh/libcrux_mlkem768_sha3.h
156
Eurydice_slice src, size_t sz) {
crypto/openssh/libcrux_mlkem768_sha3.h
2070
c[((size_t)0U + (size_t)4U) % (size_t)5U],
crypto/openssh/libcrux_mlkem768_sha3.h
2071
c[((size_t)0U + (size_t)1U) % (size_t)5U]);
crypto/openssh/libcrux_mlkem768_sha3.h
2073
c[((size_t)1U + (size_t)4U) % (size_t)5U],
crypto/openssh/libcrux_mlkem768_sha3.h
2074
c[((size_t)1U + (size_t)1U) % (size_t)5U]);
crypto/openssh/libcrux_mlkem768_sha3.h
2076
c[((size_t)2U + (size_t)4U) % (size_t)5U],
crypto/openssh/libcrux_mlkem768_sha3.h
2077
c[((size_t)2U + (size_t)1U) % (size_t)5U]);
crypto/openssh/libcrux_mlkem768_sha3.h
2079
c[((size_t)3U + (size_t)4U) % (size_t)5U],
crypto/openssh/libcrux_mlkem768_sha3.h
2080
c[((size_t)3U + (size_t)1U) % (size_t)5U]);
crypto/openssh/libcrux_mlkem768_sha3.h
2083
c[((size_t)4U + (size_t)4U) % (size_t)5U],
crypto/openssh/libcrux_mlkem768_sha3.h
2084
c[((size_t)4U + (size_t)1U) % (size_t)5U])};
crypto/openssh/libcrux_mlkem768_sha3.h
2146
memcpy(old, s->st, (size_t)5U * sizeof(uint64_t[5U]));
crypto/openssh/libcrux_mlkem768_sha3.h
2182
memcpy(old, s->st, (size_t)5U * sizeof(uint64_t[5U]));
crypto/openssh/libcrux_mlkem768_sha3.h
2183
for (size_t i0 = (size_t)0U; i0 < (size_t)5U; i0++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2184
size_t i1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
2185
for (size_t i = (size_t)0U; i < (size_t)5U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2186
size_t j = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2188
s->st[i1][j], old[i1][(j + (size_t)2U) % (size_t)5U],
crypto/openssh/libcrux_mlkem768_sha3.h
2189
old[i1][(j + (size_t)1U) % (size_t)5U]);
crypto/openssh/libcrux_mlkem768_sha3.h
2201
libcrux_sha3_generic_keccak_KeccakState_48 *s, size_t i) {
crypto/openssh/libcrux_mlkem768_sha3.h
2214
for (size_t i = (size_t)0U; i < (size_t)24U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2215
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2234
memcpy(uu____1, blocks, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2247
Eurydice_array_to_slice((size_t)200U, blocks[0U], uint8_t)};
crypto/openssh/libcrux_mlkem768_sha3.h
2265
memcpy(copy_of_b, b, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
2279
size_t last_len = Eurydice_slice_len(last[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2281
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2282
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2283
if (last_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
2285
blocks[i0], (size_t)0U, last_len, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2289
size_t uu____1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
2290
size_t uu____2 = (size_t)72U - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
2295
memcpy(uu____4, blocks, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
2307
for (size_t i = (size_t)0U; i < (size_t)72U / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2308
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2310
out[0U], (size_t)8U * i0, (size_t)8U * i0 + (size_t)8U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2312
core_num__u64_9__to_le_bytes(s[i0 / (size_t)5U][i0 % (size_t)5U], ret);
crypto/openssh/libcrux_mlkem768_sha3.h
2314
uu____0, Eurydice_array_to_slice((size_t)8U, ret, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2327
Eurydice_array_to_slice((size_t)200U, out, uint8_t)};
crypto/openssh/libcrux_mlkem768_sha3.h
2331
memcpy(copy_of_out, out, (size_t)200U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
2332
memcpy(ret[0U], copy_of_out, (size_t)200U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
2361
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2362
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2366
lit.start = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
2370
Eurydice_array_to_subslice((size_t)200U, uu____1, lit, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
2427
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2428
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2432
lit.start = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
2436
Eurydice_array_to_subslice((size_t)200U, uu____1, lit, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
2454
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
2455
i < Eurydice_slice_len(data[0U], uint8_t) / (size_t)72U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2456
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
246
size_t start;
crypto/openssh/libcrux_mlkem768_sha3.h
2460
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2462
libcrux_sha3_portable_keccak_slice_n_5a(copy_of_data, i0 * (size_t)72U,
crypto/openssh/libcrux_mlkem768_sha3.h
2463
(size_t)72U, ret);
crypto/openssh/libcrux_mlkem768_sha3.h
2466
size_t rem = Eurydice_slice_len(data[0U], uint8_t) % (size_t)72U;
crypto/openssh/libcrux_mlkem768_sha3.h
247
size_t end;
crypto/openssh/libcrux_mlkem768_sha3.h
2470
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2475
size_t outlen = Eurydice_slice_len(out[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2476
size_t blocks = outlen / (size_t)72U;
crypto/openssh/libcrux_mlkem768_sha3.h
2477
size_t last = outlen - outlen % (size_t)72U;
crypto/openssh/libcrux_mlkem768_sha3.h
2478
if (blocks == (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
2482
libcrux_sha3_portable_keccak_split_at_mut_n_5a(out, (size_t)72U);
crypto/openssh/libcrux_mlkem768_sha3.h
2484
memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2486
memcpy(o1, uu____4.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2490
(CLITERAL(core_ops_range_Range_b3){.start = (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
2495
&iter, size_t, Option_b3)
crypto/openssh/libcrux_mlkem768_sha3.h
2500
libcrux_sha3_portable_keccak_split_at_mut_n_5a(o1, (size_t)72U);
crypto/openssh/libcrux_mlkem768_sha3.h
2502
memcpy(o, uu____5.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2504
memcpy(orest, uu____5.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2506
memcpy(o1, orest, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2525
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2546
for (size_t i = (size_t)0U; i < (size_t)136U / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2547
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2552
Eurydice_slice_subslice2(blocks[0U], (size_t)8U * i0,
crypto/openssh/libcrux_mlkem768_sha3.h
2553
(size_t)8U * i0 + (size_t)8U, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
2556
size_t uu____1 = i0 / (size_t)5U;
crypto/openssh/libcrux_mlkem768_sha3.h
2557
size_t uu____2 = i0 % (size_t)5U;
crypto/openssh/libcrux_mlkem768_sha3.h
2577
memcpy(copy_of_b, b, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2592
memcpy(uu____1, blocks, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2605
Eurydice_array_to_slice((size_t)200U, blocks[0U], uint8_t)};
crypto/openssh/libcrux_mlkem768_sha3.h
2623
memcpy(copy_of_b, b, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
2637
size_t last_len = Eurydice_slice_len(last[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2639
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2640
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2641
if (last_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
2643
blocks[i0], (size_t)0U, last_len, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2647
size_t uu____1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
2648
size_t uu____2 = (size_t)136U - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
2653
memcpy(uu____4, blocks, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
2665
for (size_t i = (size_t)0U; i < (size_t)136U / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2666
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2668
out[0U], (size_t)8U * i0, (size_t)8U * i0 + (size_t)8U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
267
size_t f0;
crypto/openssh/libcrux_mlkem768_sha3.h
2670
core_num__u64_9__to_le_bytes(s[i0 / (size_t)5U][i0 % (size_t)5U], ret);
crypto/openssh/libcrux_mlkem768_sha3.h
2672
uu____0, Eurydice_array_to_slice((size_t)8U, ret, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2685
Eurydice_array_to_slice((size_t)200U, out, uint8_t)};
crypto/openssh/libcrux_mlkem768_sha3.h
2689
memcpy(copy_of_out, out, (size_t)200U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
2690
memcpy(ret[0U], copy_of_out, (size_t)200U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
2720
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2721
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2725
lit.start = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
2729
Eurydice_array_to_subslice((size_t)200U, uu____1, lit, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
2786
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2787
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2791
lit.start = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
2795
Eurydice_array_to_subslice((size_t)200U, uu____1, lit, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
2813
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
2814
i < Eurydice_slice_len(data[0U], uint8_t) / (size_t)136U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2815
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2819
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
282
#define LIBCRUX_ML_KEM_CONSTANTS_SHARED_SECRET_SIZE ((size_t)32U)
crypto/openssh/libcrux_mlkem768_sha3.h
2821
libcrux_sha3_portable_keccak_slice_n_5a(copy_of_data, i0 * (size_t)136U,
crypto/openssh/libcrux_mlkem768_sha3.h
2822
(size_t)136U, ret);
crypto/openssh/libcrux_mlkem768_sha3.h
2825
size_t rem = Eurydice_slice_len(data[0U], uint8_t) % (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
2829
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2834
size_t outlen = Eurydice_slice_len(out[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2835
size_t blocks = outlen / (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
2836
size_t last = outlen - outlen % (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
2837
if (blocks == (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
284
#define LIBCRUX_ML_KEM_CONSTANTS_BITS_PER_COEFFICIENT ((size_t)12U)
crypto/openssh/libcrux_mlkem768_sha3.h
2841
libcrux_sha3_portable_keccak_split_at_mut_n_5a(out, (size_t)136U);
crypto/openssh/libcrux_mlkem768_sha3.h
2843
memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2845
memcpy(o1, uu____4.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2849
(CLITERAL(core_ops_range_Range_b3){.start = (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
2854
&iter, size_t, Option_b3)
crypto/openssh/libcrux_mlkem768_sha3.h
2859
libcrux_sha3_portable_keccak_split_at_mut_n_5a(o1, (size_t)136U);
crypto/openssh/libcrux_mlkem768_sha3.h
286
#define LIBCRUX_ML_KEM_CONSTANTS_COEFFICIENTS_IN_RING_ELEMENT ((size_t)256U)
crypto/openssh/libcrux_mlkem768_sha3.h
2861
memcpy(o, uu____5.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2863
memcpy(orest, uu____5.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2865
memcpy(o1, orest, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2884
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
289
(LIBCRUX_ML_KEM_CONSTANTS_COEFFICIENTS_IN_RING_ELEMENT * (size_t)12U)
crypto/openssh/libcrux_mlkem768_sha3.h
2908
size_t last_len = Eurydice_slice_len(last[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2910
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2911
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2912
if (last_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
2914
blocks[i0], (size_t)0U, last_len, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2918
size_t uu____1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
2919
size_t uu____2 = (size_t)136U - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
292
(LIBCRUX_ML_KEM_CONSTANTS_BITS_PER_RING_ELEMENT / (size_t)8U)
crypto/openssh/libcrux_mlkem768_sha3.h
2924
memcpy(uu____4, blocks, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
294
#define LIBCRUX_ML_KEM_CONSTANTS_CPA_PKE_KEY_GENERATION_SEED_SIZE ((size_t)32U)
crypto/openssh/libcrux_mlkem768_sha3.h
2941
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
2942
i < Eurydice_slice_len(data[0U], uint8_t) / (size_t)136U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
2943
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
2947
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2949
libcrux_sha3_portable_keccak_slice_n_5a(copy_of_data, i0 * (size_t)136U,
crypto/openssh/libcrux_mlkem768_sha3.h
2950
(size_t)136U, ret);
crypto/openssh/libcrux_mlkem768_sha3.h
2953
size_t rem = Eurydice_slice_len(data[0U], uint8_t) % (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
2957
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
296
#define LIBCRUX_ML_KEM_CONSTANTS_H_DIGEST_SIZE ((size_t)32U)
crypto/openssh/libcrux_mlkem768_sha3.h
2962
size_t outlen = Eurydice_slice_len(out[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
2963
size_t blocks = outlen / (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
2964
size_t last = outlen - outlen % (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
2965
if (blocks == (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
2969
libcrux_sha3_portable_keccak_split_at_mut_n_5a(out, (size_t)136U);
crypto/openssh/libcrux_mlkem768_sha3.h
2971
memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2973
memcpy(o1, uu____4.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2977
(CLITERAL(core_ops_range_Range_b3){.start = (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
2982
&iter, size_t, Option_b3)
crypto/openssh/libcrux_mlkem768_sha3.h
2987
libcrux_sha3_portable_keccak_split_at_mut_n_5a(o1, (size_t)136U);
crypto/openssh/libcrux_mlkem768_sha3.h
2989
memcpy(o, uu____5.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2991
memcpy(orest, uu____5.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
2993
memcpy(o1, orest, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3012
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3044
for (size_t i = (size_t)0U; i < (size_t)168U / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3045
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3050
Eurydice_slice_subslice2(blocks[0U], (size_t)8U * i0,
crypto/openssh/libcrux_mlkem768_sha3.h
3051
(size_t)8U * i0 + (size_t)8U, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
3054
size_t uu____1 = i0 / (size_t)5U;
crypto/openssh/libcrux_mlkem768_sha3.h
3055
size_t uu____2 = i0 % (size_t)5U;
crypto/openssh/libcrux_mlkem768_sha3.h
3069
Eurydice_array_to_slice((size_t)200U, blocks[0U], uint8_t)};
crypto/openssh/libcrux_mlkem768_sha3.h
3087
memcpy(copy_of_b, b, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
3101
size_t last_len = Eurydice_slice_len(last[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3103
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3104
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3105
if (last_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
3107
blocks[i0], (size_t)0U, last_len, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3111
size_t uu____1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
3112
size_t uu____2 = (size_t)168U - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
3117
memcpy(uu____4, blocks, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
3139
for (size_t i = (size_t)0U; i < (size_t)168U / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3140
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3142
out[0U], (size_t)8U * i0, (size_t)8U * i0 + (size_t)8U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3144
core_num__u64_9__to_le_bytes(s[i0 / (size_t)5U][i0 % (size_t)5U], ret);
crypto/openssh/libcrux_mlkem768_sha3.h
3146
uu____0, Eurydice_array_to_slice((size_t)8U, ret, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3210
libcrux_sha3_portable_keccak_split_at_mut_n_5a(out, (size_t)168U);
crypto/openssh/libcrux_mlkem768_sha3.h
3212
memcpy(o0, uu____0.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3214
memcpy(o10, uu____0.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3217
libcrux_sha3_portable_keccak_split_at_mut_n_5a(o10, (size_t)168U);
crypto/openssh/libcrux_mlkem768_sha3.h
3219
memcpy(o1, uu____1.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3221
memcpy(o2, uu____1.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3246
static inline size_t libcrux_sha3_digest_size(libcrux_sha3_Algorithm mode) {
crypto/openssh/libcrux_mlkem768_sha3.h
3247
size_t uu____0;
crypto/openssh/libcrux_mlkem768_sha3.h
3250
uu____0 = (size_t)28U;
crypto/openssh/libcrux_mlkem768_sha3.h
3254
uu____0 = (size_t)32U;
crypto/openssh/libcrux_mlkem768_sha3.h
3258
uu____0 = (size_t)48U;
crypto/openssh/libcrux_mlkem768_sha3.h
3262
uu____0 = (size_t)64U;
crypto/openssh/libcrux_mlkem768_sha3.h
327
memcpy(f0, self.val.case_Ok, (size_t)24U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
328
memcpy(ret, f0, (size_t)24U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
3281
for (size_t i = (size_t)0U; i < (size_t)144U / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3282
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3287
Eurydice_slice_subslice2(blocks[0U], (size_t)8U * i0,
crypto/openssh/libcrux_mlkem768_sha3.h
3288
(size_t)8U * i0 + (size_t)8U, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
3291
size_t uu____1 = i0 / (size_t)5U;
crypto/openssh/libcrux_mlkem768_sha3.h
3292
size_t uu____2 = i0 % (size_t)5U;
crypto/openssh/libcrux_mlkem768_sha3.h
3312
memcpy(copy_of_b, b, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3327
memcpy(uu____1, blocks, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3340
Eurydice_array_to_slice((size_t)200U, blocks[0U], uint8_t)};
crypto/openssh/libcrux_mlkem768_sha3.h
3358
memcpy(copy_of_b, b, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
3372
size_t last_len = Eurydice_slice_len(last[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3374
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3375
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3376
if (last_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
3378
blocks[i0], (size_t)0U, last_len, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3382
size_t uu____1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
3383
size_t uu____2 = (size_t)144U - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
3388
memcpy(uu____4, blocks, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
3400
for (size_t i = (size_t)0U; i < (size_t)144U / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3401
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3403
out[0U], (size_t)8U * i0, (size_t)8U * i0 + (size_t)8U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3405
core_num__u64_9__to_le_bytes(s[i0 / (size_t)5U][i0 % (size_t)5U], ret);
crypto/openssh/libcrux_mlkem768_sha3.h
3407
uu____0, Eurydice_array_to_slice((size_t)8U, ret, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3420
Eurydice_array_to_slice((size_t)200U, out, uint8_t)};
crypto/openssh/libcrux_mlkem768_sha3.h
3424
memcpy(copy_of_out, out, (size_t)200U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
3425
memcpy(ret[0U], copy_of_out, (size_t)200U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
3455
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3456
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3460
lit.start = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
3464
Eurydice_array_to_subslice((size_t)200U, uu____1, lit, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
3521
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3522
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3526
lit.start = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
3530
Eurydice_array_to_subslice((size_t)200U, uu____1, lit, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
3548
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
3549
i < Eurydice_slice_len(data[0U], uint8_t) / (size_t)144U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3550
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3554
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3556
libcrux_sha3_portable_keccak_slice_n_5a(copy_of_data, i0 * (size_t)144U,
crypto/openssh/libcrux_mlkem768_sha3.h
3557
(size_t)144U, ret);
crypto/openssh/libcrux_mlkem768_sha3.h
3560
size_t rem = Eurydice_slice_len(data[0U], uint8_t) % (size_t)144U;
crypto/openssh/libcrux_mlkem768_sha3.h
3564
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3569
size_t outlen = Eurydice_slice_len(out[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3570
size_t blocks = outlen / (size_t)144U;
crypto/openssh/libcrux_mlkem768_sha3.h
3571
size_t last = outlen - outlen % (size_t)144U;
crypto/openssh/libcrux_mlkem768_sha3.h
3572
if (blocks == (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
3576
libcrux_sha3_portable_keccak_split_at_mut_n_5a(out, (size_t)144U);
crypto/openssh/libcrux_mlkem768_sha3.h
3578
memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3580
memcpy(o1, uu____4.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3584
(CLITERAL(core_ops_range_Range_b3){.start = (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
3589
&iter, size_t, Option_b3)
crypto/openssh/libcrux_mlkem768_sha3.h
3594
libcrux_sha3_portable_keccak_split_at_mut_n_5a(o1, (size_t)144U);
crypto/openssh/libcrux_mlkem768_sha3.h
3596
memcpy(o, uu____5.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3598
memcpy(orest, uu____5.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
360
memcpy(f0, self.val.case_Ok, (size_t)20U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
3600
memcpy(o1, orest, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
361
memcpy(ret, f0, (size_t)20U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
3619
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3640
for (size_t i = (size_t)0U; i < (size_t)104U / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3641
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3646
Eurydice_slice_subslice2(blocks[0U], (size_t)8U * i0,
crypto/openssh/libcrux_mlkem768_sha3.h
3647
(size_t)8U * i0 + (size_t)8U, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
3650
size_t uu____1 = i0 / (size_t)5U;
crypto/openssh/libcrux_mlkem768_sha3.h
3651
size_t uu____2 = i0 % (size_t)5U;
crypto/openssh/libcrux_mlkem768_sha3.h
3671
memcpy(copy_of_b, b, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3686
memcpy(uu____1, blocks, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3699
Eurydice_array_to_slice((size_t)200U, blocks[0U], uint8_t)};
crypto/openssh/libcrux_mlkem768_sha3.h
3717
memcpy(copy_of_b, b, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
3731
size_t last_len = Eurydice_slice_len(last[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3733
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3734
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3735
if (last_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
3737
blocks[i0], (size_t)0U, last_len, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3741
size_t uu____1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
3742
size_t uu____2 = (size_t)104U - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
3747
memcpy(uu____4, blocks, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
3759
for (size_t i = (size_t)0U; i < (size_t)104U / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3760
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3762
out[0U], (size_t)8U * i0, (size_t)8U * i0 + (size_t)8U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3764
core_num__u64_9__to_le_bytes(s[i0 / (size_t)5U][i0 % (size_t)5U], ret);
crypto/openssh/libcrux_mlkem768_sha3.h
3766
uu____0, Eurydice_array_to_slice((size_t)8U, ret, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3779
Eurydice_array_to_slice((size_t)200U, out, uint8_t)};
crypto/openssh/libcrux_mlkem768_sha3.h
3783
memcpy(copy_of_out, out, (size_t)200U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
3784
memcpy(ret[0U], copy_of_out, (size_t)200U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
3814
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3815
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3819
lit.start = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
3823
Eurydice_array_to_subslice((size_t)200U, uu____1, lit, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
3880
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3881
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3885
lit.start = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
3889
Eurydice_array_to_subslice((size_t)200U, uu____1, lit, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
3907
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
3908
i < Eurydice_slice_len(data[0U], uint8_t) / (size_t)104U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
3909
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
3913
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3915
libcrux_sha3_portable_keccak_slice_n_5a(copy_of_data, i0 * (size_t)104U,
crypto/openssh/libcrux_mlkem768_sha3.h
3916
(size_t)104U, ret);
crypto/openssh/libcrux_mlkem768_sha3.h
3919
size_t rem = Eurydice_slice_len(data[0U], uint8_t) % (size_t)104U;
crypto/openssh/libcrux_mlkem768_sha3.h
3923
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3928
size_t outlen = Eurydice_slice_len(out[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
3929
size_t blocks = outlen / (size_t)104U;
crypto/openssh/libcrux_mlkem768_sha3.h
393
memcpy(f0, self.val.case_Ok, (size_t)10U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
3930
size_t last = outlen - outlen % (size_t)104U;
crypto/openssh/libcrux_mlkem768_sha3.h
3931
if (blocks == (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
3935
libcrux_sha3_portable_keccak_split_at_mut_n_5a(out, (size_t)104U);
crypto/openssh/libcrux_mlkem768_sha3.h
3937
memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3939
memcpy(o1, uu____4.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
394
memcpy(ret, f0, (size_t)10U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
3943
(CLITERAL(core_ops_range_Range_b3){.start = (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
3948
&iter, size_t, Option_b3)
crypto/openssh/libcrux_mlkem768_sha3.h
3953
libcrux_sha3_portable_keccak_split_at_mut_n_5a(o1, (size_t)104U);
crypto/openssh/libcrux_mlkem768_sha3.h
3955
memcpy(o, uu____5.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3957
memcpy(orest, uu____5.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3959
memcpy(o1, orest, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
3978
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4009
libcrux_sha3_sha224_ema(Eurydice_array_to_slice((size_t)28U, out, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
4011
memcpy(ret, out, (size_t)28U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
4028
libcrux_sha3_sha256_ema(Eurydice_array_to_slice((size_t)32U, out, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
4030
memcpy(ret, out, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
4047
libcrux_sha3_sha384_ema(Eurydice_array_to_slice((size_t)48U, out, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
4049
memcpy(ret, out, (size_t)48U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
4066
libcrux_sha3_sha512_ema(Eurydice_array_to_slice((size_t)64U, out, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
4068
memcpy(ret, out, (size_t)64U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
4085
memcpy(copy_of_b, b, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4100
memcpy(uu____1, blocks, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4114
Eurydice_array_to_slice((size_t)200U, out, uint8_t)};
crypto/openssh/libcrux_mlkem768_sha3.h
4118
memcpy(copy_of_out, out, (size_t)200U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
4119
memcpy(ret[0U], copy_of_out, (size_t)200U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
4149
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
4150
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
4154
lit.start = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
4158
Eurydice_array_to_subslice((size_t)200U, uu____1, lit, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
4176
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
4177
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
4181
lit.start = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
4185
Eurydice_array_to_subslice((size_t)200U, uu____1, lit, uint8_t,
crypto/openssh/libcrux_mlkem768_sha3.h
4203
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
4204
i < Eurydice_slice_len(data[0U], uint8_t) / (size_t)168U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
4205
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
4209
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4211
libcrux_sha3_portable_keccak_slice_n_5a(copy_of_data, i0 * (size_t)168U,
crypto/openssh/libcrux_mlkem768_sha3.h
4212
(size_t)168U, ret);
crypto/openssh/libcrux_mlkem768_sha3.h
4215
size_t rem = Eurydice_slice_len(data[0U], uint8_t) % (size_t)168U;
crypto/openssh/libcrux_mlkem768_sha3.h
4219
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4224
size_t outlen = Eurydice_slice_len(out[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
4225
size_t blocks = outlen / (size_t)168U;
crypto/openssh/libcrux_mlkem768_sha3.h
4226
size_t last = outlen - outlen % (size_t)168U;
crypto/openssh/libcrux_mlkem768_sha3.h
4227
if (blocks == (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
4231
libcrux_sha3_portable_keccak_split_at_mut_n_5a(out, (size_t)168U);
crypto/openssh/libcrux_mlkem768_sha3.h
4233
memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4235
memcpy(o1, uu____4.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4239
(CLITERAL(core_ops_range_Range_b3){.start = (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
4244
&iter, size_t, Option_b3)
crypto/openssh/libcrux_mlkem768_sha3.h
4249
libcrux_sha3_portable_keccak_split_at_mut_n_5a(o1, (size_t)168U);
crypto/openssh/libcrux_mlkem768_sha3.h
4251
memcpy(o, uu____5.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4253
memcpy(orest, uu____5.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4255
memcpy(o1, orest, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4274
memcpy(copy_of_data, data, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4308
static const size_t libcrux_sha3_generic_keccak__PI[24U] = {
crypto/openssh/libcrux_mlkem768_sha3.h
4309
(size_t)6U, (size_t)12U, (size_t)18U, (size_t)24U, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
4310
(size_t)9U, (size_t)10U, (size_t)16U, (size_t)22U, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
4311
(size_t)7U, (size_t)13U, (size_t)19U, (size_t)20U, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
4312
(size_t)5U, (size_t)11U, (size_t)17U, (size_t)23U, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
4313
(size_t)8U, (size_t)14U, (size_t)15U, (size_t)21U};
crypto/openssh/libcrux_mlkem768_sha3.h
4315
static const size_t libcrux_sha3_generic_keccak__ROTC[24U] = {
crypto/openssh/libcrux_mlkem768_sha3.h
4316
(size_t)1U, (size_t)62U, (size_t)28U, (size_t)27U, (size_t)36U,
crypto/openssh/libcrux_mlkem768_sha3.h
4317
(size_t)44U, (size_t)6U, (size_t)55U, (size_t)20U, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
4318
(size_t)10U, (size_t)43U, (size_t)25U, (size_t)39U, (size_t)41U,
crypto/openssh/libcrux_mlkem768_sha3.h
4319
(size_t)45U, (size_t)15U, (size_t)21U, (size_t)8U, (size_t)18U,
crypto/openssh/libcrux_mlkem768_sha3.h
4320
(size_t)2U, (size_t)61U, (size_t)56U, (size_t)14U};
crypto/openssh/libcrux_mlkem768_sha3.h
4439
libcrux_sha3_portable_keccak_split_at_mut_n_5a(out, (size_t)168U);
crypto/openssh/libcrux_mlkem768_sha3.h
4441
memcpy(o0, uu____0.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4443
memcpy(o10, uu____0.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4446
libcrux_sha3_portable_keccak_split_at_mut_n_5a(o10, (size_t)168U);
crypto/openssh/libcrux_mlkem768_sha3.h
4448
memcpy(o1, uu____1.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4450
memcpy(o20, uu____1.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4453
libcrux_sha3_portable_keccak_split_at_mut_n_5a(o20, (size_t)168U);
crypto/openssh/libcrux_mlkem768_sha3.h
4455
memcpy(o2, uu____2.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4457
memcpy(o30, uu____2.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4460
libcrux_sha3_portable_keccak_split_at_mut_n_5a(o30, (size_t)168U);
crypto/openssh/libcrux_mlkem768_sha3.h
4462
memcpy(o3, uu____3.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4464
memcpy(o4, uu____3.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
449
memcpy(copy_of_value, value, (size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
451
memcpy(lit.value, copy_of_value, (size_t)1184U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
4527
size_t buf_len;
crypto/openssh/libcrux_mlkem768_sha3.h
4554
static inline size_t libcrux_sha3_generic_keccak_fill_buffer_9d_b0(
crypto/openssh/libcrux_mlkem768_sha3.h
4557
size_t input_len = Eurydice_slice_len(inputs[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
4558
size_t consumed = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
4559
if (self->buf_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
4560
if (self->buf_len + input_len >= (size_t)136U) {
crypto/openssh/libcrux_mlkem768_sha3.h
4561
consumed = (size_t)136U - self->buf_len;
crypto/openssh/libcrux_mlkem768_sha3.h
4562
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
4563
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
4565
(size_t)136U, self->buf[i0], self->buf_len, uint8_t, size_t);
crypto/openssh/libcrux_mlkem768_sha3.h
4568
Eurydice_slice_subslice_to(inputs[i0], consumed, uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
4588
static inline size_t libcrux_sha3_generic_keccak_absorb_full_9d_f8(
crypto/openssh/libcrux_mlkem768_sha3.h
4594
memcpy(copy_of_inputs0, inputs, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4595
size_t input_consumed =
crypto/openssh/libcrux_mlkem768_sha3.h
4597
if (input_consumed > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
4599
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
4602
(size_t)136U, buf, uint8_t, Eurydice_slice);
crypto/openssh/libcrux_mlkem768_sha3.h
4604
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
4605
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
4607
Eurydice_array_to_slice((size_t)136U, self->buf[i0], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
4611
memcpy(uu____3, borrowed, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4614
self->buf_len = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
4616
size_t input_to_consume =
crypto/openssh/libcrux_mlkem768_sha3.h
4618
size_t num_blocks = input_to_consume / (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
4619
size_t remainder = input_to_consume % (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
4620
for (size_t i = (size_t)0U; i < num_blocks; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
4621
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
4625
memcpy(copy_of_inputs, inputs, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4628
copy_of_inputs, input_consumed + i0 * (size_t)136U, (size_t)136U, ret);
crypto/openssh/libcrux_mlkem768_sha3.h
4664
memcpy(copy_of_inputs, inputs, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4665
size_t input_remainder_len =
crypto/openssh/libcrux_mlkem768_sha3.h
4667
if (input_remainder_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
4668
size_t input_len = Eurydice_slice_len(inputs[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
4669
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
4670
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
4677
inputs[i0], input_len - input_remainder_len, uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
4725
memcpy(copy_of_inputs, inputs, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
4726
size_t input_remainder_len =
crypto/openssh/libcrux_mlkem768_sha3.h
4728
size_t input_len = Eurydice_slice_len(inputs[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
4730
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
4731
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
4732
if (self->buf_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
4734
blocks[i0], (size_t)0U, self->buf_len, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
4736
Eurydice_array_to_subslice2(self->buf[i0], (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
4740
if (input_remainder_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
4747
inputs[i0], input_len - input_remainder_len, uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
4751
size_t uu____4 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
4752
size_t uu____5 = (size_t)136U - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
4757
memcpy(uu____7, blocks, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
4952
memcpy(lit.buf[0U], ret, (size_t)136U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
4953
lit.buf_len = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
4981
size_t buf_len;
crypto/openssh/libcrux_mlkem768_sha3.h
5008
static inline size_t libcrux_sha3_generic_keccak_fill_buffer_9d_b00(
crypto/openssh/libcrux_mlkem768_sha3.h
5011
size_t input_len = Eurydice_slice_len(inputs[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5012
size_t consumed = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
5013
if (self->buf_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
5014
if (self->buf_len + input_len >= (size_t)168U) {
crypto/openssh/libcrux_mlkem768_sha3.h
5015
consumed = (size_t)168U - self->buf_len;
crypto/openssh/libcrux_mlkem768_sha3.h
5016
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
5017
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
5019
(size_t)168U, self->buf[i0], self->buf_len, uint8_t, size_t);
crypto/openssh/libcrux_mlkem768_sha3.h
502
memcpy(copy_of_value, value, (size_t)2400U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5022
Eurydice_slice_subslice_to(inputs[i0], consumed, uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
504
memcpy(lit.value, copy_of_value, (size_t)2400U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5042
static inline size_t libcrux_sha3_generic_keccak_absorb_full_9d_f80(
crypto/openssh/libcrux_mlkem768_sha3.h
5048
memcpy(copy_of_inputs0, inputs, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5049
size_t input_consumed =
crypto/openssh/libcrux_mlkem768_sha3.h
5051
if (input_consumed > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
5053
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
5056
(size_t)168U, buf, uint8_t, Eurydice_slice);
crypto/openssh/libcrux_mlkem768_sha3.h
5058
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
5059
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
5061
Eurydice_array_to_slice((size_t)168U, self->buf[i0], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5065
memcpy(uu____3, borrowed, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5068
self->buf_len = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
5070
size_t input_to_consume =
crypto/openssh/libcrux_mlkem768_sha3.h
5072
size_t num_blocks = input_to_consume / (size_t)168U;
crypto/openssh/libcrux_mlkem768_sha3.h
5073
size_t remainder = input_to_consume % (size_t)168U;
crypto/openssh/libcrux_mlkem768_sha3.h
5074
for (size_t i = (size_t)0U; i < num_blocks; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
5075
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
5079
memcpy(copy_of_inputs, inputs, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5082
copy_of_inputs, input_consumed + i0 * (size_t)168U, (size_t)168U, ret);
crypto/openssh/libcrux_mlkem768_sha3.h
5118
memcpy(copy_of_inputs, inputs, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5119
size_t input_remainder_len =
crypto/openssh/libcrux_mlkem768_sha3.h
5121
if (input_remainder_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
5122
size_t input_len = Eurydice_slice_len(inputs[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5123
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
5124
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
5131
inputs[i0], input_len - input_remainder_len, uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
5176
memcpy(copy_of_inputs, inputs, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5177
size_t input_remainder_len =
crypto/openssh/libcrux_mlkem768_sha3.h
5179
size_t input_len = Eurydice_slice_len(inputs[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5181
for (size_t i = (size_t)0U; i < (size_t)1U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
5182
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
5183
if (self->buf_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
5185
blocks[i0], (size_t)0U, self->buf_len, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5187
Eurydice_array_to_subslice2(self->buf[i0], (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
5191
if (input_remainder_len > (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
5198
inputs[i0], input_len - input_remainder_len, uint8_t, size_t),
crypto/openssh/libcrux_mlkem768_sha3.h
5202
size_t uu____4 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
5203
size_t uu____5 = (size_t)168U - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
5208
memcpy(uu____7, blocks, (size_t)1U * sizeof(uint8_t[200U]));
crypto/openssh/libcrux_mlkem768_sha3.h
532
memcpy(f0, self.val.case_Ok, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
533
memcpy(ret, f0, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5432
memcpy(lit.buf[0U], ret, (size_t)168U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5433
lit.buf_len = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
5462
size_t num_full_blocks = Eurydice_slice_len(out[0U], uint8_t) / (size_t)8U;
crypto/openssh/libcrux_mlkem768_sha3.h
5463
size_t last_block_len = Eurydice_slice_len(out[0U], uint8_t) % (size_t)8U;
crypto/openssh/libcrux_mlkem768_sha3.h
5464
for (size_t i = (size_t)0U; i < num_full_blocks; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
5465
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
5467
out[0U], i0 * (size_t)8U, i0 * (size_t)8U + (size_t)8U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5469
core_num__u64_9__to_le_bytes(state[i0 / (size_t)5U][i0 % (size_t)5U], ret);
crypto/openssh/libcrux_mlkem768_sha3.h
5471
uu____0, Eurydice_array_to_slice((size_t)8U, ret, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5473
if (last_block_len != (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
5475
out[0U], num_full_blocks * (size_t)8U,
crypto/openssh/libcrux_mlkem768_sha3.h
5476
num_full_blocks * (size_t)8U + last_block_len, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5479
state[num_full_blocks / (size_t)5U][num_full_blocks % (size_t)5U], ret);
crypto/openssh/libcrux_mlkem768_sha3.h
5482
Eurydice_array_to_subslice2(ret, (size_t)0U, last_block_len, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
5507
size_t out_len = Eurydice_slice_len(out[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5508
size_t blocks = out_len / (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
5509
size_t last = out_len - out_len % (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
5510
size_t mid;
crypto/openssh/libcrux_mlkem768_sha3.h
5511
if ((size_t)136U >= out_len) {
crypto/openssh/libcrux_mlkem768_sha3.h
5514
mid = (size_t)136U;
crypto/openssh/libcrux_mlkem768_sha3.h
5519
memcpy(out00, uu____0.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5521
memcpy(out_rest, uu____0.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5525
(CLITERAL(core_ops_range_Range_b3){.start = (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
5530
&iter, size_t, Option_b3)
crypto/openssh/libcrux_mlkem768_sha3.h
5536
(size_t)136U);
crypto/openssh/libcrux_mlkem768_sha3.h
5538
memcpy(out0, uu____1.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5540
memcpy(tmp, uu____1.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5543
memcpy(out_rest, tmp, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5581
size_t num_full_blocks = Eurydice_slice_len(out[0U], uint8_t) / (size_t)8U;
crypto/openssh/libcrux_mlkem768_sha3.h
5582
size_t last_block_len = Eurydice_slice_len(out[0U], uint8_t) % (size_t)8U;
crypto/openssh/libcrux_mlkem768_sha3.h
5583
for (size_t i = (size_t)0U; i < num_full_blocks; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
5584
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
5586
out[0U], i0 * (size_t)8U, i0 * (size_t)8U + (size_t)8U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5588
core_num__u64_9__to_le_bytes(state[i0 / (size_t)5U][i0 % (size_t)5U], ret);
crypto/openssh/libcrux_mlkem768_sha3.h
5590
uu____0, Eurydice_array_to_slice((size_t)8U, ret, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5592
if (last_block_len != (size_t)0U) {
crypto/openssh/libcrux_mlkem768_sha3.h
5594
out[0U], num_full_blocks * (size_t)8U,
crypto/openssh/libcrux_mlkem768_sha3.h
5595
num_full_blocks * (size_t)8U + last_block_len, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5598
state[num_full_blocks / (size_t)5U][num_full_blocks % (size_t)5U], ret);
crypto/openssh/libcrux_mlkem768_sha3.h
5601
Eurydice_array_to_subslice2(ret, (size_t)0U, last_block_len, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
5626
size_t out_len = Eurydice_slice_len(out[0U], uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
5627
size_t blocks = out_len / (size_t)168U;
crypto/openssh/libcrux_mlkem768_sha3.h
5628
size_t last = out_len - out_len % (size_t)168U;
crypto/openssh/libcrux_mlkem768_sha3.h
5629
size_t mid;
crypto/openssh/libcrux_mlkem768_sha3.h
5630
if ((size_t)168U >= out_len) {
crypto/openssh/libcrux_mlkem768_sha3.h
5633
mid = (size_t)168U;
crypto/openssh/libcrux_mlkem768_sha3.h
5638
memcpy(out00, uu____0.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5640
memcpy(out_rest, uu____0.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5644
(CLITERAL(core_ops_range_Range_b3){.start = (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
5649
&iter, size_t, Option_b3)
crypto/openssh/libcrux_mlkem768_sha3.h
565
memcpy(copy_of_value, value, (size_t)1088U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5655
(size_t)168U);
crypto/openssh/libcrux_mlkem768_sha3.h
5657
memcpy(out0, uu____1.fst, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5659
memcpy(tmp, uu____1.snd, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
5662
memcpy(out_rest, tmp, (size_t)1U * sizeof(Eurydice_slice));
crypto/openssh/libcrux_mlkem768_sha3.h
567
memcpy(lit.value, copy_of_value, (size_t)1088U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5797
#define LIBCRUX_ML_KEM_HASH_FUNCTIONS_BLOCK_SIZE ((size_t)168U)
crypto/openssh/libcrux_mlkem768_sha3.h
5800
(LIBCRUX_ML_KEM_HASH_FUNCTIONS_BLOCK_SIZE * (size_t)3U)
crypto/openssh/libcrux_mlkem768_sha3.h
5806
Eurydice_array_to_slice((size_t)64U, digest, uint8_t), input);
crypto/openssh/libcrux_mlkem768_sha3.h
5807
memcpy(ret, digest, (size_t)64U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5814
Eurydice_array_to_slice((size_t)32U, digest, uint8_t), input);
crypto/openssh/libcrux_mlkem768_sha3.h
5815
memcpy(ret, digest, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5861
#define LIBCRUX_ML_KEM_VECTOR_TRAITS_FIELD_ELEMENTS_IN_VECTOR ((size_t)16U)
crypto/openssh/libcrux_mlkem768_sha3.h
5886
&dst, Eurydice_slice_subslice2(array, (size_t)0U, (size_t)16U, int16_t),
crypto/openssh/libcrux_mlkem768_sha3.h
5889
memcpy(lit.elements, ret, (size_t)16U * sizeof(int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5918
uint8_t r0 = (uint8_t)Eurydice_slice_index(v, (size_t)0U, int16_t, int16_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
5919
uint8_t r1 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)1U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5923
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5926
uint8_t r2 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)2U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5930
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)1U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5934
(uint8_t)(Eurydice_slice_index(v, (size_t)2U, int16_t, int16_t *) >> 2U &
crypto/openssh/libcrux_mlkem768_sha3.h
5936
uint8_t r4 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)3U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5940
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)2U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5943
uint8_t r5 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)4U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5947
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)3U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5950
uint8_t r6 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)5U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5954
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)4U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5958
(uint8_t)(Eurydice_slice_index(v, (size_t)5U, int16_t, int16_t *) >> 1U &
crypto/openssh/libcrux_mlkem768_sha3.h
5960
uint8_t r8 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)6U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5964
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)5U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5967
uint8_t r9 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)7U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5971
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)6U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
5975
(uint8_t)(Eurydice_slice_index(v, (size_t)7U, int16_t, int16_t *) >> 3U);
crypto/openssh/libcrux_mlkem768_sha3.h
5994
Eurydice_array_to_subslice2(v.elements, (size_t)0U, (size_t)8U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
5997
Eurydice_array_to_subslice2(v.elements, (size_t)8U, (size_t)16U,
crypto/openssh/libcrux_mlkem768_sha3.h
600
Eurydice_array_to_subslice2(uu____0, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
6022
memcpy(ret, result, (size_t)22U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
603
memcpy(ret, out, (size_t)33U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
6050
((int16_t)Eurydice_slice_index(bytes, (size_t)1U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6053
(int16_t)Eurydice_slice_index(bytes, (size_t)0U, uint8_t, uint8_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
6055
((int16_t)Eurydice_slice_index(bytes, (size_t)2U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6058
(int16_t)Eurydice_slice_index(bytes, (size_t)1U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6061
(((int16_t)Eurydice_slice_index(bytes, (size_t)4U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6064
(int16_t)Eurydice_slice_index(bytes, (size_t)3U, uint8_t, uint8_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
6066
(int16_t)Eurydice_slice_index(bytes, (size_t)2U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6069
((int16_t)Eurydice_slice_index(bytes, (size_t)5U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6072
(int16_t)Eurydice_slice_index(bytes, (size_t)4U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6075
((int16_t)Eurydice_slice_index(bytes, (size_t)6U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6078
(int16_t)Eurydice_slice_index(bytes, (size_t)5U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6081
(((int16_t)Eurydice_slice_index(bytes, (size_t)8U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6084
(int16_t)Eurydice_slice_index(bytes, (size_t)7U, uint8_t, uint8_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
6086
(int16_t)Eurydice_slice_index(bytes, (size_t)6U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6089
((int16_t)Eurydice_slice_index(bytes, (size_t)9U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
6092
(int16_t)Eurydice_slice_index(bytes, (size_t)8U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6095
(int16_t)Eurydice_slice_index(bytes, (size_t)10U, uint8_t, uint8_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
6097
(int16_t)Eurydice_slice_index(bytes, (size_t)9U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
6134
Eurydice_slice_subslice2(bytes, (size_t)0U, (size_t)11U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
6137
Eurydice_slice_subslice2(bytes, (size_t)11U, (size_t)22U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
6172
memcpy(ret, x.elements, (size_t)16U * sizeof(int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
619
Eurydice_array_to_subslice2(uu____0, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
622
memcpy(ret, out, (size_t)34U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
636
return Eurydice_array_to_slice((size_t)1088U, self->value, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
652
Eurydice_array_to_subslice2(uu____0, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
655
memcpy(ret, out, (size_t)1120U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
671
Eurydice_array_to_subslice2(uu____0, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
6713
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
6715
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
6716
size_t uu____0 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
6737
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
6739
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
674
memcpy(ret, out, (size_t)64U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
6740
size_t uu____0 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
6760
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
6762
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
6763
size_t uu____0 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
6782
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
6784
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
6785
size_t uu____0 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
6808
.start = (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
6814
&iter, size_t, Option_b3);
crypto/openssh/libcrux_mlkem768_sha3.h
6816
size_t i = uu____0.f0;
crypto/openssh/libcrux_mlkem768_sha3.h
6818
size_t uu____1 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
6875
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
6877
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
6955
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
6957
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
701
memcpy(f0, self.val.case_Ok, (size_t)16U * sizeof(int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7011
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
7013
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
702
memcpy(ret, f0, (size_t)16U * sizeof(int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7051
size_t i, size_t j) {
crypto/openssh/libcrux_mlkem768_sha3.h
7063
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta0, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7064
(size_t)2U);
crypto/openssh/libcrux_mlkem768_sha3.h
7065
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta0, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7066
(size_t)3U);
crypto/openssh/libcrux_mlkem768_sha3.h
7067
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta1, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
7068
(size_t)6U);
crypto/openssh/libcrux_mlkem768_sha3.h
7069
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta1, (size_t)5U,
crypto/openssh/libcrux_mlkem768_sha3.h
7070
(size_t)7U);
crypto/openssh/libcrux_mlkem768_sha3.h
7071
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta2, (size_t)8U,
crypto/openssh/libcrux_mlkem768_sha3.h
7072
(size_t)10U);
crypto/openssh/libcrux_mlkem768_sha3.h
7073
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta2, (size_t)9U,
crypto/openssh/libcrux_mlkem768_sha3.h
7074
(size_t)11U);
crypto/openssh/libcrux_mlkem768_sha3.h
7075
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta3, (size_t)12U,
crypto/openssh/libcrux_mlkem768_sha3.h
7076
(size_t)14U);
crypto/openssh/libcrux_mlkem768_sha3.h
7077
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta3, (size_t)13U,
crypto/openssh/libcrux_mlkem768_sha3.h
7078
(size_t)15U);
crypto/openssh/libcrux_mlkem768_sha3.h
7098
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta0, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7099
(size_t)4U);
crypto/openssh/libcrux_mlkem768_sha3.h
7100
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta0, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7101
(size_t)5U);
crypto/openssh/libcrux_mlkem768_sha3.h
7102
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta0, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7103
(size_t)6U);
crypto/openssh/libcrux_mlkem768_sha3.h
7104
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta0, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7105
(size_t)7U);
crypto/openssh/libcrux_mlkem768_sha3.h
7106
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta1, (size_t)8U,
crypto/openssh/libcrux_mlkem768_sha3.h
7107
(size_t)12U);
crypto/openssh/libcrux_mlkem768_sha3.h
7108
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta1, (size_t)9U,
crypto/openssh/libcrux_mlkem768_sha3.h
7109
(size_t)13U);
crypto/openssh/libcrux_mlkem768_sha3.h
7110
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta1, (size_t)10U,
crypto/openssh/libcrux_mlkem768_sha3.h
7111
(size_t)14U);
crypto/openssh/libcrux_mlkem768_sha3.h
7112
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta1, (size_t)11U,
crypto/openssh/libcrux_mlkem768_sha3.h
7113
(size_t)15U);
crypto/openssh/libcrux_mlkem768_sha3.h
7131
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)0U, (size_t)8U);
crypto/openssh/libcrux_mlkem768_sha3.h
7132
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)1U, (size_t)9U);
crypto/openssh/libcrux_mlkem768_sha3.h
7133
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7134
(size_t)10U);
crypto/openssh/libcrux_mlkem768_sha3.h
7135
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7136
(size_t)11U);
crypto/openssh/libcrux_mlkem768_sha3.h
7137
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
7138
(size_t)12U);
crypto/openssh/libcrux_mlkem768_sha3.h
7139
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)5U,
crypto/openssh/libcrux_mlkem768_sha3.h
7140
(size_t)13U);
crypto/openssh/libcrux_mlkem768_sha3.h
7141
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)6U,
crypto/openssh/libcrux_mlkem768_sha3.h
7142
(size_t)14U);
crypto/openssh/libcrux_mlkem768_sha3.h
7143
libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)7U,
crypto/openssh/libcrux_mlkem768_sha3.h
7144
(size_t)15U);
crypto/openssh/libcrux_mlkem768_sha3.h
7160
size_t i, size_t j) {
crypto/openssh/libcrux_mlkem768_sha3.h
7174
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta0, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7175
(size_t)2U);
crypto/openssh/libcrux_mlkem768_sha3.h
7176
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta0, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7177
(size_t)3U);
crypto/openssh/libcrux_mlkem768_sha3.h
7178
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta1, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
7179
(size_t)6U);
crypto/openssh/libcrux_mlkem768_sha3.h
7180
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta1, (size_t)5U,
crypto/openssh/libcrux_mlkem768_sha3.h
7181
(size_t)7U);
crypto/openssh/libcrux_mlkem768_sha3.h
7182
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta2, (size_t)8U,
crypto/openssh/libcrux_mlkem768_sha3.h
7183
(size_t)10U);
crypto/openssh/libcrux_mlkem768_sha3.h
7184
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta2, (size_t)9U,
crypto/openssh/libcrux_mlkem768_sha3.h
7185
(size_t)11U);
crypto/openssh/libcrux_mlkem768_sha3.h
7186
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta3, (size_t)12U,
crypto/openssh/libcrux_mlkem768_sha3.h
7187
(size_t)14U);
crypto/openssh/libcrux_mlkem768_sha3.h
7188
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta3, (size_t)13U,
crypto/openssh/libcrux_mlkem768_sha3.h
7189
(size_t)15U);
crypto/openssh/libcrux_mlkem768_sha3.h
7209
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta0, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7210
(size_t)4U);
crypto/openssh/libcrux_mlkem768_sha3.h
7211
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta0, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7212
(size_t)5U);
crypto/openssh/libcrux_mlkem768_sha3.h
7213
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta0, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7214
(size_t)6U);
crypto/openssh/libcrux_mlkem768_sha3.h
7215
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta0, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7216
(size_t)7U);
crypto/openssh/libcrux_mlkem768_sha3.h
7217
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta1, (size_t)8U,
crypto/openssh/libcrux_mlkem768_sha3.h
7218
(size_t)12U);
crypto/openssh/libcrux_mlkem768_sha3.h
7219
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta1, (size_t)9U,
crypto/openssh/libcrux_mlkem768_sha3.h
7220
(size_t)13U);
crypto/openssh/libcrux_mlkem768_sha3.h
7221
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta1, (size_t)10U,
crypto/openssh/libcrux_mlkem768_sha3.h
7222
(size_t)14U);
crypto/openssh/libcrux_mlkem768_sha3.h
7223
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta1, (size_t)11U,
crypto/openssh/libcrux_mlkem768_sha3.h
7224
(size_t)15U);
crypto/openssh/libcrux_mlkem768_sha3.h
7243
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7244
(size_t)8U);
crypto/openssh/libcrux_mlkem768_sha3.h
7245
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7246
(size_t)9U);
crypto/openssh/libcrux_mlkem768_sha3.h
7247
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7248
(size_t)10U);
crypto/openssh/libcrux_mlkem768_sha3.h
7249
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7250
(size_t)11U);
crypto/openssh/libcrux_mlkem768_sha3.h
7251
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
7252
(size_t)12U);
crypto/openssh/libcrux_mlkem768_sha3.h
7253
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta, (size_t)5U,
crypto/openssh/libcrux_mlkem768_sha3.h
7254
(size_t)13U);
crypto/openssh/libcrux_mlkem768_sha3.h
7255
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta, (size_t)6U,
crypto/openssh/libcrux_mlkem768_sha3.h
7256
(size_t)14U);
crypto/openssh/libcrux_mlkem768_sha3.h
7257
libcrux_ml_kem_vector_portable_ntt_inv_ntt_step(&v, zeta, (size_t)7U,
crypto/openssh/libcrux_mlkem768_sha3.h
7258
(size_t)15U);
crypto/openssh/libcrux_mlkem768_sha3.h
7298
size_t i, size_t j,
crypto/openssh/libcrux_mlkem768_sha3.h
7322
lhs, rhs, zeta0, (size_t)0U, (size_t)1U, &out);
crypto/openssh/libcrux_mlkem768_sha3.h
7324
lhs, rhs, -zeta0, (size_t)2U, (size_t)3U, &out);
crypto/openssh/libcrux_mlkem768_sha3.h
7326
lhs, rhs, zeta1, (size_t)4U, (size_t)5U, &out);
crypto/openssh/libcrux_mlkem768_sha3.h
7328
lhs, rhs, -zeta1, (size_t)6U, (size_t)7U, &out);
crypto/openssh/libcrux_mlkem768_sha3.h
7330
lhs, rhs, zeta2, (size_t)8U, (size_t)9U, &out);
crypto/openssh/libcrux_mlkem768_sha3.h
7332
lhs, rhs, -zeta2, (size_t)10U, (size_t)11U, &out);
crypto/openssh/libcrux_mlkem768_sha3.h
7334
lhs, rhs, zeta3, (size_t)12U, (size_t)13U, &out);
crypto/openssh/libcrux_mlkem768_sha3.h
7336
lhs, rhs, -zeta3, (size_t)14U, (size_t)15U, &out);
crypto/openssh/libcrux_mlkem768_sha3.h
734
memcpy(f0, self.val.case_Ok, (size_t)8U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
735
memcpy(ret, f0, (size_t)8U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7358
for (size_t i = (size_t)0U; i < (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
7359
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
7360
size_t uu____0 = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
7364
for (size_t i = (size_t)8U; i < (size_t)16U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
7365
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
7366
size_t uu____1 = (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
7369
<< (uint32_t)(i0 - (size_t)8U);
crypto/openssh/libcrux_mlkem768_sha3.h
7371
memcpy(ret, result, (size_t)2U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7388
for (size_t i = (size_t)0U; i < (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
7389
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
7391
v, (size_t)0U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7395
for (size_t i = (size_t)8U;
crypto/openssh/libcrux_mlkem768_sha3.h
7397
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
7399
v, (size_t)1U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7400
(uint32_t)(i0 - (size_t)8U) &
crypto/openssh/libcrux_mlkem768_sha3.h
7425
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)1U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7427
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)0U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7430
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)3U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7432
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)2U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7435
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)5U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7437
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)4U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7440
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)7U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7442
(uint32_t)(uint8_t)Eurydice_slice_index(v, (size_t)6U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7454
Eurydice_array_to_subslice2(v.elements, (size_t)0U, (size_t)8U,
crypto/openssh/libcrux_mlkem768_sha3.h
7458
Eurydice_array_to_subslice2(v.elements, (size_t)8U, (size_t)16U,
crypto/openssh/libcrux_mlkem768_sha3.h
7469
memcpy(ret, result, (size_t)8U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7485
int16_t v0 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7488
int16_t v1 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7492
int16_t v2 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7495
int16_t v3 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7499
int16_t v4 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7502
int16_t v5 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7506
int16_t v6 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7509
int16_t v7 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7526
Eurydice_slice_subslice2(bytes, (size_t)0U, (size_t)4U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7528
Eurydice_slice_subslice2(bytes, (size_t)4U, (size_t)8U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7570
(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t, int16_t *) |
crypto/openssh/libcrux_mlkem768_sha3.h
7571
Eurydice_slice_index(v, (size_t)1U, int16_t, int16_t *) << 5U);
crypto/openssh/libcrux_mlkem768_sha3.h
7573
(uint8_t)((Eurydice_slice_index(v, (size_t)1U, int16_t, int16_t *) >> 3U |
crypto/openssh/libcrux_mlkem768_sha3.h
7574
Eurydice_slice_index(v, (size_t)2U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7576
Eurydice_slice_index(v, (size_t)3U, int16_t, int16_t *) << 7U);
crypto/openssh/libcrux_mlkem768_sha3.h
7578
(uint8_t)(Eurydice_slice_index(v, (size_t)3U, int16_t, int16_t *) >> 1U |
crypto/openssh/libcrux_mlkem768_sha3.h
7579
Eurydice_slice_index(v, (size_t)4U, int16_t, int16_t *) << 4U);
crypto/openssh/libcrux_mlkem768_sha3.h
7581
(uint8_t)((Eurydice_slice_index(v, (size_t)4U, int16_t, int16_t *) >> 4U |
crypto/openssh/libcrux_mlkem768_sha3.h
7582
Eurydice_slice_index(v, (size_t)5U, int16_t, int16_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7584
Eurydice_slice_index(v, (size_t)6U, int16_t, int16_t *) << 6U);
crypto/openssh/libcrux_mlkem768_sha3.h
7586
(uint8_t)(Eurydice_slice_index(v, (size_t)6U, int16_t, int16_t *) >> 2U |
crypto/openssh/libcrux_mlkem768_sha3.h
7587
Eurydice_slice_index(v, (size_t)7U, int16_t, int16_t *) << 3U);
crypto/openssh/libcrux_mlkem768_sha3.h
7597
Eurydice_array_to_subslice2(v.elements, (size_t)0U, (size_t)8U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7599
Eurydice_array_to_subslice2(v.elements, (size_t)8U, (size_t)16U,
crypto/openssh/libcrux_mlkem768_sha3.h
7612
memcpy(ret, result, (size_t)10U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7628
int16_t v0 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7631
int16_t v1 = (int16_t)(((uint32_t)Eurydice_slice_index(bytes, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7634
(uint32_t)Eurydice_slice_index(bytes, (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
7637
int16_t v2 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7641
int16_t v3 = (int16_t)(((uint32_t)Eurydice_slice_index(bytes, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7645
(uint32_t)Eurydice_slice_index(bytes, (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
7648
int16_t v4 = (int16_t)(((uint32_t)Eurydice_slice_index(bytes, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7651
(uint32_t)Eurydice_slice_index(bytes, (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
7654
int16_t v5 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7658
int16_t v6 = (int16_t)(((uint32_t)Eurydice_slice_index(bytes, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
7661
(uint32_t)Eurydice_slice_index(bytes, (size_t)3U,
crypto/openssh/libcrux_mlkem768_sha3.h
7664
int16_t v7 = (int16_t)((uint32_t)Eurydice_slice_index(bytes, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
7680
Eurydice_slice_subslice2(bytes, (size_t)0U, (size_t)5U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7682
Eurydice_slice_subslice2(bytes, (size_t)5U, (size_t)10U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7716
(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t, int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7718
uint8_t r1 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)1U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7722
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7726
uint8_t r2 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)2U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7730
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)1U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7734
uint8_t r3 = (uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)3U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7738
(uint32_t)(uint8_t)(Eurydice_slice_index(v, (size_t)2U, int16_t,
crypto/openssh/libcrux_mlkem768_sha3.h
7743
(uint8_t)(Eurydice_slice_index(v, (size_t)3U, int16_t, int16_t *) >> 2U &
crypto/openssh/libcrux_mlkem768_sha3.h
7754
Eurydice_array_to_subslice2(v.elements, (size_t)0U, (size_t)4U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7756
Eurydice_array_to_subslice2(v.elements, (size_t)4U, (size_t)8U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7758
Eurydice_array_to_subslice2(v.elements, (size_t)8U, (size_t)12U,
crypto/openssh/libcrux_mlkem768_sha3.h
7761
Eurydice_array_to_subslice2(v.elements, (size_t)12U, (size_t)16U,
crypto/openssh/libcrux_mlkem768_sha3.h
7784
memcpy(ret, result, (size_t)20U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7801
((int16_t)Eurydice_slice_index(bytes, (size_t)1U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7804
((int16_t)Eurydice_slice_index(bytes, (size_t)0U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7807
((int16_t)Eurydice_slice_index(bytes, (size_t)2U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7810
(int16_t)Eurydice_slice_index(bytes, (size_t)1U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7813
((int16_t)Eurydice_slice_index(bytes, (size_t)3U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7816
(int16_t)Eurydice_slice_index(bytes, (size_t)2U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7819
(int16_t)Eurydice_slice_index(bytes, (size_t)4U, uint8_t, uint8_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7821
(int16_t)Eurydice_slice_index(bytes, (size_t)3U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7824
((int16_t)Eurydice_slice_index(bytes, (size_t)6U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7827
((int16_t)Eurydice_slice_index(bytes, (size_t)5U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7830
((int16_t)Eurydice_slice_index(bytes, (size_t)7U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7833
(int16_t)Eurydice_slice_index(bytes, (size_t)6U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7836
((int16_t)Eurydice_slice_index(bytes, (size_t)8U, uint8_t, uint8_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7839
(int16_t)Eurydice_slice_index(bytes, (size_t)7U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7842
(int16_t)Eurydice_slice_index(bytes, (size_t)9U, uint8_t, uint8_t *)
crypto/openssh/libcrux_mlkem768_sha3.h
7844
(int16_t)Eurydice_slice_index(bytes, (size_t)8U, uint8_t, uint8_t *) >>
crypto/openssh/libcrux_mlkem768_sha3.h
7859
Eurydice_slice_subslice2(bytes, (size_t)0U, (size_t)10U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7862
Eurydice_slice_subslice2(bytes, (size_t)10U, (size_t)20U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7902
(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t, int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7905
(uint8_t)(Eurydice_slice_index(v, (size_t)0U, int16_t, int16_t *) >> 8U |
crypto/openssh/libcrux_mlkem768_sha3.h
7906
(Eurydice_slice_index(v, (size_t)1U, int16_t, int16_t *) &
crypto/openssh/libcrux_mlkem768_sha3.h
7910
(uint8_t)(Eurydice_slice_index(v, (size_t)1U, int16_t, int16_t *) >> 4U &
crypto/openssh/libcrux_mlkem768_sha3.h
7920
Eurydice_array_to_subslice2(v.elements, (size_t)0U, (size_t)2U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7922
Eurydice_array_to_subslice2(v.elements, (size_t)2U, (size_t)4U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7924
Eurydice_array_to_subslice2(v.elements, (size_t)4U, (size_t)6U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7926
Eurydice_array_to_subslice2(v.elements, (size_t)6U, (size_t)8U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7928
Eurydice_array_to_subslice2(v.elements, (size_t)8U, (size_t)10U,
crypto/openssh/libcrux_mlkem768_sha3.h
7931
Eurydice_array_to_subslice2(v.elements, (size_t)10U, (size_t)12U,
crypto/openssh/libcrux_mlkem768_sha3.h
7934
Eurydice_array_to_subslice2(v.elements, (size_t)12U, (size_t)14U,
crypto/openssh/libcrux_mlkem768_sha3.h
7937
Eurydice_array_to_subslice2(v.elements, (size_t)14U, (size_t)16U,
crypto/openssh/libcrux_mlkem768_sha3.h
7964
memcpy(ret, result, (size_t)24U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
7986
(int16_t)Eurydice_slice_index(bytes, (size_t)0U, uint8_t, uint8_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
7988
(int16_t)Eurydice_slice_index(bytes, (size_t)1U, uint8_t, uint8_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
7990
(int16_t)Eurydice_slice_index(bytes, (size_t)2U, uint8_t, uint8_t *);
crypto/openssh/libcrux_mlkem768_sha3.h
7999
Eurydice_slice_subslice2(bytes, (size_t)0U, (size_t)3U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
80
size_t len;
crypto/openssh/libcrux_mlkem768_sha3.h
8001
Eurydice_slice_subslice2(bytes, (size_t)3U, (size_t)6U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
8003
Eurydice_slice_subslice2(bytes, (size_t)6U, (size_t)9U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
8005
Eurydice_slice_subslice2(bytes, (size_t)9U, (size_t)12U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
8007
Eurydice_slice_subslice2(bytes, (size_t)12U, (size_t)15U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
8010
Eurydice_slice_subslice2(bytes, (size_t)15U, (size_t)18U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
8013
Eurydice_slice_subslice2(bytes, (size_t)18U, (size_t)21U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
8016
Eurydice_slice_subslice2(bytes, (size_t)21U, (size_t)24U, uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
8047
static KRML_MUSTINLINE size_t
crypto/openssh/libcrux_mlkem768_sha3.h
8050
size_t sampled = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8051
for (size_t i = (size_t)0U; i < Eurydice_slice_len(a, uint8_t) / (size_t)3U;
crypto/openssh/libcrux_mlkem768_sha3.h
8053
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8054
int16_t b1 = (int16_t)Eurydice_slice_index(a, i0 * (size_t)3U + (size_t)0U,
crypto/openssh/libcrux_mlkem768_sha3.h
8056
int16_t b2 = (int16_t)Eurydice_slice_index(a, i0 * (size_t)3U + (size_t)1U,
crypto/openssh/libcrux_mlkem768_sha3.h
8058
int16_t b3 = (int16_t)Eurydice_slice_index(a, i0 * (size_t)3U + (size_t)2U,
crypto/openssh/libcrux_mlkem768_sha3.h
8065
size_t uu____3;
crypto/openssh/libcrux_mlkem768_sha3.h
8067
size_t uu____5;
crypto/openssh/libcrux_mlkem768_sha3.h
807
for (size_t i = (size_t)0U; i < Eurydice_slice_len(lhs, uint8_t); i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8070
if (sampled < (size_t)16U) {
crypto/openssh/libcrux_mlkem768_sha3.h
8078
uu____2 = uu____3 < (size_t)16U;
crypto/openssh/libcrux_mlkem768_sha3.h
808
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8095
uu____2 = uu____3 < (size_t)16U;
crypto/openssh/libcrux_mlkem768_sha3.h
8112
static inline size_t libcrux_ml_kem_vector_portable_rej_sample_0d(
crypto/openssh/libcrux_mlkem768_sha3.h
8117
#define LIBCRUX_ML_KEM_MLKEM768_VECTOR_U_COMPRESSION_FACTOR_768 ((size_t)10U)
crypto/openssh/libcrux_mlkem768_sha3.h
8121
LIBCRUX_ML_KEM_MLKEM768_VECTOR_U_COMPRESSION_FACTOR_768 / (size_t)8U)
crypto/openssh/libcrux_mlkem768_sha3.h
8123
#define LIBCRUX_ML_KEM_MLKEM768_RANK_768 ((size_t)3U)
crypto/openssh/libcrux_mlkem768_sha3.h
8128
#define LIBCRUX_ML_KEM_MLKEM768_VECTOR_V_COMPRESSION_FACTOR_768 ((size_t)4U)
crypto/openssh/libcrux_mlkem768_sha3.h
8132
LIBCRUX_ML_KEM_MLKEM768_VECTOR_V_COMPRESSION_FACTOR_768 / (size_t)8U)
crypto/openssh/libcrux_mlkem768_sha3.h
8140
LIBCRUX_ML_KEM_CONSTANTS_BITS_PER_COEFFICIENT / (size_t)8U)
crypto/openssh/libcrux_mlkem768_sha3.h
8143
(LIBCRUX_ML_KEM_MLKEM768_T_AS_NTT_ENCODED_SIZE_768 + (size_t)32U)
crypto/openssh/libcrux_mlkem768_sha3.h
8148
LIBCRUX_ML_KEM_CONSTANTS_BITS_PER_COEFFICIENT / (size_t)8U)
crypto/openssh/libcrux_mlkem768_sha3.h
8150
#define LIBCRUX_ML_KEM_MLKEM768_ETA1 ((size_t)2U)
crypto/openssh/libcrux_mlkem768_sha3.h
8153
(LIBCRUX_ML_KEM_MLKEM768_ETA1 * (size_t)64U)
crypto/openssh/libcrux_mlkem768_sha3.h
8155
#define LIBCRUX_ML_KEM_MLKEM768_ETA2 ((size_t)2U)
crypto/openssh/libcrux_mlkem768_sha3.h
8158
(LIBCRUX_ML_KEM_MLKEM768_ETA2 * (size_t)64U)
crypto/openssh/libcrux_mlkem768_sha3.h
8172
LIBCRUX_ML_KEM_CONSTANTS_BITS_PER_RING_ELEMENT / (size_t)8U)
crypto/openssh/libcrux_mlkem768_sha3.h
8228
libcrux_ml_kem_ind_cpa_deserialize_secret_key_closure_6b(size_t _) {
crypto/openssh/libcrux_mlkem768_sha3.h
8243
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8244
i < Eurydice_slice_len(serialized, uint8_t) / (size_t)24U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8245
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8247
serialized, i0 * (size_t)24U, i0 * (size_t)24U + (size_t)24U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
8268
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8271
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8275
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8288
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
8310
libcrux_ml_kem_ind_cpa_deserialize_then_decompress_u_closure_7c(size_t _) {
crypto/openssh/libcrux_mlkem768_sha3.h
832
for (size_t i = (size_t)0U; i < LIBCRUX_ML_KEM_CONSTANTS_SHARED_SECRET_SIZE;
crypto/openssh/libcrux_mlkem768_sha3.h
8323
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8325
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
834
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8363
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8364
i < Eurydice_slice_len(serialized, uint8_t) / (size_t)20U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8365
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8367
serialized, i0 * (size_t)20U, i0 * (size_t)20U + (size_t)20U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
8387
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8389
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
840
memcpy(ret, out, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
8427
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8428
i < Eurydice_slice_len(serialized, uint8_t) / (size_t)22U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8429
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8431
serialized, i0 * (size_t)22U, i0 * (size_t)22U + (size_t)22U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
8500
size_t *zeta_i, libcrux_ml_kem_polynomial_PolynomialRingElement_f0 *re,
crypto/openssh/libcrux_mlkem768_sha3.h
8501
size_t layer, size_t _initial_coefficient_bound) {
crypto/openssh/libcrux_mlkem768_sha3.h
8502
size_t step = (size_t)1U << (uint32_t)layer;
crypto/openssh/libcrux_mlkem768_sha3.h
8503
for (size_t i0 = (size_t)0U; i0 < (size_t)128U >> (uint32_t)layer; i0++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8504
size_t round = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
8505
zeta_i[0U] = zeta_i[0U] + (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
8506
size_t offset = round * step * (size_t)2U;
crypto/openssh/libcrux_mlkem768_sha3.h
8507
size_t offset_vec = offset / (size_t)16U;
crypto/openssh/libcrux_mlkem768_sha3.h
8508
size_t step_vec = step / (size_t)16U;
crypto/openssh/libcrux_mlkem768_sha3.h
8509
for (size_t i = offset_vec; i < offset_vec + step_vec; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8510
size_t j = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8530
size_t *zeta_i, libcrux_ml_kem_polynomial_PolynomialRingElement_f0 *re,
crypto/openssh/libcrux_mlkem768_sha3.h
8531
size_t _layer, size_t _initial_coefficient_bound) {
crypto/openssh/libcrux_mlkem768_sha3.h
8532
for (size_t i = (size_t)0U; i < (size_t)16U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8533
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8534
zeta_i[0U] = zeta_i[0U] + (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
8550
size_t *zeta_i, libcrux_ml_kem_polynomial_PolynomialRingElement_f0 *re,
crypto/openssh/libcrux_mlkem768_sha3.h
8551
size_t _layer, size_t _initial_coefficient_bound) {
crypto/openssh/libcrux_mlkem768_sha3.h
8552
for (size_t i = (size_t)0U; i < (size_t)16U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8553
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8554
zeta_i[0U] = zeta_i[0U] + (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
8560
(size_t)1U]);
crypto/openssh/libcrux_mlkem768_sha3.h
8561
zeta_i[0U] = zeta_i[0U] + (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
8572
size_t *zeta_i, libcrux_ml_kem_polynomial_PolynomialRingElement_f0 *re,
crypto/openssh/libcrux_mlkem768_sha3.h
8573
size_t _layer, size_t _initial_coefficient_bound) {
crypto/openssh/libcrux_mlkem768_sha3.h
8574
for (size_t i = (size_t)0U; i < (size_t)16U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8575
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8576
zeta_i[0U] = zeta_i[0U] + (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
8582
(size_t)1U],
crypto/openssh/libcrux_mlkem768_sha3.h
8584
(size_t)2U],
crypto/openssh/libcrux_mlkem768_sha3.h
8586
(size_t)3U]);
crypto/openssh/libcrux_mlkem768_sha3.h
8587
zeta_i[0U] = zeta_i[0U] + (size_t)3U;
crypto/openssh/libcrux_mlkem768_sha3.h
860
memcpy(ret, ret0, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
8603
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8605
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8621
size_t zeta_i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8622
libcrux_ml_kem_ntt_ntt_at_layer_4_plus_51(&zeta_i, re, (size_t)7U,
crypto/openssh/libcrux_mlkem768_sha3.h
8623
(size_t)3328U);
crypto/openssh/libcrux_mlkem768_sha3.h
8624
libcrux_ml_kem_ntt_ntt_at_layer_4_plus_51(&zeta_i, re, (size_t)6U,
crypto/openssh/libcrux_mlkem768_sha3.h
8625
(size_t)3328U);
crypto/openssh/libcrux_mlkem768_sha3.h
8626
libcrux_ml_kem_ntt_ntt_at_layer_4_plus_51(&zeta_i, re, (size_t)5U,
crypto/openssh/libcrux_mlkem768_sha3.h
8627
(size_t)3328U);
crypto/openssh/libcrux_mlkem768_sha3.h
8628
libcrux_ml_kem_ntt_ntt_at_layer_4_plus_51(&zeta_i, re, (size_t)4U,
crypto/openssh/libcrux_mlkem768_sha3.h
8629
(size_t)3328U);
crypto/openssh/libcrux_mlkem768_sha3.h
8630
libcrux_ml_kem_ntt_ntt_at_layer_3_fd(&zeta_i, re, (size_t)3U, (size_t)3328U);
crypto/openssh/libcrux_mlkem768_sha3.h
8631
libcrux_ml_kem_ntt_ntt_at_layer_2_ad(&zeta_i, re, (size_t)2U, (size_t)3328U);
crypto/openssh/libcrux_mlkem768_sha3.h
8632
libcrux_ml_kem_ntt_ntt_at_layer_1_a2(&zeta_i, re, (size_t)1U, (size_t)3328U);
crypto/openssh/libcrux_mlkem768_sha3.h
8653
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8656
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8658
Eurydice_array_to_slice((size_t)1088U, ciphertext, uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
8661
(size_t)10U / (size_t)8U);
crypto/openssh/libcrux_mlkem768_sha3.h
8663
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8667
(size_t)10U / (size_t)8U),
crypto/openssh/libcrux_mlkem768_sha3.h
8669
(size_t)10U / (size_t)8U) +
crypto/openssh/libcrux_mlkem768_sha3.h
8671
(size_t)10U / (size_t)8U,
crypto/openssh/libcrux_mlkem768_sha3.h
8680
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
8692
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8694
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8732
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8733
i < Eurydice_slice_len(serialized, uint8_t) / (size_t)8U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8734
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8736
serialized, i0 * (size_t)8U, i0 * (size_t)8U + (size_t)8U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
8756
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8758
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8796
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8797
i < Eurydice_slice_len(serialized, uint8_t) / (size_t)10U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8798
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8800
serialized, i0 * (size_t)10U, i0 * (size_t)10U + (size_t)10U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
8866
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8868
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8872
libcrux_ml_kem_polynomial_ZETAS_TIMES_MONTGOMERY_R[(size_t)64U +
crypto/openssh/libcrux_mlkem768_sha3.h
8873
(size_t)4U * i0],
crypto/openssh/libcrux_mlkem768_sha3.h
8874
libcrux_ml_kem_polynomial_ZETAS_TIMES_MONTGOMERY_R[(size_t)64U +
crypto/openssh/libcrux_mlkem768_sha3.h
8875
(size_t)4U * i0 +
crypto/openssh/libcrux_mlkem768_sha3.h
8876
(size_t)1U],
crypto/openssh/libcrux_mlkem768_sha3.h
8877
libcrux_ml_kem_polynomial_ZETAS_TIMES_MONTGOMERY_R[(size_t)64U +
crypto/openssh/libcrux_mlkem768_sha3.h
8878
(size_t)4U * i0 +
crypto/openssh/libcrux_mlkem768_sha3.h
8879
(size_t)2U],
crypto/openssh/libcrux_mlkem768_sha3.h
8880
libcrux_ml_kem_polynomial_ZETAS_TIMES_MONTGOMERY_R[(size_t)64U +
crypto/openssh/libcrux_mlkem768_sha3.h
8881
(size_t)4U * i0 +
crypto/openssh/libcrux_mlkem768_sha3.h
8882
(size_t)3U]);
crypto/openssh/libcrux_mlkem768_sha3.h
8905
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
8908
(size_t)16U, self->coefficients,
crypto/openssh/libcrux_mlkem768_sha3.h
8912
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8927
size_t *zeta_i, libcrux_ml_kem_polynomial_PolynomialRingElement_f0 *re,
crypto/openssh/libcrux_mlkem768_sha3.h
8928
size_t _layer) {
crypto/openssh/libcrux_mlkem768_sha3.h
8929
for (size_t i = (size_t)0U; i < (size_t)16U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8930
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8931
zeta_i[0U] = zeta_i[0U] - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
8937
(size_t)1U],
crypto/openssh/libcrux_mlkem768_sha3.h
8939
(size_t)2U],
crypto/openssh/libcrux_mlkem768_sha3.h
8941
(size_t)3U]);
crypto/openssh/libcrux_mlkem768_sha3.h
8942
zeta_i[0U] = zeta_i[0U] - (size_t)3U;
crypto/openssh/libcrux_mlkem768_sha3.h
8953
size_t *zeta_i, libcrux_ml_kem_polynomial_PolynomialRingElement_f0 *re,
crypto/openssh/libcrux_mlkem768_sha3.h
8954
size_t _layer) {
crypto/openssh/libcrux_mlkem768_sha3.h
8955
for (size_t i = (size_t)0U; i < (size_t)16U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8956
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8957
zeta_i[0U] = zeta_i[0U] - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
8963
(size_t)1U]);
crypto/openssh/libcrux_mlkem768_sha3.h
8964
zeta_i[0U] = zeta_i[0U] - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
8975
size_t *zeta_i, libcrux_ml_kem_polynomial_PolynomialRingElement_f0 *re,
crypto/openssh/libcrux_mlkem768_sha3.h
8976
size_t _layer) {
crypto/openssh/libcrux_mlkem768_sha3.h
8977
for (size_t i = (size_t)0U; i < (size_t)16U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
8978
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8979
zeta_i[0U] = zeta_i[0U] - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
9018
size_t *zeta_i, libcrux_ml_kem_polynomial_PolynomialRingElement_f0 *re,
crypto/openssh/libcrux_mlkem768_sha3.h
9019
size_t layer) {
crypto/openssh/libcrux_mlkem768_sha3.h
9020
size_t step = (size_t)1U << (uint32_t)layer;
crypto/openssh/libcrux_mlkem768_sha3.h
9021
for (size_t i0 = (size_t)0U; i0 < (size_t)128U >> (uint32_t)layer; i0++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9022
size_t round = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
9023
zeta_i[0U] = zeta_i[0U] - (size_t)1U;
crypto/openssh/libcrux_mlkem768_sha3.h
9024
size_t offset = round * step * (size_t)2U;
crypto/openssh/libcrux_mlkem768_sha3.h
9025
size_t offset_vec =
crypto/openssh/libcrux_mlkem768_sha3.h
9027
size_t step_vec =
crypto/openssh/libcrux_mlkem768_sha3.h
9029
for (size_t i = offset_vec; i < offset_vec + step_vec; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9030
size_t j = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9051
size_t zeta_i =
crypto/openssh/libcrux_mlkem768_sha3.h
9052
LIBCRUX_ML_KEM_CONSTANTS_COEFFICIENTS_IN_RING_ELEMENT / (size_t)2U;
crypto/openssh/libcrux_mlkem768_sha3.h
9053
libcrux_ml_kem_invert_ntt_invert_ntt_at_layer_1_83(&zeta_i, re, (size_t)1U);
crypto/openssh/libcrux_mlkem768_sha3.h
9054
libcrux_ml_kem_invert_ntt_invert_ntt_at_layer_2_c3(&zeta_i, re, (size_t)2U);
crypto/openssh/libcrux_mlkem768_sha3.h
9055
libcrux_ml_kem_invert_ntt_invert_ntt_at_layer_3_68(&zeta_i, re, (size_t)3U);
crypto/openssh/libcrux_mlkem768_sha3.h
9057
(size_t)4U);
crypto/openssh/libcrux_mlkem768_sha3.h
9059
(size_t)5U);
crypto/openssh/libcrux_mlkem768_sha3.h
9061
(size_t)6U);
crypto/openssh/libcrux_mlkem768_sha3.h
9063
(size_t)7U);
crypto/openssh/libcrux_mlkem768_sha3.h
9081
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
9083
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9116
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9117
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9136
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
9138
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9186
for (size_t i = (size_t)0U; i < (size_t)16U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9187
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9198
serialized, (size_t)2U * i0, (size_t)2U * i0 + (size_t)2U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
9200
uu____0, Eurydice_array_to_slice((size_t)2U, bytes, uint8_t), uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
9202
memcpy(ret, serialized, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9246
Eurydice_array_to_subslice_from((size_t)1088U, ciphertext,
crypto/openssh/libcrux_mlkem768_sha3.h
9247
(size_t)960U, uint8_t, size_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9253
memcpy(ret, ret0, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9275
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
9280
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
9284
memcpy(ret, ret0, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9310
Eurydice_array_to_slice((size_t)32U, digest, uint8_t), input);
crypto/openssh/libcrux_mlkem768_sha3.h
9311
memcpy(ret, digest, (size_t)32U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9338
size_t _i) {
crypto/openssh/libcrux_mlkem768_sha3.h
9359
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
9360
i < Eurydice_slice_len(serialized, uint8_t) / (size_t)24U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9361
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9363
serialized, i0 * (size_t)24U, i0 * (size_t)24U + (size_t)24U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
9391
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9394
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
9398
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9411
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
9422
libcrux_ml_kem_matrix_sample_matrix_A_closure_closure_78(size_t _j) {
crypto/openssh/libcrux_mlkem768_sha3.h
9434
size_t _i, libcrux_ml_kem_polynomial_PolynomialRingElement_f0 ret[3U]) {
crypto/openssh/libcrux_mlkem768_sha3.h
9435
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9458
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9461
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9462
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9465
Eurydice_array_to_slice((size_t)34U, input[i0], uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9470
(size_t)3U * sizeof(libcrux_sha3_generic_keccak_KeccakState_48));
crypto/openssh/libcrux_mlkem768_sha3.h
9473
(size_t)3U * sizeof(libcrux_sha3_generic_keccak_KeccakState_48));
crypto/openssh/libcrux_mlkem768_sha3.h
9492
memcpy(copy_of_input, input, (size_t)3U * sizeof(uint8_t[34U]));
crypto/openssh/libcrux_mlkem768_sha3.h
9508
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9509
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9512
Eurydice_array_to_slice((size_t)504U, out[i0], uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9514
memcpy(ret, out, (size_t)3U * sizeof(uint8_t[504U]));
crypto/openssh/libcrux_mlkem768_sha3.h
9585
uint8_t randomness[3U][504U], size_t *sampled_coefficients,
crypto/openssh/libcrux_mlkem768_sha3.h
9587
for (size_t i0 = (size_t)0U; i0 < (size_t)3U; i0++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9588
size_t i1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
9589
for (size_t i = (size_t)0U; i < (size_t)504U / (size_t)24U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9590
size_t r = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9594
Eurydice_array_to_subslice2(randomness[i1], r * (size_t)24U,
crypto/openssh/libcrux_mlkem768_sha3.h
9595
r * (size_t)24U + (size_t)24U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
9596
size_t sampled = libcrux_ml_kem_vector_portable_rej_sample_0d(
crypto/openssh/libcrux_mlkem768_sha3.h
9599
sampled_coefficients[i1] + (size_t)16U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9600
size_t uu____1 = i1;
crypto/openssh/libcrux_mlkem768_sha3.h
9606
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9607
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9630
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9631
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9634
Eurydice_array_to_slice((size_t)168U, out[i0], uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9636
memcpy(ret, out, (size_t)3U * sizeof(uint8_t[168U]));
crypto/openssh/libcrux_mlkem768_sha3.h
9706
uint8_t randomness[3U][168U], size_t *sampled_coefficients,
crypto/openssh/libcrux_mlkem768_sha3.h
9708
for (size_t i0 = (size_t)0U; i0 < (size_t)3U; i0++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9709
size_t i1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
9710
for (size_t i = (size_t)0U; i < (size_t)168U / (size_t)24U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9711
size_t r = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9715
Eurydice_array_to_subslice2(randomness[i1], r * (size_t)24U,
crypto/openssh/libcrux_mlkem768_sha3.h
9716
r * (size_t)24U + (size_t)24U, uint8_t);
crypto/openssh/libcrux_mlkem768_sha3.h
9717
size_t sampled = libcrux_ml_kem_vector_portable_rej_sample_0d(
crypto/openssh/libcrux_mlkem768_sha3.h
9720
sampled_coefficients[i1] + (size_t)16U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9721
size_t uu____1 = i1;
crypto/openssh/libcrux_mlkem768_sha3.h
9727
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9728
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9754
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
9756
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9759
Eurydice_slice_subslice2(a, i0 * (size_t)16U,
crypto/openssh/libcrux_mlkem768_sha3.h
9760
(i0 + (size_t)1U) * (size_t)16U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9776
Eurydice_array_to_subslice2(s, (size_t)0U, (size_t)256U, int16_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9789
size_t sampled_coefficients[3U] = {0U};
crypto/openssh/libcrux_mlkem768_sha3.h
9793
memcpy(copy_of_seeds, seeds, (size_t)3U * sizeof(uint8_t[34U]));
crypto/openssh/libcrux_mlkem768_sha3.h
9802
memcpy(copy_of_randomness0, randomness0, (size_t)3U * sizeof(uint8_t[504U]));
crypto/openssh/libcrux_mlkem768_sha3.h
9815
(size_t)3U * sizeof(uint8_t[168U]));
crypto/openssh/libcrux_mlkem768_sha3.h
9822
memcpy(copy_of_out, out, (size_t)3U * sizeof(int16_t[272U]));
crypto/openssh/libcrux_mlkem768_sha3.h
9824
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9830
(size_t)3U * sizeof(libcrux_ml_kem_polynomial_PolynomialRingElement_f0));
crypto/openssh/libcrux_mlkem768_sha3.h
9844
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9847
for (size_t i0 = (size_t)0U; i0 < (size_t)3U; i0++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9848
size_t i1 = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
9851
memcpy(copy_of_seed, seed, (size_t)34U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9853
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9854
memcpy(seeds[i], copy_of_seed, (size_t)34U * sizeof(uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9856
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9857
size_t j = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9863
memcpy(copy_of_seeds, seeds, (size_t)3U * sizeof(uint8_t[34U]));
crypto/openssh/libcrux_mlkem768_sha3.h
9866
for (size_t i = (size_t)0U;
crypto/openssh/libcrux_mlkem768_sha3.h
9869
(size_t)3U, sampled,
crypto/openssh/libcrux_mlkem768_sha3.h
9873
size_t j = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9883
(size_t)3U *
crypto/openssh/libcrux_mlkem768_sha3.h
9909
libcrux_ml_kem_ind_cpa_sample_vector_cbd_then_ntt_closure_f7(size_t _i) {
crypto/openssh/libcrux_mlkem768_sha3.h
9922
for (size_t i = (size_t)0U; i < (size_t)3U; i++) {
crypto/openssh/libcrux_mlkem768_sha3.h
9923
size_t i0 = i;
crypto/openssh/libcrux_mlkem768_sha3.h
9925
Eurydice_array_to_slice((size_t)128U, out[i0], uint8_t),
crypto/openssh/libcrux_mlkem768_sha3.h
9926
Eurydice_array_to_slice((size_t)33U, input[i0], uint8_t));
crypto/openssh/libcrux_mlkem768_sha3.h
9928
memcpy(ret, out, (size_t)3U * sizeof(uint8_t[128U]));
crypto/openssh/log.c
182
size_t i;
crypto/openssh/log.c
459
size_t i;
crypto/openssh/log.c
66
static size_t nlog_verbose;
crypto/openssh/loginrec.c
591
size_t len;
crypto/openssh/loginrec.c
614
strncpy(dst, src, (size_t)dstsize);
crypto/openssh/mac.c
166
u_char *digest, size_t dlen)
crypto/openssh/mac.c
211
const u_char *data, size_t dlen,
crypto/openssh/mac.c
212
const u_char *theirmac, size_t mlen)
crypto/openssh/mac.c
87
size_t nlen, rlen = 0;
crypto/openssh/mac.h
48
u_char *, size_t);
crypto/openssh/mac.h
49
int mac_check(struct sshmac *, u_int32_t, const u_char *, size_t,
crypto/openssh/mac.h
50
const u_char *, size_t);
crypto/openssh/match.c
323
size_t len = strlen(proposal) + 1;
crypto/openssh/misc.c
100
size_t i;
crypto/openssh/misc.c
1039
size_t len;
crypto/openssh/misc.c
117
size_t prefixlen;
crypto/openssh/misc.c
1204
size_t len;
crypto/openssh/misc.c
1296
size_t len;
crypto/openssh/misc.c
1554
tohex(const void *vp, size_t l)
crypto/openssh/misc.c
1558
size_t i, hl;
crypto/openssh/misc.c
1782
bandwidth_limit_init(struct bwlimit *bw, u_int64_t kbps, size_t buflen)
crypto/openssh/misc.c
1794
bandwidth_limit(struct bwlimit *bw, size_t read_len)
crypto/openssh/misc.c
1846
mktemp_proto(char *s, size_t len)
crypto/openssh/misc.c
1853
if (r > 0 && (size_t)r < len)
crypto/openssh/misc.c
1857
if (r < 0 || (size_t)r >= len)
crypto/openssh/misc.c
2255
uid_t uid, char *err, size_t errlen)
crypto/openssh/misc.c
2319
char *err, size_t errlen)
crypto/openssh/misc.c
2401
size_t i, l = strlen(name);
crypto/openssh/misc.c
2480
size_t l;
crypto/openssh/misc.c
2533
format_absolute_time(uint64_t t, char *buf, size_t len)
crypto/openssh/misc.c
2610
size_t opt_len = strlen(opt);
crypto/openssh/misc.c
2630
size_t i;
crypto/openssh/misc.c
2925
lookup_env_in_list(const char *env, char * const *envs, size_t nenvs)
crypto/openssh/misc.c
2927
size_t i, envlen;
crypto/openssh/misc.c
2940
lookup_setenv_in_list(const char *env, char * const *envs, size_t nenvs)
crypto/openssh/misc.c
3087
size_t sz = 0;
crypto/openssh/misc.c
3103
(size_t)st.st_size < strlen(s) ||
crypto/openssh/misc.c
3108
sz = (size_t)st.st_size;
crypto/openssh/misc.c
990
size_t srclen;
crypto/openssh/misc.h
106
void format_absolute_time(uint64_t, char *, size_t);
crypto/openssh/misc.h
176
size_t buflen;
crypto/openssh/misc.h
183
void bandwidth_limit_init(struct bwlimit *, u_int64_t, size_t);
crypto/openssh/misc.h
184
void bandwidth_limit(struct bwlimit *, size_t);
crypto/openssh/misc.h
188
void mktemp_proto(char *, size_t);
crypto/openssh/misc.h
193
char * const *envs, size_t nenvs);
crypto/openssh/misc.h
195
char * const *envs, size_t nenvs);
crypto/openssh/misc.h
207
char *, size_t);
crypto/openssh/misc.h
209
char *err, size_t errlen);
crypto/openssh/misc.h
90
char *tohex(const void *, size_t);
crypto/openssh/monitor.c
1005
size_t plen;
crypto/openssh/monitor.c
1372
size_t len;
crypto/openssh/monitor.c
1453
size_t len;
crypto/openssh/monitor.c
1521
size_t signaturelen, datalen, bloblen;
crypto/openssh/monitor.c
160
static size_t key_bloblen = 0;
crypto/openssh/monitor.c
1957
size_t len;
crypto/openssh/monitor.c
714
size_t datlen, siglen;
crypto/openssh/monitor_wrap.c
148
size_t mlen = sshbuf_len(m);
crypto/openssh/monitor_wrap.c
253
mm_sshkey_sign(struct ssh *ssh, struct sshkey *key, u_char **sigp, size_t *lenp,
crypto/openssh/monitor_wrap.c
254
const u_char *data, size_t datalen, const char *hostkey_alg,
crypto/openssh/monitor_wrap.c
286
size_t len;
crypto/openssh/monitor_wrap.c
339
size_t len;
crypto/openssh/monitor_wrap.c
549
mm_sshkey_verify(const struct sshkey *key, const u_char *sig, size_t siglen,
crypto/openssh/monitor_wrap.c
550
const u_char *data, size_t datalen, const char *sigalg, u_int compat,
crypto/openssh/monitor_wrap.c
614
mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen)
crypto/openssh/monitor_wrap.c
711
size_t msglen;
crypto/openssh/monitor_wrap.c
866
size_t len;
crypto/openssh/monitor_wrap.c
92
size_t len;
crypto/openssh/monitor_wrap.h
45
int mm_sshkey_sign(struct ssh *, struct sshkey *, u_char **, size_t *,
crypto/openssh/monitor_wrap.h
46
const u_char *, size_t, const char *, const char *,
crypto/openssh/monitor_wrap.h
58
int mm_sshkey_verify(const struct sshkey *, const u_char *, size_t,
crypto/openssh/monitor_wrap.h
59
const u_char *, size_t, const char *, u_int, struct sshkey_sig_details **);
crypto/openssh/monitor_wrap.h
88
int mm_pty_allocate(int *, int *, char *, size_t);
crypto/openssh/mux.c
1461
mux_client_read(int fd, struct sshbuf *b, size_t need, int timeout_ms)
crypto/openssh/mux.c
1463
size_t have;
crypto/openssh/mux.c
1497
have += (size_t)len;
crypto/openssh/mux.c
1560
size_t need, have;
crypto/openssh/mux.c
251
if (ret <= 0 || (size_t)ret >= sizeof(name)) {
crypto/openssh/mux.c
293
size_t value_len = 0;
crypto/openssh/openbsd-compat/arc4random.c
136
_rs_stir_if_needed(size_t len)
crypto/openssh/openbsd-compat/arc4random.c
148
_rs_rekey(u_char *dat, size_t datlen)
crypto/openssh/openbsd-compat/arc4random.c
158
size_t i, m;
crypto/openssh/openbsd-compat/arc4random.c
171
_rs_random_buf(void *_buf, size_t n)
crypto/openssh/openbsd-compat/arc4random.c
175
size_t m;
crypto/openssh/openbsd-compat/arc4random.c
226
arc4random_buf(void *buf, size_t n)
crypto/openssh/openbsd-compat/arc4random.c
239
arc4random_buf(void *_buf, size_t n)
crypto/openssh/openbsd-compat/arc4random.c
241
size_t i;
crypto/openssh/openbsd-compat/arc4random.c
51
int _ssh_compat_getentropy(void *, size_t);
crypto/openssh/openbsd-compat/arc4random.c
79
size_t rs_have; /* valid bytes at end of rs_buf */
crypto/openssh/openbsd-compat/arc4random.c
80
size_t rs_count; /* bytes till reseed */
crypto/openssh/openbsd-compat/arc4random.c
93
static inline void _rs_rekey(u_char *dat, size_t datlen);
crypto/openssh/openbsd-compat/arc4random.c
96
_rs_init(u_char *buf, size_t n)
crypto/openssh/openbsd-compat/base64.c
133
b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize)
crypto/openssh/openbsd-compat/base64.c
135
size_t datalength = 0;
crypto/openssh/openbsd-compat/base64.c
196
b64_pton(char const *src, u_char *target, size_t targsize)
crypto/openssh/openbsd-compat/base64.h
50
int b64_ntop(u_char const *src, size_t srclength, char *target,
crypto/openssh/openbsd-compat/base64.h
51
size_t targsize);
crypto/openssh/openbsd-compat/base64.h
58
int b64_pton(char const *src, u_char *target, size_t targsize);
crypto/openssh/openbsd-compat/basename.c
30
size_t len;
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
114
bcrypt_pbkdf(const char *pass, size_t passlen, const uint8_t *salt, size_t saltlen,
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
115
uint8_t *key, size_t keylen, unsigned int rounds)
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
122
size_t i, j, amt, stride;
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
124
size_t origkeylen = keylen;
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
168
size_t dest = i * stride + (count - 1);
crypto/openssh/openbsd-compat/bcrypt_pbkdf.c
81
size_t shalen = SHA512_DIGEST_LENGTH;
crypto/openssh/openbsd-compat/bsd-asprintf.c
46
size_t len;
crypto/openssh/openbsd-compat/bsd-asprintf.c
59
len = (size_t)ret + 1;
crypto/openssh/openbsd-compat/bsd-asprintf.c
67
if (ret >= 0 && (size_t)ret < len) {
crypto/openssh/openbsd-compat/bsd-closefrom.c
138
if (len > 0 && (size_t)len < sizeof(fdpath) && (dirp = opendir(fdpath))) {
crypto/openssh/openbsd-compat/bsd-cygwin_util.c
194
size_t len;
crypto/openssh/openbsd-compat/bsd-cygwin_util.c
197
if ((len = mbstowcs(NULL, s, 0)) == (size_t) -1)
crypto/openssh/openbsd-compat/bsd-cygwin_util.c
201
if ((len = mbstowcs(NULL, pattern, 0)) == (size_t) -1)
crypto/openssh/openbsd-compat/bsd-cygwin_util.c
85
size_t namelen;
crypto/openssh/openbsd-compat/bsd-getentropy.c
42
_ssh_compat_getentropy(void *s, size_t len)
crypto/openssh/openbsd-compat/bsd-getentropy.c
51
size_t o = 0;
crypto/openssh/openbsd-compat/bsd-getentropy.c
62
if ((r = getrandom(s, len, 0)) > 0 && (size_t)r == len)
crypto/openssh/openbsd-compat/bsd-getline.c
106
size_t n = 0;
crypto/openssh/openbsd-compat/bsd-getline.c
50
getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp)
crypto/openssh/openbsd-compat/bsd-getline.c
80
size_t nbufsiz = *bufsiz * 2;
crypto/openssh/openbsd-compat/bsd-getline.c
93
getline(char **buf, size_t *bufsiz, FILE *fp)
crypto/openssh/openbsd-compat/bsd-malloc.c
27
rpl_malloc(size_t size)
crypto/openssh/openbsd-compat/bsd-malloc.c
37
rpl_calloc(size_t nmemb, size_t size)
crypto/openssh/openbsd-compat/bsd-malloc.c
49
rpl_realloc(void *ptr, size_t size)
crypto/openssh/openbsd-compat/bsd-misc.c
322
size_t len;
crypto/openssh/openbsd-compat/bsd-misc.c
368
mbtowc(wchar_t *pwc, const char *s, size_t n)
crypto/openssh/openbsd-compat/bsd-misc.c
392
bzero(void *b, size_t n)
crypto/openssh/openbsd-compat/bsd-misc.h
166
void bzero(void *, size_t);
crypto/openssh/openbsd-compat/bsd-misc.h
23
int seed_from_prngd(unsigned char *, size_t);
crypto/openssh/openbsd-compat/bsd-snprintf.c
170
static int dopr(char *buffer, size_t maxlen, const char *format,
crypto/openssh/openbsd-compat/bsd-snprintf.c
172
static int fmtstr(char *buffer, size_t *currlen, size_t maxlen,
crypto/openssh/openbsd-compat/bsd-snprintf.c
174
static int fmtint(char *buffer, size_t *currlen, size_t maxlen,
crypto/openssh/openbsd-compat/bsd-snprintf.c
176
static int fmtfp(char *buffer, size_t *currlen, size_t maxlen,
crypto/openssh/openbsd-compat/bsd-snprintf.c
180
dopr(char *buffer, size_t maxlen, const char *format, va_list args_in)
crypto/openssh/openbsd-compat/bsd-snprintf.c
191
size_t currlen;
crypto/openssh/openbsd-compat/bsd-snprintf.c
334
value = va_arg (args, size_t);
crypto/openssh/openbsd-compat/bsd-snprintf.c
354
value = va_arg (args, size_t);
crypto/openssh/openbsd-compat/bsd-snprintf.c
376
value = va_arg (args, size_t);
crypto/openssh/openbsd-compat/bsd-snprintf.c
505
fmtstr(char *buffer, size_t *currlen, size_t maxlen,
crypto/openssh/openbsd-compat/bsd-snprintf.c
546
fmtint(char *buffer, size_t *currlen, size_t maxlen,
crypto/openssh/openbsd-compat/bsd-snprintf.c
706
fmtfp (char *buffer, size_t *currlen, size_t maxlen,
crypto/openssh/openbsd-compat/bsd-snprintf.c
865
vsnprintf (char *str, size_t count, const char *fmt, va_list args)
crypto/openssh/openbsd-compat/bsd-snprintf.c
873
snprintf(char *str, size_t count, SNPRINTF_CONST char *fmt, ...)
crypto/openssh/openbsd-compat/bsd-snprintf.c
875
size_t ret;
crypto/openssh/openbsd-compat/dirname.c
31
size_t len;
crypto/openssh/openbsd-compat/explicit_bzero.c
21
explicit_bzero(void *p, size_t n)
crypto/openssh/openbsd-compat/explicit_bzero.c
29
explicit_bzero(void *p, size_t n)
crypto/openssh/openbsd-compat/explicit_bzero.c
42
static void (* volatile ssh_bzero)(void *, size_t) = bzero;
crypto/openssh/openbsd-compat/explicit_bzero.c
45
explicit_bzero(void *p, size_t n)
crypto/openssh/openbsd-compat/fake-rfc2553.c
47
int getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
crypto/openssh/openbsd-compat/fake-rfc2553.c
48
size_t hostlen, char *serv, size_t servlen, int flags)
crypto/openssh/openbsd-compat/fake-rfc2553.h
143
size_t ai_addrlen; /* length of ai_addr */
crypto/openssh/openbsd-compat/fake-rfc2553.h
171
int getnameinfo(const struct sockaddr *, size_t, char *, size_t,
crypto/openssh/openbsd-compat/fake-rfc2553.h
172
char *, size_t, int);
crypto/openssh/openbsd-compat/fnmatch.c
110
size_t len;
crypto/openssh/openbsd-compat/fnmatch.c
123
len = (size_t)(colon - pattern);
crypto/openssh/openbsd-compat/freezero.c
25
freezero(void *ptr, size_t sz)
crypto/openssh/openbsd-compat/getcwd.c
193
size_t len;
crypto/openssh/openbsd-compat/getcwd.c
51
getcwd(char *pt, size_t size)
crypto/openssh/openbsd-compat/getcwd.c
62
size_t ptsize, upsize;
crypto/openssh/openbsd-compat/getopt_long.c
194
size_t current_argv_len;
crypto/openssh/openbsd-compat/getrrsetbyname-ldns.c
213
size_t rdata_offset = 0;
crypto/openssh/openbsd-compat/getrrsetbyname-ldns.c
71
size_t len;
crypto/openssh/openbsd-compat/glob.c
1049
g_Ctoc(const Char *str, char *buf, size_t len)
crypto/openssh/openbsd-compat/glob.c
145
size_t glim_malloc;
crypto/openssh/openbsd-compat/glob.c
146
size_t glim_stat;
crypto/openssh/openbsd-compat/glob.c
147
size_t glim_readdir;
crypto/openssh/openbsd-compat/glob.c
157
static int g_Ctoc(const Char *, char *, size_t);
crypto/openssh/openbsd-compat/glob.c
161
static int g_strncmp(const Char *, const char *, size_t);
crypto/openssh/openbsd-compat/glob.c
172
globtilde(const Char *, Char *, size_t, glob_t *);
crypto/openssh/openbsd-compat/glob.c
366
globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob)
crypto/openssh/openbsd-compat/glob.c
426
g_strncmp(const Char *s1, const char *s2, size_t n)
crypto/openssh/openbsd-compat/glob.c
447
size_t len;
crypto/openssh/openbsd-compat/glob.c
452
len = (size_t)(colon - pattern);
crypto/openssh/openbsd-compat/glob.c
479
size_t oldpathc;
crypto/openssh/openbsd-compat/glob.c
573
size_t i;
crypto/openssh/openbsd-compat/glob.c
574
size_t n = pglob->gl_pathc - oldpathc;
crypto/openssh/openbsd-compat/glob.c
575
size_t o = pglob->gl_offs + oldpathc;
crypto/openssh/openbsd-compat/glob.c
804
size_t i, newn, len;
crypto/openssh/openbsd-compat/glob.c
872
len = (size_t)(p - path);
crypto/openssh/openbsd-compat/glob.c
977
size_t i;
crypto/openssh/openbsd-compat/glob.h
57
size_t gl_pathc; /* Count of total paths so far. */
crypto/openssh/openbsd-compat/glob.h
58
size_t gl_matchc; /* Count of paths matching pattern. */
crypto/openssh/openbsd-compat/glob.h
59
size_t gl_offs; /* Reserved at beginning of gl_pathv. */
crypto/openssh/openbsd-compat/inet_ntop.c
107
inet_ntop6(const u_char *src, char *dst, size_t size)
crypto/openssh/openbsd-compat/inet_ntop.c
179
if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
crypto/openssh/openbsd-compat/inet_ntop.c
202
if ((size_t)(tp - tmp) > size) {
crypto/openssh/openbsd-compat/inet_ntop.c
47
static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
crypto/openssh/openbsd-compat/inet_ntop.c
48
static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
crypto/openssh/openbsd-compat/inet_ntop.c
63
return (inet_ntop4(src, dst, (size_t)size));
crypto/openssh/openbsd-compat/inet_ntop.c
65
return (inet_ntop6(src, dst, (size_t)size));
crypto/openssh/openbsd-compat/inet_ntop.c
85
inet_ntop4(const u_char *src, char *dst, size_t size)
crypto/openssh/openbsd-compat/libressl-api-compat.c
31
EVP_CIPHER_CTX_get_iv(const EVP_CIPHER_CTX *ctx, unsigned char *iv, size_t len)
crypto/openssh/openbsd-compat/libressl-api-compat.c
37
if (len != (size_t)EVP_CIPHER_CTX_iv_length(ctx))
crypto/openssh/openbsd-compat/libressl-api-compat.c
61
EVP_CIPHER_CTX_set_iv(EVP_CIPHER_CTX *ctx, const unsigned char *iv, size_t len)
crypto/openssh/openbsd-compat/libressl-api-compat.c
67
if (len != (size_t)EVP_CIPHER_CTX_iv_length(ctx))
crypto/openssh/openbsd-compat/md5.c
110
size_t padlen;
crypto/openssh/openbsd-compat/md5.c
69
MD5Update(MD5_CTX *ctx, const unsigned char *input, size_t len)
crypto/openssh/openbsd-compat/md5.c
71
size_t have, need;
crypto/openssh/openbsd-compat/md5.c
74
have = (size_t)((ctx->count >> 3) & (MD5_BLOCK_LENGTH - 1));
crypto/openssh/openbsd-compat/md5.h
31
void MD5Update(MD5_CTX *, const u_int8_t *, size_t)
crypto/openssh/openbsd-compat/md5.h
45
char *MD5Data(const u_int8_t *, size_t, char *)
crypto/openssh/openbsd-compat/memmem.c
174
memmem(const void *h0, size_t k, const void *n0, size_t l)
crypto/openssh/openbsd-compat/memmem.c
38
twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
crypto/openssh/openbsd-compat/memmem.c
47
threebyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
crypto/openssh/openbsd-compat/memmem.c
57
fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
crypto/openssh/openbsd-compat/memmem.c
73
((a)[(size_t)(b)/(8*sizeof *(a))] op (size_t)1<<((size_t)(b)%(8*sizeof *(a))))
crypto/openssh/openbsd-compat/memmem.c
81
const unsigned char *n, size_t l)
crypto/openssh/openbsd-compat/memmem.c
83
size_t i, ip, jp, k, p, ms, p0, mem, mem0;
crypto/openssh/openbsd-compat/memmem.c
84
size_t byteset[32 / sizeof(size_t)] = { 0 };
crypto/openssh/openbsd-compat/memmem.c
85
size_t shift[256];
crypto/openssh/openbsd-compat/mktemp.c
76
size_t len;
crypto/openssh/openbsd-compat/mktemp.c
80
if (len == 0 || slen < 0 || (size_t)slen >= len) {
crypto/openssh/openbsd-compat/openbsd-compat.h
102
void *reallocarray(void *, size_t, size_t);
crypto/openssh/openbsd-compat/openbsd-compat.h
106
void *recallocarray(void *, size_t, size_t, size_t);
crypto/openssh/openbsd-compat/openbsd-compat.h
114
size_t strlcpy(char *dst, const char *src, size_t siz);
crypto/openssh/openbsd-compat/openbsd-compat.h
118
size_t strlcat(char *dst, const char *src, size_t siz);
crypto/openssh/openbsd-compat/openbsd-compat.h
126
size_t strnlen(const char *, size_t);
crypto/openssh/openbsd-compat/openbsd-compat.h
130
char *strndup(const char *s, size_t n);
crypto/openssh/openbsd-compat/openbsd-compat.h
233
void arc4random_buf(void *, size_t);
crypto/openssh/openbsd-compat/openbsd-compat.h
254
int snprintf(char *, size_t, SNPRINTF_CONST char *, ...);
crypto/openssh/openbsd-compat/openbsd-compat.h
291
int mbtowc(wchar_t *, const char*, size_t);
crypto/openssh/openbsd-compat/openbsd-compat.h
320
int vsnprintf(char *, size_t, const char *, va_list);
crypto/openssh/openbsd-compat/openbsd-compat.h
332
int timingsafe_bcmp(const void *, const void *, size_t);
crypto/openssh/openbsd-compat/openbsd-compat.h
336
int bcrypt_pbkdf(const char *, size_t, const uint8_t *, size_t,
crypto/openssh/openbsd-compat/openbsd-compat.h
337
uint8_t *, size_t, unsigned int);
crypto/openssh/openbsd-compat/openbsd-compat.h
341
void explicit_bzero(void *p, size_t n);
crypto/openssh/openbsd-compat/openbsd-compat.h
345
void freezero(void *, size_t);
crypto/openssh/openbsd-compat/openbsd-compat.h
82
ssize_t getline(char **, size_t *, FILE *);
crypto/openssh/openbsd-compat/openbsd-compat.h
90
char *getcwd(char *pt, size_t size);
crypto/openssh/openbsd-compat/openbsd-compat.h
98
void *memmem(const void *, size_t, const void *, size_t);
crypto/openssh/openbsd-compat/openssl-compat.c
100
EVP_DigestSign(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen,
crypto/openssh/openbsd-compat/openssl-compat.c
101
const unsigned char *tbs, size_t tbslen)
crypto/openssh/openbsd-compat/openssl-compat.c
114
EVP_DigestVerify(EVP_MD_CTX *ctx, const unsigned char *sigret, size_t siglen,
crypto/openssh/openbsd-compat/openssl-compat.c
115
const unsigned char *tbs, size_t tbslen)
crypto/openssh/openbsd-compat/openssl-compat.h
72
unsigned char *iv, size_t len);
crypto/openssh/openbsd-compat/openssl-compat.h
78
const unsigned char *iv, size_t len);
crypto/openssh/openbsd-compat/openssl-compat.h
82
int EVP_DigestSign(EVP_MD_CTX *, unsigned char *, size_t *,
crypto/openssh/openbsd-compat/openssl-compat.h
83
const unsigned char *, size_t);
crypto/openssh/openbsd-compat/openssl-compat.h
87
int EVP_DigestVerify(EVP_MD_CTX *, const unsigned char *, size_t,
crypto/openssh/openbsd-compat/openssl-compat.h
88
const unsigned char *, size_t);
crypto/openssh/openbsd-compat/port-aix.c
419
sshaix_getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
crypto/openssh/openbsd-compat/port-aix.c
420
size_t hostlen, char *serv, size_t servlen, int flags)
crypto/openssh/openbsd-compat/port-aix.c
79
size_t len;
crypto/openssh/openbsd-compat/port-aix.h
112
int sshaix_getnameinfo(const struct sockaddr *, size_t, char *, size_t,
crypto/openssh/openbsd-compat/port-aix.h
113
char *, size_t, int);
crypto/openssh/openbsd-compat/port-net.c
312
size_t len;
crypto/openssh/openbsd-compat/port-net.c
354
u_char **data, size_t *dlen)
crypto/openssh/openbsd-compat/port-net.h
31
u_char *sys_tun_outfilter(struct ssh *, struct Channel *, u_char **, size_t *);
crypto/openssh/openbsd-compat/port-prngd.c
130
if (atomicio(read, fd, buf, len) != (size_t)len) {
crypto/openssh/openbsd-compat/port-prngd.c
151
seed_from_prngd(unsigned char *buf, size_t bytes)
crypto/openssh/openbsd-compat/readpassphrase.c
54
readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags)
crypto/openssh/openbsd-compat/readpassphrase.h
40
char * readpassphrase(const char *, char *, size_t, int);
crypto/openssh/openbsd-compat/reallocarray.c
34
#define MUL_NO_OVERFLOW ((size_t)1 << (sizeof(size_t) * 4))
crypto/openssh/openbsd-compat/reallocarray.c
37
reallocarray(void *optr, size_t nmemb, size_t size)
crypto/openssh/openbsd-compat/recallocarray.c
35
#define MUL_NO_OVERFLOW ((size_t)1 << (sizeof(size_t) * 4))
crypto/openssh/openbsd-compat/recallocarray.c
38
recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size)
crypto/openssh/openbsd-compat/recallocarray.c
40
size_t oldsize, newsize;
crypto/openssh/openbsd-compat/recallocarray.c
65
size_t d = oldsize - newsize;
crypto/openssh/openbsd-compat/recallocarray.c
67
if (d < oldsize / 2 && d < (size_t)getpagesize()) {
crypto/openssh/openbsd-compat/regress/snprintftest.c
37
int x_snprintf(char *str, size_t count, const char *fmt, ...)
crypto/openssh/openbsd-compat/regress/snprintftest.c
39
size_t ret;
crypto/openssh/openbsd-compat/setenv.c
168
size_t cnt;
crypto/openssh/openbsd-compat/setenv.c
183
malloc((size_t)((int)(np - name) + l_value + 2))))
crypto/openssh/openbsd-compat/setenv.c
89
size_t cnt;
crypto/openssh/openbsd-compat/setproctitle.c
129
size_t len = 0;
crypto/openssh/openbsd-compat/setproctitle.c
151
if (r == -1 || (size_t)r >= sizeof(buf) - len)
crypto/openssh/openbsd-compat/setproctitle.c
63
static size_t argv_env_len = 0;
crypto/openssh/openbsd-compat/sha1.c
129
SHA1Update(SHA1_CTX *context, const u_int8_t *data, size_t len)
crypto/openssh/openbsd-compat/sha1.c
131
size_t i, j;
crypto/openssh/openbsd-compat/sha1.c
133
j = (size_t)((context->count >> 3) & 63);
crypto/openssh/openbsd-compat/sha1.h
29
void SHA1Update(SHA1_CTX *, const u_int8_t *, size_t)
crypto/openssh/openbsd-compat/sha1.h
39
char *SHA1Data(const u_int8_t *, size_t, char *)
crypto/openssh/openbsd-compat/sha2.c
523
SHA256Update(SHA2_CTX *context, const u_int8_t *data, size_t len)
crypto/openssh/openbsd-compat/sha2.c
804
SHA512Update(SHA2_CTX *context, const u_int8_t *data, size_t len)
crypto/openssh/openbsd-compat/sha2.c
806
size_t freespace, usedspace;
crypto/openssh/openbsd-compat/sha2.c
940
SHA384Update(SHA2_CTX *context, const u_int8_t *data, size_t len)
crypto/openssh/openbsd-compat/sha2.h
109
char *SHA256Data(const u_int8_t *, size_t, char *)
crypto/openssh/openbsd-compat/sha2.h
117
void SHA384Update(SHA2_CTX *, const u_int8_t *, size_t)
crypto/openssh/openbsd-compat/sha2.h
128
char *SHA384Data(const u_int8_t *, size_t, char *)
crypto/openssh/openbsd-compat/sha2.h
136
void SHA512Update(SHA2_CTX *, const u_int8_t *, size_t)
crypto/openssh/openbsd-compat/sha2.h
147
char *SHA512Data(const u_int8_t *, size_t, char *)
crypto/openssh/openbsd-compat/sha2.h
155
void SHA512_256Update(SHA2_CTX *, const u_int8_t *, size_t)
crypto/openssh/openbsd-compat/sha2.h
166
char *SHA512_256Data(const u_int8_t *, size_t, char *)
crypto/openssh/openbsd-compat/sha2.h
79
void SHA224Update(SHA2_CTX *, const u_int8_t *, size_t)
crypto/openssh/openbsd-compat/sha2.h
90
char *SHA224Data(const u_int8_t *, size_t, char *)
crypto/openssh/openbsd-compat/sha2.h
98
void SHA256Update(SHA2_CTX *, const u_int8_t *, size_t)
crypto/openssh/openbsd-compat/strcasestr.c
52
size_t len;
crypto/openssh/openbsd-compat/strlcat.c
34
size_t
crypto/openssh/openbsd-compat/strlcat.c
35
strlcat(char *dst, const char *src, size_t siz)
crypto/openssh/openbsd-compat/strlcat.c
39
size_t n = siz;
crypto/openssh/openbsd-compat/strlcat.c
40
size_t dlen;
crypto/openssh/openbsd-compat/strlcpy.c
32
size_t
crypto/openssh/openbsd-compat/strlcpy.c
33
strlcpy(char *dst, const char *src, size_t siz)
crypto/openssh/openbsd-compat/strlcpy.c
37
size_t n = siz;
crypto/openssh/openbsd-compat/strndup.c
28
strndup(const char *str, size_t maxlen)
crypto/openssh/openbsd-compat/strndup.c
31
size_t len;
crypto/openssh/openbsd-compat/strnlen.c
27
size_t
crypto/openssh/openbsd-compat/strnlen.c
28
strnlen(const char *str, size_t maxlen)
crypto/openssh/openbsd-compat/strnlen.c
35
return (size_t)(cp - str);
crypto/openssh/openbsd-compat/strptime.c
71
size_t len;
crypto/openssh/openbsd-compat/timingsafe_bcmp.c
24
timingsafe_bcmp(const void *b1, const void *b2, size_t n)
crypto/openssh/openbsd-compat/vis.c
174
strnvis(char *dst, const char *src, size_t siz, int flag)
crypto/openssh/openbsd-compat/vis.c
236
strvisx(char *dst, const char *src, size_t len, int flag)
crypto/openssh/openbsd-compat/vis.h
87
int strnvis(char *, const char *, size_t, int)
crypto/openssh/openbsd-compat/vis.h
89
int strvisx(char *, const char *, size_t, int)
crypto/openssh/openbsd-compat/vis.h
93
ssize_t strnunvis(char *, const char *, size_t)
crypto/openssh/openbsd-compat/xcrypt.c
75
size_t typelen;
crypto/openssh/packet.c
1524
size_t need;
crypto/openssh/packet.c
1803
size_t len;
crypto/openssh/packet.c
1923
size_t rlen;
crypto/openssh/packet.c
1982
sshpkt_fmt_connection_id(struct ssh *ssh, char *s, size_t l)
crypto/openssh/packet.c
201
size_t packet_discard_mac_already;
crypto/openssh/packet.c
2447
size_t keylen, ivlen, maclen;
crypto/openssh/packet.c
2551
size_t ilen, olen;
crypto/openssh/packet.c
2600
sshpkt_put(struct ssh *ssh, const void *v, size_t len)
crypto/openssh/packet.c
2630
sshpkt_put_string(struct ssh *ssh, const void *v, size_t len)
crypto/openssh/packet.c
2672
sshpkt_get(struct ssh *ssh, void *valp, size_t len)
crypto/openssh/packet.c
2696
sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp)
crypto/openssh/packet.c
2702
sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp)
crypto/openssh/packet.c
2708
sshpkt_peek_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp)
crypto/openssh/packet.c
2714
sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp)
crypto/openssh/packet.c
2750
sshpkt_ptr(struct ssh *ssh, size_t *lenp)
crypto/openssh/packet.c
2776
size_t len;
crypto/openssh/packet.c
386
size_t dlen = PACKET_MAX_SIZE;
crypto/openssh/packet.c
407
struct sshmac *mac, size_t mac_already, u_int discard)
crypto/openssh/packet.h
187
int sshpkt_put(struct ssh *ssh, const void *v, size_t len);
crypto/openssh/packet.h
192
int sshpkt_put_string(struct ssh *ssh, const void *v, size_t len);
crypto/openssh/packet.h
199
int sshpkt_get(struct ssh *ssh, void *valp, size_t len);
crypto/openssh/packet.h
203
int sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp);
crypto/openssh/packet.h
204
int sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp);
crypto/openssh/packet.h
205
int sshpkt_peek_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp);
crypto/openssh/packet.h
206
int sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp);
crypto/openssh/packet.h
211
void sshpkt_fmt_connection_id(struct ssh *ssh, char *s, size_t l);
crypto/openssh/packet.h
212
const u_char *sshpkt_ptr(struct ssh *, size_t *lenp);
crypto/openssh/poly1305.c
33
poly1305_auth(unsigned char out[POLY1305_TAGLEN], const unsigned char *m, size_t inlen, const unsigned char key[POLY1305_KEYLEN]) {
crypto/openssh/poly1305.c
39
size_t j;
crypto/openssh/poly1305.h
16
void poly1305_auth(u_char out[POLY1305_TAGLEN], const u_char *m, size_t inlen,
crypto/openssh/readconf.c
1148
size_t len;
crypto/openssh/readconf.c
2569
size_t linesize = 0;
crypto/openssh/readpass.c
54
size_t len;
crypto/openssh/regress/check-perm.c
95
uid_t uid, char *err, size_t errlen)
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz.cc
7
extern void test_one(const uint8_t* s, size_t slen);
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz.cc
9
int LLVMFuzzerTestOneInput(const uint8_t* s, size_t slen)
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
151
test_one(const uint8_t* s, size_t slen)
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
154
size_t i, olen, nlen;
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
7
void test_one(const uint8_t* s, size_t slen);
crypto/openssh/regress/misc/fuzz-harness/authkeys_fuzz.cc
30
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
crypto/openssh/regress/misc/fuzz-harness/authopt_fuzz.cc
11
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
128
((size_t)pubkey->type < st->nkeys &&
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
131
if ((size_t)pubkey->type >= st->nkeys) {
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
158
if (st == NULL || keytype < 0 || (size_t)keytype >= st->nkeys ||
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
167
if (st == NULL || keytype < 0 || (size_t)keytype >= st->nkeys ||
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
30
size_t nkeys;
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
411
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
42
struct sshbuf *store, int clobber, size_t *n)
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
45
size_t len;
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
79
size_t cn, sn;
crypto/openssh/regress/misc/fuzz-harness/mkcorpus_sntrup761.c
21
void randombytes(unsigned char *ptr, size_t l);
crypto/openssh/regress/misc/fuzz-harness/mkcorpus_sntrup761.c
32
randombytes(unsigned char *ptr, size_t l)
crypto/openssh/regress/misc/fuzz-harness/mkcorpus_sntrup761.c
41
const void *ptr, size_t l)
crypto/openssh/regress/misc/fuzz-harness/privkey_fuzz.cc
10
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
crypto/openssh/regress/misc/fuzz-harness/pubkey_fuzz.cc
9
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
crypto/openssh/regress/misc/fuzz-harness/sig_fuzz.cc
25
int LLVMFuzzerTestOneInput(const uint8_t* sig, size_t slen)
crypto/openssh/regress/misc/fuzz-harness/sig_fuzz.cc
37
static const size_t dlen = strlen(data);
crypto/openssh/regress/misc/fuzz-harness/sntrup761_dec_fuzz.cc
21
void randombytes(unsigned char *ptr, size_t l);
crypto/openssh/regress/misc/fuzz-harness/sntrup761_dec_fuzz.cc
30
randombytes(unsigned char *ptr, size_t l)
crypto/openssh/regress/misc/fuzz-harness/sntrup761_dec_fuzz.cc
50
int LLVMFuzzerTestOneInput(const uint8_t* input, size_t len)
crypto/openssh/regress/misc/fuzz-harness/sntrup761_enc_fuzz.cc
21
void randombytes(unsigned char *ptr, size_t l);
crypto/openssh/regress/misc/fuzz-harness/sntrup761_enc_fuzz.cc
30
randombytes(unsigned char *ptr, size_t l)
crypto/openssh/regress/misc/fuzz-harness/sntrup761_enc_fuzz.cc
38
int LLVMFuzzerTestOneInput(const uint8_t* input, size_t len)
crypto/openssh/regress/misc/fuzz-harness/ssh-sk-null.cc
38
u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,
crypto/openssh/regress/misc/fuzz-harness/ssh-sk-null.cc
47
size_t *nsrksp)
crypto/openssh/regress/misc/fuzz-harness/sshsig_fuzz.cc
18
int LLVMFuzzerTestOneInput(const uint8_t* sig, size_t slen)
crypto/openssh/regress/misc/fuzz-harness/sshsigopt_fuzz.cc
11
int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
151
response->key_handle_len = (size_t)privlen;
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
218
size_t i;
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
234
sk_enroll(uint32_t alg, const uint8_t *challenge, size_t challenge_len,
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
290
dump(const char *preamble, const void *sv, size_t l)
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
294
size_t i;
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
308
sig_ecdsa(const uint8_t *message, size_t message_len,
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
310
const uint8_t *key_handle, size_t key_handle_len,
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
404
sig_ed25519(const uint8_t *message, size_t message_len,
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
406
const uint8_t *key_handle, size_t key_handle_len,
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
409
size_t o;
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
461
response->sig_r_len = (size_t)(smlen - sizeof(signbuf));
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
482
sk_sign(uint32_t alg, const uint8_t *data, size_t datalen,
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
483
const char *application, const uint8_t *key_handle, size_t key_handle_len,
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
540
struct sk_resident_key ***rks, size_t *nrks)
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
137
get_pubkey_from_cred_ecdsa(const fido_cred_t *cred, size_t *pubkey_len)
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
206
size_t pubkey_len;
crypto/openssh/regress/mkdtemp.c
52
if (r < 0 || (size_t)r >= sizeof(template))
crypto/openssh/regress/modpipe.c
86
size_t total;
crypto/openssh/regress/netcat.c
1436
proxy_read_line(int fd, char *buf, size_t bufsz)
crypto/openssh/regress/netcat.c
1438
size_t off;
crypto/openssh/regress/netcat.c
144
ssize_t drainbuf(int, unsigned char *, size_t *);
crypto/openssh/regress/netcat.c
145
ssize_t fillbuf(int, unsigned char *, size_t *);
crypto/openssh/regress/netcat.c
1477
size_t hlen, wlen = 0;
crypto/openssh/regress/netcat.c
1479
size_t cnt;
crypto/openssh/regress/netcat.c
1628
if (r == -1 || (size_t)r >= sizeof(buf))
crypto/openssh/regress/netcat.c
1633
if (cnt != (size_t)r)
crypto/openssh/regress/netcat.c
1642
if (r == -1 || (size_t)r >= sizeof(buf) ||
crypto/openssh/regress/netcat.c
1648
if (r == -1 || (size_t)r >= sizeof(buf))
crypto/openssh/regress/netcat.c
1651
if ((cnt = atomicio(vwrite, proxyfd, buf, r)) != (size_t)r)
crypto/openssh/regress/netcat.c
788
size_t netinbufpos = 0;
crypto/openssh/regress/netcat.c
790
size_t stdinbufpos = 0;
crypto/openssh/regress/netcat.c
964
drainbuf(int fd, unsigned char *buf, size_t *bufpos)
crypto/openssh/regress/netcat.c
985
fillbuf(int fd, unsigned char *buf, size_t *bufpos)
crypto/openssh/regress/netcat.c
987
size_t num = BUFSIZE - *bufpos;
crypto/openssh/regress/unittests/authopt/tests.c
69
commasplit(const char *s, size_t *np)
crypto/openssh/regress/unittests/authopt/tests.c
72
size_t n;
crypto/openssh/regress/unittests/authopt/tests.c
92
size_t i;
crypto/openssh/regress/unittests/bitmap/tests.c
34
size_t len;
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
152
prepare_expected(struct expected *expected, size_t n)
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
154
size_t i;
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
182
cleanup_expected(struct expected *expected, size_t n)
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
184
size_t i;
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
38
size_t nexpected;
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
39
size_t i;
crypto/openssh/regress/unittests/kex/test_kex.c
34
size_t len;
crypto/openssh/regress/unittests/kex/test_proposal.c
40
size_t i;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf.c
36
size_t sz;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
35
size_t l;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fuzz.c
32
size_t sz, sz2, i, ntests = NUM_FUZZ_TESTS;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
36
size_t s;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
51
size_t s;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c
33
attempt_parse_blob(u_char *blob, size_t len)
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c
43
size_t l;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
31
size_t sz;
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
82
size_t l;
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
120
const u_char *d, size_t l)
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
122
size_t len;
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
138
banana(u_char *s, size_t l)
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
140
size_t o;
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
156
size_t lens[] = {
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
63
size_t siglen;
crypto/openssh/regress/unittests/test_helper/fuzz.c
103
fuzz_fmt(struct fuzz *fuzz, char *s, size_t n)
crypto/openssh/regress/unittests/test_helper/fuzz.c
158
dump(u_char *p, size_t len)
crypto/openssh/regress/unittests/test_helper/fuzz.c
160
size_t i, j;
crypto/openssh/regress/unittests/test_helper/fuzz.c
215
fuzz_begin(u_int strategies, const void *p, size_t l)
crypto/openssh/regress/unittests/test_helper/fuzz.c
397
size_t
crypto/openssh/regress/unittests/test_helper/fuzz.c
68
size_t slen;
crypto/openssh/regress/unittests/test_helper/fuzz.c
74
size_t o1, o2;
crypto/openssh/regress/unittests/test_helper/test_helper.c
230
test_info(char *s, size_t len)
crypto/openssh/regress/unittests/test_helper/test_helper.c
386
tohex(const void *_s, size_t l)
crypto/openssh/regress/unittests/test_helper/test_helper.c
389
size_t i, j;
crypto/openssh/regress/unittests/test_helper/test_helper.c
404
const void *aa1, const void *aa2, size_t l, enum test_predicate pred)
crypto/openssh/regress/unittests/test_helper/test_helper.c
429
memvalcmp(const u_int8_t *s, u_char v, size_t l, size_t *where)
crypto/openssh/regress/unittests/test_helper/test_helper.c
431
size_t i;
crypto/openssh/regress/unittests/test_helper/test_helper.c
444
const void *aa1, u_char v, size_t l, enum test_predicate pred)
crypto/openssh/regress/unittests/test_helper/test_helper.c
446
size_t where = -1;
crypto/openssh/regress/unittests/test_helper/test_helper.c
482
size_t aa1, size_t aa2, enum test_predicate pred)
crypto/openssh/regress/unittests/test_helper/test_helper.h
301
struct fuzz *fuzz_begin(u_int strategies, const void *p, size_t l);
crypto/openssh/regress/unittests/test_helper/test_helper.h
320
size_t fuzz_len(struct fuzz *fuzz);
crypto/openssh/regress/unittests/test_helper/test_helper.h
45
void test_info(char *s, size_t len);
crypto/openssh/regress/unittests/test_helper/test_helper.h
65
const void *aa1, const void *aa2, size_t l, enum test_predicate pred);
crypto/openssh/regress/unittests/test_helper/test_helper.h
68
const void *aa1, u_char v, size_t l, enum test_predicate pred);
crypto/openssh/regress/unittests/test_helper/test_helper.h
74
size_t aa1, size_t aa2, enum test_predicate pred);
crypto/openssh/scp.c
1318
size_t nslash;
crypto/openssh/scp.c
1398
size_t amt, nr;
crypto/openssh/scp.c
1668
size_t j, count;
crypto/openssh/scp.c
1676
size_t n, npatterns = 0;
crypto/openssh/scp.c
183
size_t sftp_copy_buflen;
crypto/openssh/scp.c
1832
static size_t cursize;
crypto/openssh/scp.c
1833
size_t need;
crypto/openssh/scp.c
184
size_t sftp_nrequests;
crypto/openssh/scp.c
2230
size_t size;
crypto/openssh/scp.c
431
size_t cnt;
crypto/openssh/scp.c
605
sftp_copy_buflen = (size_t)llv;
crypto/openssh/scp.c
613
sftp_nrequests = (size_t)llv;
crypto/openssh/scp.c
725
scpio(void *_cnt, size_t s)
crypto/openssh/scp.c
768
append(char *cp, char ***ap, size_t *np)
crypto/openssh/scp.c
841
int sel_start, int sel_end, char ***patternsp, size_t *npatternsp)
crypto/openssh/scp.c
844
size_t pattern_len;
crypto/openssh/scp.c
889
brace_expand_one(const char *pattern, char ***patternsp, size_t *npatternsp,
crypto/openssh/scp.c
954
brace_expand(const char *pattern, char ***patternsp, size_t *npatternsp)
crypto/openssh/scp.c
957
size_t i, nactive = 0, ndone = 0;
crypto/openssh/servconf.c
1341
size_t len;
crypto/openssh/servconf.c
2798
size_t linesize = 0;
crypto/openssh/servconf.c
906
size_t miblen = sizeof(mib);
crypto/openssh/serverloop.c
654
size_t blen, slen;
crypto/openssh/session.c
309
size_t i;
crypto/openssh/session.c
381
size_t i;
crypto/openssh/session.c
838
size_t linesize = 0;
crypto/openssh/session.c
884
size_t len;
crypto/openssh/session.c
974
size_t n;
crypto/openssh/sftp-client.c
1109
size_t old_handle_len, new_handle_len;
crypto/openssh/sftp-client.c
116
size_t len;
crypto/openssh/sftp-client.c
123
get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
crypto/openssh/sftp-client.c
127
request_enqueue(struct requests *requests, u_int id, size_t len,
crypto/openssh/sftp-client.c
153
sftpio(void *_bwlimit, size_t amount)
crypto/openssh/sftp-client.c
1542
u_int openmode, Attrib *a, u_char **handlep, size_t *handle_lenp)
crypto/openssh/sftp-client.c
1546
size_t handle_len;
crypto/openssh/sftp-client.c
1608
size_t handle_len;
crypto/openssh/sftp-client.c
1694
size_t len;
crypto/openssh/sftp-client.c
2047
size_t handle_len;
crypto/openssh/sftp-client.c
2465
size_t from_handle_len, to_handle_len;
crypto/openssh/sftp-client.c
2527
size_t len;
crypto/openssh/sftp-client.c
2959
size_t len = strlen(p1) + strlen(p2) + 2;
crypto/openssh/sftp-client.c
3006
size_t l = strlen(pathname);
crypto/openssh/sftp-client.c
301
get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
crypto/openssh/sftp-client.c
504
size_t vlen;
crypto/openssh/sftp-client.c
708
size_t handle_len;
crypto/openssh/sftp-common.c
135
size_t dlen;
crypto/openssh/sftp-glob.c
141
size_t l;
crypto/openssh/sftp-realpath.c
62
size_t left_len, resolved_len;
crypto/openssh/sftp-server.c
1616
size_t ret;
crypto/openssh/sftp-server.c
507
size_t hlen;
crypto/openssh/sftp-server.c
802
static size_t buflen;
crypto/openssh/sftp-server.c
857
size_t len;
crypto/openssh/sftp-server.c
885
} else if ((size_t)ret == len) {
crypto/openssh/sftp.c
1145
size_t i, j;
crypto/openssh/sftp.c
1200
size_t i, j;
crypto/openssh/sftp.c
1218
if ((size_t)argc >= sizeof(argv) / sizeof(*argv)){
crypto/openssh/sftp.c
1872
complete_ambiguous(const char *word, char **list, size_t count)
crypto/openssh/sftp.c
2078
(size_t)clen > sizeof(ins) - 2)
crypto/openssh/sftp.c
2451
size_t copy_buffer_len = 0;
crypto/openssh/sftp.c
2452
size_t num_requests = 0;
crypto/openssh/sftp.c
2581
copy_buffer_len = (size_t)llv;
crypto/openssh/sftp.c
2589
num_requests = (size_t)llv;
crypto/openssh/sftp.c
381
size_t len;
crypto/openssh/sftp.c
607
size_t i, o, len;
crypto/openssh/sk-api.h
101
struct sk_resident_key ***rks, size_t *nrks);
crypto/openssh/sk-api.h
46
size_t public_key_len;
crypto/openssh/sk-api.h
48
size_t key_handle_len;
crypto/openssh/sk-api.h
50
size_t signature_len;
crypto/openssh/sk-api.h
52
size_t attestation_cert_len;
crypto/openssh/sk-api.h
54
size_t authdata_len;
crypto/openssh/sk-api.h
61
size_t sig_r_len;
crypto/openssh/sk-api.h
63
size_t sig_s_len;
crypto/openssh/sk-api.h
68
size_t slot;
crypto/openssh/sk-api.h
73
size_t user_id_len;
crypto/openssh/sk-api.h
89
int sk_enroll(uint32_t alg, const uint8_t *challenge, size_t challenge_len,
crypto/openssh/sk-api.h
94
int sk_sign(uint32_t alg, const uint8_t *data, size_t data_len,
crypto/openssh/sk-api.h
95
const char *application, const uint8_t *key_handle, size_t key_handle_len,
crypto/openssh/sk-usbhid.c
1046
size_t sig_len;
crypto/openssh/sk-usbhid.c
1082
size_t len;
crypto/openssh/sk-usbhid.c
1126
size_t i;
crypto/openssh/sk-usbhid.c
1150
sk_sign(uint32_t alg, const uint8_t *data, size_t datalen,
crypto/openssh/sk-usbhid.c
1152
const uint8_t *key_handle, size_t key_handle_len,
crypto/openssh/sk-usbhid.c
123
int sk_enroll(uint32_t alg, const uint8_t *challenge, size_t challenge_len,
crypto/openssh/sk-usbhid.c
1263
struct sk_resident_key ***rksp, size_t *nrksp)
crypto/openssh/sk-usbhid.c
1269
size_t i, j, nrp, nrk, user_id_len;
crypto/openssh/sk-usbhid.c
128
int sk_sign(uint32_t alg, const uint8_t *data, size_t data_len,
crypto/openssh/sk-usbhid.c
129
const char *application, const uint8_t *key_handle, size_t key_handle_len,
crypto/openssh/sk-usbhid.c
135
struct sk_resident_key ***rks, size_t *nrks);
crypto/openssh/sk-usbhid.c
1431
struct sk_resident_key ***rksp, size_t *nrksp)
crypto/openssh/sk-usbhid.c
1434
size_t i, nrks = 0;
crypto/openssh/sk-usbhid.c
221
sk_openv(const fido_dev_info_t *devlist, size_t ndevs, size_t *nopen)
crypto/openssh/sk-usbhid.c
225
size_t i;
crypto/openssh/sk-usbhid.c
251
sk_closev(struct sk_usbhid **skv, size_t nsk)
crypto/openssh/sk-usbhid.c
253
size_t i;
crypto/openssh/sk-usbhid.c
261
sk_touch_begin(struct sk_usbhid **skv, size_t nsk)
crypto/openssh/sk-usbhid.c
263
size_t i, ok = 0;
crypto/openssh/sk-usbhid.c
277
sk_touch_poll(struct sk_usbhid **skv, size_t nsk, int *touch, size_t *idx)
crypto/openssh/sk-usbhid.c
280
size_t npoll, i;
crypto/openssh/sk-usbhid.c
314
sha256_mem(const void *m, size_t mlen, u_char *d, size_t dlen)
crypto/openssh/sk-usbhid.c
339
fido_cred_set_clientdata(fido_cred_t *cred, const u_char *ptr, size_t len)
crypto/openssh/sk-usbhid.c
360
fido_assert_set_clientdata(fido_assert_t *assert, const u_char *ptr, size_t len)
crypto/openssh/sk-usbhid.c
390
const uint8_t *key_handle, size_t key_handle_len)
crypto/openssh/sk-usbhid.c
439
size_t len, i;
crypto/openssh/sk-usbhid.c
476
sk_select_by_cred(const fido_dev_info_t *devlist, size_t ndevs,
crypto/openssh/sk-usbhid.c
477
const char *application, const uint8_t *key_handle, size_t key_handle_len)
crypto/openssh/sk-usbhid.c
480
size_t skvcnt, i;
crypto/openssh/sk-usbhid.c
509
sk_select_by_touch(const fido_dev_info_t *devlist, size_t ndevs)
crypto/openssh/sk-usbhid.c
513
size_t skvcnt, idx;
crypto/openssh/sk-usbhid.c
562
size_t key_handle_len, int probe_resident)
crypto/openssh/sk-usbhid.c
566
size_t ndevs;
crypto/openssh/sk-usbhid.c
680
size_t len;
crypto/openssh/sk-usbhid.c
741
uint8_t *user_id, size_t user_id_len)
crypto/openssh/sk-usbhid.c
743
size_t i;
crypto/openssh/sk-usbhid.c
776
size_t user_id_len, const char *pin)
crypto/openssh/sk-usbhid.c
782
size_t i;
crypto/openssh/sk-usbhid.c
834
sk_enroll(uint32_t alg, const uint8_t *challenge, size_t challenge_len,
crypto/openssh/sk-usbhid.c
843
size_t len;
crypto/openssh/srclimit.c
217
struct penalties_by_addr *by_addr, size_t *npenaltiesp)
crypto/openssh/srclimit.c
246
addr_masklen_ntop(struct xaddr *addr, int masklen, char *s, size_t slen)
crypto/openssh/srclimit.c
248
size_t o;
crypto/openssh/srclimit.c
267
size_t npenalties;
crypto/openssh/srclimit.c
289
if (npenalties >= (size_t)max_sources &&
crypto/openssh/srclimit.c
313
struct penalties_by_addr *by_addr, size_t *npenaltiesp, size_t max_sources)
crypto/openssh/srclimit.c
339
(size_t)penalty_cfg.max_sources4);
crypto/openssh/srclimit.c
342
(size_t)penalty_cfg.max_sources6);
crypto/openssh/srclimit.c
354
size_t *npenaltiesp = NULL;
crypto/openssh/srclimit.c
412
if (*npenaltiesp >= (size_t)max_sources &&
crypto/openssh/srclimit.c
433
if (++(*npenaltiesp) > (size_t)max_sources)
crypto/openssh/srclimit.c
464
struct penalties_by_expiry *by_expiry, size_t npenalties)
crypto/openssh/srclimit.c
68
static size_t npenalties4, npenalties6;
crypto/openssh/ssh-add.c
139
size_t linesize = 0;
crypto/openssh/ssh-add.c
249
size_t ndest_constraints)
crypto/openssh/ssh-add.c
255
size_t i;
crypto/openssh/ssh-add.c
464
struct dest_constraint **dest_constraints, size_t ndest_constraints,
crypto/openssh/ssh-add.c
465
struct sshkey **certs, size_t ncerts)
crypto/openssh/ssh-add.c
502
size_t slen = 0;
crypto/openssh/ssh-add.c
538
size_t i;
crypto/openssh/ssh-add.c
606
struct dest_constraint **dest_constraints, size_t ndest_constraints)
crypto/openssh/ssh-add.c
609
size_t nsrks, i;
crypto/openssh/ssh-add.c
659
struct dest_constraint **dest_constraints, size_t ndest_constraints)
crypto/openssh/ssh-add.c
677
size_t i = 0;
crypto/openssh/ssh-add.c
694
size_t i;
crypto/openssh/ssh-add.c
759
size_t *ndcp, char **hostkey_files)
crypto/openssh/ssh-add.c
822
size_t ndest_constraints = 0, ncerts = 0;
crypto/openssh/ssh-agent.c
1103
size_t elen = 0;
crypto/openssh/ssh-agent.c
1161
size_t elen = 0;
crypto/openssh/ssh-agent.c
1208
struct dest_constraint **dcsp, size_t *ndcsp, int *cert_onlyp,
crypto/openssh/ssh-agent.c
1209
struct sshkey ***certs, size_t *ncerts)
crypto/openssh/ssh-agent.c
1308
struct dest_constraint **dcsp, size_t *ndcsp,
crypto/openssh/ssh-agent.c
1309
int *cert_onlyp, size_t *ncerts, struct sshkey ***certs)
crypto/openssh/ssh-agent.c
134
size_t nsession_ids;
crypto/openssh/ssh-agent.c
1390
size_t ndest_constraints = 0;
crypto/openssh/ssh-agent.c
1503
size_t pwlen;
crypto/openssh/ssh-agent.c
151
size_t ndest_constraints;
crypto/openssh/ssh-agent.c
1568
size_t ndest_constraints)
crypto/openssh/ssh-agent.c
1600
size_t j, ndest_constraints = 0, ncerts = 0;
crypto/openssh/ssh-agent.c
1728
size_t i;
crypto/openssh/ssh-agent.c
2056
after_poll(struct pollfd *pfd, size_t npfd, u_int maxfds)
crypto/openssh/ssh-agent.c
2058
size_t i;
crypto/openssh/ssh-agent.c
2110
prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds)
crypto/openssh/ssh-agent.c
2113
size_t i, j, npfd = 0;
crypto/openssh/ssh-agent.c
219
size_t i;
crypto/openssh/ssh-agent.c
2256
size_t len;
crypto/openssh/ssh-agent.c
2260
size_t npfd = 0;
crypto/openssh/ssh-agent.c
267
free_dest_constraints(struct dest_constraint *dcs, size_t ndcs)
crypto/openssh/ssh-agent.c
269
size_t i;
crypto/openssh/ssh-agent.c
304
dup_dest_constraints(const struct dest_constraint *dcs, size_t ndcs)
crypto/openssh/ssh-agent.c
306
size_t i;
crypto/openssh/ssh-agent.c
349
const struct dest_constraint *dcs, size_t ndcs)
crypto/openssh/ssh-agent.c
352
size_t i;
crypto/openssh/ssh-agent.c
440
size_t i;
crypto/openssh/ssh-agent.c
495
size_t i;
crypto/openssh/ssh-agent.c
863
size_t slen = 0;
crypto/openssh/ssh-dss.c
260
u_char **sigp, size_t *lenp,
crypto/openssh/ssh-dss.c
261
const u_char *data, size_t datalen,
crypto/openssh/ssh-dss.c
267
size_t rlen, slen, len, dlen = ssh_digest_bytes(SSH_DIGEST_SHA1);
crypto/openssh/ssh-dss.c
330
const u_char *sig, size_t siglen,
crypto/openssh/ssh-dss.c
331
const u_char *data, size_t dlen, const char *alg, u_int compat,
crypto/openssh/ssh-dss.c
337
size_t len, hlen = ssh_digest_bytes(SSH_DIGEST_SHA1);
crypto/openssh/ssh-ecdsa-sk.c
170
webauthn_check_prepare_hash(const u_char *data, size_t datalen,
crypto/openssh/ssh-ecdsa-sk.c
173
u_char *msghash, size_t msghashlen)
crypto/openssh/ssh-ecdsa-sk.c
235
const u_char *sig, size_t siglen,
crypto/openssh/ssh-ecdsa-sk.c
236
const u_char *data, size_t dlen, const char *alg, u_int compat,
crypto/openssh/ssh-ecdsa-sk.c
56
const u_char *signature, size_t signaturelen,
crypto/openssh/ssh-ecdsa-sk.c
57
const u_char *data, size_t datalen, u_int compat,
crypto/openssh/ssh-ecdsa.c
321
u_char **sigp, size_t *lenp,
crypto/openssh/ssh-ecdsa.c
322
const u_char *data, size_t dlen,
crypto/openssh/ssh-ecdsa.c
330
size_t slen = 0;
crypto/openssh/ssh-ecdsa.c
387
const u_char *sig, size_t siglen,
crypto/openssh/ssh-ecdsa.c
388
const u_char *data, size_t dlen, const char *alg, u_int compat,
crypto/openssh/ssh-ed25519-sk.c
126
const u_char *sig, size_t siglen,
crypto/openssh/ssh-ed25519-sk.c
127
const u_char *data, size_t dlen, const char *alg, u_int compat,
crypto/openssh/ssh-ed25519-sk.c
140
size_t len;
crypto/openssh/ssh-ed25519.c
107
size_t len = 0;
crypto/openssh/ssh-ed25519.c
125
size_t sklen = 0;
crypto/openssh/ssh-ed25519.c
147
u_char **sigp, size_t *lenp,
crypto/openssh/ssh-ed25519.c
148
const u_char *data, size_t datalen,
crypto/openssh/ssh-ed25519.c
152
size_t slen = 0, len;
crypto/openssh/ssh-ed25519.c
206
const u_char *sig, size_t siglen,
crypto/openssh/ssh-ed25519.c
207
const u_char *data, size_t dlen, const char *alg, u_int compat,
crypto/openssh/ssh-ed25519.c
214
size_t len;
crypto/openssh/ssh-gss.h
102
int ssh_gssapi_check_oid(Gssctxt *, void *, size_t);
crypto/openssh/ssh-gss.h
103
void ssh_gssapi_set_oid_data(Gssctxt *, void *, size_t);
crypto/openssh/ssh-keygen.c
140
static size_t ncert_ext;
crypto/openssh/ssh-keygen.c
1525
int print_generic, char * const *opts, size_t nopts)
crypto/openssh/ssh-keygen.c
1531
size_t i;
crypto/openssh/ssh-keygen.c
1692
size_t i;
crypto/openssh/ssh-keygen.c
1783
agent_signer(struct sshkey *key, u_char **sigp, size_t *lenp,
crypto/openssh/ssh-keygen.c
1784
const u_char *data, size_t datalen,
crypto/openssh/ssh-keygen.c
1805
size_t j;
crypto/openssh/ssh-keygen.c
2210
size_t linesize = 0;
crypto/openssh/ssh-keygen.c
2273
hash_to_blob(const char *cp, u_char **blobp, size_t *lenp,
crypto/openssh/ssh-keygen.c
2277
size_t tlen;
crypto/openssh/ssh-keygen.c
2316
size_t blen = 0, linesize = 0;
crypto/openssh/ssh-keygen.c
2550
size_t i, slen, plen = strlen(keypath);
crypto/openssh/ssh-keygen.c
2703
sig_process_opts(char * const *opts, size_t nopts, char **hashalgp,
crypto/openssh/ssh-keygen.c
2706
size_t i;
crypto/openssh/ssh-keygen.c
2747
int argc, char **argv, char * const *opts, size_t nopts)
crypto/openssh/ssh-keygen.c
2830
char * const *opts, size_t nopts)
crypto/openssh/ssh-keygen.c
2921
char * const *opts, size_t nopts)
crypto/openssh/ssh-keygen.c
2969
char * const *opts, size_t nopts)
crypto/openssh/ssh-keygen.c
2973
size_t i, nprincipals = 0;
crypto/openssh/ssh-keygen.c
2994
do_moduli_gen(const char *out_file, char **opts, size_t nopts)
crypto/openssh/ssh-keygen.c
3002
size_t i;
crypto/openssh/ssh-keygen.c
3049
do_moduli_screen(const char *out_file, char **opts, size_t nopts)
crypto/openssh/ssh-keygen.c
3058
size_t i;
crypto/openssh/ssh-keygen.c
3162
sk_suffix(const char *application, const uint8_t *user, size_t userlen)
crypto/openssh/ssh-keygen.c
3165
size_t slen, i;
crypto/openssh/ssh-keygen.c
3202
size_t nsrks, i;
crypto/openssh/ssh-keygen.c
3397
size_t i, nopts = 0;
crypto/openssh/ssh-keygen.c
492
size_t slen;
crypto/openssh/ssh-keygen.c
639
get_line(FILE *fp, char *line, size_t len)
crypto/openssh/ssh-keygen.c
642
size_t pos = 0;
crypto/openssh/ssh-keygen.c
993
size_t linesize = 0;
crypto/openssh/ssh-keyscan.c
471
size_t bufsiz;
crypto/openssh/ssh-keyscan.c
477
if (n < 0 || (size_t)n >= sizeof(buf)) {
crypto/openssh/ssh-keyscan.c
482
if (atomicio(vwrite, s, buf, n) != (size_t)n) {
crypto/openssh/ssh-keyscan.c
672
size_t linesize = 0;
crypto/openssh/ssh-keysign.c
186
size_t slen, dlen;
crypto/openssh/ssh-keysign.c
66
u_char *data, size_t datalen)
crypto/openssh/ssh-keysign.c
72
size_t blen, len;
crypto/openssh/ssh-pkcs11-client.c
110
size_t i;
crypto/openssh/ssh-pkcs11-client.c
127
size_t i;
crypto/openssh/ssh-pkcs11-client.c
187
size_t mlen = sshbuf_len(m);
crypto/openssh/ssh-pkcs11-client.c
245
size_t i;
crypto/openssh/ssh-pkcs11-client.c
258
size_t blen, slen = 0;
crypto/openssh/ssh-pkcs11-client.c
295
if (slen <= (size_t)RSA_size(rsa)) {
crypto/openssh/ssh-pkcs11-client.c
338
size_t blen, slen = 0;
crypto/openssh/ssh-pkcs11-client.c
633
size_t blen;
crypto/openssh/ssh-pkcs11-client.c
70
size_t nrsa, nec; /* number of active keys of each type */
crypto/openssh/ssh-pkcs11-client.c
73
static size_t nhelpers;
crypto/openssh/ssh-pkcs11-client.c
78
size_t i;
crypto/openssh/ssh-pkcs11-client.c
93
size_t i;
crypto/openssh/ssh-pkcs11-helper.c
128
size_t blen;
crypto/openssh/ssh-pkcs11-helper.c
191
size_t blen, dlen;
crypto/openssh/ssh-pkcs11.c
1418
pkcs11_decode_hex(const char *hex, unsigned char **dest, size_t *rlen)
crypto/openssh/ssh-pkcs11.c
1420
size_t i, len;
crypto/openssh/ssh-pkcs11.c
1453
size_t size;
crypto/openssh/ssh-pkcs11.c
1468
size_t ecparams_size;
crypto/openssh/ssh-pkcs11.c
631
rmspace(u_char *buf, size_t len)
crypto/openssh/ssh-pkcs11.c
633
size_t i;
crypto/openssh/ssh-rsa.c
405
u_char **sigp, size_t *lenp,
crypto/openssh/ssh-rsa.c
406
const u_char *data, size_t datalen,
crypto/openssh/ssh-rsa.c
410
size_t diff, len = 0;
crypto/openssh/ssh-rsa.c
437
if (len < (size_t)slen) {
crypto/openssh/ssh-rsa.c
441
} else if (len > (size_t)slen) {
crypto/openssh/ssh-rsa.c
473
const u_char *sig, size_t siglen,
crypto/openssh/ssh-rsa.c
474
const u_char *data, size_t dlen, const char *alg, u_int compat,
crypto/openssh/ssh-rsa.c
479
size_t len = 0, diff, modlen, rsasize;
crypto/openssh/ssh-sk-client.c
231
u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,
crypto/openssh/ssh-sk-client.c
383
sshsk_free_resident_keys(struct sshsk_resident_key **srks, size_t nsrks)
crypto/openssh/ssh-sk-client.c
385
size_t i;
crypto/openssh/ssh-sk-client.c
398
size_t *nsrksp)
crypto/openssh/ssh-sk-client.c
405
size_t userid_len = 0, nsrks = 0;
crypto/openssh/ssh-sk-helper.c
219
size_t nsrks = 0, i;
crypto/openssh/ssh-sk-helper.c
99
size_t msglen, siglen = 0;
crypto/openssh/ssh-sk.c
385
size_t i;
crypto/openssh/ssh-sk.c
398
sshsk_add_option(struct sk_option ***optsp, size_t *noptsp,
crypto/openssh/ssh-sk.c
402
size_t nopts = *noptsp;
crypto/openssh/ssh-sk.c
429
size_t nopts = 0;
crypto/openssh/ssh-sk.c
487
size_t challenge_len;
crypto/openssh/ssh-sk.c
653
u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,
crypto/openssh/ssh-sk.c
67
size_t challenge_len, const char *application, uint8_t flags,
crypto/openssh/ssh-sk.c
72
int (*sk_sign)(int alg, const uint8_t *message, size_t message_len,
crypto/openssh/ssh-sk.c
74
const uint8_t *key_handle, size_t key_handle_len,
crypto/openssh/ssh-sk.c
757
sshsk_free_sk_resident_keys(struct sk_resident_key **rks, size_t nrks)
crypto/openssh/ssh-sk.c
759
size_t i;
crypto/openssh/ssh-sk.c
788
sshsk_free_resident_keys(struct sshsk_resident_key **srks, size_t nsrks)
crypto/openssh/ssh-sk.c
790
size_t i;
crypto/openssh/ssh-sk.c
80
struct sk_resident_key ***rks, size_t *nrks);
crypto/openssh/ssh-sk.c
803
size_t *nsrksp)
crypto/openssh/ssh-sk.c
808
size_t i, nrks = 0, nsrks = 0;
crypto/openssh/ssh-sk.c
85
size_t challenge_len, const char *application, uint8_t flags,
crypto/openssh/ssh-sk.c
88
int ssh_sk_sign(int alg, const uint8_t *message, size_t message_len,
crypto/openssh/ssh-sk.c
90
const uint8_t *key_handle, size_t key_handle_len,
crypto/openssh/ssh-sk.c
94
struct sk_resident_key ***rks, size_t *nrks);
crypto/openssh/ssh-sk.h
37
size_t user_id_len;
crypto/openssh/ssh-sk.h
62
u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,
crypto/openssh/ssh-sk.h
73
size_t *nsrksp);
crypto/openssh/ssh-sk.h
76
void sshsk_free_resident_keys(struct sshsk_resident_key **srks, size_t nsrks);
crypto/openssh/ssh-xmss.c
111
size_t pklen;
crypto/openssh/ssh-xmss.c
135
size_t len = 0;
crypto/openssh/ssh-xmss.c
169
size_t pklen = 0, sklen = 0;
crypto/openssh/ssh-xmss.c
202
u_char **sigp, size_t *lenp,
crypto/openssh/ssh-xmss.c
203
const u_char *data, size_t datalen,
crypto/openssh/ssh-xmss.c
207
size_t slen = 0, len = 0, required_siglen;
crypto/openssh/ssh-xmss.c
278
const u_char *sig, size_t siglen,
crypto/openssh/ssh-xmss.c
279
const u_char *data, size_t dlen, const char *alg, u_int compat,
crypto/openssh/ssh-xmss.c
286
size_t len, required_siglen;
crypto/openssh/ssh.c
254
resolve_host(const char *name, int port, int logerr, char *cname, size_t clen)
crypto/openssh/ssh.c
337
resolve_addr(const char *name, int port, char *caddr, size_t clen)
crypto/openssh/ssh.c
581
if (r > 0 && (size_t)r < sizeof(buf))
crypto/openssh/ssh.c
637
size_t i;
crypto/openssh/ssh.c
652
size_t i;
crypto/openssh/ssh.c
686
size_t n, len;
crypto/openssh/ssh_api.c
249
ssh_input_append(struct ssh *ssh, const u_char *data, size_t len)
crypto/openssh/ssh_api.c
296
ssh_packet_payload(struct ssh *ssh, size_t *lenp)
crypto/openssh/ssh_api.c
302
ssh_packet_put(struct ssh *ssh, int type, const u_char *data, size_t len)
crypto/openssh/ssh_api.c
314
ssh_output_ptr(struct ssh *ssh, size_t *len)
crypto/openssh/ssh_api.c
323
ssh_output_consume(struct ssh *ssh, size_t len)
crypto/openssh/ssh_api.c
329
ssh_output_space(struct ssh *ssh, size_t len)
crypto/openssh/ssh_api.c
335
ssh_input_space(struct ssh *ssh, size_t len)
crypto/openssh/ssh_api.c
350
size_t n, j;
crypto/openssh/ssh_api.c
50
u_char **, size_t *, const u_char *, size_t, const char *);
crypto/openssh/ssh_api.c
534
size_t maxlen;
crypto/openssh/ssh_api.c
587
struct sshkey *pubkey, u_char **signature, size_t *slen,
crypto/openssh/ssh_api.c
588
const u_char *data, size_t dlen, const char *alg)
crypto/openssh/ssh_api.c
67
size_t slen = 0;
crypto/openssh/ssh_api.h
104
size_t len);
crypto/openssh/ssh_api.h
110
int ssh_input_space(struct ssh *ssh, size_t len);
crypto/openssh/ssh_api.h
115
int ssh_input_append(struct ssh *ssh, const u_char *data, size_t len);
crypto/openssh/ssh_api.h
121
int ssh_output_space(struct ssh *ssh, size_t len);
crypto/openssh/ssh_api.h
129
const u_char *ssh_output_ptr(struct ssh *ssh, size_t *len);
crypto/openssh/ssh_api.h
135
int ssh_output_consume(struct ssh *ssh, size_t len);
crypto/openssh/ssh_api.h
96
const u_char *ssh_packet_payload(struct ssh *ssh, size_t *lenp);
crypto/openssh/sshbuf-getput-basic.c
100
check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len)
crypto/openssh/sshbuf-getput-basic.c
114
check_roffset(const struct sshbuf *buf, size_t offset, size_t len,
crypto/openssh/sshbuf-getput-basic.c
127
sshbuf_peek_u64(const struct sshbuf *buf, size_t offset, u_int64_t *valp)
crypto/openssh/sshbuf-getput-basic.c
142
sshbuf_peek_u32(const struct sshbuf *buf, size_t offset, u_int32_t *valp)
crypto/openssh/sshbuf-getput-basic.c
157
sshbuf_peek_u16(const struct sshbuf *buf, size_t offset, u_int16_t *valp)
crypto/openssh/sshbuf-getput-basic.c
172
sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, u_char *valp)
crypto/openssh/sshbuf-getput-basic.c
187
sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp)
crypto/openssh/sshbuf-getput-basic.c
190
size_t len;
crypto/openssh/sshbuf-getput-basic.c
214
sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp)
crypto/openssh/sshbuf-getput-basic.c
216
size_t len;
crypto/openssh/sshbuf-getput-basic.c
241
size_t *lenp)
crypto/openssh/sshbuf-getput-basic.c
271
sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp)
crypto/openssh/sshbuf-getput-basic.c
273
size_t len;
crypto/openssh/sshbuf-getput-basic.c
301
*lenp = (size_t)len;
crypto/openssh/sshbuf-getput-basic.c
326
sshbuf_put(struct sshbuf *buf, const void *v, size_t len)
crypto/openssh/sshbuf-getput-basic.c
35
sshbuf_get(struct sshbuf *buf, void *v, size_t len)
crypto/openssh/sshbuf-getput-basic.c
376
if ((r = sshbuf_reserve(buf, (size_t)len + 1, &p)) < 0)
crypto/openssh/sshbuf-getput-basic.c
440
check_woffset(struct sshbuf *buf, size_t offset, size_t len, u_char **p)
crypto/openssh/sshbuf-getput-basic.c
454
sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val)
crypto/openssh/sshbuf-getput-basic.c
466
sshbuf_poke_u32(struct sshbuf *buf, size_t offset, u_int32_t val)
crypto/openssh/sshbuf-getput-basic.c
478
sshbuf_poke_u16(struct sshbuf *buf, size_t offset, u_int16_t val)
crypto/openssh/sshbuf-getput-basic.c
490
sshbuf_poke_u8(struct sshbuf *buf, size_t offset, u_char val)
crypto/openssh/sshbuf-getput-basic.c
502
sshbuf_poke(struct sshbuf *buf, size_t offset, void *v, size_t len)
crypto/openssh/sshbuf-getput-basic.c
514
sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len)
crypto/openssh/sshbuf-getput-basic.c
550
size_t len;
crypto/openssh/sshbuf-getput-basic.c
571
sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len)
crypto/openssh/sshbuf-getput-basic.c
601
const u_char **valp, size_t *lenp)
crypto/openssh/sshbuf-getput-basic.c
604
size_t len, olen;
crypto/openssh/sshbuf-getput-crypto.c
100
size_t len;
crypto/openssh/sshbuf-getput-crypto.c
157
size_t len;
crypto/openssh/sshbuf-getput-crypto.c
40
size_t len;
crypto/openssh/sshbuf-getput-crypto.c
60
get_ec(const u_char *d, size_t len, EC_POINT *v, const EC_GROUP *g)
crypto/openssh/sshbuf-getput-crypto.c
77
size_t len;
crypto/openssh/sshbuf-io.c
37
size_t len;
crypto/openssh/sshbuf-misc.c
151
size_t plen = strlen(b64);
crypto/openssh/sshbuf-misc.c
177
size_t i, l;
crypto/openssh/sshbuf-misc.c
218
size_t l = sshbuf_len(buf);
crypto/openssh/sshbuf-misc.c
238
sshbuf_cmp(const struct sshbuf *b, size_t offset,
crypto/openssh/sshbuf-misc.c
239
const void *s, size_t len)
crypto/openssh/sshbuf-misc.c
253
sshbuf_find(const struct sshbuf *b, size_t start_offset,
crypto/openssh/sshbuf-misc.c
254
const void *s, size_t len, size_t *offsetp)
crypto/openssh/sshbuf-misc.c
275
sshbuf_read(int fd, struct sshbuf *buf, size_t maxlen, size_t *rlen)
crypto/openssh/sshbuf-misc.c
278
size_t adjust;
crypto/openssh/sshbuf-misc.c
306
*rlen = (size_t)rr;
crypto/openssh/sshbuf-misc.c
40
sshbuf_dump_data(const void *s, size_t len, FILE *f)
crypto/openssh/sshbuf-misc.c
42
size_t i, j;
crypto/openssh/sshbuf-misc.c
76
size_t i, j, len = sshbuf_len(buf);
crypto/openssh/sshbuf-misc.c
96
size_t i, slen = 0;
crypto/openssh/sshbuf.c
112
sshbuf_from(const void *blob, size_t len)
crypto/openssh/sshbuf.c
218
size_t
crypto/openssh/sshbuf.c
224
size_t
crypto/openssh/sshbuf.c
243
sshbuf_set_max_size(struct sshbuf *buf, size_t max_size)
crypto/openssh/sshbuf.c
245
size_t rlen;
crypto/openssh/sshbuf.c
280
size_t
crypto/openssh/sshbuf.c
288
size_t
crypto/openssh/sshbuf.c
313
sshbuf_check_reserve(const struct sshbuf *buf, size_t len)
crypto/openssh/sshbuf.c
329
sshbuf_allocate(struct sshbuf *buf, size_t len)
crypto/openssh/sshbuf.c
331
size_t rlen, need;
crypto/openssh/sshbuf.c
372
sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp)
crypto/openssh/sshbuf.c
392
sshbuf_consume(struct sshbuf *buf, size_t len)
crypto/openssh/sshbuf.c
412
sshbuf_consume_end(struct sshbuf *buf, size_t len)
crypto/openssh/sshbuf.c
45
size_t off; /* First available byte is buf->d + buf->off */
crypto/openssh/sshbuf.c
46
size_t size; /* Last byte is buf->d + buf->size - 1 */
crypto/openssh/sshbuf.c
47
size_t max_size; /* Maximum size of buffer */
crypto/openssh/sshbuf.c
48
size_t alloc; /* Total bytes allocated to buf->d */
crypto/openssh/sshbuf.h
116
int sshbuf_check_reserve(const struct sshbuf *buf, size_t len);
crypto/openssh/sshbuf.h
124
int sshbuf_allocate(struct sshbuf *buf, size_t len);
crypto/openssh/sshbuf.h
131
int sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp);
crypto/openssh/sshbuf.h
137
int sshbuf_consume(struct sshbuf *buf, size_t len);
crypto/openssh/sshbuf.h
143
int sshbuf_consume_end(struct sshbuf *buf, size_t len);
crypto/openssh/sshbuf.h
146
int sshbuf_get(struct sshbuf *buf, void *v, size_t len);
crypto/openssh/sshbuf.h
147
int sshbuf_put(struct sshbuf *buf, const void *v, size_t len);
crypto/openssh/sshbuf.h
166
int sshbuf_peek_u64(const struct sshbuf *buf, size_t offset,
crypto/openssh/sshbuf.h
168
int sshbuf_peek_u32(const struct sshbuf *buf, size_t offset,
crypto/openssh/sshbuf.h
170
int sshbuf_peek_u16(const struct sshbuf *buf, size_t offset,
crypto/openssh/sshbuf.h
172
int sshbuf_peek_u8(const struct sshbuf *buf, size_t offset,
crypto/openssh/sshbuf.h
179
int sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val);
crypto/openssh/sshbuf.h
180
int sshbuf_poke_u32(struct sshbuf *buf, size_t offset, u_int32_t val);
crypto/openssh/sshbuf.h
181
int sshbuf_poke_u16(struct sshbuf *buf, size_t offset, u_int16_t val);
crypto/openssh/sshbuf.h
182
int sshbuf_poke_u8(struct sshbuf *buf, size_t offset, u_char val);
crypto/openssh/sshbuf.h
183
int sshbuf_poke(struct sshbuf *buf, size_t offset, void *v, size_t len);
crypto/openssh/sshbuf.h
190
int sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp);
crypto/openssh/sshbuf.h
191
int sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp);
crypto/openssh/sshbuf.h
193
int sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len);
crypto/openssh/sshbuf.h
203
size_t *lenp);
crypto/openssh/sshbuf.h
210
size_t *lenp);
crypto/openssh/sshbuf.h
216
int sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len);
crypto/openssh/sshbuf.h
218
const u_char **valp, size_t *lenp);
crypto/openssh/sshbuf.h
235
void sshbuf_dump_data(const void *s, size_t len, FILE *f);
crypto/openssh/sshbuf.h
261
int sshbuf_cmp(const struct sshbuf *b, size_t offset,
crypto/openssh/sshbuf.h
262
const void *s, size_t len);
crypto/openssh/sshbuf.h
273
sshbuf_find(const struct sshbuf *b, size_t start_offset,
crypto/openssh/sshbuf.h
274
const void *s, size_t len, size_t *offsetp);
crypto/openssh/sshbuf.h
300
int sshbuf_read(int, struct sshbuf *, size_t, size_t *)
crypto/openssh/sshbuf.h
355
size_t sshbuf_alloc(const struct sshbuf *buf);
crypto/openssh/sshbuf.h
49
struct sshbuf *sshbuf_from(const void *blob, size_t len);
crypto/openssh/sshbuf.h
81
size_t sshbuf_max_size(const struct sshbuf *buf);
crypto/openssh/sshbuf.h
87
int sshbuf_set_max_size(struct sshbuf *buf, size_t max_size);
crypto/openssh/sshbuf.h
92
size_t sshbuf_len(const struct sshbuf *buf);
crypto/openssh/sshbuf.h
97
size_t sshbuf_avail(const struct sshbuf *buf);
crypto/openssh/sshconnect.c
709
size_t l;
crypto/openssh/sshconnect2.c
1205
identity_sign(struct identity *id, u_char **sigp, size_t *lenp,
crypto/openssh/sshconnect2.c
1206
const u_char *data, size_t datalen, u_int compat, const char *alg)
crypto/openssh/sshconnect2.c
125
size_t maxlen;
crypto/openssh/sshconnect2.c
1295
size_t len = strlen(id->filename), plen = strlen(private_id->filename);
crypto/openssh/sshconnect2.c
1296
size_t i, slen;
crypto/openssh/sshconnect2.c
1317
size_t slen = 0, skip = 0;
crypto/openssh/sshconnect2.c
1487
size_t bloblen;
crypto/openssh/sshconnect2.c
1675
size_t j;
crypto/openssh/sshconnect2.c
2012
ssh_keysign(struct ssh *ssh, struct sshkey *key, u_char **sigp, size_t *lenp,
crypto/openssh/sshconnect2.c
2013
const u_char *data, size_t datalen)
crypto/openssh/sshconnect2.c
2135
size_t siglen = 0, keylen = 0;
crypto/openssh/sshconnect2.c
572
size_t len;
crypto/openssh/sshconnect2.c
687
size_t blen;
crypto/openssh/sshconnect2.c
892
size_t oidlen;
crypto/openssh/sshconnect2.c
937
size_t len;
crypto/openssh/sshconnect2.c
972
size_t len;
crypto/openssh/sshd-auth.c
391
size_t len;
crypto/openssh/sshd-auth.c
804
struct sshkey *pubkey, u_char **signature, size_t *slenp,
crypto/openssh/sshd-auth.c
805
const u_char *data, size_t dlen, const char *alg)
crypto/openssh/sshd-session.c
1389
struct sshkey *pubkey, u_char **signature, size_t *slenp,
crypto/openssh/sshd-session.c
1390
const u_char *data, size_t dlen, const char *alg)
crypto/openssh/sshd-session.c
646
size_t len;
crypto/openssh/sshd-session.c
699
size_t len;
crypto/openssh/sshd.c
1302
size_t len;
crypto/openssh/sshd.c
682
size_t len;
crypto/openssh/sshd.c
738
size_t len;
crypto/openssh/sshkey-xmss.c
233
sshkey_xmss_siglen(const struct sshkey *key, size_t *lenp)
crypto/openssh/sshkey-xmss.c
247
size_t
crypto/openssh/sshkey-xmss.c
257
size_t
crypto/openssh/sshkey-xmss.c
272
size_t keylen = 0, ivlen = 0;
crypto/openssh/sshkey-xmss.c
312
size_t len;
crypto/openssh/sshkey-xmss.c
539
size_t required_siglen;
crypto/openssh/sshkey-xmss.c
777
size_t ls, lsl, la, lk, ln, lr;
crypto/openssh/sshkey-xmss.c
897
size_t i, keylen, ivlen, blocksize, authlen, encrypted_len, aadlen;
crypto/openssh/sshkey-xmss.c
988
size_t keylen, ivlen, authlen, aadlen;
crypto/openssh/sshkey-xmss.h
33
size_t sshkey_xmss_pklen(const struct sshkey *);
crypto/openssh/sshkey-xmss.h
34
size_t sshkey_xmss_sklen(const struct sshkey *);
crypto/openssh/sshkey-xmss.h
47
int sshkey_xmss_siglen(const struct sshkey *, size_t *);
crypto/openssh/sshkey.c
1029
fingerprint_b64(const char *alg, u_char *dgst_raw, size_t dgst_raw_len)
crypto/openssh/sshkey.c
1032
size_t plen = strlen(alg) + 1;
crypto/openssh/sshkey.c
1033
size_t rlen = ((dgst_raw_len + 2) / 3) * 4 + plen + 1;
crypto/openssh/sshkey.c
1051
fingerprint_hex(const char *alg, u_char *dgst_raw, size_t dgst_raw_len)
crypto/openssh/sshkey.c
1054
size_t i, rlen = dgst_raw_len * 3 + strlen(alg) + 2;
crypto/openssh/sshkey.c
1069
fingerprint_bubblebabble(u_char *dgst_raw, size_t dgst_raw_len)
crypto/openssh/sshkey.c
1150
fingerprint_randomart(const char *alg, u_char *dgst_raw, size_t dgst_raw_len,
crypto/openssh/sshkey.c
1160
size_t i, tlen, hlen;
crypto/openssh/sshkey.c
1163
size_t len = strlen(augmentation_string) - 1;
crypto/openssh/sshkey.c
1252
size_t dgst_raw_len;
crypto/openssh/sshkey.c
1290
peek_type_nid(const char *s, size_t l, int *nid)
crypto/openssh/sshkey.c
1315
size_t space;
crypto/openssh/sshkey.c
1649
size_t i, enclen = 0;
crypto/openssh/sshkey.c
1757
size_t i;
crypto/openssh/sshkey.c
1872
size_t signed_len = 0, slen = 0, kidlen = 0;
crypto/openssh/sshkey.c
2069
sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp)
crypto/openssh/sshkey.c
2101
sshkey_get_sigtype(const u_char *sig, size_t siglen, char **sigtypep)
crypto/openssh/sshkey.c
2174
sshkey_check_sigtype(const u_char *sig, size_t siglen,
crypto/openssh/sshkey.c
2194
u_char **sigp, size_t *lenp,
crypto/openssh/sshkey.c
2195
const u_char *data, size_t datalen,
crypto/openssh/sshkey.c
2234
const u_char *sig, size_t siglen,
crypto/openssh/sshkey.c
2235
const u_char *data, size_t dlen, const char *alg, u_int compat,
crypto/openssh/sshkey.c
2285
size_t i, ca_len, sig_len;
crypto/openssh/sshkey.c
2389
default_key_sign(struct sshkey *key, u_char **sigp, size_t *lenp,
crypto/openssh/sshkey.c
2390
const u_char *data, size_t datalen,
crypto/openssh/sshkey.c
2506
size_t
crypto/openssh/sshkey.c
2507
sshkey_format_cert_validity(const struct sshkey_cert *cert, char *s, size_t l)
crypto/openssh/sshkey.c
2846
size_t i, pubkeylen, keylen, ivlen, blocksize, authlen;
crypto/openssh/sshkey.c
2969
size_t encoded_len;
crypto/openssh/sshkey.c
3047
size_t keylen = 0, ivlen = 0, authlen = 0, slen = 0;
crypto/openssh/sshkey.c
334
size_t i, nlen, rlen = 0;
crypto/openssh/sshkey.c
3511
size_t len;
crypto/openssh/sshkey.c
3515
if (size < 0 || len > (size_t)size)
crypto/openssh/sshkey.c
3624
size_t len;
crypto/openssh/sshkey.c
514
size_t *lenp, const u_char *data, size_t datalen)
crypto/openssh/sshkey.c
519
size_t slen;
crypto/openssh/sshkey.c
557
size_t datalen, u_char *sigbuf, size_t siglen)
crypto/openssh/sshkey.c
763
sshkey_prekey_alloc(u_char **prekeyp, size_t len)
crypto/openssh/sshkey.c
779
sshkey_prekey_free(void *prekey, size_t len)
crypto/openssh/sshkey.c
944
to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp, int force_plain,
crypto/openssh/sshkey.c
948
size_t len;
crypto/openssh/sshkey.c
976
sshkey_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp)
crypto/openssh/sshkey.c
982
sshkey_plain_to_blob(const struct sshkey *key, u_char **blobp, size_t *lenp)
crypto/openssh/sshkey.c
989
u_char **retp, size_t *lenp)
crypto/openssh/sshkey.c
992
size_t blob_len = 0;
crypto/openssh/sshkey.h
156
size_t shielded_len;
crypto/openssh/sshkey.h
158
size_t shield_prekey_len;
crypto/openssh/sshkey.h
185
int (*sign)(struct sshkey *, u_char **, size_t *,
crypto/openssh/sshkey.h
186
const u_char *, size_t, const char *,
crypto/openssh/sshkey.h
188
int (*verify)(const struct sshkey *, const u_char *, size_t,
crypto/openssh/sshkey.h
189
const u_char *, size_t, const char *, u_int,
crypto/openssh/sshkey.h
213
int, u_char **retp, size_t *lenp);
crypto/openssh/sshkey.h
247
size_t sshkey_format_cert_validity(const struct sshkey_cert *,
crypto/openssh/sshkey.h
248
char *, size_t) __attribute__((__bounded__(__string__, 2, 3)));
crypto/openssh/sshkey.h
254
typedef int sshkey_certify_signer(struct sshkey *, u_char **, size_t *,
crypto/openssh/sshkey.h
255
const u_char *, size_t, const char *, const char *, const char *,
crypto/openssh/sshkey.h
275
int sshkey_from_blob(const u_char *, size_t, struct sshkey **);
crypto/openssh/sshkey.h
278
int sshkey_to_blob(const struct sshkey *, u_char **, size_t *);
crypto/openssh/sshkey.h
284
int sshkey_plain_to_blob(const struct sshkey *, u_char **, size_t *);
crypto/openssh/sshkey.h
287
int sshkey_sign(struct sshkey *, u_char **, size_t *,
crypto/openssh/sshkey.h
288
const u_char *, size_t, const char *, const char *, const char *, u_int);
crypto/openssh/sshkey.h
289
int sshkey_verify(const struct sshkey *, const u_char *, size_t,
crypto/openssh/sshkey.h
290
const u_char *, size_t, const char *, u_int, struct sshkey_sig_details **);
crypto/openssh/sshkey.h
291
int sshkey_check_sigtype(const u_char *, size_t, const char *);
crypto/openssh/sshkey.h
293
int sshkey_get_sigtype(const u_char *, size_t, char **);
crypto/openssh/sshkey.h
297
size_t *, const u_char *, size_t);
crypto/openssh/sshkey.h
299
size_t, u_char *, size_t);
crypto/openssh/sshlogin.c
77
char *buf, size_t bufsize)
crypto/openssh/sshlogin.h
18
time_t get_last_login_time(uid_t, const char *, char *, size_t);
crypto/openssh/sshpty.c
65
pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen)
crypto/openssh/sshpty.h
23
int pty_allocate(int *, int *, char *, size_t);
crypto/openssh/sshsig.c
1036
size_t linesize = 0;
crypto/openssh/sshsig.c
1080
char ***principalsp, size_t *nprincipalsp)
crypto/openssh/sshsig.c
1084
size_t i, nprincipals = 0, linesize = 0;
crypto/openssh/sshsig.c
170
size_t slen = 0;
crypto/openssh/sshsig.c
314
size_t siglen;
crypto/openssh/sshsig.c
540
total += (size_t)n;
crypto/openssh/sshsig.c
541
if ((r = ssh_digest_update(ctx, rbuf, (size_t)n)) != 0) {
crypto/openssh/sshsig.c
91
size_t eoffset = 0;
crypto/openssh/sshsig.c
995
size_t linesize = 0;
crypto/openssh/sshsig.h
109
const char *principal, char ***principalsp, size_t *nprincipalsp);
crypto/openssh/sshsig.h
26
typedef int sshsig_signer(struct sshkey *, u_char **, size_t *,
crypto/openssh/sshsig.h
27
const u_char *, size_t, const char *, const char *, const char *,
crypto/openssh/ttymodes.c
351
size_t len;
crypto/openssh/umac.c
1222
size_t bytes_to_add;
crypto/openssh/utf8.c
104
vasnmprintf(char **str, size_t maxsz, int *wp, const char *fmt, va_list ap)
crypto/openssh/utf8.c
111
size_t sz; /* Number of bytes allocated for dst. */
crypto/openssh/utf8.c
240
snmprintf(char *str, size_t sz, int *wp, const char *fmt, ...)
crypto/openssh/utf8.c
258
asmprintf(char **outp, size_t sz, int *wp, const char *fmt, ...)
crypto/openssh/utf8.c
45
static int grow_dst(char **, size_t *, size_t, char **, size_t);
crypto/openssh/utf8.c
73
grow_dst(char **dst, size_t *sz, size_t maxsz, char **dp, size_t need)
crypto/openssh/utf8.c
76
size_t tsz;
crypto/openssh/utf8.h
18
int vasnmprintf(char **, size_t, int *, const char *, va_list);
crypto/openssh/utf8.h
24
int snmprintf(char *, size_t, int *, const char *, ...)
crypto/openssh/utf8.h
26
int asmprintf(char **, size_t, int *, const char *, ...)
crypto/openssh/xmalloc.c
34
xmalloc(size_t size)
crypto/openssh/xmalloc.c
47
xcalloc(size_t nmemb, size_t size)
crypto/openssh/xmalloc.c
63
xreallocarray(void *ptr, size_t nmemb, size_t size)
crypto/openssh/xmalloc.c
75
xrecallocarray(void *ptr, size_t onmemb, size_t nmemb, size_t size)
crypto/openssh/xmalloc.c
89
size_t len;
crypto/openssh/xmalloc.h
19
void *xmalloc(size_t);
crypto/openssh/xmalloc.h
20
void *xcalloc(size_t, size_t);
crypto/openssh/xmalloc.h
21
void *xreallocarray(void *, size_t, size_t);
crypto/openssh/xmalloc.h
22
void *xrecallocarray(void *, size_t, size_t, size_t);
crypto/openssh/xmss_commons.c
29
void hexdump(const unsigned char *a, size_t len)
crypto/openssh/xmss_commons.c
31
size_t i;
crypto/openssh/xmss_commons.h
19
void hexdump(const unsigned char *a, size_t len);
crypto/openssl/apps/asn1parse.c
157
size_t tmp;
crypto/openssl/apps/ca.c
2244
size_t serial_len = strlen(serial);
crypto/openssl/apps/ca.c
342
size_t outdirlen = 0;
crypto/openssl/apps/cmp.c
2651
size_t len;
crypto/openssl/apps/cms.c
376
size_t secret_keylen = 0, secret_keyidlen = 0;
crypto/openssl/apps/cms.c
602
secret_keylen = (size_t)ltmp;
crypto/openssl/apps/cms.c
615
secret_keyidlen = (size_t)ltmp;
crypto/openssl/apps/dgst.c
563
size_t i, e = 0, length = strlen(file), newline_count = 0, mem_len = 0;
crypto/openssl/apps/dgst.c
589
static void print_out(BIO *out, unsigned char *buf, size_t len,
crypto/openssl/apps/dgst.c
643
size_t len = BUFSIZE;
crypto/openssl/apps/dgst.c
667
size_t tmplen;
crypto/openssl/apps/dgst.c
723
size_t len = 0;
crypto/openssl/apps/dgst.c
724
size_t buflen = 0;
crypto/openssl/apps/dgst.c
725
size_t maxlen = 16 * 1024 * 1024;
crypto/openssl/apps/ecparam.c
84
size_t n, crv_len = EC_get_builtin_curves(NULL, 0);
crypto/openssl/apps/enc.c
549
size_t str_len = strlen(str);
crypto/openssl/apps/fipsinstall.c
280
unsigned char *out, size_t *out_len)
crypto/openssl/apps/fipsinstall.c
284
size_t outsz = *out_len;
crypto/openssl/apps/fipsinstall.c
350
size_t len)
crypto/openssl/apps/fipsinstall.c
382
size_t module_mac_len,
crypto/openssl/apps/fipsinstall.c
385
size_t install_mac_len)
crypto/openssl/apps/fipsinstall.c
512
size_t module_mac_len,
crypto/openssl/apps/fipsinstall.c
559
unsigned char *module_mac, size_t module_mac_len,
crypto/openssl/apps/fipsinstall.c
560
unsigned char *install_mac, size_t install_mac_len)
crypto/openssl/apps/fipsinstall.c
585
|| (size_t)len != module_mac_len
crypto/openssl/apps/fipsinstall.c
603
|| (size_t)len != install_mac_len
crypto/openssl/apps/fipsinstall.c
633
size_t module_mac_len = EVP_MAX_MD_SIZE;
crypto/openssl/apps/fipsinstall.c
635
size_t install_mac_len = EVP_MAX_MD_SIZE;
crypto/openssl/apps/include/apps.h
230
void *app_malloc(size_t sz, const char *what);
crypto/openssl/apps/include/apps.h
256
int bio_to_mem(unsigned char **out, size_t *outlen, size_t maxlen, BIO *in);
crypto/openssl/apps/include/apps.h
276
unsigned char *next_protos_parse(size_t *outlen, const char *in);
crypto/openssl/apps/include/s_apps.h
44
long bio_dump_callback(BIO *bio, int cmd, const char *argp, size_t len,
crypto/openssl/apps/include/s_apps.h
45
int argi, long argl, int ret, size_t *processed);
crypto/openssl/apps/include/s_apps.h
49
size_t len, SSL *ssl, void *arg);
crypto/openssl/apps/include/s_apps.h
64
size_t *cookie_len);
crypto/openssl/apps/include/s_apps.h
66
size_t cookie_len);
crypto/openssl/apps/kdf.c
104
dkm_len = (size_t)atoi(opt_arg());
crypto/openssl/apps/kdf.c
59
size_t len = strlen(name) + strlen(arg) + 2;
crypto/openssl/apps/kdf.c
83
size_t dkm_len = 0;
crypto/openssl/apps/lib/app_params.c
13
static int describe_param_type(char *buf, size_t bufsz, const OSSL_PARAM *param)
crypto/openssl/apps/lib/app_x509.c
114
vtmp_len = (size_t)hexid_len;
crypto/openssl/apps/lib/app_x509.c
23
static ASN1_OCTET_STRING *mk_octet_string(void *value, size_t value_n)
crypto/openssl/apps/lib/app_x509.c
37
static int x509_ctrl(void *object, int cmd, void *value, size_t value_n)
crypto/openssl/apps/lib/app_x509.c
60
static int x509_req_ctrl(void *object, int cmd, void *value, size_t value_n)
crypto/openssl/apps/lib/app_x509.c
84
void *value, size_t value_n),
crypto/openssl/apps/lib/app_x509.c
89
size_t vtmp_len = 0;
crypto/openssl/apps/lib/apps.c
2025
int bio_to_mem(unsigned char **out, size_t *outlen, size_t maxlen, BIO *in)
crypto/openssl/apps/lib/apps.c
2030
size_t sz = 0;
crypto/openssl/apps/lib/apps.c
2122
unsigned char *next_protos_parse(size_t *outlen, const char *in)
crypto/openssl/apps/lib/apps.c
2124
size_t len;
crypto/openssl/apps/lib/apps.c
2126
size_t i, start = 0;
crypto/openssl/apps/lib/apps.c
2127
size_t skipped = 0;
crypto/openssl/apps/lib/apps.c
2715
size_t i, flen = strlen(from) + 1, tlen = strlen(to) + 1;
crypto/openssl/apps/lib/apps.c
3215
if (rv < 0 || (size_t)rv != mem_buffer->length)
crypto/openssl/apps/lib/apps.c
3233
size_t numfds;
crypto/openssl/apps/lib/apps.c
3234
size_t i;
crypto/openssl/apps/lib/apps.c
3407
size_t sz = (size_t)sk_OPENSSL_STRING_num(opts);
crypto/openssl/apps/lib/apps.c
3408
size_t params_n;
crypto/openssl/apps/lib/apps.c
639
void *app_malloc(size_t sz, const char *what)
crypto/openssl/apps/lib/engine.c
116
size_t uri_sz = sizeof(ENGINE_SCHEME_COLON) - 1
crypto/openssl/apps/lib/engine_loader.c
84
size_t engineid_l = q - p;
crypto/openssl/apps/lib/http_server.c
515
if (ret < 0 || (size_t)ret >= sizeof(buf))
crypto/openssl/apps/lib/http_server.c
538
if (ret < 0 || (size_t)ret >= sizeof(buf))
crypto/openssl/apps/lib/log.c
33
static int print_syslog(const char *str, size_t len, void *levPtr)
crypto/openssl/apps/lib/opt.c
1249
size_t i, len_0 = strlen(name) + 1;
crypto/openssl/apps/lib/opt.c
148
size_t len = strlen(prog);
crypto/openssl/apps/lib/opt.c
566
size_t i = 0;
crypto/openssl/apps/lib/opt.c
69
size_t i, n;
crypto/openssl/apps/lib/s_cb.c
1201
size_t i, rlistlen, num;
crypto/openssl/apps/lib/s_cb.c
1218
size_t j;
crypto/openssl/apps/lib/s_cb.c
1230
static char *hexencode(const unsigned char *data, size_t len)
crypto/openssl/apps/lib/s_cb.c
1235
size_t outlen = 2 * len + 1;
crypto/openssl/apps/lib/s_cb.c
1238
if (outlen < len || ilen < 0 || outlen != (size_t)ilen) {
crypto/openssl/apps/lib/s_cb.c
1274
size_t dlen = 0;
crypto/openssl/apps/lib/s_cb.c
1676
char c = (p >= 0 && (size_t)p <= sizeof(symbols) - 1) ? symbols[p] : '?';
crypto/openssl/apps/lib/s_cb.c
450
size_t name_len;
crypto/openssl/apps/lib/s_cb.c
466
long bio_dump_callback(BIO *bio, int cmd, const char *argp, size_t len,
crypto/openssl/apps/lib/s_cb.c
467
int argi, long argl, int ret, size_t *processed)
crypto/openssl/apps/lib/s_cb.c
471
size_t i;
crypto/openssl/apps/lib/s_cb.c
655
size_t len, SSL *ssl, void *arg)
crypto/openssl/apps/lib/s_cb.c
719
size_t num, i;
crypto/openssl/apps/lib/s_cb.c
842
size_t *cookie_len)
crypto/openssl/apps/lib/s_cb.c
845
size_t length = 0;
crypto/openssl/apps/lib/s_cb.c
904
size_t cookie_len)
crypto/openssl/apps/lib/s_cb.c
907
size_t resultlength;
crypto/openssl/apps/lib/s_cb.c
923
size_t temp = 0;
crypto/openssl/apps/list.c
1278
size_t i;
crypto/openssl/apps/list.c
1279
size_t meth_count = EVP_PKEY_meth_get_count();
crypto/openssl/apps/list.c
849
size_t i, num;
crypto/openssl/apps/mac.c
62
size_t len = strlen(name) + strlen(arg) + 2;
crypto/openssl/apps/mac.c
87
size_t len;
crypto/openssl/apps/openssl.c
106
static size_t internal_trace_cb(const char *buf, size_t cnt,
crypto/openssl/apps/openssl.c
478
size_t i;
crypto/openssl/apps/passwd.c
116
size_t passwd_malloc_size = 0;
crypto/openssl/apps/passwd.c
117
size_t pw_maxlen = 256; /* arbitrary limit, should be enough for most
crypto/openssl/apps/passwd.c
334
size_t passwd_len, salt_len, magic_len;
crypto/openssl/apps/passwd.c
50
int reverse, size_t pw_maxlen, passwd_modes mode);
crypto/openssl/apps/passwd.c
518
size_t buf_size = 0;
crypto/openssl/apps/passwd.c
522
size_t n;
crypto/openssl/apps/passwd.c
525
size_t passwd_len, salt_len, magic_len;
crypto/openssl/apps/passwd.c
784
int reverse, size_t pw_maxlen, passwd_modes mode)
crypto/openssl/apps/passwd.c
793
size_t saltlen = 0;
crypto/openssl/apps/passwd.c
794
size_t i;
crypto/openssl/apps/pkeyutl.c
161
size_t buf_inlen = 0, siglen = 0;
crypto/openssl/apps/pkeyutl.c
166
size_t buf_outlen = 0, secretlen = 0;
crypto/openssl/apps/pkeyutl.c
37
unsigned char *out, size_t *poutlen,
crypto/openssl/apps/pkeyutl.c
38
const unsigned char *in, size_t inlen,
crypto/openssl/apps/pkeyutl.c
39
unsigned char *secret, size_t *psecretlen);
crypto/openssl/apps/pkeyutl.c
43
int filesize, unsigned char *sig, size_t siglen,
crypto/openssl/apps/pkeyutl.c
44
unsigned char **out, size_t *poutlen);
crypto/openssl/apps/pkeyutl.c
511
size_t maxsiglen = 16 * 1024 * 1024;
crypto/openssl/apps/pkeyutl.c
533
size_t i;
crypto/openssl/apps/pkeyutl.c
535
size_t l = buf_inlen;
crypto/openssl/apps/pkeyutl.c
575
&buf_out, (size_t *)&buf_outlen);
crypto/openssl/apps/pkeyutl.c
818
unsigned char *out, size_t *poutlen,
crypto/openssl/apps/pkeyutl.c
819
const unsigned char *in, size_t inlen,
crypto/openssl/apps/pkeyutl.c
820
unsigned char *secret, size_t *pseclen)
crypto/openssl/apps/pkeyutl.c
860
int filesize, unsigned char *sig, size_t siglen,
crypto/openssl/apps/pkeyutl.c
861
unsigned char **out, size_t *poutlen)
crypto/openssl/apps/pkeyutl.c
911
rv = EVP_DigestVerifyUpdate(mctx, tbuf, (size_t)buf_len);
crypto/openssl/apps/pkeyutl.c
928
rv = EVP_DigestSignUpdate(mctx, tbuf, (size_t)buf_len);
crypto/openssl/apps/rand.c
169
if ((UINT64_MAX >> shift) < (size_t)num) {
crypto/openssl/apps/rand.c
60
size_t buflen = (1 << 16); /* max rand chunk size is 2^16 bytes */
crypto/openssl/apps/rehash.c
143
if (digest && memcmp(digest, ep->digest, (size_t)evpmdsize) == 0) {
crypto/openssl/apps/rehash.c
186
memcpy(ep->digest, digest, (size_t)evpmdsize);
crypto/openssl/apps/rehash.c
244
size_t i;
crypto/openssl/apps/rehash.c
356
size_t i, fname_max_len = 20; /* maximum length of "%08x.r%d" */
crypto/openssl/apps/rehash.c
381
size_t fname_len = strlen(filename);
crypto/openssl/apps/rehash.c
63
ssize_t readlink(const char *pathname, char *buf, size_t bufsiz)
crypto/openssl/apps/req.c
1488
size_t elen, slen;
crypto/openssl/apps/req.c
1503
static int join(char buf[], size_t buf_size, const char *name,
crypto/openssl/apps/req.c
1506
const size_t name_len = strlen(name), tail_len = strlen(tail);
crypto/openssl/apps/req.c
1526
size_t keytypelen = 0;
crypto/openssl/apps/req.c
1670
size_t bits = keylen;
crypto/openssl/apps/req.c
244
size_t off;
crypto/openssl/apps/req.c
71
static int join(char buf[], size_t buf_size, const char *name,
crypto/openssl/apps/rsautl.c
246
size_t i;
crypto/openssl/apps/rsautl.c
99
size_t rsa_inlen, rsa_outlen = 0;
crypto/openssl/apps/s_client.c
204
const unsigned char **id, size_t *idlen,
crypto/openssl/apps/s_client.c
2056
size_t alpn_len;
crypto/openssl/apps/s_client.c
288
size_t len;
crypto/openssl/apps/s_client.c
2935
size_t readbytes, writtenbytes;
crypto/openssl/apps/s_client.c
319
const unsigned char *in, size_t inlen,
crypto/openssl/apps/s_client.c
3427
size_t namelen;
crypto/openssl/apps/s_client.c
3821
const size_t MAX_LABEL_LENGTH = 63;
crypto/openssl/apps/s_client.c
3822
size_t i;
crypto/openssl/apps/s_client.c
3824
size_t length = strlen(host);
crypto/openssl/apps/s_client.c
3825
size_t label_length = 0;
crypto/openssl/apps/s_client.c
3882
size_t bufmax, int mode)
crypto/openssl/apps/s_client.c
3893
static int user_data_add(struct user_data_st *user_data, size_t i)
crypto/openssl/apps/s_client.c
3988
static int user_data_process(struct user_data_st *user_data, size_t *len,
crypto/openssl/apps/s_client.c
3989
size_t *off)
crypto/openssl/apps/s_client.c
3992
size_t outlen = user_data->buflen;
crypto/openssl/apps/s_client.c
4045
size_t oldoff;
crypto/openssl/apps/s_client.c
80
size_t bufmax;
crypto/openssl/apps/s_client.c
83
size_t buflen;
crypto/openssl/apps/s_client.c
86
size_t bufoff;
crypto/openssl/apps/s_client.c
96
size_t bufmax, int mode);
crypto/openssl/apps/s_client.c
965
size_t cbuf_len, cbuf_off;
crypto/openssl/apps/s_client.c
97
static int user_data_add(struct user_data_st *user_data, size_t i);
crypto/openssl/apps/s_client.c
98
static int user_data_process(struct user_data_st *user_data, size_t *len,
crypto/openssl/apps/s_client.c
99
size_t *off);
crypto/openssl/apps/s_server.c
199
size_t identity_len, SSL_SESSION **sess)
crypto/openssl/apps/s_server.c
2515
static long int count_reads_callback(BIO *bio, int cmd, const char *argp, size_t len,
crypto/openssl/apps/s_server.c
2516
int argi, long argl, int ret, size_t *processed)
crypto/openssl/apps/s_server.c
2685
size_t readbytes;
crypto/openssl/apps/s_server.c
271
size_t alloced;
crypto/openssl/apps/s_server.c
3369
size_t readbytes;
crypto/openssl/apps/s_server.c
3639
size_t filesize;
crypto/openssl/apps/s_server.c
655
size_t len;
crypto/openssl/apps/s_server.c
673
size_t len;
crypto/openssl/apps/s_time.c
149
size_t buf_size;
crypto/openssl/apps/s_time.c
43
static const size_t fmt_http_get_cmd_size = sizeof(fmt_http_get_cmd) - 2;
crypto/openssl/apps/sess_id.c
117
size_t ctx_len = strlen(context);
crypto/openssl/apps/speed.c
1154
size_t *rsa_num = &tempargs->sigsize;
crypto/openssl/apps/speed.c
1176
size_t rsa_num = tempargs->sigsize;
crypto/openssl/apps/speed.c
1197
size_t *rsa_num = &tempargs->encsize;
crypto/openssl/apps/speed.c
1219
size_t rsa_num;
crypto/openssl/apps/speed.c
1247
size_t outlen = MAX_FFDH_SIZE;
crypto/openssl/apps/speed.c
1261
size_t *dsa_num = &tempargs->sigsize;
crypto/openssl/apps/speed.c
1283
size_t dsa_num = tempargs->sigsize;
crypto/openssl/apps/speed.c
1305
size_t *ecdsa_num = &tempargs->sigsize;
crypto/openssl/apps/speed.c
1327
size_t ecdsa_num = tempargs->sigsize;
crypto/openssl/apps/speed.c
1352
size_t *outlen = &(tempargs->outlen[testnum]);
crypto/openssl/apps/speed.c
1367
size_t *eddsasigsize = &tempargs->sigsize;
crypto/openssl/apps/speed.c
1395
size_t eddsasigsize = tempargs->sigsize;
crypto/openssl/apps/speed.c
1425
size_t sm2sigsize;
crypto/openssl/apps/speed.c
1428
const size_t max_size = EVP_PKEY_get_size(sm2_pkey[testnum]);
crypto/openssl/apps/speed.c
1461
size_t sm2sigsize = tempargs->sigsize;
crypto/openssl/apps/speed.c
1513
size_t out_len = tempargs->kem_out_len[testnum];
crypto/openssl/apps/speed.c
1514
size_t secret_len = tempargs->kem_secret_len[testnum];
crypto/openssl/apps/speed.c
1530
size_t out_len = tempargs->kem_out_len[testnum];
crypto/openssl/apps/speed.c
1531
size_t secret_len = tempargs->kem_secret_len[testnum];
crypto/openssl/apps/speed.c
1567
size_t md_len = SHA256_DIGEST_LENGTH;
crypto/openssl/apps/speed.c
1571
size_t sig_len = tempargs->sig_max_sig_len[testnum];
crypto/openssl/apps/speed.c
1589
size_t sig_len = tempargs->sig_act_sig_len[testnum];
crypto/openssl/apps/speed.c
1592
size_t md_len = SHA256_DIGEST_LENGTH;
crypto/openssl/apps/speed.c
1634
size_t num_job_fds = 0;
crypto/openssl/apps/speed.c
1779
size_t sigsize; /* only used for EdDSA curves */
crypto/openssl/apps/speed.c
1944
static int get_max(const uint8_t doit[], size_t algs_len)
crypto/openssl/apps/speed.c
1946
size_t i = 0;
crypto/openssl/apps/speed.c
1977
size_t declen;
crypto/openssl/apps/speed.c
2186
if ((size_t)multi >= SIZE_MAX / sizeof(int)) {
crypto/openssl/apps/speed.c
2799
size_t hmac_name_len = sizeof("hmac()") + strlen(evp_mac_mdname);
crypto/openssl/apps/speed.c
3198
size_t len = sizeof("cmac()") + strlen(evp_mac_ciphername);
crypto/openssl/apps/speed.c
3613
size_t outlen;
crypto/openssl/apps/speed.c
3614
size_t test_outlen;
crypto/openssl/apps/speed.c
3948
size_t secret_size;
crypto/openssl/apps/speed.c
3949
size_t test_out;
crypto/openssl/apps/speed.c
4125
size_t send_secret_len, out_len;
crypto/openssl/apps/speed.c
4126
size_t rcv_secret_len;
crypto/openssl/apps/speed.c
4322
size_t md_len = SHA256_DIGEST_LENGTH;
crypto/openssl/apps/speed.c
4323
size_t max_sig_len, sig_len;
crypto/openssl/apps/speed.c
5196
size_t len = mblengths[j];
crypto/openssl/apps/speed.c
582
static size_t kems_algs_len = 0;
crypto/openssl/apps/speed.c
587
static size_t sigs_algs_len = 0;
crypto/openssl/apps/speed.c
611
size_t buflen;
crypto/openssl/apps/speed.c
612
size_t sigsize;
crypto/openssl/apps/speed.c
613
size_t encsize;
crypto/openssl/apps/speed.c
636
size_t outlen[EC_NUM];
crypto/openssl/apps/speed.c
647
size_t kem_out_len[MAX_KEM_NUM];
crypto/openssl/apps/speed.c
648
size_t kem_secret_len[MAX_KEM_NUM];
crypto/openssl/apps/speed.c
655
size_t sig_max_sig_len[MAX_SIG_NUM];
crypto/openssl/apps/speed.c
656
size_t sig_act_sig_len[MAX_SIG_NUM];
crypto/openssl/apps/speed.c
729
|| !EVP_DigestUpdate(ctx, buf, (size_t)lengths[testnum])
crypto/openssl/apps/speed.c
737
if (!EVP_Digest(buf, (size_t)lengths[testnum], digest, NULL, md,
crypto/openssl/apps/speed.c
819
size_t outl;
crypto/openssl/apps/speed.c
885
if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0)
crypto/openssl/apps/storeutl.c
146
size_t i;
crypto/openssl/apps/storeutl.c
235
fingerprintlen = (size_t)tmplen;
crypto/openssl/apps/storeutl.c
95
size_t fingerprintlen = 0;
crypto/openssl/apps/x509.c
1203
size_t len = p != NULL ? (size_t)(p - CAfile) : strlen(CAfile);
crypto/openssl/crypto/LPdir_vms.c
73
size_t l;
crypto/openssl/crypto/LPdir_vms.c
96
size_t filespeclen = strlen(directory);
crypto/openssl/crypto/LPdir_win.c
100
size_t index = 0, len_0 = dirlen + 1;
crypto/openssl/crypto/LPdir_win.c
183
size_t index, len_0 = 0;
crypto/openssl/crypto/LPdir_win.c
83
size_t dirlen = strlen(directory);
crypto/openssl/crypto/aes/aes_cbc.c
21
size_t len, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_cfb.c
26
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_cfb.c
36
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_cfb.c
44
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_ige.c
112
if (in != out && (UNALIGNED_MEMOPS_ARE_FAST || ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(long) == 0)) {
crypto/openssl/crypto/aes/aes_ige.c
181
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_ige.c
185
size_t n;
crypto/openssl/crypto/aes/aes_ige.c
186
size_t len = length;
crypto/openssl/crypto/aes/aes_ige.c
49
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_ige.c
52
size_t n;
crypto/openssl/crypto/aes/aes_ige.c
53
size_t len = length / AES_BLOCK_SIZE;
crypto/openssl/crypto/aes/aes_ige.c
63
if (in != out && (UNALIGNED_MEMOPS_ARE_FAST || ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(long) == 0)) {
crypto/openssl/crypto/aes/aes_ofb.c
20
size_t length, const AES_KEY *key,
crypto/openssl/crypto/armcap.c
159
size_t OPENSSL_rndr_asm(unsigned char *buf, size_t len);
crypto/openssl/crypto/armcap.c
160
size_t OPENSSL_rndrrs_asm(unsigned char *buf, size_t len);
crypto/openssl/crypto/armcap.c
162
size_t OPENSSL_rndr_bytes(unsigned char *buf, size_t len);
crypto/openssl/crypto/armcap.c
163
size_t OPENSSL_rndrrs_bytes(unsigned char *buf, size_t len);
crypto/openssl/crypto/armcap.c
165
static size_t OPENSSL_rndr_wrapper(size_t (*func)(unsigned char *, size_t), unsigned char *buf, size_t len)
crypto/openssl/crypto/armcap.c
167
size_t buffer_size = 0;
crypto/openssl/crypto/armcap.c
179
size_t OPENSSL_rndr_bytes(unsigned char *buf, size_t len)
crypto/openssl/crypto/armcap.c
184
size_t OPENSSL_rndrrs_bytes(unsigned char *buf, size_t len)
crypto/openssl/crypto/armcap.c
230
size_t len = sizeof(sys_value);
crypto/openssl/crypto/armcap.c
298
size_t len = sizeof(uarch);
crypto/openssl/crypto/asn1/a_d2i_fp.c
114
size_t want = HEADER_SIZE;
crypto/openssl/crypto/asn1/a_d2i_fp.c
116
size_t off = 0;
crypto/openssl/crypto/asn1/a_d2i_fp.c
117
size_t len = 0;
crypto/openssl/crypto/asn1/a_d2i_fp.c
118
size_t diff;
crypto/openssl/crypto/asn1/a_d2i_fp.c
151
if ((size_t)i < want)
crypto/openssl/crypto/asn1/a_d2i_fp.c
194
size_t chunk_max = ASN1_CHUNK_INITIAL_SIZE;
crypto/openssl/crypto/asn1/a_d2i_fp.c
208
size_t chunk = want > chunk_max ? chunk_max : want;
crypto/openssl/crypto/asn1/a_int.c
101
size_t ret, i;
crypto/openssl/crypto/asn1/a_int.c
154
static size_t c2i_ibuf(unsigned char *b, int *pneg,
crypto/openssl/crypto/asn1/a_int.c
155
const unsigned char *p, size_t plen)
crypto/openssl/crypto/asn1/a_int.c
181
size_t i;
crypto/openssl/crypto/asn1/a_int.c
213
static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen)
crypto/openssl/crypto/asn1/a_int.c
215
size_t i;
crypto/openssl/crypto/asn1/a_int.c
237
static size_t asn1_put_uint64(unsigned char b[sizeof(uint64_t)], uint64_t r)
crypto/openssl/crypto/asn1/a_int.c
239
size_t off = sizeof(uint64_t);
crypto/openssl/crypto/asn1/a_int.c
255
static int asn1_get_int64(int64_t *pr, const unsigned char *b, size_t blen,
crypto/openssl/crypto/asn1/a_int.c
294
size_t r;
crypto/openssl/crypto/asn1/a_int.c
348
size_t off;
crypto/openssl/crypto/asn1/a_int.c
389
size_t off;
crypto/openssl/crypto/asn1/a_int.c
626
size_t buflen;
crypto/openssl/crypto/asn1/a_int.c
642
size_t off;
crypto/openssl/crypto/asn1/a_int.c
77
size_t len, unsigned char pad)
crypto/openssl/crypto/asn1/a_int.c
97
static size_t i2c_ibuf(const unsigned char *b, size_t blen, int neg,
crypto/openssl/crypto/asn1/a_sign.c
153
size_t inl = 0, outl = 0, outll = 0;
crypto/openssl/crypto/asn1/a_sign.c
169
size_t aid_len = 0;
crypto/openssl/crypto/asn1/a_sign.c
34
size_t inll = 0, outll = 0;
crypto/openssl/crypto/asn1/a_sign.c
78
inll = (size_t)inl;
crypto/openssl/crypto/asn1/a_time.c
269
const size_t len = 20;
crypto/openssl/crypto/asn1/a_verify.c
119
size_t inll = 0;
crypto/openssl/crypto/asn1/a_verify.c
216
ret = EVP_DigestVerify(ctx, signature->data, (size_t)signature->length,
crypto/openssl/crypto/asn1/ameth_lib.c
409
size_t len))
crypto/openssl/crypto/asn1/ameth_lib.c
417
size_t len))
crypto/openssl/crypto/asn1/ameth_lib.c
425
size_t *len))
crypto/openssl/crypto/asn1/ameth_lib.c
433
size_t *len))
crypto/openssl/crypto/asn1/asn1_item_list.c
30
size_t i;
crypto/openssl/crypto/asn1/asn1_item_list.c
41
const ASN1_ITEM *ASN1_ITEM_get(size_t i)
crypto/openssl/crypto/asn1/asn1_lib.c
290
size_t len;
crypto/openssl/crypto/asn1/asn1_lib.c
297
len = (size_t)len_in;
crypto/openssl/crypto/asn1/asn1_lib.c
308
if ((size_t)str->length <= len || str->data == NULL) {
crypto/openssl/crypto/asn1/asn1_lib.c
436
const char *sep, size_t max_len)
crypto/openssl/crypto/asn1/asn1_lib.c
440
size_t length = 0, sep_len;
crypto/openssl/crypto/asn1/d2i_pr.c
33
size_t len = length;
crypto/openssl/crypto/asn1/i2d_evp.c
49
size_t len = INT_MAX;
crypto/openssl/crypto/asn1/p5_scrypt.c
158
static X509_ALGOR *pkcs5_scrypt_set(const unsigned char *salt, size_t saltlen,
crypto/openssl/crypto/asn1/p5_scrypt.c
159
size_t keylen, uint64_t N, uint64_t r,
crypto/openssl/crypto/asn1/p5_scrypt.c
246
size_t saltlen;
crypto/openssl/crypto/asn1/p5_scrypt.c
247
size_t keylen = 0;
crypto/openssl/crypto/asn1/p5_scrypt.c
33
static X509_ALGOR *pkcs5_scrypt_set(const unsigned char *salt, size_t saltlen,
crypto/openssl/crypto/asn1/p5_scrypt.c
34
size_t keylen, uint64_t N, uint64_t r,
crypto/openssl/crypto/asn1/p5_scrypt.c
48
size_t keylen = 0;
crypto/openssl/crypto/asn1/t_pkey.c
21
int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent)
crypto/openssl/crypto/asn1/t_pkey.c
23
size_t i;
crypto/openssl/crypto/asn1/x_long.c
67
size_t i;
crypto/openssl/crypto/asn1_dsa.c
109
size_t cont_len;
crypto/openssl/crypto/asn1_dsa.c
163
return PACKET_get_sub_packet(pkt, subpkt, (size_t)byte);
crypto/openssl/crypto/asn1_dsa.c
234
size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s,
crypto/openssl/crypto/asn1_dsa.c
235
const unsigned char **ppin, size_t len)
crypto/openssl/crypto/asn1_dsa.c
237
size_t consumed;
crypto/openssl/crypto/asn1_dsa.c
39
int ossl_encode_der_length(WPACKET *pkt, size_t cont_len)
crypto/openssl/crypto/asn1_dsa.c
69
size_t cont_len;
crypto/openssl/crypto/async/arch/async_posix.c
102
size_t num = STACKSIZE;
crypto/openssl/crypto/async/arch/async_posix.c
24
static void *async_stack_alloc(size_t *num);
crypto/openssl/crypto/async/arch/async_posix.c
82
static void *async_stack_alloc(size_t *num)
crypto/openssl/crypto/async/async.c
176
int (*func)(void *), void *args, size_t size)
crypto/openssl/crypto/async/async.c
351
int ASYNC_init_thread(size_t max_size, size_t init_size)
crypto/openssl/crypto/async/async.c
354
size_t curr_size = 0;
crypto/openssl/crypto/async/async_local.h
61
size_t numadd;
crypto/openssl/crypto/async/async_local.h
62
size_t numdel;
crypto/openssl/crypto/async/async_local.h
72
size_t curr_size;
crypto/openssl/crypto/async/async_local.h
73
size_t max_size;
crypto/openssl/crypto/async/async_wait.c
111
size_t *numaddfds, OSSL_ASYNC_FD *delfd,
crypto/openssl/crypto/async/async_wait.c
112
size_t *numdelfds)
crypto/openssl/crypto/async/async_wait.c
88
size_t *numfds)
crypto/openssl/crypto/bio/bf_buff.c
292
p1 = OPENSSL_malloc((size_t)num);
crypto/openssl/crypto/bio/bf_buff.c
323
p1 = OPENSSL_malloc((size_t)num);
crypto/openssl/crypto/bio/bf_buff.c
328
p2 = OPENSSL_malloc((size_t)num);
crypto/openssl/crypto/bio/bf_lbuf.c
193
size_t avail = (size_t)ctx->obuf_size - (size_t)ctx->obuf_len;
crypto/openssl/crypto/bio/bf_lbuf.c
194
size_t to_copy;
crypto/openssl/crypto/bio/bf_lbuf.c
209
to_copy = inl > (int)avail ? avail : (size_t)inl;
crypto/openssl/crypto/bio/bf_lbuf.c
255
p = OPENSSL_malloc((size_t)obs);
crypto/openssl/crypto/bio/bf_prefix.c
107
size_t i;
crypto/openssl/crypto/bio/bf_prefix.c
115
size_t dontcare;
crypto/openssl/crypto/bio/bf_prefix.c
133
size_t num = 0;
crypto/openssl/crypto/bio/bf_prefix.c
15
static int prefix_write(BIO *b, const char *out, size_t outl,
crypto/openssl/crypto/bio/bf_prefix.c
16
size_t *numwritten);
crypto/openssl/crypto/bio/bf_prefix.c
17
static int prefix_read(BIO *b, char *buf, size_t size, size_t *numread);
crypto/openssl/crypto/bio/bf_prefix.c
76
static int prefix_read(BIO *b, char *in, size_t size, size_t *numread)
crypto/openssl/crypto/bio/bf_prefix.c
81
static int prefix_write(BIO *b, const char *out, size_t outl,
crypto/openssl/crypto/bio/bf_prefix.c
82
size_t *numwritten)
crypto/openssl/crypto/bio/bio_addr.c
129
const void *where, size_t wherelen,
crypto/openssl/crypto/bio/bio_addr.c
171
int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l)
crypto/openssl/crypto/bio/bio_addr.c
173
size_t len = 0;
crypto/openssl/crypto/bio/bio_addr.c
510
size_t hl = 0;
crypto/openssl/crypto/bio/bio_addr.c
512
size_t pl = 0;
crypto/openssl/crypto/bio/bio_addr.c
607
const void *where, size_t wherelen,
crypto/openssl/crypto/bio/bio_addr.c
935
size_t addresses;
crypto/openssl/crypto/bio/bio_cb.c
126
size_t processed = 0;
crypto/openssl/crypto/bio/bio_cb.c
129
processed = (size_t)ret;
crypto/openssl/crypto/bio/bio_cb.c
130
BIO_debug_callback_ex(bio, cmd, argp, (size_t)argi,
crypto/openssl/crypto/bio/bio_cb.c
19
long BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len,
crypto/openssl/crypto/bio/bio_cb.c
20
int argi, long argl, int ret, size_t *processed)
crypto/openssl/crypto/bio/bio_cb.c
26
size_t l = 0;
crypto/openssl/crypto/bio/bio_dump.c
100
static int write_fp(const void *data, size_t len, void *fp)
crypto/openssl/crypto/bio/bio_dump.c
116
static int write_bio(const void *data, size_t len, void *bp)
crypto/openssl/crypto/bio/bio_dump.c
22
int BIO_dump_cb(int (*cb)(const void *data, size_t len, void *u),
crypto/openssl/crypto/bio/bio_dump.c
28
int BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u),
crypto/openssl/crypto/bio/bio_lib.c
262
static int bio_read_intern(BIO *b, void *data, size_t dlen, size_t *readbytes)
crypto/openssl/crypto/bio/bio_lib.c
303
size_t readbytes;
crypto/openssl/crypto/bio/bio_lib.c
309
ret = bio_read_intern(b, data, (size_t)dlen, &readbytes);
crypto/openssl/crypto/bio/bio_lib.c
319
int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes)
crypto/openssl/crypto/bio/bio_lib.c
324
static int bio_write_intern(BIO *b, const void *data, size_t dlen,
crypto/openssl/crypto/bio/bio_lib.c
325
size_t *written)
crypto/openssl/crypto/bio/bio_lib.c
327
size_t local_written;
crypto/openssl/crypto/bio/bio_lib.c
368
size_t written;
crypto/openssl/crypto/bio/bio_lib.c
37
static long bio_call_callback(BIO *b, int oper, const char *argp, size_t len,
crypto/openssl/crypto/bio/bio_lib.c
374
ret = bio_write_intern(b, data, (size_t)dlen, &written);
crypto/openssl/crypto/bio/bio_lib.c
384
int BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written)
crypto/openssl/crypto/bio/bio_lib.c
39
size_t *processed)
crypto/openssl/crypto/bio/bio_lib.c
391
size_t stride, size_t num_msg, uint64_t flags,
crypto/openssl/crypto/bio/bio_lib.c
392
size_t *msgs_processed)
crypto/openssl/crypto/bio/bio_lib.c
394
size_t ret;
crypto/openssl/crypto/bio/bio_lib.c
416
ret = (size_t)bio_call_callback(b, BIO_CB_SENDMMSG, (void *)&args,
crypto/openssl/crypto/bio/bio_lib.c
431
ret = (size_t)bio_call_callback(b, BIO_CB_SENDMMSG | BIO_CB_RETURN,
crypto/openssl/crypto/bio/bio_lib.c
438
size_t stride, size_t num_msg, uint64_t flags,
crypto/openssl/crypto/bio/bio_lib.c
439
size_t *msgs_processed)
crypto/openssl/crypto/bio/bio_lib.c
441
size_t ret;
crypto/openssl/crypto/bio/bio_lib.c
478
ret = (size_t)bio_call_callback(b, BIO_CB_RECVMMSG | BIO_CB_RETURN,
crypto/openssl/crypto/bio/bio_lib.c
497
size_t written = 0;
crypto/openssl/crypto/bio/bio_lib.c
546
size_t readbytes = 0;
crypto/openssl/crypto/bio/bio_lib.c
586
if (readbytes > (size_t)size)
crypto/openssl/crypto/bio/bio_lib.c
715
size_t BIO_ctrl_pending(BIO *bio)
crypto/openssl/crypto/bio/bio_lib.c
725
return (size_t)ret;
crypto/openssl/crypto/bio/bio_lib.c
728
size_t BIO_ctrl_wpending(BIO *bio)
crypto/openssl/crypto/bio/bio_lib.c
738
return (size_t)ret;
crypto/openssl/crypto/bio/bio_lib.c
74
*processed = (size_t)ret;
crypto/openssl/crypto/bio/bio_local.h
62
size_t bai_addrlen;
crypto/openssl/crypto/bio/bio_meth.c
100
int (*bwrite)(BIO *, const char *, size_t, size_t *))
crypto/openssl/crypto/bio/bio_meth.c
113
int (*BIO_meth_get_read_ex(const BIO_METHOD *biom))(BIO *, char *, size_t, size_t *)
crypto/openssl/crypto/bio/bio_meth.c
120
int bread_conv(BIO *bio, char *data, size_t datal, size_t *readbytes)
crypto/openssl/crypto/bio/bio_meth.c
134
*readbytes = (size_t)ret;
crypto/openssl/crypto/bio/bio_meth.c
148
int (*bread)(BIO *, char *, size_t, size_t *))
crypto/openssl/crypto/bio/bio_meth.c
239
int (*bsendmmsg)(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *))
crypto/openssl/crypto/bio/bio_meth.c
246
int (*BIO_meth_get_sendmmsg(const BIO_METHOD *biom))(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *)
crypto/openssl/crypto/bio/bio_meth.c
253
int (*brecvmmsg)(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *))
crypto/openssl/crypto/bio/bio_meth.c
260
int (*BIO_meth_get_recvmmsg(const BIO_METHOD *biom))(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *)
crypto/openssl/crypto/bio/bio_meth.c
64
int (*BIO_meth_get_write_ex(const BIO_METHOD *biom))(BIO *, const char *, size_t,
crypto/openssl/crypto/bio/bio_meth.c
65
size_t *)
crypto/openssl/crypto/bio/bio_meth.c
72
int bwrite_conv(BIO *bio, const char *data, size_t datal, size_t *written)
crypto/openssl/crypto/bio/bio_meth.c
86
*written = (size_t)ret;
crypto/openssl/crypto/bio/bio_print.c
103
size_t currlen;
crypto/openssl/crypto/bio/bio_print.c
255
value = va_arg(args, size_t);
crypto/openssl/crypto/bio/bio_print.c
31
static int fmtstr(char **, char **, size_t *, size_t *,
crypto/openssl/crypto/bio/bio_print.c
328
value = (size_t)va_arg(args, void *);
crypto/openssl/crypto/bio/bio_print.c
33
static int fmtint(char **, char **, size_t *, size_t *,
crypto/openssl/crypto/bio/bio_print.c
36
static int fmtfp(char **, char **, size_t *, size_t *,
crypto/openssl/crypto/bio/bio_print.c
379
size_t *currlen,
crypto/openssl/crypto/bio/bio_print.c
380
size_t *maxlen, const char *value, int flags, int min, int max)
crypto/openssl/crypto/bio/bio_print.c
383
size_t strln;
crypto/openssl/crypto/bio/bio_print.c
389
strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max);
crypto/openssl/crypto/bio/bio_print.c
39
static int doapr_outch(char **, char **, size_t *, size_t *, int);
crypto/openssl/crypto/bio/bio_print.c
41
size_t *maxlen, size_t *retlen, int *truncated,
crypto/openssl/crypto/bio/bio_print.c
431
size_t *currlen,
crypto/openssl/crypto/bio/bio_print.c
432
size_t *maxlen, int64_t value, int base, int min, int max, int flags)
crypto/openssl/crypto/bio/bio_print.c
564
size_t *currlen,
crypto/openssl/crypto/bio/bio_print.c
565
size_t *maxlen, LDOUBLE fvalue, int min, int max, int flags, int style)
crypto/openssl/crypto/bio/bio_print.c
835
char **buffer, size_t *currlen, size_t *maxlen, int c)
crypto/openssl/crypto/bio/bio_print.c
89
size_t *maxlen,
crypto/openssl/crypto/bio/bio_print.c
897
size_t retlen;
crypto/openssl/crypto/bio/bio_print.c
90
size_t *retlen, int *truncated, const char *format, va_list args)
crypto/openssl/crypto/bio/bio_print.c
902
size_t hugebufsize = sizeof(hugebuf);
crypto/openssl/crypto/bio/bio_print.c
927
int BIO_snprintf(char *buf, size_t n, const char *format, ...)
crypto/openssl/crypto/bio/bio_print.c
940
int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
crypto/openssl/crypto/bio/bio_print.c
942
size_t retlen;
crypto/openssl/crypto/bio/bio_sock.c
415
if ((size_t)addr_len > sizeof(*info->addr)) {
crypto/openssl/crypto/bio/bio_sock.c
54
size_t l;
crypto/openssl/crypto/bio/bio_sock2.c
129
size_t enabledlen = sizeof(enabled);
crypto/openssl/crypto/bio/bio_sock2.c
143
size_t enabledlen = sizeof(enabled);
crypto/openssl/crypto/bio/bio_sock2.c
380
size_t enabledlen = sizeof(enabled);
crypto/openssl/crypto/bio/bio_sock2.c
394
size_t enabledlen = sizeof(enabled);
crypto/openssl/crypto/bio/bss_bio.c
111
size_t size = size_;
crypto/openssl/crypto/bio/bss_bio.c
112
size_t rest;
crypto/openssl/crypto/bio/bss_bio.c
158
size_t chunk;
crypto/openssl/crypto/bio/bss_bio.c
236
static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_)
crypto/openssl/crypto/bio/bss_bio.c
269
size_t num = num_;
crypto/openssl/crypto/bio/bss_bio.c
270
size_t rest;
crypto/openssl/crypto/bio/bss_bio.c
307
size_t write_offset;
crypto/openssl/crypto/bio/bss_bio.c
308
size_t chunk;
crypto/openssl/crypto/bio/bss_bio.c
346
size_t num;
crypto/openssl/crypto/bio/bss_bio.c
347
size_t write_offset;
crypto/openssl/crypto/bio/bss_bio.c
391
static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_)
crypto/openssl/crypto/bio/bss_bio.c
432
size_t new_size = num;
crypto/openssl/crypto/bio/bss_bio.c
508
ret = (long)bio_nread(bio, ptr, (size_t)num);
crypto/openssl/crypto/bio/bss_bio.c
518
ret = (long)bio_nwrite(bio, ptr, (size_t)num);
crypto/openssl/crypto/bio/bss_bio.c
65
size_t len; /* valid iff buf != NULL; 0 if peer == NULL */
crypto/openssl/crypto/bio/bss_bio.c
66
size_t offset; /* valid iff buf != NULL; 0 if len == 0 */
crypto/openssl/crypto/bio/bss_bio.c
67
size_t size;
crypto/openssl/crypto/bio/bss_bio.c
675
int BIO_new_bio_pair(BIO **bio1_p, size_t writebuf1,
crypto/openssl/crypto/bio/bss_bio.c
676
BIO **bio2_p, size_t writebuf2)
crypto/openssl/crypto/bio/bss_bio.c
69
size_t request; /* valid iff peer != NULL; 0 if len != 0,
crypto/openssl/crypto/bio/bss_bio.c
718
size_t BIO_ctrl_get_write_guarantee(BIO *bio)
crypto/openssl/crypto/bio/bss_bio.c
723
size_t BIO_ctrl_get_read_request(BIO *bio)
crypto/openssl/crypto/bio/bss_conn.c
58
static int conn_sendmmsg(BIO *h, BIO_MSG *m, size_t s, size_t n,
crypto/openssl/crypto/bio/bss_conn.c
59
uint64_t f, size_t *mp);
crypto/openssl/crypto/bio/bss_conn.c
60
static int conn_recvmmsg(BIO *h, BIO_MSG *m, size_t s, size_t n,
crypto/openssl/crypto/bio/bss_conn.c
61
uint64_t f, size_t *mp);
crypto/openssl/crypto/bio/bss_conn.c
800
static int conn_sendmmsg(BIO *bio, BIO_MSG *msg, size_t stride, size_t num_msgs,
crypto/openssl/crypto/bio/bss_conn.c
801
uint64_t flags, size_t *msgs_processed)
crypto/openssl/crypto/bio/bss_conn.c
831
static int conn_recvmmsg(BIO *bio, BIO_MSG *msg, size_t stride, size_t num_msgs,
crypto/openssl/crypto/bio/bss_conn.c
832
uint64_t flags, size_t *msgs_processed)
crypto/openssl/crypto/bio/bss_core.c
40
static int bio_core_read_ex(BIO *bio, char *data, size_t data_len,
crypto/openssl/crypto/bio/bss_core.c
41
size_t *bytes_read)
crypto/openssl/crypto/bio/bss_core.c
50
static int bio_core_write_ex(BIO *bio, const char *data, size_t data_len,
crypto/openssl/crypto/bio/bss_core.c
51
size_t *written)
crypto/openssl/crypto/bio/bss_dgram.c
1335
static int dgram_sendmmsg(BIO *b, BIO_MSG *msg, size_t stride,
crypto/openssl/crypto/bio/bss_dgram.c
1336
size_t num_msg, uint64_t flags, size_t *num_processed)
crypto/openssl/crypto/bio/bss_dgram.c
1345
size_t i;
crypto/openssl/crypto/bio/bss_dgram.c
1423
for (i = 0; i < (size_t)ret; ++i) {
crypto/openssl/crypto/bio/bss_dgram.c
1428
*num_processed = (size_t)ret;
crypto/openssl/crypto/bio/bss_dgram.c
1458
msg->data_len = (size_t)l;
crypto/openssl/crypto/bio/bss_dgram.c
1538
size_t stride, size_t num_msg,
crypto/openssl/crypto/bio/bss_dgram.c
1539
uint64_t flags, size_t *num_processed)
crypto/openssl/crypto/bio/bss_dgram.c
1547
size_t i;
crypto/openssl/crypto/bio/bss_dgram.c
160
size_t stride, size_t num_msg,
crypto/openssl/crypto/bio/bss_dgram.c
161
uint64_t flags, size_t *num_processed);
crypto/openssl/crypto/bio/bss_dgram.c
1616
for (i = 0; i < (size_t)ret; ++i) {
crypto/openssl/crypto/bio/bss_dgram.c
163
size_t stride, size_t num_msg,
crypto/openssl/crypto/bio/bss_dgram.c
1636
*num_processed = (size_t)ret;
crypto/openssl/crypto/bio/bss_dgram.c
164
uint64_t flags, size_t *num_processed);
crypto/openssl/crypto/bio/bss_dgram.c
1663
msg->data_len = (size_t)l;
crypto/openssl/crypto/bio/bss_dgram.c
2044
memcpy(&snp, out, (size_t)n < sizeof(snp) ? (size_t)n : sizeof(snp));
crypto/openssl/crypto/bio/bss_dgram.c
835
} else if (!ossl_assert((size_t)sz == sizeof(struct timeval))) {
crypto/openssl/crypto/bio/bss_dgram.c
891
} else if (!ossl_assert((size_t)sz == sizeof(struct timeval))) {
crypto/openssl/crypto/bio/bss_dgram_pair.c
1035
l = dgram_pair_read_actual(bio, buf, (size_t)sz_, NULL, NULL, 0);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1050
size_t stride, size_t num_msg,
crypto/openssl/crypto/bio/bss_dgram_pair.c
1052
size_t *num_processed)
crypto/openssl/crypto/bio/bss_dgram_pair.c
1057
size_t i;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1125
l = dgram_pair_read_actual(bio, buf, (size_t)sz_, NULL, NULL, 0);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1148
static const size_t max_rbuf_size = SIZE_MAX / 2; /* unlimited in practice */
crypto/openssl/crypto/bio/bss_dgram_pair.c
1149
static ossl_inline size_t compute_rbuf_growth(size_t target, size_t current)
crypto/openssl/crypto/bio/bss_dgram_pair.c
1167
static size_t dgram_pair_write_inner(struct bio_dgram_pair_st *b,
crypto/openssl/crypto/bio/bss_dgram_pair.c
1168
const uint8_t *buf, size_t sz)
crypto/openssl/crypto/bio/bss_dgram_pair.c
1170
size_t total_written = 0;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1178
size_t dst_len;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1187
size_t new_len;
crypto/openssl/crypto/bio/bss_dgram_pair.c
120
static int ring_buf_resize(struct ring_buf *r, size_t nbytes)
crypto/openssl/crypto/bio/bss_dgram_pair.c
1216
static ossl_ssize_t dgram_pair_write_actual(BIO *bio, const char *buf, size_t sz,
crypto/openssl/crypto/bio/bss_dgram_pair.c
1221
size_t saved_idx, saved_count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
1288
l = dgram_pair_write_actual(bio, buf, (size_t)sz_, NULL, NULL, 0);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1302
size_t stride, size_t num_msg,
crypto/openssl/crypto/bio/bss_dgram_pair.c
1303
uint64_t flags, size_t *num_processed)
crypto/openssl/crypto/bio/bss_dgram_pair.c
1307
size_t i;
crypto/openssl/crypto/bio/bss_dgram_pair.c
141
size_t offset = nbytes - r->len;
crypto/openssl/crypto/bio/bss_dgram_pair.c
18
OSSL_SAFE_MATH_UNSIGNED(size_t, size_t)
crypto/openssl/crypto/bio/bss_dgram_pair.c
186
static int dgram_pair_sendmmsg(BIO *b, BIO_MSG *msg, size_t stride,
crypto/openssl/crypto/bio/bss_dgram_pair.c
187
size_t num_msg, uint64_t flags,
crypto/openssl/crypto/bio/bss_dgram_pair.c
188
size_t *num_processed);
crypto/openssl/crypto/bio/bss_dgram_pair.c
189
static int dgram_pair_recvmmsg(BIO *b, BIO_MSG *msg, size_t stride,
crypto/openssl/crypto/bio/bss_dgram_pair.c
190
size_t num_msg, uint64_t flags,
crypto/openssl/crypto/bio/bss_dgram_pair.c
191
size_t *num_processed);
crypto/openssl/crypto/bio/bss_dgram_pair.c
194
static size_t dgram_pair_read_inner(struct bio_dgram_pair_st *b, uint8_t *buf,
crypto/openssl/crypto/bio/bss_dgram_pair.c
195
size_t sz);
crypto/openssl/crypto/bio/bss_dgram_pair.c
244
size_t len; /* payload length in bytes, not including this struct */
crypto/openssl/crypto/bio/bss_dgram_pair.c
254
size_t req_buf_len;
crypto/openssl/crypto/bio/bss_dgram_pair.c
256
size_t mtu;
crypto/openssl/crypto/bio/bss_dgram_pair.c
26
size_t len; /* size of buffer allocation in bytes */
crypto/openssl/crypto/bio/bss_dgram_pair.c
27
size_t count; /* number of bytes currently pushed */
crypto/openssl/crypto/bio/bss_dgram_pair.c
32
size_t idx[2]; /* 0: head, 1: tail */
crypto/openssl/crypto/bio/bss_dgram_pair.c
35
static int ring_buf_init(struct ring_buf *r, size_t nbytes)
crypto/openssl/crypto/bio/bss_dgram_pair.c
458
static int dgram_pair_ctrl_set_write_buf_size(BIO *bio, size_t len)
crypto/openssl/crypto/bio/bss_dgram_pair.c
492
static size_t dgram_pair_ctrl_pending(BIO *bio)
crypto/openssl/crypto/bio/bss_dgram_pair.c
494
size_t saved_idx, saved_count;
crypto/openssl/crypto/bio/bss_dgram_pair.c
497
size_t l;
crypto/openssl/crypto/bio/bss_dgram_pair.c
527
static size_t dgram_pair_ctrl_get_write_guarantee(BIO *bio)
crypto/openssl/crypto/bio/bss_dgram_pair.c
529
size_t l;
crypto/openssl/crypto/bio/bss_dgram_pair.c
62
static void ring_buf_head_tail(struct ring_buf *r, int idx, uint8_t **buf, size_t *len)
crypto/openssl/crypto/bio/bss_dgram_pair.c
625
static int dgram_pair_ctrl_set_mtu(BIO *bio, size_t mtu)
crypto/openssl/crypto/bio/bss_dgram_pair.c
64
size_t max_len = r->len - r->idx[idx];
crypto/openssl/crypto/bio/bss_dgram_pair.c
665
ret = (long)dgram_pair_ctrl_set_write_buf_size(bio, (size_t)num);
crypto/openssl/crypto/bio/bss_dgram_pair.c
801
int BIO_new_bio_dgram_pair(BIO **pbio1, size_t writebuf1,
crypto/openssl/crypto/bio/bss_dgram_pair.c
802
BIO **pbio2, size_t writebuf2)
crypto/openssl/crypto/bio/bss_dgram_pair.c
82
static void ring_buf_push_pop(struct ring_buf *r, int idx, size_t num_bytes)
crypto/openssl/crypto/bio/bss_dgram_pair.c
84
size_t new_idx;
crypto/openssl/crypto/bio/bss_dgram_pair.c
847
static size_t dgram_pair_read_inner(struct bio_dgram_pair_st *b, uint8_t *buf, size_t sz)
crypto/openssl/crypto/bio/bss_dgram_pair.c
849
size_t total_read = 0;
crypto/openssl/crypto/bio/bss_dgram_pair.c
859
size_t src_len = 0;
crypto/openssl/crypto/bio/bss_dgram_pair.c
890
static ossl_ssize_t dgram_pair_read_actual(BIO *bio, char *buf, size_t sz,
crypto/openssl/crypto/bio/bss_dgram_pair.c
894
size_t l, trunc = 0, saved_idx, saved_count;
crypto/openssl/crypto/bio/bss_file.c
233
if ((size_t)ptr >= (size_t)stdin && (size_t)ptr < (size_t)(stdin + _IOB_ENTRIES))
crypto/openssl/crypto/bio/bss_mem.c
200
ret = (outl >= 0 && (size_t)outl > bm->length) ? (int)bm->length : outl;
crypto/openssl/crypto/bio/bss_mem.c
87
size_t sz;
crypto/openssl/crypto/bio/bss_mem.c
93
sz = (len < 0) ? strlen(buf) : (size_t)len;
crypto/openssl/crypto/bio/ossl_core_bio.c
92
int ossl_core_bio_read_ex(OSSL_CORE_BIO *cb, void *data, size_t dlen,
crypto/openssl/crypto/bio/ossl_core_bio.c
93
size_t *readbytes)
crypto/openssl/crypto/bio/ossl_core_bio.c
98
int ossl_core_bio_write_ex(OSSL_CORE_BIO *cb, const void *data, size_t dlen,
crypto/openssl/crypto/bio/ossl_core_bio.c
99
size_t *written)
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
213
size_t i = 0;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
240
size_t i = 0;
crypto/openssl/crypto/bn/bn_blind.c
179
size_t i, rtop = r->top, ntop = n->top;
crypto/openssl/crypto/bn/bn_conv.c
102
n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp);
crypto/openssl/crypto/bn/bn_conv.c
96
n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp);
crypto/openssl/crypto/bn/bn_exp.c
594
((unsigned char *)(x_) + (MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH - (((size_t)(x_)) & (MOD_EXP_CTIME_MIN_CACHE_LINE_MASK))))
crypto/openssl/crypto/bn/bn_exp.c
821
void bn_flip_n_scatter5_t4(const BN_ULONG *inp, size_t num,
crypto/openssl/crypto/bn/bn_exp.c
822
void *table, size_t power);
crypto/openssl/crypto/bn/bn_exp.c
823
void bn_gather5_t4(BN_ULONG *out, size_t num,
crypto/openssl/crypto/bn/bn_exp.c
824
void *table, size_t power);
crypto/openssl/crypto/bn/bn_exp.c
825
void bn_flip_t4(BN_ULONG *dst, BN_ULONG *src, size_t num);
crypto/openssl/crypto/bn/bn_exp.c
928
void bn_scatter5(const BN_ULONG *inp, size_t num,
crypto/openssl/crypto/bn/bn_exp.c
929
void *table, size_t power);
crypto/openssl/crypto/bn/bn_exp.c
930
void bn_gather5(BN_ULONG *out, size_t num, void *table, size_t power);
crypto/openssl/crypto/bn/bn_intern.c
22
signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len)
crypto/openssl/crypto/bn/bn_intern.c
28
size_t len = 0, j;
crypto/openssl/crypto/bn/bn_lib.c
549
size_t i, lasti, j, atop, mask;
crypto/openssl/crypto/bn/bn_lib.c
610
for (i = 0, j = 0; j < (size_t)tolen; j++) {
crypto/openssl/crypto/bn/bn_mod.c
139
size_t i, ai, bi, mtop = m->top;
crypto/openssl/crypto/bn/bn_mod.c
57
size_t i, ai, bi, mtop = m->top;
crypto/openssl/crypto/bn/bn_mont.c
469
size_t rrlen, uint32_t nlo, uint32_t nhi)
crypto/openssl/crypto/bn/bn_rand.c
296
size_t message_len, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_rand.c
399
size_t message_len, BN_CTX *ctx)
crypto/openssl/crypto/bn/bn_s390x.c
28
size_t size;
crypto/openssl/crypto/bn/bn_s390x.c
84
size_t size, plen, qlen;
crypto/openssl/crypto/bn/rsaz_exp.c
260
unsigned char *table = storage + (64 - ((size_t)storage % 64));
crypto/openssl/crypto/bn/rsaz_exp.c
56
unsigned char *p_str = storage + (64 - ((size_t)storage % 64));
crypto/openssl/crypto/bn/rsaz_exp.c
64
if ((((size_t)p_str & 4095) + 320) >> 12) {
crypto/openssl/crypto/bn/rsaz_exp.h
58
const BN_ULONG *b, size_t num)
crypto/openssl/crypto/bn/rsaz_exp.h
60
size_t i;
crypto/openssl/crypto/bn/rsaz_exp.h
70
BN_ULONG *tmp, size_t num)
crypto/openssl/crypto/bn/rsaz_exp_x2.c
28
((unsigned char *)(ptr) + (boundary - (((size_t)(ptr)) & (boundary - 1))))
crypto/openssl/crypto/buffer/buffer.c
107
size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len)
crypto/openssl/crypto/buffer/buffer.c
110
size_t n;
crypto/openssl/crypto/buffer/buffer.c
144
void BUF_reverse(unsigned char *out, const unsigned char *in, size_t size)
crypto/openssl/crypto/buffer/buffer.c
146
size_t i;
crypto/openssl/crypto/buffer/buffer.c
56
static char *sec_alloc_realloc(BUF_MEM *str, size_t len)
crypto/openssl/crypto/buffer/buffer.c
71
size_t BUF_MEM_grow(BUF_MEM *str, size_t len)
crypto/openssl/crypto/buffer/buffer.c
74
size_t n;
crypto/openssl/crypto/camellia/cmll_cbc.c
20
size_t len, const CAMELLIA_KEY *key,
crypto/openssl/crypto/camellia/cmll_cfb.c
26
size_t length, const CAMELLIA_KEY *key,
crypto/openssl/crypto/camellia/cmll_cfb.c
36
size_t length, const CAMELLIA_KEY *key,
crypto/openssl/crypto/camellia/cmll_cfb.c
44
size_t length, const CAMELLIA_KEY *key,
crypto/openssl/crypto/camellia/cmll_ctr.c
20
size_t length, const CAMELLIA_KEY *key,
crypto/openssl/crypto/camellia/cmll_ofb.c
25
size_t length, const CAMELLIA_KEY *key,
crypto/openssl/crypto/chacha/chacha_enc.c
103
size_t todo, i;
crypto/openssl/crypto/chacha/chacha_enc.c
94
void ChaCha20_ctr32_c(unsigned char *out, const unsigned char *inp, size_t len,
crypto/openssl/crypto/chacha/chacha_enc.c
97
void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, size_t len,
crypto/openssl/crypto/chacha/chacha_ppc.c
18
size_t len, const unsigned int key[8],
crypto/openssl/crypto/chacha/chacha_ppc.c
21
size_t len, const unsigned int key[8],
crypto/openssl/crypto/chacha/chacha_ppc.c
24
size_t len, const unsigned int key[8],
crypto/openssl/crypto/chacha/chacha_ppc.c
27
size_t len, const unsigned int key[8],
crypto/openssl/crypto/chacha/chacha_ppc.c
30
size_t len, const unsigned int key[8],
crypto/openssl/crypto/chacha/chacha_riscv.c
44
size_t len, const unsigned int key[8],
crypto/openssl/crypto/chacha/chacha_riscv.c
48
size_t len, const unsigned int key[8],
crypto/openssl/crypto/chacha/chacha_riscv.c
51
void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, size_t len,
crypto/openssl/crypto/chacha/chacha_riscv.c
55
&& (size_t)out % sizeof(size_t) == 0
crypto/openssl/crypto/chacha/chacha_riscv.c
56
&& (size_t)inp % sizeof(size_t) == 0) {
crypto/openssl/crypto/cmac/cmac.c
111
int ossl_cmac_init(CMAC_CTX *ctx, const void *key, size_t keylen,
crypto/openssl/crypto/cmac/cmac.c
173
int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
crypto/openssl/crypto/cmac/cmac.c
179
int CMAC_Update(CMAC_CTX *ctx, const void *in, size_t dlen)
crypto/openssl/crypto/cmac/cmac.c
183
size_t max_burst_blocks, cipher_blocks;
crypto/openssl/crypto/cmac/cmac.c
194
size_t nleft;
crypto/openssl/crypto/cmac/cmac.c
219
while (dlen > (size_t)bl) {
crypto/openssl/crypto/cmac/cmac.c
247
int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen)
crypto/openssl/crypto/cmac/cmac.c
256
*poutlen = (size_t)bl;
crypto/openssl/crypto/cmp/cmp_ctx.c
309
static size_t ossl_cmp_log_trace_cb(const char *buf, size_t cnt,
crypto/openssl/crypto/cmp/cmp_ctx.c
375
if (printed > 0 && (size_t)printed < sizeof(hugebuf)) {
crypto/openssl/crypto/cmp/cmp_genm.c
117
size_t offset = strlen(name);
crypto/openssl/crypto/cmp/cmp_hdr.c
121
static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len)
crypto/openssl/crypto/cmp/cmp_local.h
88
size_t pbm_slen; /* salt length, currently fixed to 16 */
crypto/openssl/crypto/cmp/cmp_protect.c
57
size_t prot_part_der_len;
crypto/openssl/crypto/cmp/cmp_protect.c
59
size_t sig_len;
crypto/openssl/crypto/cmp/cmp_protect.c
79
prot_part_der_len = (size_t)len;
crypto/openssl/crypto/cmp/cmp_status.c
170
char *buf, size_t bufsize)
crypto/openssl/crypto/cmp/cmp_status.c
187
if (printed_chars < 0 || (size_t)printed_chars >= bufsize) \
crypto/openssl/crypto/cmp/cmp_status.c
241
char *buf, size_t bufsize)
crypto/openssl/crypto/cmp/cmp_status.c
258
size_t bufsize)
crypto/openssl/crypto/cms/cms_dh.c
209
size_t dukmlen = 0;
crypto/openssl/crypto/cms/cms_dh.c
88
size_t dukmlen = 0;
crypto/openssl/crypto/cms/cms_ec.c
285
size_t enckeylen;
crypto/openssl/crypto/cms/cms_ec.c
30
size_t pmlen = (size_t)pstr->length;
crypto/openssl/crypto/cms/cms_enc.c
124
tkeylen = (size_t)len;
crypto/openssl/crypto/cms/cms_enc.c
211
const unsigned char *key, size_t keylen,
crypto/openssl/crypto/cms/cms_enc.c
227
const unsigned char *key, size_t keylen)
crypto/openssl/crypto/cms/cms_enc.c
38
size_t tkeylen = 0;
crypto/openssl/crypto/cms/cms_env.c
512
size_t eklen;
crypto/openssl/crypto/cms/cms_env.c
570
size_t eklen;
crypto/openssl/crypto/cms/cms_env.c
572
size_t fixlen = 0;
crypto/openssl/crypto/cms/cms_env.c
653
const unsigned char *id, size_t idlen)
crypto/openssl/crypto/cms/cms_env.c
671
static size_t aes_wrap_keylen(int nid)
crypto/openssl/crypto/cms/cms_env.c
689
unsigned char *key, size_t keylen,
crypto/openssl/crypto/cms/cms_env.c
690
unsigned char *id, size_t idlen,
crypto/openssl/crypto/cms/cms_env.c
723
size_t exp_keylen = aes_wrap_keylen(nid);
crypto/openssl/crypto/cms/cms_env.c
826
unsigned char *key, size_t keylen)
crypto/openssl/crypto/cms/cms_env.c
840
static EVP_CIPHER *cms_get_key_wrap_cipher(size_t keylen, const CMS_CTX *ctx)
crypto/openssl/crypto/cms/cms_env.c
912
if (!ossl_assert((size_t)wkeylen == ec->keylen + 8)) {
crypto/openssl/crypto/cms/cms_kari.c
210
static int cms_kek_cipher(unsigned char **pout, size_t *poutlen,
crypto/openssl/crypto/cms/cms_kari.c
211
const unsigned char *in, size_t inlen,
crypto/openssl/crypto/cms/cms_kari.c
216
size_t keklen;
crypto/openssl/crypto/cms/cms_kari.c
239
*poutlen = (size_t)outlen;
crypto/openssl/crypto/cms/cms_kari.c
259
size_t enckeylen;
crypto/openssl/crypto/cms/cms_kari.c
260
size_t ceklen;
crypto/openssl/crypto/cms/cms_kari.c
521
size_t enckeylen;
crypto/openssl/crypto/cms/cms_lib.c
409
size_t xof_len = 0;
crypto/openssl/crypto/cms/cms_local.h
134
size_t keylen;
crypto/openssl/crypto/cms/cms_local.h
136
size_t taglen;
crypto/openssl/crypto/cms/cms_local.h
224
size_t keylen;
crypto/openssl/crypto/cms/cms_local.h
241
size_t passlen;
crypto/openssl/crypto/cms/cms_local.h
441
const unsigned char *key, size_t keylen,
crypto/openssl/crypto/cms/cms_pwri.c
199
static int kek_unwrap_key(unsigned char *out, size_t *outlen,
crypto/openssl/crypto/cms/cms_pwri.c
200
const unsigned char *in, size_t inlen,
crypto/openssl/crypto/cms/cms_pwri.c
203
size_t blocklen = EVP_CIPHER_CTX_get_block_size(ctx);
crypto/openssl/crypto/cms/cms_pwri.c
243
if (inlen < 4 + (size_t)tmp[0]) {
crypto/openssl/crypto/cms/cms_pwri.c
247
*outlen = (size_t)tmp[0];
crypto/openssl/crypto/cms/cms_pwri.c
255
static int kek_wrap_key(unsigned char *out, size_t *outlen,
crypto/openssl/crypto/cms/cms_pwri.c
256
const unsigned char *in, size_t inlen,
crypto/openssl/crypto/cms/cms_pwri.c
259
size_t blocklen = EVP_CIPHER_CTX_get_block_size(ctx);
crypto/openssl/crypto/cms/cms_pwri.c
260
size_t olen;
crypto/openssl/crypto/cms/cms_pwri.c
317
size_t keylen;
crypto/openssl/crypto/cms/cms_rsa.c
209
size_t aid_len = 0;
crypto/openssl/crypto/cms/cms_sd.c
785
size_t siglen;
crypto/openssl/crypto/cms/cms_sd.c
857
size_t siglen;
crypto/openssl/crypto/cms/cms_smime.c
199
const unsigned char *key, size_t keylen,
crypto/openssl/crypto/cms/cms_smime.c
225
size_t keylen, unsigned int flags,
crypto/openssl/crypto/cms/cms_smime.c
255
size_t keylen, unsigned int flags)
crypto/openssl/crypto/cms/cms_smime.c
795
unsigned char *key, size_t keylen,
crypto/openssl/crypto/cms/cms_smime.c
796
const unsigned char *id, size_t idlen)
crypto/openssl/crypto/comp/c_brotli.c
149
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_brotli.c
150
size_t ilen)
crypto/openssl/crypto/comp/c_brotli.c
154
size_t in_avail = ilen;
crypto/openssl/crypto/comp/c_brotli.c
155
size_t out_avail = olen;
crypto/openssl/crypto/comp/c_brotli.c
184
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_brotli.c
185
size_t ilen)
crypto/openssl/crypto/comp/c_brotli.c
189
size_t in_avail = ilen;
crypto/openssl/crypto/comp/c_brotli.c
190
size_t out_avail = olen;
crypto/openssl/crypto/comp/c_brotli.c
230
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_brotli.c
231
size_t ilen)
crypto/openssl/crypto/comp/c_brotli.c
233
size_t out_size = olen;
crypto/openssl/crypto/comp/c_brotli.c
254
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_brotli.c
255
size_t ilen)
crypto/openssl/crypto/comp/c_brotli.c
257
size_t out_size = olen;
crypto/openssl/crypto/comp/c_brotli.c
33
static void *brotli_alloc(void *opaque, size_t size)
crypto/openssl/crypto/comp/c_brotli.c
381
size_t avail_in;
crypto/openssl/crypto/comp/c_brotli.c
383
size_t avail_out;
crypto/openssl/crypto/comp/c_brotli.c
386
size_t bufsize;
crypto/openssl/crypto/comp/c_brotli.c
390
size_t avail_in;
crypto/openssl/crypto/comp/c_brotli.c
392
size_t avail_out;
crypto/openssl/crypto/comp/c_brotli.c
395
size_t bufsize;
crypto/openssl/crypto/comp/c_brotli.c
400
size_t count;
crypto/openssl/crypto/comp/c_brotli.c
532
ctx->decode.avail_out = (size_t)outl;
crypto/openssl/crypto/comp/c_brotli.c
58
typedef BROTLI_BOOL (*encode_stream_ft)(BrotliEncoderState *, BrotliEncoderOperation, size_t *, const uint8_t **, size_t *, uint8_t **, size_t *);
crypto/openssl/crypto/comp/c_brotli.c
607
ctx->encode.avail_in = (size_t)inl;
crypto/openssl/crypto/comp/c_brotli.c
61
typedef BROTLI_BOOL (*encode_oneshot_ft)(int, int, BrotliEncoderMode, size_t, const uint8_t in[], size_t *, uint8_t out[]);
crypto/openssl/crypto/comp/c_brotli.c
64
typedef BROTLI_BOOL (*decode_stream_ft)(BrotliDecoderState *, size_t *, const uint8_t **, size_t *, uint8_t **, size_t *);
crypto/openssl/crypto/comp/c_brotli.c
70
typedef BrotliDecoderResult (*decode_oneshot_ft)(size_t, const uint8_t in[], size_t *, uint8_t out[]);
crypto/openssl/crypto/comp/c_brotli.c
703
size_t ibs, obs;
crypto/openssl/crypto/comp/c_brotli.c
731
ibs = (size_t)num;
crypto/openssl/crypto/comp/c_brotli.c
733
obs = (size_t)num;
crypto/openssl/crypto/comp/c_brotli.c
735
ibs = (size_t)num;
crypto/openssl/crypto/comp/c_zlib.c
160
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_zlib.c
161
size_t ilen)
crypto/openssl/crypto/comp/c_zlib.c
183
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_zlib.c
184
size_t ilen)
crypto/openssl/crypto/comp/c_zlib.c
217
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_zlib.c
218
size_t ilen)
crypto/openssl/crypto/comp/c_zlib.c
239
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_zlib.c
240
size_t ilen)
crypto/openssl/crypto/comp/c_zlib.c
32
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_zlib.c
33
size_t ilen);
crypto/openssl/crypto/comp/c_zlib.c
35
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_zlib.c
36
size_t ilen);
crypto/openssl/crypto/comp/c_zstd.c
186
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_zstd.c
187
size_t ilen)
crypto/openssl/crypto/comp/c_zstd.c
191
size_t ret;
crypto/openssl/crypto/comp/c_zstd.c
245
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_zstd.c
246
size_t ilen)
crypto/openssl/crypto/comp/c_zstd.c
250
size_t ret;
crypto/openssl/crypto/comp/c_zstd.c
305
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_zstd.c
306
size_t ilen)
crypto/openssl/crypto/comp/c_zstd.c
308
size_t out_size;
crypto/openssl/crypto/comp/c_zstd.c
328
size_t olen, unsigned char *in,
crypto/openssl/crypto/comp/c_zstd.c
329
size_t ilen)
crypto/openssl/crypto/comp/c_zstd.c
331
size_t out_size;
crypto/openssl/crypto/comp/c_zstd.c
458
size_t bufsize;
crypto/openssl/crypto/comp/c_zstd.c
464
size_t bufsize;
crypto/openssl/crypto/comp/c_zstd.c
465
size_t write_pos;
crypto/openssl/crypto/comp/c_zstd.c
48
static void *zstd_alloc(void *opaque, size_t size)
crypto/openssl/crypto/comp/c_zstd.c
579
size_t zret;
crypto/openssl/crypto/comp/c_zstd.c
606
outBuf.size = (size_t)outl;
crypto/openssl/crypto/comp/c_zstd.c
641
size_t zret;
crypto/openssl/crypto/comp/c_zstd.c
704
size_t zret;
crypto/openssl/crypto/comp/c_zstd.c
751
size_t ibs, obs;
crypto/openssl/crypto/comp/c_zstd.c
780
ibs = (size_t)num;
crypto/openssl/crypto/comp/c_zstd.c
782
obs = (size_t)num;
crypto/openssl/crypto/comp/c_zstd.c
784
obs = ibs = (size_t)num;
crypto/openssl/crypto/comp/c_zstd.c
80
typedef size_t (*initCStream_ft)(ZSTD_CStream *, int);
crypto/openssl/crypto/comp/c_zstd.c
81
typedef size_t (*freeCStream_ft)(ZSTD_CStream *);
crypto/openssl/crypto/comp/c_zstd.c
82
typedef size_t (*compressStream2_ft)(ZSTD_CCtx *, ZSTD_outBuffer *, ZSTD_inBuffer *, ZSTD_EndDirective);
crypto/openssl/crypto/comp/c_zstd.c
83
typedef size_t (*flushStream_ft)(ZSTD_CStream *, ZSTD_outBuffer *);
crypto/openssl/crypto/comp/c_zstd.c
84
typedef size_t (*endStream_ft)(ZSTD_CStream *, ZSTD_outBuffer *);
crypto/openssl/crypto/comp/c_zstd.c
85
typedef size_t (*compress_ft)(void *, size_t, const void *, size_t, int);
crypto/openssl/crypto/comp/c_zstd.c
87
typedef size_t (*initDStream_ft)(ZSTD_DStream *);
crypto/openssl/crypto/comp/c_zstd.c
88
typedef size_t (*freeDStream_ft)(ZSTD_DStream *);
crypto/openssl/crypto/comp/c_zstd.c
89
typedef size_t (*decompressStream_ft)(ZSTD_DStream *, ZSTD_outBuffer *, ZSTD_inBuffer *);
crypto/openssl/crypto/comp/c_zstd.c
90
typedef size_t (*decompress_ft)(void *, size_t, const void *, size_t);
crypto/openssl/crypto/comp/c_zstd.c
91
typedef unsigned (*isError_ft)(size_t);
crypto/openssl/crypto/comp/c_zstd.c
92
typedef const char *(*getErrorName_ft)(size_t);
crypto/openssl/crypto/comp/c_zstd.c
93
typedef size_t (*DStreamInSize_ft)(void);
crypto/openssl/crypto/comp/c_zstd.c
94
typedef size_t (*CStreamInSize_ft)(void);
crypto/openssl/crypto/comp/comp_local.h
16
unsigned char *out, size_t olen,
crypto/openssl/crypto/comp/comp_local.h
17
unsigned char *in, size_t ilen);
crypto/openssl/crypto/comp/comp_local.h
19
unsigned char *out, size_t olen,
crypto/openssl/crypto/comp/comp_local.h
20
unsigned char *in, size_t ilen);
crypto/openssl/crypto/conf/conf_def.c
469
size_t newlen = strlen(include_dir) + strlen(include) + 2;
crypto/openssl/crypto/conf/conf_def.c
703
size_t newsize;
crypto/openssl/crypto/conf/conf_def.c
840
size_t pathlen;
crypto/openssl/crypto/conf/conf_def.c
844
size_t namelen;
crypto/openssl/crypto/conf/conf_def.c
852
size_t newlen;
crypto/openssl/crypto/conf/conf_mod.c
685
size_t size;
crypto/openssl/crypto/conf/conf_ssl.c
135
const SSL_CONF_CMD *conf_ssl_get(size_t idx, const char **name, size_t *cnt)
crypto/openssl/crypto/conf/conf_ssl.c
147
int conf_ssl_name_find(const char *name, size_t *idx)
crypto/openssl/crypto/conf/conf_ssl.c
149
size_t i;
crypto/openssl/crypto/conf/conf_ssl.c
169
void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,
crypto/openssl/crypto/conf/conf_ssl.c
28
size_t cmd_count;
crypto/openssl/crypto/conf/conf_ssl.c
39
static size_t ssl_names_count;
crypto/openssl/crypto/conf/conf_ssl.c
43
size_t i, j;
crypto/openssl/crypto/conf/conf_ssl.c
63
size_t i, j, cnt;
crypto/openssl/crypto/core_algorithm.c
185
size_t first_name_len = 0;
crypto/openssl/crypto/core_namemap.c
167
const char *name, size_t name_len)
crypto/openssl/crypto/core_namemap.c
194
size_t idx)
crypto/openssl/crypto/core_namemap.c
331
size_t l;
crypto/openssl/crypto/cpuid.c
198
int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len)
crypto/openssl/crypto/cpuid.c
200
size_t i;
crypto/openssl/crypto/cpuid.c
219
size_t OPENSSL_instrument_bus(unsigned int *out, size_t cnt)
crypto/openssl/crypto/cpuid.c
224
size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max)
crypto/openssl/crypto/crmf/crmf_lib.c
765
size_t eksize = 0; /* size of decrypted symmetric encryption key */
crypto/openssl/crypto/crmf/crmf_lib.c
803
size_t failure;
crypto/openssl/crypto/crmf/crmf_lib.c
814
failure |= ~constant_time_eq_s(eksize, (size_t)cikeysize);
crypto/openssl/crypto/crmf/crmf_pbm.c
129
const unsigned char *msg, size_t msglen,
crypto/openssl/crypto/crmf/crmf_pbm.c
130
const unsigned char *sec, size_t seclen,
crypto/openssl/crypto/crmf/crmf_pbm.c
131
unsigned char **out, size_t *outlen)
crypto/openssl/crypto/crmf/crmf_pbm.c
39
OSSL_CRMF_PBMPARAMETER *OSSL_CRMF_pbmp_new(OSSL_LIB_CTX *libctx, size_t slen,
crypto/openssl/crypto/crmf/crmf_pbm.c
40
int owfnid, size_t itercnt,
crypto/openssl/crypto/cryptlib.c
137
size_t len_0 = strlen(fmta) + 1, i;
crypto/openssl/crypto/ct/ct_b64.c
26
size_t inlen = strlen(in);
crypto/openssl/crypto/ct/ct_local.h
101
size_t prederlen;
crypto/openssl/crypto/ct/ct_local.h
213
__owur int o2i_SCT_signature(SCT *sct, const unsigned char **in, size_t len);
crypto/openssl/crypto/ct/ct_local.h
62
size_t sct_len;
crypto/openssl/crypto/ct/ct_local.h
65
size_t log_id_len;
crypto/openssl/crypto/ct/ct_local.h
73
size_t ext_len;
crypto/openssl/crypto/ct/ct_local.h
77
size_t sig_len;
crypto/openssl/crypto/ct/ct_local.h
92
size_t pkeyhashlen;
crypto/openssl/crypto/ct/ct_local.h
95
size_t ihashlen;
crypto/openssl/crypto/ct/ct_local.h
98
size_t certderlen;
crypto/openssl/crypto/ct/ct_log.c
307
size_t *log_id_len)
crypto/openssl/crypto/ct/ct_log.c
324
size_t log_id_len)
crypto/openssl/crypto/ct/ct_log.c
46
size_t invalid_log_entries;
crypto/openssl/crypto/ct/ct_oct.c
155
size_t len;
crypto/openssl/crypto/ct/ct_oct.c
200
size_t len;
crypto/openssl/crypto/ct/ct_oct.c
24
int o2i_SCT_signature(SCT *sct, const unsigned char **in, size_t len)
crypto/openssl/crypto/ct/ct_oct.c
254
size_t len)
crypto/openssl/crypto/ct/ct_oct.c
257
size_t list_len, sct_len;
crypto/openssl/crypto/ct/ct_oct.c
26
size_t siglen;
crypto/openssl/crypto/ct/ct_oct.c
27
size_t len_remaining = len;
crypto/openssl/crypto/ct/ct_oct.c
320
size_t len2;
crypto/openssl/crypto/ct/ct_oct.c
70
SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len)
crypto/openssl/crypto/ct/ct_oct.c
88
size_t len2;
crypto/openssl/crypto/ct/ct_sct.c
138
void SCT_set0_extensions(SCT *sct, unsigned char *ext, size_t ext_len)
crypto/openssl/crypto/ct/ct_sct.c
146
int SCT_set1_extensions(SCT *sct, const unsigned char *ext, size_t ext_len)
crypto/openssl/crypto/ct/ct_sct.c
162
void SCT_set0_signature(SCT *sct, unsigned char *sig, size_t sig_len)
crypto/openssl/crypto/ct/ct_sct.c
170
int SCT_set1_signature(SCT *sct, const unsigned char *sig, size_t sig_len)
crypto/openssl/crypto/ct/ct_sct.c
196
size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id)
crypto/openssl/crypto/ct/ct_sct.c
224
size_t SCT_get0_extensions(const SCT *sct, unsigned char **ext)
crypto/openssl/crypto/ct/ct_sct.c
230
size_t SCT_get0_signature(const SCT *sct, unsigned char **sig)
crypto/openssl/crypto/ct/ct_sct.c
78
int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len)
crypto/openssl/crypto/ct/ct_sct.c
92
int SCT_set1_log_id(SCT *sct, const unsigned char *log_id, size_t log_id_len)
crypto/openssl/crypto/ct/ct_sct_ctx.c
201
unsigned char **hash, size_t *hash_len)
crypto/openssl/crypto/ct/ct_vfy.c
33
size_t derlen;
crypto/openssl/crypto/der_writer.c
114
size_t n = 0;
crypto/openssl/crypto/der_writer.c
137
size_t n = BN_num_bytes(v);
crypto/openssl/crypto/der_writer.c
189
size_t size1, size2;
crypto/openssl/crypto/der_writer.c
35
size_t size1, size2;
crypto/openssl/crypto/der_writer.c
53
size_t precompiled_n)
crypto/openssl/crypto/der_writer.c
71
const unsigned char *data, size_t data_n)
crypto/openssl/crypto/deterministic_nonce.c
100
int rlen, const unsigned char *in, size_t inlen)
crypto/openssl/crypto/deterministic_nonce.c
132
const unsigned char *entropy, size_t entropylen,
crypto/openssl/crypto/deterministic_nonce.c
133
const unsigned char *nonce, size_t noncelen,
crypto/openssl/crypto/deterministic_nonce.c
183
const unsigned char *hm, size_t hmlen,
crypto/openssl/crypto/deterministic_nonce.c
191
size_t allocsz = 0;
crypto/openssl/crypto/deterministic_nonce.c
192
const size_t prefsz = sizeof(BN_ULONG);
crypto/openssl/crypto/deterministic_nonce.c
29
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/deterministic_nonce.c
56
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/dh/dh_ameth.c
447
static size_t dh_pkey_dirty_cnt(const EVP_PKEY *pkey)
crypto/openssl/crypto/dh/dh_asn1.c
119
size_t counter = (size_t)BN_get_word(dhx->vparams->counter);
crypto/openssl/crypto/dh/dh_asn1.c
141
size_t seedlen = 0;
crypto/openssl/crypto/dh/dh_kdf.c
27
int ossl_dh_kdf_X9_42_asn1(unsigned char *out, size_t outlen,
crypto/openssl/crypto/dh/dh_kdf.c
28
const unsigned char *Z, size_t Zlen,
crypto/openssl/crypto/dh/dh_kdf.c
30
const unsigned char *ukm, size_t ukmlen,
crypto/openssl/crypto/dh/dh_kdf.c
65
int DH_KDF_X9_42(unsigned char *out, size_t outlen,
crypto/openssl/crypto/dh/dh_kdf.c
66
const unsigned char *Z, size_t Zlen,
crypto/openssl/crypto/dh/dh_kdf.c
68
const unsigned char *ukm, size_t ukmlen, const EVP_MD *md)
crypto/openssl/crypto/dh/dh_key.c
117
volatile size_t npad = 0, mask = 1;
crypto/openssl/crypto/dh/dh_key.c
389
int ossl_dh_buf2key(DH *dh, const unsigned char *buf, size_t len)
crypto/openssl/crypto/dh/dh_key.c
417
size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf_out, size_t size,
crypto/openssl/crypto/dh/dh_key.c
435
if (size >= (size_t)p_size)
crypto/openssl/crypto/dh/dh_local.h
40
size_t dirty_cnt; /* If any key material changes, increment this */
crypto/openssl/crypto/dh/dh_pmeth.c
186
dctx->kdf_outlen = (size_t)p1;
crypto/openssl/crypto/dh/dh_pmeth.c
395
size_t *keylen)
crypto/openssl/crypto/dh/dh_pmeth.c
49
size_t kdf_ukmlen;
crypto/openssl/crypto/dh/dh_pmeth.c
51
size_t kdf_outlen;
crypto/openssl/crypto/dsa/dsa_ameth.c
423
static size_t dsa_pkey_dirty_cnt(const EVP_PKEY *pkey)
crypto/openssl/crypto/dsa/dsa_local.h
38
size_t dirty_cnt; /* If any key material changes, increment this */
crypto/openssl/crypto/dsa/dsa_pmeth.c
108
const unsigned char *sig, size_t siglen,
crypto/openssl/crypto/dsa/dsa_pmeth.c
109
const unsigned char *tbs, size_t tbslen)
crypto/openssl/crypto/dsa/dsa_pmeth.c
124
if (tbslen != (size_t)md_size)
crypto/openssl/crypto/dsa/dsa_pmeth.c
78
size_t *siglen, const unsigned char *tbs,
crypto/openssl/crypto/dsa/dsa_pmeth.c
79
size_t tbslen)
crypto/openssl/crypto/dsa/dsa_pmeth.c
95
if (tbslen != (size_t)md_size)
crypto/openssl/crypto/dsa/dsa_sign.c
68
|| ossl_decode_der_dsa_sig(sig->r, sig->s, ppin, (size_t)len) == 0) {
crypto/openssl/crypto/dsa/dsa_sign.c
81
size_t encoded_len;
crypto/openssl/crypto/dso/dso_dl.c
257
if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) {
crypto/openssl/crypto/dso/dso_dlfcn.c
363
size_t buffer_sz, member_len;
crypto/openssl/crypto/dso/dso_win32.c
37
size_t len_0 = strlen(lpLibFileName) + 1, i;
crypto/openssl/crypto/dso/dso_win32.c
461
static const char *openssl_strnchr(const char *string, int c, size_t len)
crypto/openssl/crypto/dso/dso_win32.c
463
size_t i;
crypto/openssl/crypto/dso/dso_win32.c
550
if ((size_t)addr >= (size_t)me32.modBaseAddr && (size_t)addr < (size_t)(me32.modBaseAddr + me32.modBaseSize)) {
crypto/openssl/crypto/dso/dso_win32.c
70
static const char *openssl_strnchr(const char *string, int c, size_t len);
crypto/openssl/crypto/ebcdic.c
369
void *ebcdic2ascii(void *dest, const void *srce, size_t count)
crypto/openssl/crypto/ebcdic.c
381
void *ascii2ebcdic(void *dest, const void *srce, size_t count)
crypto/openssl/crypto/ec/curve25519.c
1637
size_t i;
crypto/openssl/crypto/ec/curve25519.c
4425
size_t i;
crypto/openssl/crypto/ec/curve25519.c
5596
const size_t context_len)
crypto/openssl/crypto/ec/curve25519.c
5626
int ossl_ed25519_sign(uint8_t *out_sig, const uint8_t *tbs, size_t tbs_len,
crypto/openssl/crypto/ec/curve25519.c
5629
const uint8_t *context, size_t context_len,
crypto/openssl/crypto/ec/curve25519.c
5698
int ossl_ed25519_pubkey_verify(const uint8_t *pub, size_t pub_len)
crypto/openssl/crypto/ec/curve25519.c
5709
int ossl_ed25519_verify(const uint8_t *tbs, size_t tbs_len,
crypto/openssl/crypto/ec/curve25519.c
5712
const uint8_t *context, size_t context_len,
crypto/openssl/crypto/ec/curve448/ed448.h
123
const uint8_t *message, size_t message_len,
crypto/openssl/crypto/ec/curve448/ed448.h
68
const uint8_t *message, size_t message_len,
crypto/openssl/crypto/ec/curve448/ed448.h
70
size_t context_len,
crypto/openssl/crypto/ec/curve448/ed448.h
96
size_t context_len,
crypto/openssl/crypto/ec/curve448/eddsa.c
159
const uint8_t *message, size_t message_len,
crypto/openssl/crypto/ec/curve448/eddsa.c
161
size_t context_len, const char *propq)
crypto/openssl/crypto/ec/curve448/eddsa.c
23
static c448_error_t oneshot_hash(OSSL_LIB_CTX *ctx, uint8_t *out, size_t outlen,
crypto/openssl/crypto/ec/curve448/eddsa.c
24
const uint8_t *in, size_t inlen,
crypto/openssl/crypto/ec/curve448/eddsa.c
269
size_t context_len, const char *propq)
crypto/openssl/crypto/ec/curve448/eddsa.c
276
c448_ed448_pubkey_verify(const uint8_t *pub, size_t pub_len)
crypto/openssl/crypto/ec/curve448/eddsa.c
291
const uint8_t *message, size_t message_len,
crypto/openssl/crypto/ec/curve448/eddsa.c
381
const uint8_t *message, size_t message_len,
crypto/openssl/crypto/ec/curve448/eddsa.c
383
const uint8_t *context, size_t context_len,
crypto/openssl/crypto/ec/curve448/eddsa.c
397
int ossl_ed448_pubkey_verify(const uint8_t *pub, size_t pub_len)
crypto/openssl/crypto/ec/curve448/eddsa.c
403
const uint8_t *message, size_t message_len,
crypto/openssl/crypto/ec/curve448/eddsa.c
405
const uint8_t *context, size_t context_len,
crypto/openssl/crypto/ec/curve448/eddsa.c
61
size_t context_len,
crypto/openssl/crypto/ec/curve448/field.h
134
size_t i;
crypto/openssl/crypto/ec/curve448/field.h
160
size_t i;
crypto/openssl/crypto/ec/curve448/point_448.h
107
const unsigned char *ser, size_t ser_len);
crypto/openssl/crypto/ec/curve448/scalar.c
127
size_t nbytes)
crypto/openssl/crypto/ec/curve448/scalar.c
129
size_t i, j, k = 0;
crypto/openssl/crypto/ec/curve448/scalar.c
163
const unsigned char *ser, size_t ser_len)
crypto/openssl/crypto/ec/curve448/scalar.c
165
size_t i;
crypto/openssl/crypto/ec/ec2_oct.c
125
size_t ossl_ec_GF2m_simple_point2oct(const EC_GROUP *group,
crypto/openssl/crypto/ec/ec2_oct.c
128
unsigned char *buf, size_t len, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec2_oct.c
130
size_t ret;
crypto/openssl/crypto/ec/ec2_oct.c
133
size_t field_len, i, skip;
crypto/openssl/crypto/ec/ec2_oct.c
255
const unsigned char *buf, size_t len,
crypto/openssl/crypto/ec/ec2_oct.c
261
size_t field_len, enc_len;
crypto/openssl/crypto/ec/ec2_smpl.c
679
int ossl_ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num,
crypto/openssl/crypto/ec/ec2_smpl.c
682
size_t i;
crypto/openssl/crypto/ec/ec2_smpl.c
863
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ec_ameth.c
287
size_t privlen = 0, publen = 0;
crypto/openssl/crypto/ec/ec_ameth.c
466
static size_t ec_pkey_dirty_cnt(const EVP_PKEY *pkey)
crypto/openssl/crypto/ec/ec_ameth.c
478
size_t pub_key_buflen;
crypto/openssl/crypto/ec/ec_ameth.c
530
size_t sz;
crypto/openssl/crypto/ec/ec_asn1.c
1010
size_t privlen = 0, publen = 0;
crypto/openssl/crypto/ec/ec_asn1.c
1144
size_t buf_len = 0;
crypto/openssl/crypto/ec/ec_asn1.c
1217
|| ossl_decode_der_dsa_sig(sig->r, sig->s, ppin, (size_t)len) == 0) {
crypto/openssl/crypto/ec/ec_asn1.c
1230
size_t encoded_len;
crypto/openssl/crypto/ec/ec_asn1.c
306
size_t len;
crypto/openssl/crypto/ec/ec_asn1.c
327
len = ((size_t)EC_GROUP_get_degree(group) + 7) / 8;
crypto/openssl/crypto/ec/ec_asn1.c
375
size_t len = 0;
crypto/openssl/crypto/ec/ec_backend.c
133
size_t i, sz;
crypto/openssl/crypto/ec/ec_backend.c
148
size_t i, sz;
crypto/openssl/crypto/ec/ec_backend.c
236
size_t genbuf_len;
crypto/openssl/crypto/ec/ec_backend.c
272
size_t seed_len = EC_GROUP_get_seed_len(group);
crypto/openssl/crypto/ec/ec_backend.c
402
size_t pub_key_len;
crypto/openssl/crypto/ec/ec_backend.c
51
size_t i, sz;
crypto/openssl/crypto/ec/ec_backend.c
66
size_t i, sz;
crypto/openssl/crypto/ec/ec_backend.c
77
size_t i, sz;
crypto/openssl/crypto/ec/ec_backend.c
88
size_t i, sz;
crypto/openssl/crypto/ec/ec_curve.c
3014
size_t i;
crypto/openssl/crypto/ec/ec_curve.c
3215
size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems)
crypto/openssl/crypto/ec/ec_curve.c
3217
size_t i, min;
crypto/openssl/crypto/ec/ec_curve.c
3254
size_t i, seed_len;
crypto/openssl/crypto/ec/ec_curve.c
3333
|| ((size_t)data->seed_len == seed_len
crypto/openssl/crypto/ec/ec_deprecated.c
26
size_t buf_len = 0;
crypto/openssl/crypto/ec/ec_deprecated.c
44
size_t buf_len = 0;
crypto/openssl/crypto/ec/ec_key.c
1003
size_t ossl_ec_key_simple_priv2oct(const EC_KEY *eckey,
crypto/openssl/crypto/ec/ec_key.c
1004
unsigned char *buf, size_t len)
crypto/openssl/crypto/ec/ec_key.c
1006
size_t buf_len;
crypto/openssl/crypto/ec/ec_key.c
1026
int EC_KEY_oct2priv(EC_KEY *eckey, const unsigned char *buf, size_t len)
crypto/openssl/crypto/ec/ec_key.c
1043
size_t len)
crypto/openssl/crypto/ec/ec_key.c
1059
size_t EC_KEY_priv2buf(const EC_KEY *eckey, unsigned char **pbuf)
crypto/openssl/crypto/ec/ec_key.c
1061
size_t len;
crypto/openssl/crypto/ec/ec_key.c
410
const unsigned char *ikm, size_t ikmlen)
crypto/openssl/crypto/ec/ec_key.c
958
size_t EC_KEY_key2buf(const EC_KEY *key, point_conversion_form_t form,
crypto/openssl/crypto/ec/ec_key.c
966
int EC_KEY_oct2key(EC_KEY *key, const unsigned char *buf, size_t len,
crypto/openssl/crypto/ec/ec_key.c
990
size_t EC_KEY_priv2oct(const EC_KEY *eckey,
crypto/openssl/crypto/ec/ec_key.c
991
unsigned char *buf, size_t len)
crypto/openssl/crypto/ec/ec_kmeth.c
148
int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
crypto/openssl/crypto/ec/ec_kmeth.c
150
void *(*KDF)(const void *in, size_t inlen, void *out,
crypto/openssl/crypto/ec/ec_kmeth.c
151
size_t *outlen))
crypto/openssl/crypto/ec/ec_kmeth.c
154
size_t seclen;
crypto/openssl/crypto/ec/ec_kmeth.c
220
size_t *pseclen,
crypto/openssl/crypto/ec/ec_kmeth.c
293
size_t *poutlen,
crypto/openssl/crypto/ec/ec_lib.c
1044
int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
crypto/openssl/crypto/ec/ec_lib.c
1047
size_t i;
crypto/openssl/crypto/ec/ec_lib.c
1071
size_t num, const EC_POINT *points[],
crypto/openssl/crypto/ec/ec_lib.c
1075
size_t i = 0;
crypto/openssl/crypto/ec/ec_lib.c
1121
size_t num;
crypto/openssl/crypto/ec/ec_lib.c
532
size_t EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len)
crypto/openssl/crypto/ec/ec_lib.c
554
size_t EC_GROUP_get_seed_len(const EC_GROUP *group)
crypto/openssl/crypto/ec/ec_local.h
111
int (*points_make_affine)(const EC_GROUP *, size_t num, EC_POINT *[],
crypto/openssl/crypto/ec/ec_local.h
136
size_t num, const EC_POINT *points[], const BIGNUM *scalars[],
crypto/openssl/crypto/ec/ec_local.h
167
size_t (*priv2oct)(const EC_KEY *eckey, unsigned char *buf, size_t len);
crypto/openssl/crypto/ec/ec_local.h
168
int (*oct2priv)(EC_KEY *eckey, const unsigned char *buf, size_t len);
crypto/openssl/crypto/ec/ec_local.h
176
int (*ecdh_compute_key)(unsigned char **pout, size_t *poutlen,
crypto/openssl/crypto/ec/ec_local.h
223
size_t seed_len;
crypto/openssl/crypto/ec/ec_local.h
312
size_t dirty_cnt; /* If any key material changes, increment this */
crypto/openssl/crypto/ec/ec_local.h
361
size_t num, const EC_POINT *points[],
crypto/openssl/crypto/ec/ec_local.h
403
size_t ossl_ec_GFp_simple_point2oct(const EC_GROUP *, const EC_POINT *,
crypto/openssl/crypto/ec/ec_local.h
405
unsigned char *buf, size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
407
const unsigned char *buf, size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
418
int ossl_ec_GFp_simple_points_make_affine(const EC_GROUP *, size_t num,
crypto/openssl/crypto/ec/ec_local.h
494
size_t ossl_ec_GF2m_simple_point2oct(const EC_GROUP *, const EC_POINT *,
crypto/openssl/crypto/ec/ec_local.h
496
unsigned char *buf, size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
498
const unsigned char *buf, size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
509
int ossl_ec_GF2m_simple_points_make_affine(const EC_GROUP *, size_t num,
crypto/openssl/crypto/ec/ec_local.h
533
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ec_local.h
537
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ec_local.h
553
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ec_local.h
557
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ec_local.h
573
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ec_local.h
577
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ec_local.h
594
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ec_local.h
598
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ec_local.h
605
void ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array,
crypto/openssl/crypto/ec/ec_local.h
606
size_t felem_size,
crypto/openssl/crypto/ec/ec_local.h
647
size_t ossl_ec_key_simple_priv2oct(const EC_KEY *eckey,
crypto/openssl/crypto/ec/ec_local.h
648
unsigned char *buf, size_t len);
crypto/openssl/crypto/ec/ec_local.h
650
size_t len);
crypto/openssl/crypto/ec/ec_local.h
674
int (*compute_key)(unsigned char **pout, size_t *poutlen,
crypto/openssl/crypto/ec/ec_local.h
696
int ossl_ecdh_compute_key(unsigned char **pout, size_t *poutlen,
crypto/openssl/crypto/ec/ec_local.h
698
int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen,
crypto/openssl/crypto/ec/ec_local.h
92
size_t (*point2oct)(const EC_GROUP *, const EC_POINT *,
crypto/openssl/crypto/ec/ec_local.h
94
size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_local.h
96
size_t len, BN_CTX *);
crypto/openssl/crypto/ec/ec_mult.c
39
size_t blocksize; /* block size for wNAF splitting */
crypto/openssl/crypto/ec/ec_mult.c
390
((size_t)((b) >= 2000 ? 6 : (b) >= 800 ? 5 \
crypto/openssl/crypto/ec/ec_mult.c
40
size_t numblocks; /* max. number of blocks for which we have
crypto/openssl/crypto/ec/ec_mult.c
404
size_t num, const EC_POINT *points[],
crypto/openssl/crypto/ec/ec_mult.c
409
size_t totalnum;
crypto/openssl/crypto/ec/ec_mult.c
410
size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */
crypto/openssl/crypto/ec/ec_mult.c
411
size_t pre_points_per_block = 0;
crypto/openssl/crypto/ec/ec_mult.c
412
size_t i, j;
crypto/openssl/crypto/ec/ec_mult.c
416
size_t *wsize = NULL; /* individual window sizes */
crypto/openssl/crypto/ec/ec_mult.c
418
size_t *wNAF_len = NULL;
crypto/openssl/crypto/ec/ec_mult.c
419
size_t max_len = 0;
crypto/openssl/crypto/ec/ec_mult.c
42
size_t w; /* window size */
crypto/openssl/crypto/ec/ec_mult.c
420
size_t num_val;
crypto/openssl/crypto/ec/ec_mult.c
46
size_t num; /* numblocks * 2^(w-1) */
crypto/openssl/crypto/ec/ec_mult.c
487
pre_points_per_block = (size_t)1 << (pre_comp->w - 1);
crypto/openssl/crypto/ec/ec_mult.c
524
size_t bits;
crypto/openssl/crypto/ec/ec_mult.c
528
num_val += (size_t)1 << (wsize[i] - 1);
crypto/openssl/crypto/ec/ec_mult.c
549
size_t tmp_len = 0;
crypto/openssl/crypto/ec/ec_mult.c
660
for (j = 0; j < ((size_t)1 << (wsize[i] - 1)); j++) {
crypto/openssl/crypto/ec/ec_mult.c
694
for (j = 1; j < ((size_t)1 << (wsize[i] - 1)); j++) {
crypto/openssl/crypto/ec/ec_mult.c
714
if (wNAF_len[i] > (size_t)k) {
crypto/openssl/crypto/ec/ec_mult.c
819
size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num;
crypto/openssl/crypto/ec/ec_mult.c
875
pre_points_per_block = (size_t)1 << (w - 1);
crypto/openssl/crypto/ec/ec_mult.c
903
size_t j;
crypto/openssl/crypto/ec/ec_mult.c
923
size_t k;
crypto/openssl/crypto/ec/ec_oct.c
110
const unsigned char *buf, size_t len, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_oct.c
137
size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point,
crypto/openssl/crypto/ec/ec_oct.c
141
size_t len;
crypto/openssl/crypto/ec/ec_oct.c
73
size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point,
crypto/openssl/crypto/ec/ec_oct.c
75
size_t len, BN_CTX *ctx)
crypto/openssl/crypto/ec/ec_pmeth.c
104
static int pkey_ec_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/crypto/ec/ec_pmeth.c
105
const unsigned char *tbs, size_t tbslen)
crypto/openssl/crypto/ec/ec_pmeth.c
123
*siglen = (size_t)sig_sz;
crypto/openssl/crypto/ec/ec_pmeth.c
127
if (*siglen < (size_t)sig_sz) {
crypto/openssl/crypto/ec/ec_pmeth.c
138
*siglen = (size_t)sltmp;
crypto/openssl/crypto/ec/ec_pmeth.c
143
const unsigned char *sig, size_t siglen,
crypto/openssl/crypto/ec/ec_pmeth.c
144
const unsigned char *tbs, size_t tbslen)
crypto/openssl/crypto/ec/ec_pmeth.c
166
static int pkey_ec_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen)
crypto/openssl/crypto/ec/ec_pmeth.c
169
size_t outlen;
crypto/openssl/crypto/ec/ec_pmeth.c
214
unsigned char *key, size_t *keylen)
crypto/openssl/crypto/ec/ec_pmeth.c
218
size_t ktmplen;
crypto/openssl/crypto/ec/ec_pmeth.c
333
dctx->kdf_outlen = (size_t)p1;
crypto/openssl/crypto/ec/ec_pmeth.c
42
size_t kdf_ukmlen;
crypto/openssl/crypto/ec/ec_pmeth.c
44
size_t kdf_outlen;
crypto/openssl/crypto/ec/ec_print.c
21
size_t buf_len, i;
crypto/openssl/crypto/ec/ec_print.c
48
size_t len, oct_buf_len = 0;
crypto/openssl/crypto/ec/ecdh_kdf.c
24
int ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen,
crypto/openssl/crypto/ec/ecdh_kdf.c
25
const unsigned char *Z, size_t Zlen,
crypto/openssl/crypto/ec/ecdh_kdf.c
26
const unsigned char *sinfo, size_t sinfolen,
crypto/openssl/crypto/ec/ecdh_kdf.c
57
int ECDH_KDF_X9_62(unsigned char *out, size_t outlen,
crypto/openssl/crypto/ec/ecdh_kdf.c
58
const unsigned char *Z, size_t Zlen,
crypto/openssl/crypto/ec/ecdh_kdf.c
59
const unsigned char *sinfo, size_t sinfolen,
crypto/openssl/crypto/ec/ecdh_ossl.c
128
if (len != (size_t)BN_bn2bin(x, buf + buflen - len)) {
crypto/openssl/crypto/ec/ecdh_ossl.c
28
int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen,
crypto/openssl/crypto/ec/ecdh_ossl.c
49
int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen,
crypto/openssl/crypto/ec/ecdh_ossl.c
58
size_t buflen, len;
crypto/openssl/crypto/ec/eck_prn.c
224
size_t len, int off)
crypto/openssl/crypto/ec/eck_prn.c
226
size_t i;
crypto/openssl/crypto/ec/eck_prn.c
68
size_t len, int off);
crypto/openssl/crypto/ec/eck_prn.c
79
size_t seed_len = 0, gen_buf_len = 0;
crypto/openssl/crypto/ec/ecp_nistp224.c
1357
static void make_points_affine(size_t num, felem points[/* num */][3],
crypto/openssl/crypto/ec/ecp_nistp224.c
1391
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ecp_nistp224.c
1406
size_t num_points = num;
crypto/openssl/crypto/ec/ecp_nistp256.c
1978
static void make_points_affine(size_t num, smallfelem points[][3],
crypto/openssl/crypto/ec/ecp_nistp256.c
2010
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ecp_nistp256.c
2025
size_t num_points = num;
crypto/openssl/crypto/ec/ecp_nistp384.c
1701
static void make_points_affine(size_t num, felem points[][3],
crypto/openssl/crypto/ec/ecp_nistp384.c
1731
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ecp_nistp384.c
1746
size_t num_points = num;
crypto/openssl/crypto/ec/ecp_nistp521.c
1791
static void make_points_affine(size_t num, felem points[][3],
crypto/openssl/crypto/ec/ecp_nistp521.c
1825
const BIGNUM *scalar, size_t num,
crypto/openssl/crypto/ec/ecp_nistp521.c
1840
size_t num_points = num;
crypto/openssl/crypto/ec/ecp_nistputil.c
52
void ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array,
crypto/openssl/crypto/ec/ecp_nistputil.c
53
size_t felem_size,
crypto/openssl/crypto/ec/ecp_nistz256.c
40
#define ALIGNPTR(p, N) ((unsigned char *)p + N - (size_t)p % N)
crypto/openssl/crypto/ec/ecp_nistz256.c
609
size_t num, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_nistz256.c
61
size_t w; /* Window size */
crypto/openssl/crypto/ec/ecp_nistz256.c
611
size_t i;
crypto/openssl/crypto/ec/ecp_nistz256.c
809
size_t w;
crypto/openssl/crypto/ec/ecp_nistz256.c
933
size_t num,
crypto/openssl/crypto/ec/ecp_oct.c
159
size_t ossl_ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point,
crypto/openssl/crypto/ec/ecp_oct.c
161
unsigned char *buf, size_t len, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_oct.c
163
size_t ret;
crypto/openssl/crypto/ec/ecp_oct.c
167
size_t field_len, i, skip;
crypto/openssl/crypto/ec/ecp_oct.c
274
const unsigned char *buf, size_t len,
crypto/openssl/crypto/ec/ecp_oct.c
281
size_t field_len, enc_len;
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
192
(size_t)len, 0)
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
310
size_t num, \
crypto/openssl/crypto/ec/ecp_s390x_nistp.c
51
size_t num, const EC_POINT *points[],
crypto/openssl/crypto/ec/ecp_sm2p256.c
452
size_t num, BN_CTX *ctx)
crypto/openssl/crypto/ec/ecp_sm2p256.c
513
size_t num,
crypto/openssl/crypto/ec/ecp_smpl.c
1205
int ossl_ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num,
crypto/openssl/crypto/ec/ecp_smpl.c
1211
size_t i;
crypto/openssl/crypto/ec/ecx_backend.c
58
size_t privkeylen = 0, pubkeylen = 0;
crypto/openssl/crypto/ec/ecx_key.c
110
int ossl_ecx_compute_key(ECX_KEY *peer, ECX_KEY *priv, size_t keylen,
crypto/openssl/crypto/ec/ecx_key.c
111
unsigned char *secret, size_t *secretlen, size_t outlen)
crypto/openssl/crypto/ec/ecx_meth.c
1195
size_t *keylen)
crypto/openssl/crypto/ec/ecx_meth.c
1208
size_t *keylen)
crypto/openssl/crypto/ec/ecx_meth.c
1221
unsigned char *sig, size_t *siglen,
crypto/openssl/crypto/ec/ecx_meth.c
1223
size_t tbslen)
crypto/openssl/crypto/ec/ecx_meth.c
1266
unsigned char *sig, size_t *siglen,
crypto/openssl/crypto/ec/ecx_meth.c
1268
size_t tbslen)
crypto/openssl/crypto/ec/ecx_meth.c
1314
size_t siglen,
crypto/openssl/crypto/ec/ecx_meth.c
1316
size_t tbslen)
crypto/openssl/crypto/ec/ecx_meth.c
1349
size_t siglen,
crypto/openssl/crypto/ec/ecx_meth.c
1351
size_t tbslen)
crypto/openssl/crypto/ec/ecx_meth.c
260
size_t len)
crypto/openssl/crypto/ec/ecx_meth.c
278
static int ecx_set_pub_key(EVP_PKEY *pkey, const unsigned char *pub, size_t len)
crypto/openssl/crypto/ec/ecx_meth.c
297
size_t *len)
crypto/openssl/crypto/ec/ecx_meth.c
308
|| *len < (size_t)KEYLENID(pkey->ameth->pkey_id))
crypto/openssl/crypto/ec/ecx_meth.c
318
size_t *len)
crypto/openssl/crypto/ec/ecx_meth.c
328
|| *len < (size_t)KEYLENID(pkey->ameth->pkey_id))
crypto/openssl/crypto/ec/ecx_meth.c
337
static size_t ecx_pkey_dirty_cnt(const EVP_PKEY *pkey)
crypto/openssl/crypto/ec/ecx_meth.c
724
size_t *keylen,
crypto/openssl/crypto/ec/ecx_meth.c
751
size_t *keylen)
crypto/openssl/crypto/ec/ecx_meth.c
764
size_t *keylen)
crypto/openssl/crypto/ec/ecx_meth.c
805
size_t *siglen, const unsigned char *tbs,
crypto/openssl/crypto/ec/ecx_meth.c
806
size_t tbslen)
crypto/openssl/crypto/ec/ecx_meth.c
835
size_t *siglen, const unsigned char *tbs,
crypto/openssl/crypto/ec/ecx_meth.c
836
size_t tbslen)
crypto/openssl/crypto/ec/ecx_meth.c
863
size_t siglen, const unsigned char *tbs,
crypto/openssl/crypto/ec/ecx_meth.c
864
size_t tbslen)
crypto/openssl/crypto/ec/ecx_meth.c
883
size_t siglen, const unsigned char *tbs,
crypto/openssl/crypto/ec/ecx_meth.c
884
size_t tbslen)
crypto/openssl/crypto/encode_decode/decoder_lib.c
148
size_t *pdata_len)
crypto/openssl/crypto/encode_decode/decoder_lib.c
160
*pdata_len = (size_t)BIO_get_mem_data(membio, pdata);
crypto/openssl/crypto/encode_decode/decoder_lib.c
33
size_t current_decoder_inst_index;
crypto/openssl/crypto/encode_decode/decoder_lib.c
35
size_t recursion;
crypto/openssl/crypto/encode_decode/decoder_lib.c
424
size_t w_prev_start, w_prev_end; /* "previous" decoders */
crypto/openssl/crypto/encode_decode/decoder_lib.c
425
size_t w_new_start, w_new_end; /* "new" decoders */
crypto/openssl/crypto/encode_decode/decoder_lib.c
442
size_t j;
crypto/openssl/crypto/encode_decode/decoder_lib.c
583
size_t depth = 0; /* Counts the number of iterations */
crypto/openssl/crypto/encode_decode/decoder_lib.c
584
size_t count; /* Calculates how many were added in each iteration */
crypto/openssl/crypto/encode_decode/decoder_lib.c
585
size_t numdecoders;
crypto/openssl/crypto/encode_decode/decoder_lib.c
639
size_t i, j;
crypto/openssl/crypto/encode_decode/decoder_lib.c
744
void *reference, size_t reference_sz,
crypto/openssl/crypto/encode_decode/decoder_lib.c
807
size_t i;
crypto/openssl/crypto/encode_decode/decoder_meth.c
155
size_t l = (q == NULL ? strlen(names) : (size_t)(q - names));
crypto/openssl/crypto/encode_decode/decoder_meth.c
182
size_t l = 0;
crypto/openssl/crypto/encode_decode/decoder_meth.c
193
l = (q == NULL ? strlen(names) : (size_t)(q - names));
crypto/openssl/crypto/encode_decode/decoder_meth.c
640
size_t i;
crypto/openssl/crypto/encode_decode/decoder_meth.c
641
size_t l;
crypto/openssl/crypto/encode_decode/decoder_pkey.c
28
size_t klen)
crypto/openssl/crypto/encode_decode/decoder_pkey.c
91
size_t object_ref_sz = 0;
crypto/openssl/crypto/encode_decode/encoder_lib.c
120
size_t *pdata_len)
crypto/openssl/crypto/encode_decode/encoder_lib.c
150
*pdata_len = (size_t)buf->length;
crypto/openssl/crypto/encode_decode/encoder_lib.c
61
size_t running_output_length;
crypto/openssl/crypto/encode_decode/encoder_lib.c
786
const unsigned char *buf, size_t buflen)
crypto/openssl/crypto/encode_decode/encoder_lib.c
788
size_t i;
crypto/openssl/crypto/encode_decode/encoder_meth.c
155
size_t l = (q == NULL ? strlen(names) : (size_t)(q - names));
crypto/openssl/crypto/encode_decode/encoder_meth.c
182
size_t l = 0;
crypto/openssl/crypto/encode_decode/encoder_meth.c
193
l = (q == NULL ? strlen(names) : (size_t)(q - names));
crypto/openssl/crypto/encode_decode/encoder_meth.c
620
size_t i;
crypto/openssl/crypto/encode_decode/encoder_meth.c
621
size_t l;
crypto/openssl/crypto/encode_decode/encoder_pkey.c
42
size_t klen)
crypto/openssl/crypto/engine/eng_openssl.c
221
const unsigned char *in, size_t inl)
crypto/openssl/crypto/engine/eng_openssl.c
335
static int test_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count)
crypto/openssl/crypto/engine/eng_openssl.c
527
static int ossl_int_update(EVP_MD_CTX *ctx, const void *data, size_t count)
crypto/openssl/crypto/engine/eng_openssl.c
543
size_t *siglen, EVP_MD_CTX *mctx)
crypto/openssl/crypto/engine/eng_openssl.c
557
*siglen = (size_t)hlen;
crypto/openssl/crypto/engine/eng_rdrand.c
31
size_t OPENSSL_ia32_rdrand_bytes(unsigned char *buf, size_t len);
crypto/openssl/crypto/engine/eng_rdrand.c
49
return (size_t)num == OPENSSL_ia32_rdrand_bytes(buf, (size_t)num);
crypto/openssl/crypto/err/err.c
524
char *buf, size_t len)
crypto/openssl/crypto/err/err.c
568
void ERR_error_string_n(unsigned long e, char *buf, size_t len)
crypto/openssl/crypto/err/err.c
778
static int err_set_error_data_int(char *data, size_t size, int flags,
crypto/openssl/crypto/err/err.c
874
OPENSSL_strlcat(str, arg, (size_t)size);
crypto/openssl/crypto/err/err_blocks.c
53
size_t buf_size = 0;
crypto/openssl/crypto/err/err_blocks.c
55
size_t i;
crypto/openssl/crypto/err/err_local.h
100
char *buf, size_t len);
crypto/openssl/crypto/err/err_local.h
21
static ossl_inline void err_clear_data(ERR_STATE *es, size_t i, int deall)
crypto/openssl/crypto/err/err_local.h
40
static ossl_inline void err_set_error(ERR_STATE *es, size_t i,
crypto/openssl/crypto/err/err_local.h
48
static ossl_inline void err_set_debug(ERR_STATE *es, size_t i,
crypto/openssl/crypto/err/err_local.h
75
static ossl_inline void err_set_data(ERR_STATE *es, size_t i,
crypto/openssl/crypto/err/err_local.h
76
void *data, size_t datasz, int flags)
crypto/openssl/crypto/err/err_local.h
85
static ossl_inline void err_clear(ERR_STATE *es, size_t i, int deall)
crypto/openssl/crypto/err/err_prn.c
107
while (*next != '\0' && (size_t)(next - txt) <= available_len) {
crypto/openssl/crypto/err/err_prn.c
117
if ((size_t)(next - txt) <= available_len)
crypto/openssl/crypto/err/err_prn.c
166
static int print_bio(const char *str, size_t len, void *bp)
crypto/openssl/crypto/err/err_prn.c
20
void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
crypto/openssl/crypto/err/err_prn.c
75
size_t available_len, data_len;
crypto/openssl/crypto/err/err_prn.c
90
|| strlen(separator) >= (size_t)(MAX_DATA_LEN - data_len))
crypto/openssl/crypto/err/err_prn.c
97
const size_t len_next = strlen(next);
crypto/openssl/crypto/err/err_save.c
115
size_t i;
crypto/openssl/crypto/err/err_save.c
125
for (i = (size_t)es->bottom; i != (size_t)es->top;) {
crypto/openssl/crypto/err/err_save.c
126
size_t top;
crypto/openssl/crypto/err/err_save.c
144
size_t data_sz = es->err_data_size[i];
crypto/openssl/crypto/err/err_save.c
28
size_t i;
crypto/openssl/crypto/err/err_save.c
48
size_t i, j, count;
crypto/openssl/crypto/evp/asymcipher.c
241
unsigned char *out, size_t *outlen,
crypto/openssl/crypto/evp/asymcipher.c
242
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/evp/asymcipher.c
290
unsigned char *out, size_t *outlen,
crypto/openssl/crypto/evp/asymcipher.c
291
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/evp/asymcipher.c
331
size_t *outlenp, size_t expected_outlen,
crypto/openssl/crypto/evp/asymcipher.c
332
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/evp/bio_ok.c
100
size_t buf_len;
crypto/openssl/crypto/evp/bio_ok.c
101
size_t buf_off;
crypto/openssl/crypto/evp/bio_ok.c
102
size_t buf_len_save;
crypto/openssl/crypto/evp/bio_ok.c
103
size_t buf_off_save;
crypto/openssl/crypto/evp/bio_ok.c
416
static void longswap(void *_ptr, size_t len)
crypto/openssl/crypto/evp/bio_ok.c
421
size_t i;
crypto/openssl/crypto/evp/bio_ok.c
562
size_t tl = 0;
crypto/openssl/crypto/evp/bio_ok.c
573
tl = ((size_t)ctx->buf[0] << 24)
crypto/openssl/crypto/evp/bio_ok.c
574
| ((size_t)ctx->buf[1] << 16)
crypto/openssl/crypto/evp/bio_ok.c
575
| ((size_t)ctx->buf[2] << 8)
crypto/openssl/crypto/evp/bio_ok.c
576
| ((size_t)ctx->buf[3]);
crypto/openssl/crypto/evp/bio_ok.c
581
if (tl > SIZE_MAX - OK_BLOCK_BLOCK - (size_t)md_size)
crypto/openssl/crypto/evp/bio_ok.c
584
if (ctx->buf_len < tl + OK_BLOCK_BLOCK + (size_t)md_size)
crypto/openssl/crypto/evp/bio_ok.c
592
if (memcmp(&(ctx->buf[tl + OK_BLOCK_BLOCK]), tmp, (size_t)md_size) == 0) {
crypto/openssl/crypto/evp/cmeth_lib.c
111
size_t inl))
crypto/openssl/crypto/evp/cmeth_lib.c
173
size_t inl)
crypto/openssl/crypto/evp/ctrl_params_translate.c
1304
size_t i;
crypto/openssl/crypto/evp/ctrl_params_translate.c
1348
size_t i;
crypto/openssl/crypto/evp/ctrl_params_translate.c
1405
size_t i;
crypto/openssl/crypto/evp/ctrl_params_translate.c
1427
size_t i;
crypto/openssl/crypto/evp/ctrl_params_translate.c
1469
size_t i;
crypto/openssl/crypto/evp/ctrl_params_translate.c
1486
size_t i;
crypto/openssl/crypto/evp/ctrl_params_translate.c
1880
size_t factornum)
crypto/openssl/crypto/evp/ctrl_params_translate.c
1893
size_t pnum = RSA_get_multi_prime_extra_count(r);
crypto/openssl/crypto/evp/ctrl_params_translate.c
1908
size_t exponentnum)
crypto/openssl/crypto/evp/ctrl_params_translate.c
1921
size_t pnum = RSA_get_multi_prime_extra_count(r);
crypto/openssl/crypto/evp/ctrl_params_translate.c
1936
size_t coefficientnum)
crypto/openssl/crypto/evp/ctrl_params_translate.c
1946
size_t pnum = RSA_get_multi_prime_extra_count(r);
crypto/openssl/crypto/evp/ctrl_params_translate.c
201
size_t sz;
crypto/openssl/crypto/evp/ctrl_params_translate.c
219
size_t buflen;
crypto/openssl/crypto/evp/ctrl_params_translate.c
2575
size_t translations_num)
crypto/openssl/crypto/evp/ctrl_params_translate.c
2577
size_t i;
crypto/openssl/crypto/evp/ctrl_params_translate.c
504
ctx->p2, (size_t)ctx->p1);
crypto/openssl/crypto/evp/ctrl_params_translate.c
508
ctx->p2, (size_t)ctx->p1);
crypto/openssl/crypto/evp/ctrl_params_translate.c
512
ctx->p2, (size_t)ctx->p1);
crypto/openssl/crypto/evp/ctrl_params_translate.c
516
ctx->p2, (size_t)ctx->p1);
crypto/openssl/crypto/evp/ctrl_params_translate.c
643
(size_t *)&ctx->p1);
crypto/openssl/crypto/evp/ctrl_params_translate.c
659
size_t size = (size_t)ctx->p1;
crypto/openssl/crypto/evp/ctrl_params_translate.c
830
*(size_t *)ctx->p2 = ctx->sz;
crypto/openssl/crypto/evp/dh_ctrl.c
108
size_t bits2 = qbits;
crypto/openssl/crypto/evp/dh_ctrl.c
239
size_t len = outlen;
crypto/openssl/crypto/evp/dh_ctrl.c
268
size_t len = UINT_MAX;
crypto/openssl/crypto/evp/dh_ctrl.c
308
(size_t)len);
crypto/openssl/crypto/evp/dh_ctrl.c
323
size_t ukmlen;
crypto/openssl/crypto/evp/dh_ctrl.c
65
size_t seedlen)
crypto/openssl/crypto/evp/dh_ctrl.c
94
size_t bits = pbits;
crypto/openssl/crypto/evp/dh_support.c
40
size_t i;
crypto/openssl/crypto/evp/dh_support.c
52
size_t i;
crypto/openssl/crypto/evp/digest.c
1236
size_t i;
crypto/openssl/crypto/evp/digest.c
1251
size_t i;
crypto/openssl/crypto/evp/digest.c
385
int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count)
crypto/openssl/crypto/evp/digest.c
445
size_t size = 0;
crypto/openssl/crypto/evp/digest.c
446
size_t mdsize = 0;
crypto/openssl/crypto/evp/digest.c
498
int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t size)
crypto/openssl/crypto/evp/digest.c
502
size_t i = 0;
crypto/openssl/crypto/evp/digest.c
555
int EVP_DigestSqueeze(EVP_MD_CTX *ctx, unsigned char *md, size_t size)
crypto/openssl/crypto/evp/digest.c
726
int EVP_Digest(const void *data, size_t count,
crypto/openssl/crypto/evp/digest.c
745
const void *data, size_t datalen,
crypto/openssl/crypto/evp/digest.c
746
unsigned char *md, size_t *mdlen)
crypto/openssl/crypto/evp/digest.c
892
size_t sz;
crypto/openssl/crypto/evp/digest.c
905
sz = (size_t)p1;
crypto/openssl/crypto/evp/digest.c
986
size_t blksz = 0;
crypto/openssl/crypto/evp/digest.c
987
size_t mdsize = 0;
crypto/openssl/crypto/evp/dsa_ctrl.c
61
size_t seedlen)
crypto/openssl/crypto/evp/dsa_ctrl.c
80
size_t bits = nbits;
crypto/openssl/crypto/evp/dsa_ctrl.c
95
size_t bits2 = qbits;
crypto/openssl/crypto/evp/e_aes.c
1025
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
1047
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
1079
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
1098
len &= ~(size_t)0xf;
crypto/openssl/crypto/evp/e_aes.c
1149
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
1181
len &= ~(size_t)0xf;
crypto/openssl/crypto/evp/e_aes.c
119
#define MAXBITCHUNK ((size_t)1 << (sizeof(size_t) * 8 - 4))
crypto/openssl/crypto/evp/e_aes.c
1234
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
1250
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
1258
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
1268
size_t len)
crypto/openssl/crypto/evp/e_aes.c
1299
len &= ~(size_t)0xf;
crypto/openssl/crypto/evp/e_aes.c
1322
unsigned char *out, size_t len)
crypto/openssl/crypto/evp/e_aes.c
1330
size_t inlen;
crypto/openssl/crypto/evp/e_aes.c
1371
len &= ~(size_t)0xf;
crypto/openssl/crypto/evp/e_aes.c
1660
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
1719
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
1790
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
180
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
1800
size_t mlen)
crypto/openssl/crypto/evp/e_aes.c
1811
size_t alen)
crypto/openssl/crypto/evp/e_aes.c
1828
&& alen >= (size_t)1 << (32 % (sizeof(alen) * 8))) {
crypto/openssl/crypto/evp/e_aes.c
1856
alen &= ~(size_t)0xf;
crypto/openssl/crypto/evp/e_aes.c
1878
unsigned char *out, size_t len, int enc)
crypto/openssl/crypto/evp/e_aes.c
1880
size_t n, rem;
crypto/openssl/crypto/evp/e_aes.c
189
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
191
size_t bl = EVP_CIPHER_CTX_get_block_size(ctx);
crypto/openssl/crypto/evp/e_aes.c
1918
len &= ~(size_t)0xf;
crypto/openssl/crypto/evp/e_aes.c
1971
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
1979
|| len < (EVP_CCM_TLS_EXPLICIT_IV_LEN + (size_t)cctx->aes.ccm.m))
crypto/openssl/crypto/evp/e_aes.c
204
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
2069
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
208
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
212
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
216
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
220
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
2277
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
2512
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
2530
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
2532
size_t bl = EVP_CIPHER_CTX_get_block_size(ctx);
crypto/openssl/crypto/evp/e_aes.c
2533
size_t i;
crypto/openssl/crypto/evp/e_aes.c
2546
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
2558
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
2571
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
2584
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
2619
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
264
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
2883
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
2923
size_t bulk = 0;
crypto/openssl/crypto/evp/e_aes.c
2941
size_t bulk = 0;
crypto/openssl/crypto/evp/e_aes.c
2964
size_t bulk = 0;
crypto/openssl/crypto/evp/e_aes.c
2982
size_t bulk = 0;
crypto/openssl/crypto/evp/e_aes.c
3041
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
3077
size_t bulk = 0;
crypto/openssl/crypto/evp/e_aes.c
3080
size_t res = (16 - gctx->gcm.mres) % 16;
crypto/openssl/crypto/evp/e_aes.c
3099
size_t bulk = 0;
crypto/openssl/crypto/evp/e_aes.c
3102
size_t res = (16 - gctx->gcm.mres) % 16;
crypto/openssl/crypto/evp/e_aes.c
3121
size_t bulk = 0;
crypto/openssl/crypto/evp/e_aes.c
3124
size_t res = (16 - gctx->gcm.mres) % 16;
crypto/openssl/crypto/evp/e_aes.c
3143
size_t bulk = 0;
crypto/openssl/crypto/evp/e_aes.c
3146
size_t res = (16 - gctx->gcm.mres) % 16;
crypto/openssl/crypto/evp/e_aes.c
323
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
3342
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
3458
if (!CRYPTO_ccm128_tag(&cctx->ccm, ptr, (size_t)arg))
crypto/openssl/crypto/evp/e_aes.c
3533
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
3538
if (out != in || len < (EVP_CCM_TLS_EXPLICIT_IV_LEN + (size_t)cctx->M))
crypto/openssl/crypto/evp/e_aes.c
355
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
3582
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
3703
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/evp/e_aes.c
3706
size_t rv;
crypto/openssl/crypto/evp/e_aes.c
3994
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes.c
3999
size_t trailing_len;
crypto/openssl/crypto/evp/e_aes.c
415
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
551
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
555
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
559
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
563
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
567
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
571
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
575
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
631
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
69
unsigned char *out, size_t length,
crypto/openssl/crypto/evp/e_aes.c
709
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
741
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes.c
800
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
100
void sha1_block_data_order(void *c, const void *p, size_t len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
102
static void sha1_update(SHA_CTX *c, const void *data, size_t len)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
105
size_t res;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
159
static size_t tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA1 *key,
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
162
size_t inp_len, int n4x)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
174
size_t ret = 0;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
184
ctx = (SHA1_MB_CTX *)(storage + 32 - ((size_t)storage % 32)); /* align */
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
34
size_t payload_length; /* AAD length in decrypt case */
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
407
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
41
#define NO_PAYLOAD_LENGTH ((size_t)-1)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
411
size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
415
size_t aes_off = 0, blocks;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
482
pmac = (void *)(((size_t)mac.c + 31) & ((size_t)0 - 32));
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
485
size_t inp_len, mask, j, i;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
54
size_t length,
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
57
void aesni_cbc_sha1_enc(const void *inp, void *out, size_t blocks,
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
61
void aesni256_cbc_sha1_dec(const void *inp, void *out, size_t blocks,
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
610
size_t c = out[j];
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
702
size_t off = out - p;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
153
static size_t tls1_1_multi_block_encrypt(EVP_AES_HMAC_SHA256 *key,
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
156
size_t inp_len, int n4x)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
168
size_t ret = 0;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
179
ctx = (SHA256_MB_CTX *)(storage + 32 - ((size_t)storage % 32));
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
34
size_t payload_length; /* AAD length in decrypt case */
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
41
#define NO_PAYLOAD_LENGTH ((size_t)-1)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
421
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
425
size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
429
size_t aes_off = 0, blocks;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
510
pmac = (void *)(((size_t)mac.c + 63) & ((size_t)0 - 64));
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
517
size_t inp_len, mask, j, i;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
54
size_t length,
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
57
int aesni_cbc_sha256_enc(const void *inp, void *out, size_t blocks,
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
594
size_t c = out[j];
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
698
size_t off = out - p;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
94
void sha256_block_data_order(void *c, const void *p, size_t len);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
96
static void sha256_update(SHA256_CTX *c, const void *data, size_t len)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
99
size_t res;
crypto/openssl/crypto/evp/e_aria.c
105
size_t length, const ARIA_KEY *key,
crypto/openssl/crypto/evp/e_aria.c
113
size_t length, const ARIA_KEY *key,
crypto/openssl/crypto/evp/e_aria.c
127
size_t length, const ARIA_KEY *key,
crypto/openssl/crypto/evp/e_aria.c
179
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aria.c
399
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aria.c
455
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aria.c
613
if (!CRYPTO_ccm128_tag(&cctx->ccm, ptr, (size_t)arg))
crypto/openssl/crypto/evp/e_aria.c
637
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aria.c
643
if (out != in || len < (EVP_CCM_TLS_EXPLICIT_IV_LEN + (size_t)cctx->M))
crypto/openssl/crypto/evp/e_aria.c
685
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_aria.c
83
size_t len, const ARIA_KEY *key,
crypto/openssl/crypto/evp/e_aria.c
96
size_t length, const ARIA_KEY *key,
crypto/openssl/crypto/evp/e_camellia.c
113
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_camellia.c
117
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_camellia.c
121
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_camellia.c
125
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_camellia.c
129
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_camellia.c
133
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_camellia.c
137
const unsigned char *in, size_t len);
crypto/openssl/crypto/evp/e_camellia.c
223
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_camellia.c
239
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_camellia.c
241
size_t bl = EVP_CIPHER_CTX_get_block_size(ctx);
crypto/openssl/crypto/evp/e_camellia.c
242
size_t i;
crypto/openssl/crypto/evp/e_camellia.c
255
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_camellia.c
266
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_camellia.c
278
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_camellia.c
290
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_camellia.c
327
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_camellia.c
41
#define MAXBITCHUNK ((size_t)1 << (sizeof(size_t) * 8 - 4))
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
163
size_t tls_payload_length;
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
166
#define NO_TLS_PAYLOAD_LENGTH ((size_t)-1)
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
209
void *xor128_encrypt_n_pad(void *out, const void *inp, void *otp, size_t len);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
210
void *xor128_decrypt_n_pad(void *out, const void *inp, void *otp, size_t len);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
217
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
220
size_t tail, tohash_len, buf_len, plen = actx->tls_payload_length;
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
226
buf = storage + ((0 - (size_t)storage) & 15); /* align */
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
251
tohash_len = (size_t)(ctr - tohash);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
256
size_t i;
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
367
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
370
size_t rem, plen = actx->tls_payload_length;
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
401
if ((rem = (size_t)actx->len.aad % POLY1305_BLOCK_SIZE))
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
434
if ((rem = (size_t)actx->len.aad % POLY1305_BLOCK_SIZE))
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
440
if ((rem = (size_t)actx->len.text % POLY1305_BLOCK_SIZE))
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
59
const unsigned char *inp, size_t len)
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
86
size_t blocks = len / CHACHA_BLK_SIZE;
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
92
if (sizeof(size_t) > sizeof(unsigned int) && blocks > (1U << 28))
crypto/openssl/crypto/evp/e_des.c
120
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des.c
149
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des.c
151
size_t n, chunk = EVP_MAXCHUNK / 8;
crypto/openssl/crypto/evp/e_des.c
177
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des.c
32
void (*cbc)(const void *, void *, size_t,
crypto/openssl/crypto/evp/e_des.c
45
void des_t4_cbc_encrypt(const void *inp, void *out, size_t len,
crypto/openssl/crypto/evp/e_des.c
47
void des_t4_cbc_decrypt(const void *inp, void *out, size_t len,
crypto/openssl/crypto/evp/e_des.c
61
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des.c
71
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des.c
94
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des3.c
108
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des3.c
136
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des3.c
165
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des3.c
167
size_t n;
crypto/openssl/crypto/evp/e_des3.c
187
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des3.c
317
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des3.c
32
void (*cbc)(const void *, void *, size_t,
crypto/openssl/crypto/evp/e_des3.c
361
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des3.c
386
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des3.c
48
void des_t4_ede3_cbc_encrypt(const void *inp, void *out, size_t len,
crypto/openssl/crypto/evp/e_des3.c
50
void des_t4_ede3_cbc_decrypt(const void *inp, void *out, size_t len,
crypto/openssl/crypto/evp/e_des3.c
70
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_des3.c
81
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_idea.c
42
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_null.c
19
const unsigned char *in, size_t inl);
crypto/openssl/crypto/evp/e_null.c
46
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_rc4.c
36
const unsigned char *in, size_t inl);
crypto/openssl/crypto/evp/e_rc4.c
89
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
34
size_t payload_length;
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
37
#define NO_PAYLOAD_LENGTH ((size_t)-1)
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
40
MD5_CTX *ctx, const void *inp, size_t blocks);
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
75
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
79
size_t rc4_off = 32 - 1 - (key->ks.x & (32 - 1)), /* 32 is $MOD from
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
84
size_t plen = key->payload_length;
crypto/openssl/crypto/evp/e_sm4.c
143
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_sm4.c
160
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_sm4.c
173
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_sm4.c
175
size_t bl = EVP_CIPHER_CTX_get_block_size(ctx);
crypto/openssl/crypto/evp/e_sm4.c
176
size_t i;
crypto/openssl/crypto/evp/e_sm4.c
193
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_sm4.c
205
const unsigned char *in, size_t len)
crypto/openssl/crypto/evp/e_xcbc_d.c
30
const unsigned char *in, size_t inl);
crypto/openssl/crypto/evp/e_xcbc_d.c
73
const unsigned char *in, size_t inl)
crypto/openssl/crypto/evp/ec_ctrl.c
149
size_t len = outlen;
crypto/openssl/crypto/evp/ec_ctrl.c
177
size_t len = UINT_MAX;
crypto/openssl/crypto/evp/ec_ctrl.c
224
(size_t)len);
crypto/openssl/crypto/evp/ec_ctrl.c
244
size_t ukmlen;
crypto/openssl/crypto/evp/ec_support.c
120
size_t i;
crypto/openssl/crypto/evp/ec_support.c
134
size_t i;
crypto/openssl/crypto/evp/ec_support.c
172
size_t i;
crypto/openssl/crypto/evp/ec_support.c
182
size_t i;
crypto/openssl/crypto/evp/encode.c
387
size_t total = 0;
crypto/openssl/crypto/evp/evp_enc.c
1016
inl_ + (size_t)(blocksize == 1 ? 0 : blocksize),
crypto/openssl/crypto/evp/evp_enc.c
1046
size_t soutl;
crypto/openssl/crypto/evp/evp_enc.c
1133
size_t soutl, inl_ = (size_t)inl;
crypto/openssl/crypto/evp/evp_enc.c
1168
inl_ + (size_t)(blocksize == 1 ? 0 : blocksize),
crypto/openssl/crypto/evp/evp_enc.c
1271
size_t soutl;
crypto/openssl/crypto/evp/evp_enc.c
1373
size_t len;
crypto/openssl/crypto/evp/evp_enc.c
1437
size_t sz = arg;
crypto/openssl/crypto/evp/evp_enc.c
484
const unsigned char *iv, size_t iv_len,
crypto/openssl/crypto/evp/evp_enc.c
587
size_t keylen = 0;
crypto/openssl/crypto/evp/evp_enc.c
608
size_t keylen = 0;
crypto/openssl/crypto/evp/evp_enc.c
628
EVP_SKEY *skey, const unsigned char *iv, size_t iv_len,
crypto/openssl/crypto/evp/evp_enc.c
657
const unsigned char *key, size_t keylen,
crypto/openssl/crypto/evp/evp_enc.c
658
size_t numpipes,
crypto/openssl/crypto/evp/evp_enc.c
659
const unsigned char **iv, size_t ivlen)
crypto/openssl/crypto/evp/evp_enc.c
687
const unsigned char *key, size_t keylen,
crypto/openssl/crypto/evp/evp_enc.c
688
size_t numpipes,
crypto/openssl/crypto/evp/evp_enc.c
689
const unsigned char **iv, size_t ivlen)
crypto/openssl/crypto/evp/evp_enc.c
726
unsigned char **out, size_t *outl,
crypto/openssl/crypto/evp/evp_enc.c
727
const size_t *outsize,
crypto/openssl/crypto/evp/evp_enc.c
728
const unsigned char **in, const size_t *inl)
crypto/openssl/crypto/evp/evp_enc.c
730
size_t i;
crypto/openssl/crypto/evp/evp_enc.c
777
unsigned char **out, size_t *outl,
crypto/openssl/crypto/evp/evp_enc.c
778
const size_t *outsize)
crypto/openssl/crypto/evp/evp_enc.c
780
size_t i;
crypto/openssl/crypto/evp/evp_enc.c
869
#define PTRDIFF_T size_t
crypto/openssl/crypto/evp/evp_enc.c
979
size_t soutl, inl_ = (size_t)inl;
crypto/openssl/crypto/evp/evp_fetch.c
143
size_t l = (q == NULL ? strlen(names) : (size_t)(q - names));
crypto/openssl/crypto/evp/evp_fetch.c
173
size_t l = 0;
crypto/openssl/crypto/evp/evp_fetch.c
184
l = (q == NULL ? strlen(names) : (size_t)(q - names));
crypto/openssl/crypto/evp/evp_fetch.c
468
size_t strsz;
crypto/openssl/crypto/evp/evp_fetch.c
589
size_t sz;
crypto/openssl/crypto/evp/evp_lib.c
1038
size_t sz = 0;
crypto/openssl/crypto/evp/evp_lib.c
1088
const void *data, size_t count)
crypto/openssl/crypto/evp/evp_lib.c
1095
const void *data, size_t count))
crypto/openssl/crypto/evp/evp_lib.c
1167
int EVP_PKEY_CTX_get_group_name(EVP_PKEY_CTX *ctx, char *name, size_t namelen)
crypto/openssl/crypto/evp/evp_lib.c
1218
size_t bits;
crypto/openssl/crypto/evp/evp_lib.c
1226
bits = va_arg(args, size_t);
crypto/openssl/crypto/evp/evp_lib.c
1256
params[0] = OSSL_PARAM_construct_octet_string(k_old, der, (size_t)derl);
crypto/openssl/crypto/evp/evp_lib.c
1257
params[1] = OSSL_PARAM_construct_octet_string(k_new, der, (size_t)derl);
crypto/openssl/crypto/evp/evp_lib.c
1269
size_t derl;
crypto/openssl/crypto/evp/evp_lib.c
1336
size_t aid_len = 0;
crypto/openssl/crypto/evp/evp_lib.c
1384
params[0] = OSSL_PARAM_construct_octet_string(k, der, (size_t)derl);
crypto/openssl/crypto/evp/evp_lib.c
1397
size_t derl;
crypto/openssl/crypto/evp/evp_lib.c
1453
size_t aid_len = 0;
crypto/openssl/crypto/evp/evp_lib.c
322
size_t ivlen = 0;
crypto/openssl/crypto/evp/evp_lib.c
323
size_t blksz = 0;
crypto/openssl/crypto/evp/evp_lib.c
324
size_t keylen = 0;
crypto/openssl/crypto/evp/evp_lib.c
396
size_t outl = 0;
crypto/openssl/crypto/evp/evp_lib.c
397
size_t blocksize = EVP_CIPHER_CTX_get_block_size(ctx);
crypto/openssl/crypto/evp/evp_lib.c
405
in, (size_t)inl)
crypto/openssl/crypto/evp/evp_lib.c
411
in, (size_t)inl);
crypto/openssl/crypto/evp/evp_lib.c
497
size_t v = len;
crypto/openssl/crypto/evp/evp_lib.c
533
size_t v = 0;
crypto/openssl/crypto/evp/evp_lib.c
585
int EVP_CIPHER_CTX_get_updated_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len)
crypto/openssl/crypto/evp/evp_lib.c
593
int EVP_CIPHER_CTX_get_original_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len)
crypto/openssl/crypto/evp/evp_lib.c
645
size_t len;
crypto/openssl/crypto/evp/evp_lib.c
912
int EVP_MD_meth_set_update(EVP_MD *md, int (*update)(EVP_MD_CTX *ctx, const void *data, size_t count))
crypto/openssl/crypto/evp/evp_lib.c
975
size_t count)
crypto/openssl/crypto/evp/evp_local.h
25
int (*update)(EVP_MD_CTX *ctx, const void *data, size_t count);
crypto/openssl/crypto/evp/evp_local.h
385
OSSL_PARAM *evp_pkey_to_param(EVP_PKEY *pkey, size_t *sz);
crypto/openssl/crypto/evp/evp_local.h
389
size_t pksize = (size_t)EVP_PKEY_get_size(ctx->pkey); \
crypto/openssl/crypto/evp/evp_local.h
54
size_t numpipes;
crypto/openssl/crypto/evp/evp_pbe.c
300
int EVP_PBE_get(int *ptype, int *ppbe_nid, size_t num)
crypto/openssl/crypto/evp/evp_pkey.c
137
size_t derlen = 0;
crypto/openssl/crypto/evp/evp_pkey.c
75
size_t len;
crypto/openssl/crypto/evp/evp_rand.c
512
const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[])
crypto/openssl/crypto/evp/evp_rand.c
520
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/crypto/evp/evp_rand.c
550
size_t outlen, unsigned int strength,
crypto/openssl/crypto/evp/evp_rand.c
553
size_t addin_len)
crypto/openssl/crypto/evp/evp_rand.c
555
size_t chunk, max_request = 0;
crypto/openssl/crypto/evp/evp_rand.c
581
int EVP_RAND_generate(EVP_RAND_CTX *ctx, unsigned char *out, size_t outlen,
crypto/openssl/crypto/evp/evp_rand.c
583
const unsigned char *addin, size_t addin_len)
crypto/openssl/crypto/evp/evp_rand.c
596
const unsigned char *ent, size_t ent_len,
crypto/openssl/crypto/evp/evp_rand.c
597
const unsigned char *addin, size_t addin_len)
crypto/openssl/crypto/evp/evp_rand.c
606
const unsigned char *ent, size_t ent_len,
crypto/openssl/crypto/evp/evp_rand.c
607
const unsigned char *addin, size_t addin_len)
crypto/openssl/crypto/evp/evp_rand.c
642
size_t outlen)
crypto/openssl/crypto/evp/evp_rand.c
651
int EVP_RAND_nonce(EVP_RAND_CTX *ctx, unsigned char *out, size_t outlen)
crypto/openssl/crypto/evp/evp_rand.c
701
static size_t evp_rand_get_seed_locked(EVP_RAND_CTX *ctx,
crypto/openssl/crypto/evp/evp_rand.c
704
size_t min_len, size_t max_len,
crypto/openssl/crypto/evp/evp_rand.c
707
size_t adin_len)
crypto/openssl/crypto/evp/evp_rand.c
717
size_t evp_rand_get_seed(EVP_RAND_CTX *ctx,
crypto/openssl/crypto/evp/evp_rand.c
719
int entropy, size_t min_len, size_t max_len,
crypto/openssl/crypto/evp/evp_rand.c
721
const unsigned char *adin, size_t adin_len)
crypto/openssl/crypto/evp/evp_rand.c
737
unsigned char *buffer, size_t b_len)
crypto/openssl/crypto/evp/evp_rand.c
744
unsigned char *buffer, size_t b_len)
crypto/openssl/crypto/evp/exchange.c
514
int EVP_PKEY_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *pkeylen)
crypto/openssl/crypto/evp/kdf_lib.c
120
size_t EVP_KDF_CTX_get_kdf_size(EVP_KDF_CTX *ctx)
crypto/openssl/crypto/evp/kdf_lib.c
123
size_t s = 0;
crypto/openssl/crypto/evp/kdf_lib.c
138
int EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen,
crypto/openssl/crypto/evp/kem.c
225
unsigned char *out, size_t *outlen,
crypto/openssl/crypto/evp/kem.c
226
unsigned char *secret, size_t *secretlen)
crypto/openssl/crypto/evp/kem.c
262
unsigned char *secret, size_t *secretlen,
crypto/openssl/crypto/evp/kem.c
263
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/evp/keymgmt_lib.c
533
char *mdname, size_t mdname_sz)
crypto/openssl/crypto/evp/keymgmt_meth.c
476
const void *objref, size_t objref_sz)
crypto/openssl/crypto/evp/legacy_meth.h
15
static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \
crypto/openssl/crypto/evp/legacy_meth.h
29
static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \
crypto/openssl/crypto/evp/legacy_sha.c
34
static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \
crypto/openssl/crypto/evp/m_null.c
22
static int update(EVP_MD_CTX *ctx, const void *data, size_t count)
crypto/openssl/crypto/evp/m_sigver.c
19
static int update(EVP_MD_CTX *ctx, const void *data, size_t datalen)
crypto/openssl/crypto/evp/m_sigver.c
401
int EVP_DigestSignUpdate(EVP_MD_CTX *ctx, const void *data, size_t dsize)
crypto/openssl/crypto/evp/m_sigver.c
447
int EVP_DigestVerifyUpdate(EVP_MD_CTX *ctx, const void *data, size_t dsize)
crypto/openssl/crypto/evp/m_sigver.c
494
size_t *siglen)
crypto/openssl/crypto/evp/m_sigver.c
615
int EVP_DigestSign(EVP_MD_CTX *ctx, unsigned char *sigret, size_t *siglen,
crypto/openssl/crypto/evp/m_sigver.c
616
const unsigned char *tbs, size_t tbslen)
crypto/openssl/crypto/evp/m_sigver.c
662
size_t siglen)
crypto/openssl/crypto/evp/m_sigver.c
753
size_t siglen, const unsigned char *tbs, size_t tbslen)
crypto/openssl/crypto/evp/mac_lib.c
105
size_t EVP_MAC_CTX_get_mac_size(EVP_MAC_CTX *ctx)
crypto/openssl/crypto/evp/mac_lib.c
110
size_t EVP_MAC_CTX_get_block_size(EVP_MAC_CTX *ctx)
crypto/openssl/crypto/evp/mac_lib.c
115
int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/crypto/evp/mac_lib.c
136
int EVP_MAC_update(EVP_MAC_CTX *ctx, const unsigned char *data, size_t datalen)
crypto/openssl/crypto/evp/mac_lib.c
142
unsigned char *out, size_t *outl, size_t outsize)
crypto/openssl/crypto/evp/mac_lib.c
144
size_t l;
crypto/openssl/crypto/evp/mac_lib.c
147
size_t macsize;
crypto/openssl/crypto/evp/mac_lib.c
187
unsigned char *out, size_t *outl, size_t outsize)
crypto/openssl/crypto/evp/mac_lib.c
192
int EVP_MAC_finalXOF(EVP_MAC_CTX *ctx, unsigned char *out, size_t outsize)
crypto/openssl/crypto/evp/mac_lib.c
257
const void *key, size_t keylen,
crypto/openssl/crypto/evp/mac_lib.c
258
const unsigned char *data, size_t datalen,
crypto/openssl/crypto/evp/mac_lib.c
259
unsigned char *out, size_t outsize, size_t *outlen)
crypto/openssl/crypto/evp/mac_lib.c
264
size_t len = 0;
crypto/openssl/crypto/evp/mac_lib.c
82
static size_t get_size_t_ctx_param(EVP_MAC_CTX *ctx, const char *name)
crypto/openssl/crypto/evp/mac_lib.c
84
size_t sz = 0;
crypto/openssl/crypto/evp/p5_crpt.c
89
(char *)pass, (size_t)passlen);
crypto/openssl/crypto/evp/p5_crpt2.c
52
(char *)pass, (size_t)passlen);
crypto/openssl/crypto/evp/p_lib.c
1074
size_t i;
crypto/openssl/crypto/evp/p_lib.c
1088
size_t i;
crypto/openssl/crypto/evp/p_lib.c
1384
char *mdname, size_t mdname_sz)
crypto/openssl/crypto/evp/p_lib.c
1402
int EVP_PKEY_get_group_name(const EVP_PKEY *pkey, char *gname, size_t gname_sz,
crypto/openssl/crypto/evp/p_lib.c
1403
size_t *gname_len)
crypto/openssl/crypto/evp/p_lib.c
1429
size_t publen)
crypto/openssl/crypto/evp/p_lib.c
1452
size_t EVP_PKEY_get1_encoded_public_key(EVP_PKEY *pkey, unsigned char **ppub)
crypto/openssl/crypto/evp/p_lib.c
1460
size_t return_size = OSSL_PARAM_UNMODIFIED;
crypto/openssl/crypto/evp/p_lib.c
2226
size_t buf_sz = 0;
crypto/openssl/crypto/evp/p_lib.c
2269
unsigned char *buf, size_t max_buf_sz,
crypto/openssl/crypto/evp/p_lib.c
2270
size_t *out_len)
crypto/openssl/crypto/evp/p_lib.c
2288
char *str, size_t max_buf_sz,
crypto/openssl/crypto/evp/p_lib.c
2289
size_t *out_len)
crypto/openssl/crypto/evp/p_lib.c
2329
size_t *out)
crypto/openssl/crypto/evp/p_lib.c
2354
int EVP_PKEY_set_size_t_param(EVP_PKEY *pkey, const char *key_name, size_t in)
crypto/openssl/crypto/evp/p_lib.c
2404
const unsigned char *buf, size_t bsize)
crypto/openssl/crypto/evp/p_lib.c
2474
size_t name_len;
crypto/openssl/crypto/evp/p_lib.c
2514
size_t fstrlen;
crypto/openssl/crypto/evp/p_lib.c
417
size_t len,
crypto/openssl/crypto/evp/p_lib.c
529
const unsigned char *priv, size_t len)
crypto/openssl/crypto/evp/p_lib.c
537
size_t len)
crypto/openssl/crypto/evp/p_lib.c
544
const unsigned char *pub, size_t len)
crypto/openssl/crypto/evp/p_lib.c
552
size_t len)
crypto/openssl/crypto/evp/p_lib.c
559
size_t *len;
crypto/openssl/crypto/evp/p_lib.c
587
size_t *len)
crypto/openssl/crypto/evp/p_lib.c
619
size_t *len)
crypto/openssl/crypto/evp/p_lib.c
650
static EVP_PKEY *new_cmac_key_int(const unsigned char *priv, size_t len,
crypto/openssl/crypto/evp/p_lib.c
711
size_t len, const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/p_lib.c
831
const unsigned char *EVP_PKEY_get0_hmac(const EVP_PKEY *pkey, size_t *len)
crypto/openssl/crypto/evp/p_lib.c
847
const unsigned char *EVP_PKEY_get0_poly1305(const EVP_PKEY *pkey, size_t *len)
crypto/openssl/crypto/evp/p_lib.c
864
const unsigned char *EVP_PKEY_get0_siphash(const EVP_PKEY *pkey, size_t *len)
crypto/openssl/crypto/evp/p_open.c
23
size_t keylen = 0;
crypto/openssl/crypto/evp/p_seal.c
57
size_t keylen = len;
crypto/openssl/crypto/evp/p_seal.c
58
size_t outlen = EVP_PKEY_get_size(pubk[i]);
crypto/openssl/crypto/evp/p_sign.c
24
size_t sltmp;
crypto/openssl/crypto/evp/p_sign.c
49
sltmp = (size_t)EVP_PKEY_get_size(pkey);
crypto/openssl/crypto/evp/pbe_scrypt.c
37
int EVP_PBE_scrypt_ex(const char *pass, size_t passlen,
crypto/openssl/crypto/evp/pbe_scrypt.c
38
const unsigned char *salt, size_t saltlen,
crypto/openssl/crypto/evp/pbe_scrypt.c
40
unsigned char *key, size_t keylen,
crypto/openssl/crypto/evp/pbe_scrypt.c
90
int EVP_PBE_scrypt(const char *pass, size_t passlen,
crypto/openssl/crypto/evp/pbe_scrypt.c
91
const unsigned char *salt, size_t saltlen,
crypto/openssl/crypto/evp/pbe_scrypt.c
93
unsigned char *key, size_t keylen)
crypto/openssl/crypto/evp/pmeth_lib.c
1018
(size_t)datalen);
crypto/openssl/crypto/evp/pmeth_lib.c
1032
size_t info_len = 0;
crypto/openssl/crypto/evp/pmeth_lib.c
1033
size_t info_alloc = 0;
crypto/openssl/crypto/evp/pmeth_lib.c
1291
int EVP_PKEY_CTX_get1_id_len(EVP_PKEY_CTX *ctx, size_t *id_len)
crypto/openssl/crypto/evp/pmeth_lib.c
1449
const void *data, size_t data_len)
crypto/openssl/crypto/evp/pmeth_lib.c
1541
size_t len = ctx->cached_parameters.dist_id_len;
crypto/openssl/crypto/evp/pmeth_lib.c
1590
size_t len;
crypto/openssl/crypto/evp/pmeth_lib.c
1706
unsigned char *sig, size_t *siglen,
crypto/openssl/crypto/evp/pmeth_lib.c
1708
size_t tbslen))
crypto/openssl/crypto/evp/pmeth_lib.c
1718
size_t siglen,
crypto/openssl/crypto/evp/pmeth_lib.c
1720
size_t tbslen))
crypto/openssl/crypto/evp/pmeth_lib.c
1733
size_t *siglen,
crypto/openssl/crypto/evp/pmeth_lib.c
1735
size_t tbslen))
crypto/openssl/crypto/evp/pmeth_lib.c
1746
size_t *siglen,
crypto/openssl/crypto/evp/pmeth_lib.c
1769
size_t *outlen,
crypto/openssl/crypto/evp/pmeth_lib.c
1771
size_t inlen))
crypto/openssl/crypto/evp/pmeth_lib.c
1781
size_t *outlen,
crypto/openssl/crypto/evp/pmeth_lib.c
1783
size_t inlen))
crypto/openssl/crypto/evp/pmeth_lib.c
1793
size_t *keylen))
crypto/openssl/crypto/evp/pmeth_lib.c
1811
int (*digestsign)(EVP_MD_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/crypto/evp/pmeth_lib.c
1812
const unsigned char *tbs, size_t tbslen))
crypto/openssl/crypto/evp/pmeth_lib.c
1819
size_t siglen, const unsigned char *tbs,
crypto/openssl/crypto/evp/pmeth_lib.c
1820
size_t tbslen))
crypto/openssl/crypto/evp/pmeth_lib.c
1894
unsigned char *sig, size_t *siglen,
crypto/openssl/crypto/evp/pmeth_lib.c
1896
size_t tbslen))
crypto/openssl/crypto/evp/pmeth_lib.c
1908
size_t siglen,
crypto/openssl/crypto/evp/pmeth_lib.c
1910
size_t tbslen))
crypto/openssl/crypto/evp/pmeth_lib.c
1925
size_t *siglen,
crypto/openssl/crypto/evp/pmeth_lib.c
1927
size_t tbslen))
crypto/openssl/crypto/evp/pmeth_lib.c
1940
size_t *siglen,
crypto/openssl/crypto/evp/pmeth_lib.c
1967
size_t *outlen,
crypto/openssl/crypto/evp/pmeth_lib.c
1969
size_t inlen))
crypto/openssl/crypto/evp/pmeth_lib.c
1981
size_t *outlen,
crypto/openssl/crypto/evp/pmeth_lib.c
1983
size_t inlen))
crypto/openssl/crypto/evp/pmeth_lib.c
1995
size_t *keylen))
crypto/openssl/crypto/evp/pmeth_lib.c
2017
int (**digestsign)(EVP_MD_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/crypto/evp/pmeth_lib.c
2018
const unsigned char *tbs, size_t tbslen))
crypto/openssl/crypto/evp/pmeth_lib.c
2026
size_t siglen, const unsigned char *tbs,
crypto/openssl/crypto/evp/pmeth_lib.c
2027
size_t tbslen))
crypto/openssl/crypto/evp/pmeth_lib.c
43
const void *data, size_t data_len);
crypto/openssl/crypto/evp/pmeth_lib.c
646
size_t EVP_PKEY_meth_get_count(void)
crypto/openssl/crypto/evp/pmeth_lib.c
648
size_t rv = OSSL_NELEM(standard_methods);
crypto/openssl/crypto/evp/pmeth_lib.c
655
const EVP_PKEY_METHOD *EVP_PKEY_meth_get0(size_t idx)
crypto/openssl/crypto/evp/pmeth_lib.c
662
if (idx >= (size_t)sk_EVP_PKEY_METHOD_num(app_pkey_methods))
crypto/openssl/crypto/evp/s_lib.c
127
size_t *len;
crypto/openssl/crypto/evp/s_lib.c
142
size_t *len)
crypto/openssl/crypto/evp/s_lib.c
160
unsigned char *key, size_t keylen,
crypto/openssl/crypto/evp/signature.c
1057
const unsigned char *sig, size_t siglen)
crypto/openssl/crypto/evp/signature.c
1078
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/evp/signature.c
1142
const unsigned char *sig, size_t siglen,
crypto/openssl/crypto/evp/signature.c
1143
const unsigned char *tbs, size_t tbslen)
crypto/openssl/crypto/evp/signature.c
1205
unsigned char *rout, size_t *routlen,
crypto/openssl/crypto/evp/signature.c
1206
const unsigned char *sig, size_t siglen)
crypto/openssl/crypto/evp/signature.c
924
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/evp/signature.c
956
unsigned char *sig, size_t *siglen)
crypto/openssl/crypto/evp/signature.c
989
unsigned char *sig, size_t *siglen,
crypto/openssl/crypto/evp/signature.c
990
const unsigned char *tbs, size_t tbslen)
crypto/openssl/crypto/ffc/ffc_dh.c
105
size_t i;
crypto/openssl/crypto/ffc/ffc_dh.c
119
size_t i;
crypto/openssl/crypto/ffc/ffc_dh.c
94
size_t i;
crypto/openssl/crypto/ffc/ffc_params.c
140
size_t seedlen, int counter)
crypto/openssl/crypto/ffc/ffc_params.c
149
unsigned char **seed, size_t *seedlen,
crypto/openssl/crypto/ffc/ffc_params.c
297
size_t i;
crypto/openssl/crypto/ffc/ffc_params.c
83
const unsigned char *seed, size_t seedlen)
crypto/openssl/crypto/ffc/ffc_params_generate.c
1044
int type, size_t L, size_t N,
crypto/openssl/crypto/ffc/ffc_params_generate.c
1054
int type, size_t L, size_t N,
crypto/openssl/crypto/ffc/ffc_params_generate.c
135
int gindex, unsigned char *seed, size_t seedlen)
crypto/openssl/crypto/ffc/ffc_params_generate.c
192
unsigned char *buf, size_t buf_len, const BIGNUM *q,
crypto/openssl/crypto/ffc/ffc_params_generate.c
314
int qsize, unsigned char *seed, size_t seedlen,
crypto/openssl/crypto/ffc/ffc_params_generate.c
391
size_t qsize, int generate_seed, int *retm,
crypto/openssl/crypto/ffc/ffc_params_generate.c
42
static int ffc_validate_LN(size_t L, size_t N, int type, int verify)
crypto/openssl/crypto/ffc/ffc_params_generate.c
449
static const char *default_mdname(size_t N)
crypto/openssl/crypto/ffc/ffc_params_generate.c
518
size_t L, size_t N, int *res,
crypto/openssl/crypto/ffc/ffc_params_generate.c
524
size_t seedlen = 0;
crypto/openssl/crypto/ffc/ffc_params_generate.c
589
seedlen = (size_t)mdsize;
crypto/openssl/crypto/ffc/ffc_params_generate.c
67
static int ffc_validate_LN(size_t L, size_t N, int type, int verify)
crypto/openssl/crypto/ffc/ffc_params_generate.c
811
size_t L, size_t N, int *res,
crypto/openssl/crypto/ffc/ffc_params_generate.c
821
size_t qsize;
crypto/openssl/crypto/ffc/ffc_params_generate.c
828
size_t seed_len = params->seedlen;
crypto/openssl/crypto/ffc/ffc_params_validate.c
56
size_t L, N;
crypto/openssl/crypto/ffc/ffc_params_validate.c
74
size_t L, N;
crypto/openssl/crypto/hashtable/hashfunc.c
13
ossl_unused uint64_t ossl_fnv1a_hash(uint8_t *key, size_t len)
crypto/openssl/crypto/hashtable/hashfunc.c
16
size_t i;
crypto/openssl/crypto/hashtable/hashtable.c
139
size_t neighborhood_len;
crypto/openssl/crypto/hashtable/hashtable.c
140
size_t value_count;
crypto/openssl/crypto/hashtable/hashtable.c
154
static struct ht_neighborhood_st *alloc_new_neighborhood_list(size_t len,
crypto/openssl/crypto/hashtable/hashtable.c
265
size_t i, j;
crypto/openssl/crypto/hashtable/hashtable.c
266
size_t neighborhood_len = (size_t)oldmd->neighborhood_mask + 1;
crypto/openssl/crypto/hashtable/hashtable.c
337
size_t ossl_ht_count(HT *h)
crypto/openssl/crypto/hashtable/hashtable.c
339
size_t count;
crypto/openssl/crypto/hashtable/hashtable.c
348
size_t i, j;
crypto/openssl/crypto/hashtable/hashtable.c
365
HT_VALUE_LIST *ossl_ht_filter(HT *h, size_t max_len,
crypto/openssl/crypto/hashtable/hashtable.c
372
size_t i, j;
crypto/openssl/crypto/hashtable/hashtable.c
422
static int grow_hashtable(HT *h, size_t oldsize)
crypto/openssl/crypto/hashtable/hashtable.c
431
size_t newsize = oldsize * 2;
crypto/openssl/crypto/hashtable/hashtable.c
537
size_t j;
crypto/openssl/crypto/hashtable/hashtable.c
540
size_t empty_idx = SIZE_MAX;
crypto/openssl/crypto/hashtable/hashtable.c
599
size_t nvsize = sizeof(*tmp);
crypto/openssl/crypto/hashtable/hashtable.c
670
size_t j;
crypto/openssl/crypto/hashtable/hashtable.c
715
size_t j;
crypto/openssl/crypto/hmac/hmac.c
116
int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
crypto/openssl/crypto/hmac/hmac.c
155
size_t HMAC_size(const HMAC_CTX *ctx)
crypto/openssl/crypto/hmac/hmac.c
249
const unsigned char *data, size_t data_len,
crypto/openssl/crypto/hmac/hmac.c
254
size_t temp_md_len = 0;
crypto/openssl/crypto/hmac/hmac_local.h
36
size_t size; /* must be multiple of digest block size */
crypto/openssl/crypto/hmac/hmac_local.h
37
size_t num;
crypto/openssl/crypto/hmac/hmac_local.h
60
int s390x_HMAC_update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
crypto/openssl/crypto/hmac/hmac_s390x.c
116
if (ctx->plat.s390x.size != (size_t)(ctx->plat.s390x.blk_size * HMAC_S390X_BUF_NUM_BLOCKS)) {
crypto/openssl/crypto/hmac/hmac_s390x.c
186
int s390x_HMAC_update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
crypto/openssl/crypto/hmac/hmac_s390x.c
188
size_t remain, num;
crypto/openssl/crypto/hmac/hmac_s390x.c
45
static void s390x_call_kmac(HMAC_CTX *ctx, const unsigned char *in, size_t len)
crypto/openssl/crypto/hpke/hpke.c
106
size_t buflen)
crypto/openssl/crypto/hpke/hpke.c
1068
unsigned char *enc, size_t *enclen,
crypto/openssl/crypto/hpke/hpke.c
1069
const unsigned char *pub, size_t publen,
crypto/openssl/crypto/hpke/hpke.c
1070
const unsigned char *info, size_t infolen)
crypto/openssl/crypto/hpke/hpke.c
1073
size_t minenc = 0;
crypto/openssl/crypto/hpke/hpke.c
1116
const unsigned char *enc, size_t enclen,
crypto/openssl/crypto/hpke/hpke.c
1118
const unsigned char *info, size_t infolen)
crypto/openssl/crypto/hpke/hpke.c
1121
size_t minenc = 0;
crypto/openssl/crypto/hpke/hpke.c
1164
unsigned char *ct, size_t *ctlen,
crypto/openssl/crypto/hpke/hpke.c
1165
const unsigned char *aad, size_t aadlen,
crypto/openssl/crypto/hpke/hpke.c
1166
const unsigned char *pt, size_t ptlen)
crypto/openssl/crypto/hpke/hpke.c
1169
size_t seqlen = 0;
crypto/openssl/crypto/hpke/hpke.c
1206
unsigned char *pt, size_t *ptlen,
crypto/openssl/crypto/hpke/hpke.c
1207
const unsigned char *aad, size_t aadlen,
crypto/openssl/crypto/hpke/hpke.c
1208
const unsigned char *ct, size_t ctlen)
crypto/openssl/crypto/hpke/hpke.c
1211
size_t seqlen = 0;
crypto/openssl/crypto/hpke/hpke.c
1247
unsigned char *secret, size_t secretlen,
crypto/openssl/crypto/hpke/hpke.c
1248
const unsigned char *label, size_t labellen)
crypto/openssl/crypto/hpke/hpke.c
1303
unsigned char *pub, size_t *publen, EVP_PKEY **priv,
crypto/openssl/crypto/hpke/hpke.c
1304
const unsigned char *ikm, size_t ikmlen,
crypto/openssl/crypto/hpke/hpke.c
1377
unsigned char *enc, size_t *enclen,
crypto/openssl/crypto/hpke/hpke.c
1378
unsigned char *ct, size_t ctlen,
crypto/openssl/crypto/hpke/hpke.c
1382
size_t plen = 0;
crypto/openssl/crypto/hpke/hpke.c
142
const unsigned char *aad, size_t aadlen,
crypto/openssl/crypto/hpke/hpke.c
143
const unsigned char *ct, size_t ctlen,
crypto/openssl/crypto/hpke/hpke.c
144
unsigned char *pt, size_t *ptlen)
crypto/openssl/crypto/hpke/hpke.c
1445
size_t OSSL_HPKE_get_ciphertext_size(OSSL_HPKE_SUITE suite, size_t clearlen)
crypto/openssl/crypto/hpke/hpke.c
1447
size_t enclen = 0;
crypto/openssl/crypto/hpke/hpke.c
1448
size_t cipherlen = 0;
crypto/openssl/crypto/hpke/hpke.c
1455
size_t OSSL_HPKE_get_public_encap_size(OSSL_HPKE_SUITE suite)
crypto/openssl/crypto/hpke/hpke.c
1457
size_t enclen = 0;
crypto/openssl/crypto/hpke/hpke.c
1458
size_t cipherlen = 0;
crypto/openssl/crypto/hpke/hpke.c
1459
size_t clearlen = 16;
crypto/openssl/crypto/hpke/hpke.c
1466
size_t OSSL_HPKE_get_recommended_ikmelen(OSSL_HPKE_SUITE suite)
crypto/openssl/crypto/hpke/hpke.c
149
size_t taglen;
crypto/openssl/crypto/hpke/hpke.c
219
const unsigned char *aad, size_t aadlen,
crypto/openssl/crypto/hpke/hpke.c
220
const unsigned char *pt, size_t ptlen,
crypto/openssl/crypto/hpke/hpke.c
221
unsigned char *ct, size_t *ctlen)
crypto/openssl/crypto/hpke/hpke.c
226
size_t taglen = 0;
crypto/openssl/crypto/hpke/hpke.c
393
size_t *enclen,
crypto/openssl/crypto/hpke/hpke.c
394
size_t clearlen,
crypto/openssl/crypto/hpke/hpke.c
395
size_t *cipherlen)
crypto/openssl/crypto/hpke/hpke.c
420
static size_t hpke_seqnonce2buf(OSSL_HPKE_CTX *ctx,
crypto/openssl/crypto/hpke/hpke.c
421
unsigned char *buf, size_t blen)
crypto/openssl/crypto/hpke/hpke.c
423
size_t i;
crypto/openssl/crypto/hpke/hpke.c
448
static int hpke_encap(OSSL_HPKE_CTX *ctx, unsigned char *enc, size_t *enclen,
crypto/openssl/crypto/hpke/hpke.c
449
const unsigned char *pub, size_t publen)
crypto/openssl/crypto/hpke/hpke.c
453
size_t lsslen = 0, lenclen = 0;
crypto/openssl/crypto/hpke/hpke.c
552
const unsigned char *enc, size_t enclen,
crypto/openssl/crypto/hpke/hpke.c
559
size_t lsslen = 0;
crypto/openssl/crypto/hpke/hpke.c
60
size_t shared_secretlen;
crypto/openssl/crypto/hpke/hpke.c
62
size_t keylen;
crypto/openssl/crypto/hpke/hpke.c
64
size_t noncelen;
crypto/openssl/crypto/hpke/hpke.c
653
const unsigned char *info, size_t infolen)
crypto/openssl/crypto/hpke/hpke.c
656
size_t ks_contextlen = OSSL_HPKE_MAXSIZE;
crypto/openssl/crypto/hpke/hpke.c
658
size_t halflen = 0;
crypto/openssl/crypto/hpke/hpke.c
659
size_t pskidlen = 0;
crypto/openssl/crypto/hpke/hpke.c
66
size_t exporterseclen;
crypto/openssl/crypto/hpke/hpke.c
662
size_t secretlen = OSSL_HPKE_MAXSIZE;
crypto/openssl/crypto/hpke/hpke.c
69
size_t psklen;
crypto/openssl/crypto/hpke/hpke.c
72
size_t authpublen;
crypto/openssl/crypto/hpke/hpke.c
74
size_t ikmelen;
crypto/openssl/crypto/hpke/hpke.c
882
const unsigned char *psk, size_t psklen)
crypto/openssl/crypto/hpke/hpke.c
927
const unsigned char *ikme, size_t ikmelen)
crypto/openssl/crypto/hpke/hpke.c
972
const unsigned char *pub, size_t publen)
crypto/openssl/crypto/hpke/hpke.c
977
size_t lpublen = 0;
crypto/openssl/crypto/hpke/hpke_util.c
196
size_t sz = OSSL_NELEM(hpke_kem_tab);
crypto/openssl/crypto/hpke/hpke_util.c
218
size_t sz = OSSL_NELEM(hpke_kdf_tab);
crypto/openssl/crypto/hpke/hpke_util.c
241
size_t sz = OSSL_NELEM(hpke_aead_tab) - 1;
crypto/openssl/crypto/hpke/hpke_util.c
248
unsigned char *out, size_t outlen, int mode,
crypto/openssl/crypto/hpke/hpke_util.c
249
const unsigned char *salt, size_t saltlen,
crypto/openssl/crypto/hpke/hpke_util.c
250
const unsigned char *ikm, size_t ikmlen,
crypto/openssl/crypto/hpke/hpke_util.c
251
const unsigned char *info, size_t infolen)
crypto/openssl/crypto/hpke/hpke_util.c
274
unsigned char *prk, size_t prklen,
crypto/openssl/crypto/hpke/hpke_util.c
275
const unsigned char *salt, size_t saltlen,
crypto/openssl/crypto/hpke/hpke_util.c
276
const unsigned char *ikm, size_t ikmlen)
crypto/openssl/crypto/hpke/hpke_util.c
284
unsigned char *okm, size_t okmlen,
crypto/openssl/crypto/hpke/hpke_util.c
285
const unsigned char *prk, size_t prklen,
crypto/openssl/crypto/hpke/hpke_util.c
286
const unsigned char *info, size_t infolen)
crypto/openssl/crypto/hpke/hpke_util.c
296
unsigned char *prk, size_t prklen,
crypto/openssl/crypto/hpke/hpke_util.c
297
const unsigned char *salt, size_t saltlen,
crypto/openssl/crypto/hpke/hpke_util.c
299
const unsigned char *suiteid, size_t suiteidlen,
crypto/openssl/crypto/hpke/hpke_util.c
301
const unsigned char *ikm, size_t ikmlen)
crypto/openssl/crypto/hpke/hpke_util.c
304
size_t label_hpkev1len = 0;
crypto/openssl/crypto/hpke/hpke_util.c
305
size_t protocol_labellen = 0;
crypto/openssl/crypto/hpke/hpke_util.c
306
size_t labellen = 0;
crypto/openssl/crypto/hpke/hpke_util.c
307
size_t labeled_ikmlen = 0;
crypto/openssl/crypto/hpke/hpke_util.c
346
unsigned char *okm, size_t okmlen,
crypto/openssl/crypto/hpke/hpke_util.c
347
const unsigned char *prk, size_t prklen,
crypto/openssl/crypto/hpke/hpke_util.c
349
const unsigned char *suiteid, size_t suiteidlen,
crypto/openssl/crypto/hpke/hpke_util.c
351
const unsigned char *info, size_t infolen)
crypto/openssl/crypto/hpke/hpke_util.c
354
size_t label_hpkev1len = 0;
crypto/openssl/crypto/hpke/hpke_util.c
355
size_t protocol_labellen = 0;
crypto/openssl/crypto/hpke/hpke_util.c
356
size_t labellen = 0;
crypto/openssl/crypto/hpke/hpke_util.c
357
size_t labeled_infolen = 0;
crypto/openssl/crypto/hpke/hpke_util.c
432
size_t arrsize)
crypto/openssl/crypto/hpke/hpke_util.c
434
size_t i, j;
crypto/openssl/crypto/hpke/hpke_util.c
455
size_t inplen;
crypto/openssl/crypto/http/http_client.c
1163
size_t max_resp_len, int timeout, int keep_alive)
crypto/openssl/crypto/http/http_client.c
1271
size_t max_resp_len, int timeout)
crypto/openssl/crypto/http/http_client.c
1364
size_t max_resp_len, int timeout, int keep_alive)
crypto/openssl/crypto/http/http_client.c
1411
static char *base64encode(const void *buf, size_t len)
crypto/openssl/crypto/http/http_client.c
1414
size_t outl;
crypto/openssl/crypto/http/http_client.c
1427
if (!ossl_assert(0 <= i && (size_t)i <= outl)) {
crypto/openssl/crypto/http/http_client.c
1481
size_t len = strlen(proxyuser) + 1;
crypto/openssl/crypto/http/http_client.c
155
size_t OSSL_HTTP_REQ_CTX_get_resp_len(const OSSL_HTTP_REQ_CTX *rctx)
crypto/openssl/crypto/http/http_client.c
171
rctx->max_resp_len = len != 0 ? (size_t)len : OSSL_HTTP_DEFAULT_MAX_RESP_LEN;
crypto/openssl/crypto/http/http_client.c
365
size_t count)
crypto/openssl/crypto/http/http_client.c
509
static int check_max_len(const char *desc, size_t max_len, size_t len)
crypto/openssl/crypto/http/http_client.c
519
static int check_set_resp_len(const char *desc, OSSL_HTTP_REQ_CTX *rctx, size_t len)
crypto/openssl/crypto/http/http_client.c
557
size_t resp_len = 0;
crypto/openssl/crypto/http/http_client.c
560
size_t resp_hdr_lines = 0;
crypto/openssl/crypto/http/http_client.c
632
size_t sz;
crypto/openssl/crypto/http/http_client.c
66
size_t resp_len; /* Length of response */
crypto/openssl/crypto/http/http_client.c
67
size_t max_resp_len; /* Maximum length of response, or 0 */
crypto/openssl/crypto/http/http_client.c
72
size_t max_hdr_lines; /* Max. number of response header lines, or 0 */
crypto/openssl/crypto/http/http_client.c
820
|| (size_t)(semicolon - value) != strlen(rctx->expected_ct)
crypto/openssl/crypto/http/http_client.c
841
size_t content_len = (size_t)strtoul(value, &line_end, 10);
crypto/openssl/crypto/http/http_client.c
962
if (n < 0 || (size_t)n < rctx->resp_len)
crypto/openssl/crypto/http/http_lib.c
175
size_t buflen = 1 + path_end - path + 1;
crypto/openssl/crypto/http/http_lib.c
259
size_t sl;
crypto/openssl/crypto/info.c
123
size_t i;
crypto/openssl/crypto/md2/md2_dgst.c
310
int MD2_Update(MD2_CTX *c, const unsigned char *data, size_t len)
crypto/openssl/crypto/md2/md2_one.c
25
unsigned char *MD2(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/md4/md4_dgst.c
43
void md4_block_data_order(MD4_CTX *c, const void *data_, size_t num)
crypto/openssl/crypto/md4/md4_local.h
15
void md4_block_data_order(MD4_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/md4/md4_one.c
25
unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/md5/md5_dgst.c
43
void md5_block_data_order(MD5_CTX *c, const void *data_, size_t num)
crypto/openssl/crypto/md5/md5_local.h
25
void md5_block_data_order(MD5_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/md5/md5_one.c
25
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/md5/md5_sha1.c
27
int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count)
crypto/openssl/crypto/mdc2/mdc2_one.c
20
unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/mdc2/mdc2dgst.c
35
static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len);
crypto/openssl/crypto/mdc2/mdc2dgst.c
45
int MDC2_Update(MDC2_CTX *c, const unsigned char *in, size_t len)
crypto/openssl/crypto/mdc2/mdc2dgst.c
47
size_t i, j;
crypto/openssl/crypto/mdc2/mdc2dgst.c
66
i = len & ~((size_t)MDC2_BLOCK - 1);
crypto/openssl/crypto/mdc2/mdc2dgst.c
77
static void mdc2_body(MDC2_CTX *c, const unsigned char *in, size_t len)
crypto/openssl/crypto/mdc2/mdc2dgst.c
84
size_t i;
crypto/openssl/crypto/mem.c
170
size_t cplen = 0;
crypto/openssl/crypto/mem.c
188
void *CRYPTO_malloc(size_t num, const char *file, int line)
crypto/openssl/crypto/mem.c
229
void *CRYPTO_zalloc(size_t num, const char *file, int line)
crypto/openssl/crypto/mem.c
240
void *CRYPTO_aligned_alloc(size_t num, size_t alignment, void **freeptr,
crypto/openssl/crypto/mem.c
302
void *CRYPTO_realloc(void *str, size_t num, const char *file, int line)
crypto/openssl/crypto/mem.c
320
void *CRYPTO_clear_realloc(void *str, size_t old_len, size_t num,
crypto/openssl/crypto/mem.c
358
void CRYPTO_clear_free(void *str, size_t num, const char *file, int line)
crypto/openssl/crypto/mem.c
395
void CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag,
crypto/openssl/crypto/mem.c
405
void CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag,
crypto/openssl/crypto/mem.c
439
int CRYPTO_mem_leaks_cb(int (*cb)(const char *str, size_t len, void *u),
crypto/openssl/crypto/mem_clr.c
18
typedef void *(*memset_t)(void *, int, size_t);
crypto/openssl/crypto/mem_clr.c
22
void OPENSSL_cleanse(void *ptr, size_t len)
crypto/openssl/crypto/mem_sec.c
100
static void *sh_malloc(size_t size);
crypto/openssl/crypto/mem_sec.c
103
static size_t sh_actual_size(char *ptr);
crypto/openssl/crypto/mem_sec.c
107
int CRYPTO_secure_malloc_init(size_t size, size_t minsize)
crypto/openssl/crypto/mem_sec.c
153
void *CRYPTO_secure_malloc(size_t num, const char *file, int line)
crypto/openssl/crypto/mem_sec.c
157
size_t actual_size;
crypto/openssl/crypto/mem_sec.c
183
void *CRYPTO_secure_zalloc(size_t num, const char *file, int line)
crypto/openssl/crypto/mem_sec.c
196
size_t actual_size;
crypto/openssl/crypto/mem_sec.c
216
void CRYPTO_secure_clear_free(void *ptr, size_t num,
crypto/openssl/crypto/mem_sec.c
220
size_t actual_size;
crypto/openssl/crypto/mem_sec.c
260
size_t CRYPTO_secure_used(void)
crypto/openssl/crypto/mem_sec.c
262
size_t ret = 0;
crypto/openssl/crypto/mem_sec.c
275
size_t CRYPTO_secure_actual_size(void *ptr)
crypto/openssl/crypto/mem_sec.c
278
size_t actual_size;
crypto/openssl/crypto/mem_sec.c
310
#define ONE ((size_t)1)
crypto/openssl/crypto/mem_sec.c
328
size_t map_size;
crypto/openssl/crypto/mem_sec.c
330
size_t arena_size;
crypto/openssl/crypto/mem_sec.c
333
size_t minsize;
crypto/openssl/crypto/mem_sec.c
336
size_t bittable_size; /* size in bits */
crypto/openssl/crypto/mem_sec.c
341
static size_t sh_getlist(char *ptr)
crypto/openssl/crypto/mem_sec.c
344
size_t bit = (sh.arena_size + ptr - sh.arena) / sh.minsize;
crypto/openssl/crypto/mem_sec.c
357
size_t bit;
crypto/openssl/crypto/mem_sec.c
368
size_t bit;
crypto/openssl/crypto/mem_sec.c
380
size_t bit;
crypto/openssl/crypto/mem_sec.c
425
static int sh_init(size_t size, size_t minsize)
crypto/openssl/crypto/mem_sec.c
428
size_t i;
crypto/openssl/crypto/mem_sec.c
429
size_t pgsize;
crypto/openssl/crypto/mem_sec.c
430
size_t aligned;
crypto/openssl/crypto/mem_sec.c
504
pgsize = (size_t)tmppgsize;
crypto/openssl/crypto/mem_sec.c
508
pgsize = (size_t)systemInfo.dwPageSize;
crypto/openssl/crypto/mem_sec.c
615
size_t bit;
crypto/openssl/crypto/mem_sec.c
627
static void *sh_malloc(size_t size)
crypto/openssl/crypto/mem_sec.c
630
size_t i;
crypto/openssl/crypto/mem_sec.c
694
size_t list;
crypto/openssl/crypto/mem_sec.c
733
static size_t sh_actual_size(char *ptr)
crypto/openssl/crypto/mem_sec.c
90
static size_t secure_mem_used;
crypto/openssl/crypto/mem_sec.c
99
static int sh_init(size_t size, size_t minsize);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
1004
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
625
size_t i, written = 0;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
627
size_t t1_len = key->t1.num_poly;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
628
size_t enc_len = key->params->pk_len;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
664
int ossl_ml_dsa_pk_decode(ML_DSA_KEY *key, const uint8_t *in, size_t in_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
667
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
711
size_t i, written = 0, k = params->k, l = params->l;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
713
size_t enc_len = params->sk_len;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
764
int ossl_ml_dsa_sk_decode(ML_DSA_KEY *key, const uint8_t *in, size_t in_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
768
size_t i, k = params->k, l = params->l;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
840
size_t coeff_index = 0;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
866
size_t coeff_index = 0, k = hint->num_poly;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
911
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
945
int ossl_ml_dsa_sig_decode(ML_DSA_SIG *sig, const uint8_t *in, size_t in_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
949
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
974
const uint8_t *in, size_t in_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
999
uint8_t *out, size_t out_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
13
shake_xof(EVP_MD_CTX *ctx, const EVP_MD *md, const uint8_t *in, size_t in_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
14
uint8_t *out, size_t out_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
22
shake_xof_2(EVP_MD_CTX *ctx, const EVP_MD *md, const uint8_t *in1, size_t in1_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
23
const uint8_t *in2, size_t in2_len, uint8_t *out, size_t out_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
32
shake_xof_3(EVP_MD_CTX *ctx, const EVP_MD *md, const uint8_t *in1, size_t in1_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
33
const uint8_t *in2, size_t in2_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
34
const uint8_t *in3, size_t in3_len, uint8_t *out, size_t out_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
112
size_t k = key->params->k, l = key->params->l;
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
38
const uint8_t *seed, size_t seed_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
39
const uint8_t *sk, size_t sk_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
465
size_t seed_len = ML_DSA_SEED_BYTES;
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
519
size_t ossl_ml_dsa_key_get_pub_len(const ML_DSA_KEY *key)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
524
size_t ossl_ml_dsa_key_get_collision_strength_bits(const ML_DSA_KEY *key)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
535
size_t ossl_ml_dsa_key_get_priv_len(const ML_DSA_KEY *key)
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
540
size_t ossl_ml_dsa_key_get_sig_len(const ML_DSA_KEY *key)
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
100
uint8_t *out, size_t out_len);
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
102
const uint8_t *in, size_t in_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
69
int ossl_ml_dsa_poly_expand_mask(POLY *out, const uint8_t *seed, size_t seed_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
97
int ossl_ml_dsa_sig_decode(ML_DSA_SIG *sig, const uint8_t *in, size_t in_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.c
26
size_t i, j;
crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.h
13
size_t k, l;
crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.h
26
matrix_init(MATRIX *m, POLY *polys, size_t k, size_t l)
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
84
poly_expand_mask(POLY *out, const uint8_t *seed, size_t seed_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
117
const uint8_t *seed, size_t seed_len, POLY *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
160
const uint8_t *seed, size_t seed_len, POLY *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
204
size_t i, j;
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
247
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
248
size_t l = s1->num_poly;
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
249
size_t k = s2->num_poly;
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
281
int ossl_ml_dsa_poly_expand_mask(POLY *out, const uint8_t *seed, size_t seed_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
286
size_t buf_len = 32 * (gamma1 == ML_DSA_GAMMA1_TWO_POWER_19 ? 20 : 18);
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
313
size_t end;
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
332
size_t index; /* index is a random offset to write +1 or -1 */
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
207
const uint8_t *msg_enc, size_t msg_enc_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
208
const uint8_t *sig_enc, size_t sig_enc_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
220
size_t w1_encoded_len;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
221
size_t num_polys_sig = k + l;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
222
size_t num_polys_k = 2 * k;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
223
size_t num_polys_l = 1 * l;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
224
size_t num_polys_k_by_l = k * l;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
226
const size_t mu_len = sizeof(mu);
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
230
size_t c_tilde_len = params->bit_strength >> 2;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
326
static uint8_t *msg_encode(const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
327
const uint8_t *ctx, size_t ctx_len, int encode,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
328
uint8_t *tmp, size_t tmp_len, size_t *out_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
331
size_t encoded_len;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
364
const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
365
const uint8_t *context, size_t context_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
366
const uint8_t *rand, size_t rand_len, int encode,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
367
unsigned char *sig, size_t *sig_len, size_t sig_size)
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
37
uint8_t *c_tilde, size_t c_tilde_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
371
size_t m_len = 0;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
402
const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
403
const uint8_t *context, size_t context_len, int encode,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
404
const uint8_t *sig, size_t sig_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
407
size_t m_len;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
51
size_t encoded_msg_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
52
const uint8_t *rnd, size_t rnd_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
61
size_t alloc_len, w1_encoded_len;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
62
size_t num_polys_sig_k = 2 * k;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
63
size_t num_polys_k = 5 * k;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
64
size_t num_polys_l = 3 * l;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
65
size_t num_polys_k_by_l = k * l;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
71
const size_t mu_len = sizeof(mu);
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
74
size_t c_tilde_len = params->bit_strength >> 2;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
75
size_t kappa;
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.h
14
size_t c_tilde_len;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
105
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
115
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
125
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
139
vector_expand_mask(VECTOR *out, const uint8_t *rho_prime, size_t rho_prime_len,
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
143
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
149
size_t index = kappa + i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
15
size_t num_poly;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
162
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
177
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
186
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
195
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
204
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
215
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
223
static ossl_inline ossl_unused size_t
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
227
size_t i, count = 0;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
239
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
249
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
26
static ossl_inline ossl_unused void vector_init(VECTOR *v, POLY *polys, size_t num_polys)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
32
static ossl_inline ossl_unused int vector_alloc(VECTOR *v, size_t num_polys)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
70
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
85
size_t i;
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
95
size_t i;
crypto/openssl/crypto/ml_kem/ml_kem.c
2036
int ossl_ml_kem_encode_public_key(uint8_t *out, size_t len,
crypto/openssl/crypto/ml_kem/ml_kem.c
2047
int ossl_ml_kem_encode_private_key(uint8_t *out, size_t len,
crypto/openssl/crypto/ml_kem/ml_kem.c
2057
int ossl_ml_kem_encode_seed(uint8_t *out, size_t len,
crypto/openssl/crypto/ml_kem/ml_kem.c
2077
ML_KEM_KEY *ossl_ml_kem_set_seed(const uint8_t *seed, size_t seedlen, ML_KEM_KEY *key)
crypto/openssl/crypto/ml_kem/ml_kem.c
2097
int ossl_ml_kem_parse_public_key(const uint8_t *in, size_t len, ML_KEM_KEY *key)
crypto/openssl/crypto/ml_kem/ml_kem.c
2124
int ossl_ml_kem_parse_private_key(const uint8_t *in, size_t len,
crypto/openssl/crypto/ml_kem/ml_kem.c
2155
int ossl_ml_kem_genkey(uint8_t *pubenc, size_t publen, ML_KEM_KEY *key)
crypto/openssl/crypto/ml_kem/ml_kem.c
2213
int ossl_ml_kem_encap_seed(uint8_t *ctext, size_t clen,
crypto/openssl/crypto/ml_kem/ml_kem.c
2214
uint8_t *shared_secret, size_t slen,
crypto/openssl/crypto/ml_kem/ml_kem.c
2215
const uint8_t *entropy, size_t elen,
crypto/openssl/crypto/ml_kem/ml_kem.c
2266
int ossl_ml_kem_encap_rand(uint8_t *ctext, size_t clen,
crypto/openssl/crypto/ml_kem/ml_kem.c
2267
uint8_t *shared_secret, size_t slen,
crypto/openssl/crypto/ml_kem/ml_kem.c
2284
int ossl_ml_kem_decap(uint8_t *shared_secret, size_t slen,
crypto/openssl/crypto/ml_kem/ml_kem.c
2285
const uint8_t *ctext, size_t clen,
crypto/openssl/crypto/ml_kem/ml_kem.c
229
static const size_t kBarrettMultiplier = (1 << BARRETT_SHIFT) / ML_KEM_PRIME;
crypto/openssl/crypto/ml_kem/ml_kem.c
660
static __owur int single_keccak(uint8_t *out, size_t outlen, const uint8_t *in, size_t inlen,
crypto/openssl/crypto/ml_kem/ml_kem.c
670
&& ossl_assert((size_t)sz == outlen);
crypto/openssl/crypto/ml_kem/ml_kem.c
677
static __owur int prf(uint8_t *out, size_t len, const uint8_t in[ML_KEM_RANDOM_BYTES + 1],
crypto/openssl/crypto/ml_kem/ml_kem.c
688
static __owur int hash_h(uint8_t out[ML_KEM_PKHASH_BYTES], const uint8_t *in, size_t len,
crypto/openssl/crypto/ml_kem/ml_kem.c
726
static __owur int hash_g(uint8_t out[ML_KEM_SEED_BYTES], const uint8_t *in, size_t len,
crypto/openssl/crypto/ml_kem/ml_kem.c
741
const uint8_t *ctext, size_t len,
crypto/openssl/crypto/modes/cbc128.c
101
} else if (16 % sizeof(size_t) == 0) { /* always true */
crypto/openssl/crypto/modes/cbc128.c
107
for (n = 0; n < 16 / sizeof(size_t); n++)
crypto/openssl/crypto/modes/cbc128.c
118
if (STRICT_ALIGNMENT && ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
crypto/openssl/crypto/modes/cbc128.c
131
} else if (16 % sizeof(size_t) == 0) { /* always true */
crypto/openssl/crypto/modes/cbc128.c
133
size_t c;
crypto/openssl/crypto/modes/cbc128.c
139
for (n = 0; n < 16 / sizeof(size_t); n++) {
crypto/openssl/crypto/modes/cbc128.c
19
typedef size_t size_t_aX __attribute((__aligned__(1)));
crypto/openssl/crypto/modes/cbc128.c
21
typedef size_t size_t_aX;
crypto/openssl/crypto/modes/cbc128.c
25
size_t len, const void *key,
crypto/openssl/crypto/modes/cbc128.c
28
size_t n;
crypto/openssl/crypto/modes/cbc128.c
35
if (STRICT_ALIGNMENT && ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
crypto/openssl/crypto/modes/cbc128.c
47
for (n = 0; n < 16; n += sizeof(size_t))
crypto/openssl/crypto/modes/cbc128.c
75
size_t len, const void *key,
crypto/openssl/crypto/modes/cbc128.c
78
size_t n;
crypto/openssl/crypto/modes/cbc128.c
80
size_t t[16 / sizeof(size_t)];
crypto/openssl/crypto/modes/cbc128.c
91
if (STRICT_ALIGNMENT && ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
crypto/openssl/crypto/modes/ccm128.c
139
size_t len)
crypto/openssl/crypto/modes/ccm128.c
141
size_t n;
crypto/openssl/crypto/modes/ccm128.c
223
size_t len)
crypto/openssl/crypto/modes/ccm128.c
225
size_t n;
crypto/openssl/crypto/modes/ccm128.c
296
static void ctr64_add(unsigned char *counter, size_t inc)
crypto/openssl/crypto/modes/ccm128.c
298
size_t n = 8, val = 0;
crypto/openssl/crypto/modes/ccm128.c
312
size_t len, ccm128_f stream)
crypto/openssl/crypto/modes/ccm128.c
314
size_t n;
crypto/openssl/crypto/modes/ccm128.c
376
size_t len, ccm128_f stream)
crypto/openssl/crypto/modes/ccm128.c
378
size_t n;
crypto/openssl/crypto/modes/ccm128.c
41
const unsigned char *nonce, size_t nlen, size_t mlen)
crypto/openssl/crypto/modes/ccm128.c
432
size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/ccm128.c
69
const unsigned char *aad, size_t alen)
crypto/openssl/crypto/modes/ccm128.c
85
&& alen >= (size_t)1 << (32 % (sizeof(alen) * 8))) {
crypto/openssl/crypto/modes/cfb128.c
103
for (; n < 16; n += sizeof(size_t)) {
crypto/openssl/crypto/modes/cfb128.c
104
size_t t = *(size_t_aX *)(in + n);
crypto/openssl/crypto/modes/cfb128.c
15
typedef size_t size_t_aX __attribute((__aligned__(1)));
crypto/openssl/crypto/modes/cfb128.c
17
typedef size_t size_t_aX;
crypto/openssl/crypto/modes/cfb128.c
184
size_t bits, const void *key,
crypto/openssl/crypto/modes/cfb128.c
188
size_t n;
crypto/openssl/crypto/modes/cfb128.c
199
size_t length, const void *key,
crypto/openssl/crypto/modes/cfb128.c
203
size_t n;
crypto/openssl/crypto/modes/cfb128.c
26
size_t len, const void *key,
crypto/openssl/crypto/modes/cfb128.c
31
size_t l = 0;
crypto/openssl/crypto/modes/cfb128.c
42
if (16 % sizeof(size_t) == 0) { /* always true actually */
crypto/openssl/crypto/modes/cfb128.c
50
if (((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0)
crypto/openssl/crypto/modes/cfb128.c
55
for (; n < 16; n += sizeof(size_t)) {
crypto/openssl/crypto/modes/cfb128.c
88
if (16 % sizeof(size_t) == 0) { /* always true actually */
crypto/openssl/crypto/modes/cfb128.c
98
if (((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0)
crypto/openssl/crypto/modes/ctr128.c
102
for (n = 0; n < 16; n += sizeof(size_t))
crypto/openssl/crypto/modes/ctr128.c
151
size_t len, const void *key,
crypto/openssl/crypto/modes/ctr128.c
16
typedef size_t size_t_aX __attribute((__aligned__(1)));
crypto/openssl/crypto/modes/ctr128.c
168
size_t blocks = len / 16;
crypto/openssl/crypto/modes/ctr128.c
174
if (sizeof(size_t) > sizeof(unsigned int) && blocks > (1U << 28))
crypto/openssl/crypto/modes/ctr128.c
18
typedef size_t size_t_aX;
crypto/openssl/crypto/modes/ctr128.c
42
size_t *data, c, d, n;
crypto/openssl/crypto/modes/ctr128.c
45
if (IS_LITTLE_ENDIAN || ((size_t)counter % sizeof(size_t)) != 0) {
crypto/openssl/crypto/modes/ctr128.c
50
data = (size_t *)counter;
crypto/openssl/crypto/modes/ctr128.c
52
n = 16 / sizeof(size_t);
crypto/openssl/crypto/modes/ctr128.c
57
c = ((d - c) & ~d) >> (sizeof(size_t) * 8 - 1);
crypto/openssl/crypto/modes/ctr128.c
74
size_t len, const void *key,
crypto/openssl/crypto/modes/ctr128.c
80
size_t l = 0;
crypto/openssl/crypto/modes/ctr128.c
85
if (16 % sizeof(size_t) == 0) { /* always true actually */
crypto/openssl/crypto/modes/ctr128.c
94
if (((size_t)in | (size_t)out | (size_t)ecount_buf)
crypto/openssl/crypto/modes/ctr128.c
95
% sizeof(size_t)
crypto/openssl/crypto/modes/cts128.c
123
size_t CRYPTO_nistcts128_encrypt(const unsigned char *in, unsigned char *out,
crypto/openssl/crypto/modes/cts128.c
124
size_t len, const void *key,
crypto/openssl/crypto/modes/cts128.c
127
size_t residue;
crypto/openssl/crypto/modes/cts128.c
129
size_t align;
crypto/openssl/crypto/modes/cts128.c
158
size_t CRYPTO_cts128_decrypt_block(const unsigned char *in,
crypto/openssl/crypto/modes/cts128.c
159
unsigned char *out, size_t len,
crypto/openssl/crypto/modes/cts128.c
163
size_t residue, n;
crypto/openssl/crypto/modes/cts128.c
165
size_t align;
crypto/openssl/crypto/modes/cts128.c
200
size_t CRYPTO_nistcts128_decrypt_block(const unsigned char *in,
crypto/openssl/crypto/modes/cts128.c
201
unsigned char *out, size_t len,
crypto/openssl/crypto/modes/cts128.c
206
size_t residue, n;
crypto/openssl/crypto/modes/cts128.c
208
size_t align;
crypto/openssl/crypto/modes/cts128.c
248
size_t CRYPTO_cts128_decrypt(const unsigned char *in, unsigned char *out,
crypto/openssl/crypto/modes/cts128.c
249
size_t len, const void *key,
crypto/openssl/crypto/modes/cts128.c
252
size_t residue;
crypto/openssl/crypto/modes/cts128.c
254
size_t align;
crypto/openssl/crypto/modes/cts128.c
27
size_t CRYPTO_cts128_encrypt_block(const unsigned char *in,
crypto/openssl/crypto/modes/cts128.c
28
unsigned char *out, size_t len,
crypto/openssl/crypto/modes/cts128.c
288
size_t CRYPTO_nistcts128_decrypt(const unsigned char *in, unsigned char *out,
crypto/openssl/crypto/modes/cts128.c
289
size_t len, const void *key,
crypto/openssl/crypto/modes/cts128.c
292
size_t residue;
crypto/openssl/crypto/modes/cts128.c
294
size_t align;
crypto/openssl/crypto/modes/cts128.c
32
size_t residue, n;
crypto/openssl/crypto/modes/cts128.c
56
size_t CRYPTO_nistcts128_encrypt_block(const unsigned char *in,
crypto/openssl/crypto/modes/cts128.c
57
unsigned char *out, size_t len,
crypto/openssl/crypto/modes/cts128.c
62
size_t residue, n;
crypto/openssl/crypto/modes/cts128.c
87
size_t CRYPTO_cts128_encrypt(const unsigned char *in, unsigned char *out,
crypto/openssl/crypto/modes/cts128.c
88
size_t len, const void *key,
crypto/openssl/crypto/modes/cts128.c
91
size_t residue;
crypto/openssl/crypto/modes/cts128.c
93
size_t align;
crypto/openssl/crypto/modes/gcm128.c
1001
size_t i;
crypto/openssl/crypto/modes/gcm128.c
1042
if (16 % sizeof(size_t) == 0) { /* always true actually */
crypto/openssl/crypto/modes/gcm128.c
1076
if (((size_t)in | (size_t)out) % sizeof(size_t) != 0)
crypto/openssl/crypto/modes/gcm128.c
1086
size_t j = GHASH_CHUNK;
crypto/openssl/crypto/modes/gcm128.c
1103
for (i = 0; i < 16 / sizeof(size_t); ++i)
crypto/openssl/crypto/modes/gcm128.c
1112
if ((i = (len & (size_t)-16))) {
crypto/openssl/crypto/modes/gcm128.c
1128
for (i = 0; i < 16 / sizeof(size_t); ++i)
crypto/openssl/crypto/modes/gcm128.c
1137
size_t *out_t = (size_t *)out;
crypto/openssl/crypto/modes/gcm128.c
1138
const size_t *in_t = (const size_t *)in;
crypto/openssl/crypto/modes/gcm128.c
1150
for (i = 0; i < 16 / sizeof(size_t); ++i) {
crypto/openssl/crypto/modes/gcm128.c
1151
size_t c = in_t[i];
crypto/openssl/crypto/modes/gcm128.c
1230
size_t len, ctr128_f stream)
crypto/openssl/crypto/modes/gcm128.c
1237
size_t i;
crypto/openssl/crypto/modes/gcm128.c
1329
if ((i = (len & (size_t)-16))) {
crypto/openssl/crypto/modes/gcm128.c
1330
size_t j = i / 16;
crypto/openssl/crypto/modes/gcm128.c
1384
size_t len, ctr128_f stream)
crypto/openssl/crypto/modes/gcm128.c
1391
size_t i;
crypto/openssl/crypto/modes/gcm128.c
1485
if ((i = (len & (size_t)-16))) {
crypto/openssl/crypto/modes/gcm128.c
1486
size_t j = i / 16;
crypto/openssl/crypto/modes/gcm128.c
1492
size_t k;
crypto/openssl/crypto/modes/gcm128.c
1544
size_t len)
crypto/openssl/crypto/modes/gcm128.c
1607
void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/gcm128.c
161
static const size_t rem_4bit[16] = {
crypto/openssl/crypto/modes/gcm128.c
17
typedef size_t size_t_aX __attribute((__aligned__(1)));
crypto/openssl/crypto/modes/gcm128.c
172
size_t rem, nlo, nhi;
crypto/openssl/crypto/modes/gcm128.c
183
rem = (size_t)Z.lo & 0xf;
crypto/openssl/crypto/modes/gcm128.c
186
if (sizeof(size_t) == 8)
crypto/openssl/crypto/modes/gcm128.c
19
typedef size_t size_t_aX;
crypto/openssl/crypto/modes/gcm128.c
201
rem = (size_t)Z.lo & 0xf;
crypto/openssl/crypto/modes/gcm128.c
204
if (sizeof(size_t) == 8)
crypto/openssl/crypto/modes/gcm128.c
247
const u8 *inp, size_t len)
crypto/openssl/crypto/modes/gcm128.c
251
size_t rem, nlo, nhi;
crypto/openssl/crypto/modes/gcm128.c
265
rem = (size_t)Z.lo & 0xf;
crypto/openssl/crypto/modes/gcm128.c
268
if (sizeof(size_t) == 8)
crypto/openssl/crypto/modes/gcm128.c
284
rem = (size_t)Z.lo & 0xf;
crypto/openssl/crypto/modes/gcm128.c
287
if (sizeof(size_t) == 8)
crypto/openssl/crypto/modes/gcm128.c
326
size_t len);
crypto/openssl/crypto/modes/gcm128.c
347
size_t len);
crypto/openssl/crypto/modes/gcm128.c
357
size_t len);
crypto/openssl/crypto/modes/gcm128.c
36
#define PACK(s) ((size_t)(s) << (sizeof(size_t) * 8 - 16))
crypto/openssl/crypto/modes/gcm128.c
364
size_t len);
crypto/openssl/crypto/modes/gcm128.c
368
size_t len);
crypto/openssl/crypto/modes/gcm128.c
381
size_t len);
crypto/openssl/crypto/modes/gcm128.c
385
size_t len);
crypto/openssl/crypto/modes/gcm128.c
39
if (sizeof(size_t) == 8) { \
crypto/openssl/crypto/modes/gcm128.c
393
size_t len);
crypto/openssl/crypto/modes/gcm128.c
400
size_t len);
crypto/openssl/crypto/modes/gcm128.c
411
const u8 *inp, size_t len);
crypto/openssl/crypto/modes/gcm128.c
413
const u8 *inp, size_t len);
crypto/openssl/crypto/modes/gcm128.c
418
const u8 *inp, size_t len);
crypto/openssl/crypto/modes/gcm128.c
424
const u8 *inp, size_t len);
crypto/openssl/crypto/modes/gcm128.c
580
const u8 *inp, size_t len)
crypto/openssl/crypto/modes/gcm128.c
584
size_t i;
crypto/openssl/crypto/modes/gcm128.c
630
size_t len)
crypto/openssl/crypto/modes/gcm128.c
648
size_t i;
crypto/openssl/crypto/modes/gcm128.c
717
size_t len)
crypto/openssl/crypto/modes/gcm128.c
719
size_t i;
crypto/openssl/crypto/modes/gcm128.c
746
if ((i = (len & (size_t)-16))) {
crypto/openssl/crypto/modes/gcm128.c
772
size_t len)
crypto/openssl/crypto/modes/gcm128.c
776
size_t i;
crypto/openssl/crypto/modes/gcm128.c
817
if (16 % sizeof(size_t) == 0) { /* always true actually */
crypto/openssl/crypto/modes/gcm128.c
849
if (((size_t)in | (size_t)out) % sizeof(size_t) != 0)
crypto/openssl/crypto/modes/gcm128.c
859
size_t j = GHASH_CHUNK;
crypto/openssl/crypto/modes/gcm128.c
875
for (i = 0; i < 16 / sizeof(size_t); ++i)
crypto/openssl/crypto/modes/gcm128.c
885
if ((i = (len & (size_t)-16))) {
crypto/openssl/crypto/modes/gcm128.c
886
size_t j = i;
crypto/openssl/crypto/modes/gcm128.c
902
for (i = 0; i < 16 / sizeof(size_t); ++i)
crypto/openssl/crypto/modes/gcm128.c
912
size_t *out_t = (size_t *)out;
crypto/openssl/crypto/modes/gcm128.c
913
const size_t *in_t = (const size_t *)in;
crypto/openssl/crypto/modes/gcm128.c
925
for (i = 0; i < 16 / sizeof(size_t); ++i)
crypto/openssl/crypto/modes/gcm128.c
997
size_t len)
crypto/openssl/crypto/modes/ocb128.c
214
size_t len, size_t taglen)
crypto/openssl/crypto/modes/ocb128.c
218
size_t bottom, shift;
crypto/openssl/crypto/modes/ocb128.c
264
size_t len)
crypto/openssl/crypto/modes/ocb128.c
267
size_t num_blocks, last_len;
crypto/openssl/crypto/modes/ocb128.c
326
size_t len)
crypto/openssl/crypto/modes/ocb128.c
329
size_t num_blocks, last_len;
crypto/openssl/crypto/modes/ocb128.c
338
if (num_blocks && all_num_blocks == (size_t)all_num_blocks
crypto/openssl/crypto/modes/ocb128.c
340
size_t max_idx = 0, top = (size_t)all_num_blocks, processed_bytes = 0;
crypto/openssl/crypto/modes/ocb128.c
352
(size_t)ctx->sess.blocks_processed + 1, ctx->sess.offset.c,
crypto/openssl/crypto/modes/ocb128.c
42
static void ocb_block_lshift(const unsigned char *in, size_t shift,
crypto/openssl/crypto/modes/ocb128.c
421
size_t len)
crypto/openssl/crypto/modes/ocb128.c
424
size_t num_blocks, last_len;
crypto/openssl/crypto/modes/ocb128.c
433
if (num_blocks && all_num_blocks == (size_t)all_num_blocks
crypto/openssl/crypto/modes/ocb128.c
435
size_t max_idx = 0, top = (size_t)all_num_blocks, processed_bytes = 0;
crypto/openssl/crypto/modes/ocb128.c
447
(size_t)ctx->sess.blocks_processed + 1, ctx->sess.offset.c,
crypto/openssl/crypto/modes/ocb128.c
510
static int ocb_finish(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len,
crypto/openssl/crypto/modes/ocb128.c
539
size_t len)
crypto/openssl/crypto/modes/ocb128.c
547
int CRYPTO_ocb128_tag(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/ocb128.c
79
const unsigned char *in2, size_t len,
crypto/openssl/crypto/modes/ocb128.c
82
size_t i;
crypto/openssl/crypto/modes/ocb128.c
92
static OCB_BLOCK *ocb_lookup_l(OCB128_CONTEXT *ctx, size_t idx)
crypto/openssl/crypto/modes/ocb128.c
94
size_t l_index = ctx->l_index;
crypto/openssl/crypto/modes/ofb128.c
15
typedef size_t size_t_aX __attribute((__aligned__(1)));
crypto/openssl/crypto/modes/ofb128.c
17
typedef size_t size_t_aX;
crypto/openssl/crypto/modes/ofb128.c
26
size_t len, const void *key,
crypto/openssl/crypto/modes/ofb128.c
30
size_t l = 0;
crypto/openssl/crypto/modes/ofb128.c
40
if (16 % sizeof(size_t) == 0) { /* always true actually */
crypto/openssl/crypto/modes/ofb128.c
48
if (((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0)
crypto/openssl/crypto/modes/ofb128.c
53
for (; n < 16; n += sizeof(size_t))
crypto/openssl/crypto/modes/siv128.c
129
unsigned char const *in, size_t len,
crypto/openssl/crypto/modes/siv128.c
167
size_t out_len = SIV_LEN;
crypto/openssl/crypto/modes/siv128.c
248
size_t len)
crypto/openssl/crypto/modes/siv128.c
251
size_t out_len = SIV_LEN;
crypto/openssl/crypto/modes/siv128.c
276
size_t len)
crypto/openssl/crypto/modes/siv128.c
303
size_t len)
crypto/openssl/crypto/modes/siv128.c
345
int ossl_siv128_set_tag(SIV128_CONTEXT *ctx, const unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/siv128.c
358
int ossl_siv128_get_tag(SIV128_CONTEXT *ctx, unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/siv128.c
42
__owur static ossl_inline uint64_t siv128_getword(SIV_BLOCK const *b, size_t i)
crypto/openssl/crypto/modes/siv128.c
51
static ossl_inline void siv128_putword(SIV_BLOCK *b, size_t i, uint64_t x)
crypto/openssl/crypto/modes/siv128.c
90
unsigned char const *in, size_t len)
crypto/openssl/crypto/modes/siv128.c
93
size_t out_len = sizeof(out->byte);
crypto/openssl/crypto/modes/wrap128.c
106
static size_t crypto_128_unwrap_raw(void *key, unsigned char *iv,
crypto/openssl/crypto/modes/wrap128.c
108
const unsigned char *in, size_t inlen,
crypto/openssl/crypto/modes/wrap128.c
112
size_t i, j, t;
crypto/openssl/crypto/modes/wrap128.c
157
size_t CRYPTO_128_unwrap(void *key, const unsigned char *iv,
crypto/openssl/crypto/modes/wrap128.c
159
size_t inlen, block128_f block)
crypto/openssl/crypto/modes/wrap128.c
161
size_t ret;
crypto/openssl/crypto/modes/wrap128.c
190
size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv,
crypto/openssl/crypto/modes/wrap128.c
192
const unsigned char *in, size_t inlen,
crypto/openssl/crypto/modes/wrap128.c
201
const size_t blocks_padded = (inlen + 7) / 8; /* CEILING(m/8) */
crypto/openssl/crypto/modes/wrap128.c
202
const size_t padded_len = blocks_padded * 8;
crypto/openssl/crypto/modes/wrap128.c
203
const size_t padding_len = padded_len - inlen;
crypto/openssl/crypto/modes/wrap128.c
258
size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv,
crypto/openssl/crypto/modes/wrap128.c
260
const unsigned char *in, size_t inlen,
crypto/openssl/crypto/modes/wrap128.c
264
size_t n = inlen / 8 - 1;
crypto/openssl/crypto/modes/wrap128.c
265
size_t padded_len;
crypto/openssl/crypto/modes/wrap128.c
266
size_t padding_len;
crypto/openssl/crypto/modes/wrap128.c
267
size_t ptext_len;
crypto/openssl/crypto/modes/wrap128.c
271
size_t ret;
crypto/openssl/crypto/modes/wrap128.c
55
size_t CRYPTO_128_wrap(void *key, const unsigned char *iv,
crypto/openssl/crypto/modes/wrap128.c
57
const unsigned char *in, size_t inlen,
crypto/openssl/crypto/modes/wrap128.c
61
size_t i, j, t;
crypto/openssl/crypto/modes/xts128.c
118
size_t c;
crypto/openssl/crypto/modes/xts128.c
124
c += ((size_t)tweak.c[i]) << 1;
crypto/openssl/crypto/modes/xts128.c
26
size_t len, int enc)
crypto/openssl/crypto/modes/xts128.c
79
size_t c;
crypto/openssl/crypto/modes/xts128.c
85
c += ((size_t)tweak.c[i]) << 1;
crypto/openssl/crypto/modes/xts128gb.c
26
size_t len, int enc)
crypto/openssl/crypto/o_str.c
210
static int hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen,
crypto/openssl/crypto/o_str.c
217
size_t cnt;
crypto/openssl/crypto/o_str.c
253
int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
crypto/openssl/crypto/o_str.c
263
size_t buf_n, tmp_buflen;
crypto/openssl/crypto/o_str.c
291
static int buf2hexstr_sep(char *str, size_t str_n, size_t *strlength,
crypto/openssl/crypto/o_str.c
292
const unsigned char *buf, size_t buflen,
crypto/openssl/crypto/o_str.c
297
size_t i, len = has_sep ? buflen * 3 : 1 + buflen * 2;
crypto/openssl/crypto/o_str.c
332
int OPENSSL_buf2hexstr_ex(char *str, size_t str_n, size_t *strlength,
crypto/openssl/crypto/o_str.c
333
const unsigned char *buf, size_t buflen,
crypto/openssl/crypto/o_str.c
34
char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line)
crypto/openssl/crypto/o_str.c
342
size_t tmp_n;
crypto/openssl/crypto/o_str.c
347
if ((sep != CH_ZERO && (size_t)buflen > SIZE_MAX / 3)
crypto/openssl/crypto/o_str.c
348
|| (sep == CH_ZERO && (size_t)buflen > (SIZE_MAX - 1) / 2)) {
crypto/openssl/crypto/o_str.c
353
tmp_n = (sep != CH_ZERO) ? (size_t)buflen * 3 : 1 + (size_t)buflen * 2;
crypto/openssl/crypto/o_str.c
36
size_t maxlen;
crypto/openssl/crypto/o_str.c
373
int openssl_strerror_r(int errnum, char *buf, size_t buflen)
crypto/openssl/crypto/o_str.c
430
int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n)
crypto/openssl/crypto/o_str.c
433
size_t i;
crypto/openssl/crypto/o_str.c
443
size_t ossl_to_hex(char *buf, uint8_t n)
crypto/openssl/crypto/o_str.c
52
void *CRYPTO_memdup(const void *data, size_t siz, const char *file, int line)
crypto/openssl/crypto/o_str.c
65
size_t OPENSSL_strnlen(const char *str, size_t maxlen)
crypto/openssl/crypto/o_str.c
75
size_t OPENSSL_strlcpy(char *dst, const char *src, size_t size)
crypto/openssl/crypto/o_str.c
77
size_t l = 0;
crypto/openssl/crypto/o_str.c
87
size_t OPENSSL_strlcat(char *dst, const char *src, size_t size)
crypto/openssl/crypto/o_str.c
89
size_t l = 0;
crypto/openssl/crypto/objects/obj_dat.c
169
return memcmp(a->data, b->data, (size_t)a->length);
crypto/openssl/crypto/objects/obj_dat.c
840
size_t OBJ_length(const ASN1_OBJECT *obj)
crypto/openssl/crypto/ocsp/ocsp_prn.c
38
static const char *do_table2string(long s, const OCSP_TBLSTR *ts, size_t len)
crypto/openssl/crypto/ocsp/ocsp_prn.c
40
size_t i;
crypto/openssl/crypto/packet.c
100
return ((size_t)1 << (lenbytes * 8)) - 1 + lenbytes;
crypto/openssl/crypto/packet.c
103
static int wpacket_intern_init_len(WPACKET *pkt, size_t lenbytes)
crypto/openssl/crypto/packet.c
129
int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len,
crypto/openssl/crypto/packet.c
130
size_t lenbytes)
crypto/openssl/crypto/packet.c
132
size_t max = maxmaxsize(lenbytes);
crypto/openssl/crypto/packet.c
146
int WPACKET_init_der(WPACKET *pkt, unsigned char *buf, size_t len)
crypto/openssl/crypto/packet.c
160
int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes)
crypto/openssl/crypto/packet.c
179
int WPACKET_init_null(WPACKET *pkt, size_t lenbytes)
crypto/openssl/crypto/packet.c
19
int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes)
crypto/openssl/crypto/packet.c
211
static int put_value(unsigned char *data, uint64_t value, size_t len)
crypto/openssl/crypto/packet.c
230
static int put_quic_value(unsigned char *data, size_t value, size_t len)
crypto/openssl/crypto/packet.c
252
size_t packlen = pkt->written - sub->pwritten;
crypto/openssl/crypto/packet.c
29
int WPACKET_sub_allocate_bytes__(WPACKET *pkt, size_t len,
crypto/openssl/crypto/packet.c
298
size_t tmplen = packlen;
crypto/openssl/crypto/packet.c
299
size_t numlenbytes = 1;
crypto/openssl/crypto/packet.c
30
unsigned char **allocbytes, size_t lenbytes)
crypto/openssl/crypto/packet.c
367
int WPACKET_start_sub_packet_len__(WPACKET *pkt, size_t lenbytes)
crypto/openssl/crypto/packet.c
406
int WPACKET_put_bytes__(WPACKET *pkt, uint64_t val, size_t size)
crypto/openssl/crypto/packet.c
419
int WPACKET_set_max_size(WPACKET *pkt, size_t maxsize)
crypto/openssl/crypto/packet.c
422
size_t lenbytes;
crypto/openssl/crypto/packet.c
444
int WPACKET_memset(WPACKET *pkt, int ch, size_t len)
crypto/openssl/crypto/packet.c
46
int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes)
crypto/openssl/crypto/packet.c
460
int WPACKET_memcpy(WPACKET *pkt, const void *src, size_t len)
crypto/openssl/crypto/packet.c
476
int WPACKET_sub_memcpy__(WPACKET *pkt, const void *src, size_t len,
crypto/openssl/crypto/packet.c
477
size_t lenbytes)
crypto/openssl/crypto/packet.c
487
int WPACKET_get_total_written(WPACKET *pkt, size_t *written)
crypto/openssl/crypto/packet.c
498
int WPACKET_get_length(WPACKET *pkt, size_t *len)
crypto/openssl/crypto/packet.c
540
int WPACKET_start_quic_sub_packet_bound(WPACKET *pkt, size_t max_len)
crypto/openssl/crypto/packet.c
542
size_t enclen = ossl_quic_vlint_encode_len(max_len);
crypto/openssl/crypto/packet.c
56
size_t newlen;
crypto/openssl/crypto/packet.c
563
int WPACKET_quic_sub_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes)
crypto/openssl/crypto/packet.c
57
size_t reflen;
crypto/openssl/crypto/packet.c
579
size_t enclen = ossl_quic_vlint_encode_len(v);
crypto/openssl/crypto/packet.c
80
int WPACKET_sub_reserve_bytes__(WPACKET *pkt, size_t len,
crypto/openssl/crypto/packet.c
81
unsigned char **allocbytes, size_t lenbytes)
crypto/openssl/crypto/packet.c
95
static size_t maxmaxsize(size_t lenbytes)
crypto/openssl/crypto/packet.c
97
if (lenbytes >= sizeof(size_t) || lenbytes == 0)
crypto/openssl/crypto/param_build.c
214
size_t num)
crypto/openssl/crypto/param_build.c
249
const BIGNUM *bn, size_t sz, int type)
crypto/openssl/crypto/param_build.c
275
if (sz < (size_t)n) {
crypto/openssl/crypto/param_build.c
28
size_t size;
crypto/openssl/crypto/param_build.c
29
size_t alloc_blocks;
crypto/openssl/crypto/param_build.c
309
const BIGNUM *bn, size_t sz)
crypto/openssl/crypto/param_build.c
323
const char *buf, size_t bsize)
crypto/openssl/crypto/param_build.c
344
char *buf, size_t bsize)
crypto/openssl/crypto/param_build.c
363
const void *buf, size_t bsize)
crypto/openssl/crypto/param_build.c
382
void *buf, size_t bsize)
crypto/openssl/crypto/param_build.c
456
size_t p_blks, total, ss;
crypto/openssl/crypto/param_build.c
46
size_t total_blocks;
crypto/openssl/crypto/param_build.c
47
size_t secure_blocks;
crypto/openssl/crypto/param_build.c
52
size_t size, size_t alloc, int type,
crypto/openssl/crypto/param_build.c
75
void *num, size_t size, int type)
crypto/openssl/crypto/param_build_set.c
58
size_t data_len)
crypto/openssl/crypto/param_build_set.c
70
const char *key, const BIGNUM *bn, size_t sz)
crypto/openssl/crypto/params.c
1019
int OSSL_PARAM_get_size_t(const OSSL_PARAM *p, size_t *val)
crypto/openssl/crypto/params.c
102
static int check_sign_bytes(const unsigned char *p, size_t n, unsigned char s)
crypto/openssl/crypto/params.c
1022
switch (sizeof(size_t)) {
crypto/openssl/crypto/params.c
1032
int OSSL_PARAM_set_size_t(OSSL_PARAM *p, size_t val)
crypto/openssl/crypto/params.c
1035
switch (sizeof(size_t)) {
crypto/openssl/crypto/params.c
104
size_t i;
crypto/openssl/crypto/params.c
1045
OSSL_PARAM OSSL_PARAM_construct_size_t(const char *key, size_t *buf)
crypto/openssl/crypto/params.c
1048
sizeof(size_t));
crypto/openssl/crypto/params.c
1114
size_t bytes;
crypto/openssl/crypto/params.c
1130
bytes = (size_t)BN_num_bytes(val);
crypto/openssl/crypto/params.c
117
static int copy_integer(unsigned char *dest, size_t dest_len,
crypto/openssl/crypto/params.c
1170
size_t bsize)
crypto/openssl/crypto/params.c
118
const unsigned char *src, size_t src_len,
crypto/openssl/crypto/params.c
121
size_t n;
crypto/openssl/crypto/params.c
1330
size_t *max_len, size_t *used_len,
crypto/openssl/crypto/params.c
1333
size_t sz, alloc_sz;
crypto/openssl/crypto/params.c
1379
int OSSL_PARAM_get_utf8_string(const OSSL_PARAM *p, char **val, size_t max_len)
crypto/openssl/crypto/params.c
1395
size_t data_length = p->data_size;
crypto/openssl/crypto/params.c
1410
int OSSL_PARAM_get_octet_string(const OSSL_PARAM *p, void **val, size_t max_len,
crypto/openssl/crypto/params.c
1411
size_t *used_len)
crypto/openssl/crypto/params.c
1417
static int set_string_internal(OSSL_PARAM *p, const void *val, size_t len,
crypto/openssl/crypto/params.c
1450
size_t len)
crypto/openssl/crypto/params.c
1461
size_t bsize)
crypto/openssl/crypto/params.c
1469
size_t bsize)
crypto/openssl/crypto/params.c
1475
size_t *used_len, unsigned int type)
crypto/openssl/crypto/params.c
1497
size_t *used_len)
crypto/openssl/crypto/params.c
1503
unsigned int type, size_t len)
crypto/openssl/crypto/params.c
1527
size_t used_len)
crypto/openssl/crypto/params.c
1538
size_t bsize)
crypto/openssl/crypto/params.c
1544
size_t bsize)
crypto/openssl/crypto/params.c
1559
unsigned char **out, size_t *out_len)
crypto/openssl/crypto/params.c
1563
size_t len = 0;
crypto/openssl/crypto/params.c
1580
unsigned char *out, size_t *outlen)
crypto/openssl/crypto/params.c
1612
size_t *out_len, size_t maxsize)
crypto/openssl/crypto/params.c
1616
size_t sz = 0;
crypto/openssl/crypto/params.c
165
static int signed_from_signed(void *dest, size_t dest_len,
crypto/openssl/crypto/params.c
166
const void *src, size_t src_len)
crypto/openssl/crypto/params.c
1662
size_t *used_len, unsigned int type)
crypto/openssl/crypto/params.c
1690
size_t *used_len)
crypto/openssl/crypto/params.c
173
static int signed_from_unsigned(void *dest, size_t dest_len,
crypto/openssl/crypto/params.c
174
const void *src, size_t src_len)
crypto/openssl/crypto/params.c
180
static int unsigned_from_signed(void *dest, size_t dest_len,
crypto/openssl/crypto/params.c
181
const void *src, size_t src_len)
crypto/openssl/crypto/params.c
191
static int unsigned_from_unsigned(void *dest, size_t dest_len,
crypto/openssl/crypto/params.c
192
const void *src, size_t src_len)
crypto/openssl/crypto/params.c
198
static int general_get_int(const OSSL_PARAM *p, void *val, size_t val_size)
crypto/openssl/crypto/params.c
213
static int general_set_int(OSSL_PARAM *p, void *val, size_t val_size)
crypto/openssl/crypto/params.c
232
static int general_get_uint(const OSSL_PARAM *p, void *val, size_t val_size)
crypto/openssl/crypto/params.c
248
static int general_set_uint(OSSL_PARAM *p, void *val, size_t val_size)
crypto/openssl/crypto/params.c
68
void *data, size_t data_size)
crypto/openssl/crypto/params.c
93
static int is_negative(const void *number, size_t s)
crypto/openssl/crypto/params_dup.c
100
size_t param_blocks;
crypto/openssl/crypto/params_dup.c
153
size_t list1_sz = 0, list2_sz = 0;
crypto/openssl/crypto/params_dup.c
25
size_t blocks; /* Number of aligned blocks */
crypto/openssl/crypto/params_dup.c
26
size_t alloc_sz; /* The size of the allocated buffer (in bytes) */
crypto/openssl/crypto/params_dup.c
29
size_t ossl_param_bytes_to_blocks(size_t bytes)
crypto/openssl/crypto/params_dup.c
34
static int ossl_param_buf_alloc(OSSL_PARAM_BUF *out, size_t extra_blocks,
crypto/openssl/crypto/params_dup.c
37
size_t sz = OSSL_PARAM_ALIGN_SIZE * (extra_blocks + out->blocks);
crypto/openssl/crypto/params_dup.c
48
size_t secure_buffer_sz)
crypto/openssl/crypto/params_dup.c
63
size_t param_sz, blks;
crypto/openssl/crypto/params_from_text.c
119
size_t hexdigits = strlen(value);
crypto/openssl/crypto/params_from_text.c
136
const char *value, size_t value_n, int ishex,
crypto/openssl/crypto/params_from_text.c
137
void *buf, size_t buf_n, BIGNUM *tmpbn)
crypto/openssl/crypto/params_from_text.c
165
size_t i = buf_n;
crypto/openssl/crypto/params_from_text.c
182
size_t l = 0;
crypto/openssl/crypto/params_from_text.c
26
const char *value, size_t value_n,
crypto/openssl/crypto/params_from_text.c
29
size_t *buf_n, BIGNUM **tmpbn, int *found)
crypto/openssl/crypto/params_from_text.c
309
size_t value_n, int *found)
crypto/openssl/crypto/params_from_text.c
314
size_t buf_n = 0;
crypto/openssl/crypto/params_from_text.c
32
size_t buf_bits;
crypto/openssl/crypto/params_from_text.c
79
buf_bits = (size_t)BN_num_bits(*tmpbn);
crypto/openssl/crypto/passphrase.c
114
static int do_ui_passphrase(char *pass, size_t pass_size, size_t *pass_len,
crypto/openssl/crypto/passphrase.c
189
*pass_len = (size_t)res;
crypto/openssl/crypto/passphrase.c
204
int ossl_pw_get_passphrase(char *pass, size_t pass_size, size_t *pass_len,
crypto/openssl/crypto/passphrase.c
209
size_t source_len = 0;
crypto/openssl/crypto/passphrase.c
310
size_t password_len = 0;
crypto/openssl/crypto/passphrase.c
317
if (ossl_pw_get_passphrase(buf, (size_t)size, &password_len, params,
crypto/openssl/crypto/passphrase.c
333
int ossl_pw_passphrase_callback_enc(char *pass, size_t pass_size,
crypto/openssl/crypto/passphrase.c
334
size_t *pass_len,
crypto/openssl/crypto/passphrase.c
340
int ossl_pw_passphrase_callback_dec(char *pass, size_t pass_size,
crypto/openssl/crypto/passphrase.c
341
size_t *pass_len,
crypto/openssl/crypto/passphrase.c
35
size_t passphrase_len)
crypto/openssl/crypto/pem/pem_lib.c
223
static void pem_free(void *p, unsigned int flags, size_t num,
crypto/openssl/crypto/pem/pem_lib.c
83
BIO_snprintf(p, PEM_BUFSIZE - (size_t)(p - buf), "Proc-Type: 4,%s\n", str);
crypto/openssl/crypto/pem/pem_lib.c
844
size_t namelen;
crypto/openssl/crypto/pem/pem_lib.c
90
int j = PEM_BUFSIZE - (size_t)(p - buf), n;
crypto/openssl/crypto/pem/pvkfmt.c
822
static int derive_pvk_key(unsigned char *key, size_t keylen,
crypto/openssl/crypto/pkcs12/p12_key.c
123
if (EVP_KDF_derive(ctx, out, (size_t)n, params)) {
crypto/openssl/crypto/pkcs12/p12_mutl.c
430
(size_t)saltlen, 0)
crypto/openssl/crypto/pkcs7/pk7_doit.c
152
size_t eklen;
crypto/openssl/crypto/pkcs7/pk7_doit.c
190
size_t fixlen)
crypto/openssl/crypto/pkcs7/pk7_doit.c
194
size_t eklen;
crypto/openssl/crypto/pkcs7/pk7_doit.c
648
tkeylen = (size_t)len;
crypto/openssl/crypto/pkcs7/pk7_doit.c
962
size_t siglen;
crypto/openssl/crypto/poly1305/poly1305.c
137
poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit)
crypto/openssl/crypto/poly1305/poly1305.c
16
size_t Poly1305_ctx_size(void)
crypto/openssl/crypto/poly1305/poly1305.c
276
poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit)
crypto/openssl/crypto/poly1305/poly1305.c
398
void poly1305_blocks(void *ctx, const unsigned char *inp, size_t len,
crypto/openssl/crypto/poly1305/poly1305.c
438
void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len)
crypto/openssl/crypto/poly1305/poly1305.c
449
size_t rem, num;
crypto/openssl/crypto/poly1305/poly1305.c
486
size_t num;
crypto/openssl/crypto/poly1305/poly1305.c
85
poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit);
crypto/openssl/crypto/poly1305/poly1305_base2_44.c
74
void poly1305_blocks(void *ctx, const unsigned char *inp, size_t len,
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
219
void poly1305_blocks(void *ctx, const unsigned char *inp, size_t len,
crypto/openssl/crypto/poly1305/poly1305_ppc.c
16
void poly1305_blocks(void *ctx, const unsigned char *inp, size_t len,
crypto/openssl/crypto/poly1305/poly1305_ppc.c
21
void poly1305_blocks_fpu(void *ctx, const unsigned char *inp, size_t len,
crypto/openssl/crypto/poly1305/poly1305_ppc.c
26
void poly1305_blocks_vsx(void *ctx, const unsigned char *inp, size_t len,
crypto/openssl/crypto/poly1305/poly1305_ppc.c
37
} else if (sizeof(size_t) == 4 && (OPENSSL_ppccap_P & PPC_FPU)) {
crypto/openssl/crypto/ppccap.c
161
if (sizeof(size_t) == 4) {
crypto/openssl/crypto/ppccap.c
177
if (sizeof(size_t) == 4) {
crypto/openssl/crypto/ppccap.c
208
size_t len = sizeof(val);
crypto/openssl/crypto/ppccap.c
233
if (sizeof(size_t) == 4) {
crypto/openssl/crypto/ppccap.c
283
if (sizeof(size_t) == 4) {
crypto/openssl/crypto/ppccap.c
63
size_t OPENSSL_instrument_bus_mftb(unsigned int *, size_t);
crypto/openssl/crypto/ppccap.c
64
size_t OPENSSL_instrument_bus_mfspr268(unsigned int *, size_t);
crypto/openssl/crypto/ppccap.c
66
size_t OPENSSL_instrument_bus(unsigned int *out, size_t cnt)
crypto/openssl/crypto/ppccap.c
76
size_t OPENSSL_instrument_bus2_mftb(unsigned int *, size_t, size_t);
crypto/openssl/crypto/ppccap.c
77
size_t OPENSSL_instrument_bus2_mfspr268(unsigned int *, size_t, size_t);
crypto/openssl/crypto/ppccap.c
79
size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max)
crypto/openssl/crypto/property/defn_cache.c
94
size_t len;
crypto/openssl/crypto/property/property.c
510
size_t size;
crypto/openssl/crypto/property/property.c
85
size_t cache_nelem;
crypto/openssl/crypto/property/property.c
896
size_t len;
crypto/openssl/crypto/property/property.c
93
size_t nelem;
crypto/openssl/crypto/property/property_parse.c
198
size_t i = 0;
crypto/openssl/crypto/property/property_parse.c
229
size_t i = 0;
crypto/openssl/crypto/property/property_parse.c
45
static int match(const char *t[], const char m[], size_t m_len)
crypto/openssl/crypto/property/property_parse.c
584
size_t i;
crypto/openssl/crypto/property/property_parse.c
604
static void put_char(char ch, char **buf, size_t *remain, size_t *needed)
crypto/openssl/crypto/property/property_parse.c
61
size_t i = 0;
crypto/openssl/crypto/property/property_parse.c
619
static void put_str(const char *str, char **buf, size_t *remain, size_t *needed)
crypto/openssl/crypto/property/property_parse.c
621
size_t olen, len, i;
crypto/openssl/crypto/property/property_parse.c
644
if (*remain <= (size_t)quotes) {
crypto/openssl/crypto/property/property_parse.c
671
static void put_num(int64_t val, char **buf, size_t *remain, size_t *needed)
crypto/openssl/crypto/property/property_parse.c
674
size_t len = 1;
crypto/openssl/crypto/property/property_parse.c
698
size_t ossl_property_list_to_string(OSSL_LIB_CTX *ctx,
crypto/openssl/crypto/property/property_parse.c
700
size_t bufsize)
crypto/openssl/crypto/property/property_parse.c
704
size_t needed = 0;
crypto/openssl/crypto/property/property_string.c
128
const size_t l = strlen(s);
crypto/openssl/crypto/provider_conf.c
88
size_t buffer_len = 0;
crypto/openssl/crypto/provider_core.c
1103
size_t cnt, cnt2;
crypto/openssl/crypto/provider_core.c
1462
size_t i;
crypto/openssl/crypto/provider_core.c
187
size_t operation_bits_sz;
crypto/openssl/crypto/provider_core.c
1896
void *buf, size_t n, unsigned int strength)
crypto/openssl/crypto/provider_core.c
2027
int ossl_provider_set_operation_bit(OSSL_PROVIDER *provider, size_t bitnum)
crypto/openssl/crypto/provider_core.c
2029
size_t byte = bitnum / 8;
crypto/openssl/crypto/provider_core.c
2052
int ossl_provider_test_operation_bit(OSSL_PROVIDER *provider, size_t bitnum,
crypto/openssl/crypto/provider_core.c
2055
size_t byte = bitnum / 8;
crypto/openssl/crypto/provider_core.c
224
size_t numprovinfo;
crypto/openssl/crypto/provider_core.c
225
size_t provinfosz;
crypto/openssl/crypto/provider_core.c
2454
static size_t rand_get_entropy(const OSSL_CORE_HANDLE *handle,
crypto/openssl/crypto/provider_core.c
2456
size_t min_len, size_t max_len)
crypto/openssl/crypto/provider_core.c
2478
size_t ossl_rand_jitter_get_seed(unsigned char **, int, size_t, size_t);
crypto/openssl/crypto/provider_core.c
2479
static size_t rand_get_entropy(const OSSL_CORE_HANDLE *handle,
crypto/openssl/crypto/provider_core.c
2481
size_t min_len, size_t max_len)
crypto/openssl/crypto/provider_core.c
2487
static size_t rand_get_user_entropy(const OSSL_CORE_HANDLE *handle,
crypto/openssl/crypto/provider_core.c
2489
size_t min_len, size_t max_len)
crypto/openssl/crypto/provider_core.c
2496
unsigned char *buf, size_t len)
crypto/openssl/crypto/provider_core.c
2503
unsigned char *buf, size_t len)
crypto/openssl/crypto/provider_core.c
2509
static size_t rand_get_nonce(const OSSL_CORE_HANDLE *handle,
crypto/openssl/crypto/provider_core.c
2511
size_t min_len, size_t max_len,
crypto/openssl/crypto/provider_core.c
2512
const void *salt, size_t salt_len)
crypto/openssl/crypto/provider_core.c
2518
static size_t rand_get_user_nonce(const OSSL_CORE_HANDLE *handle,
crypto/openssl/crypto/provider_core.c
2520
size_t min_len, size_t max_len,
crypto/openssl/crypto/provider_core.c
2521
const void *salt, size_t salt_len)
crypto/openssl/crypto/provider_core.c
2528
unsigned char *buf, size_t len)
crypto/openssl/crypto/provider_core.c
2535
unsigned char *buf, size_t len)
crypto/openssl/crypto/provider_core.c
290
size_t i;
crypto/openssl/crypto/provider_core.c
381
size_t newsz = store->provinfosz + BUILTINS_BLOCK_SIZE;
crypto/openssl/crypto/provider_core.c
536
size_t i;
crypto/openssl/crypto/punycode.c
119
int ossl_punycode_decode(const char *pEncoded, const size_t enc_len,
crypto/openssl/crypto/punycode.c
125
size_t processed_in = 0, written_out = 0;
crypto/openssl/crypto/punycode.c
249
int ossl_a2ulabel(const char *in, char *out, size_t outlen)
crypto/openssl/crypto/punycode.c
272
size_t delta = tmpptr != NULL ? (size_t)(tmpptr - inptr) : strlen(inptr);
crypto/openssl/crypto/punycode.c
287
size_t utfsize = codepoint2utf8(seed, buf[i]);
crypto/openssl/crypto/quic_vlint.c
38
size_t sz = ossl_quic_vlint_decode_len(first_byte);
crypto/openssl/crypto/quic_vlint.c
63
int ossl_quic_vlint_decode(const unsigned char *buf, size_t buf_len, uint64_t *v)
crypto/openssl/crypto/quic_vlint.c
65
size_t dec_len;
crypto/openssl/crypto/rand/prov_seed.c
100
size_t ossl_rand_get_user_nonce(OSSL_LIB_CTX *ctx,
crypto/openssl/crypto/rand/prov_seed.c
102
size_t min_len, size_t max_len,
crypto/openssl/crypto/rand/prov_seed.c
103
const void *salt, size_t salt_len)
crypto/openssl/crypto/rand/prov_seed.c
123
unsigned char *buf, size_t len)
crypto/openssl/crypto/rand/prov_seed.c
129
unsigned char *buf, size_t len)
crypto/openssl/crypto/rand/prov_seed.c
18
size_t ossl_rand_get_entropy(ossl_unused OSSL_LIB_CTX *ctx,
crypto/openssl/crypto/rand/prov_seed.c
20
size_t min_len, size_t max_len)
crypto/openssl/crypto/rand/prov_seed.c
22
size_t ret = 0;
crypto/openssl/crypto/rand/prov_seed.c
23
size_t entropy_available;
crypto/openssl/crypto/rand/prov_seed.c
44
size_t ossl_rand_get_user_entropy(OSSL_LIB_CTX *ctx,
crypto/openssl/crypto/rand/prov_seed.c
46
size_t min_len, size_t max_len)
crypto/openssl/crypto/rand/prov_seed.c
58
unsigned char *buf, size_t len)
crypto/openssl/crypto/rand/prov_seed.c
64
unsigned char *buf, size_t len)
crypto/openssl/crypto/rand/prov_seed.c
74
size_t ossl_rand_get_nonce(ossl_unused OSSL_LIB_CTX *ctx,
crypto/openssl/crypto/rand/prov_seed.c
76
size_t min_len, ossl_unused size_t max_len,
crypto/openssl/crypto/rand/prov_seed.c
77
const void *salt, size_t salt_len)
crypto/openssl/crypto/rand/prov_seed.c
79
size_t ret = 0;
crypto/openssl/crypto/rand/rand_lib.c
439
int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
crypto/openssl/crypto/rand/rand_lib.c
475
return RAND_priv_bytes_ex(NULL, buf, (size_t)num, 0);
crypto/openssl/crypto/rand/rand_lib.c
478
int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
crypto/openssl/crypto/rand/rand_lib.c
515
return RAND_bytes_ex(NULL, buf, (size_t)num, 0);
crypto/openssl/crypto/rand/rand_pool.c
119
size_t ossl_rand_pool_entropy(RAND_POOL *pool)
crypto/openssl/crypto/rand/rand_pool.c
127
size_t ossl_rand_pool_length(RAND_POOL *pool)
crypto/openssl/crypto/rand/rand_pool.c
172
size_t ossl_rand_pool_entropy_available(RAND_POOL *pool)
crypto/openssl/crypto/rand/rand_pool.c
188
size_t ossl_rand_pool_entropy_needed(RAND_POOL *pool)
crypto/openssl/crypto/rand/rand_pool.c
197
static int rand_pool_grow(RAND_POOL *pool, size_t len)
crypto/openssl/crypto/rand/rand_pool.c
201
const size_t limit = pool->max_len / 2;
crypto/openssl/crypto/rand/rand_pool.c
202
size_t newlen = pool->alloc_len;
crypto/openssl/crypto/rand/rand_pool.c
23
size_t min_len, size_t max_len)
crypto/openssl/crypto/rand/rand_pool.c
236
size_t ossl_rand_pool_bytes_needed(RAND_POOL *pool, unsigned int entropy_factor)
crypto/openssl/crypto/rand/rand_pool.c
238
size_t bytes_needed;
crypto/openssl/crypto/rand/rand_pool.c
239
size_t entropy_needed = ossl_rand_pool_entropy_needed(pool);
crypto/openssl/crypto/rand/rand_pool.c
26
size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure);
crypto/openssl/crypto/rand/rand_pool.c
284
size_t ossl_rand_pool_bytes_remaining(RAND_POOL *pool)
crypto/openssl/crypto/rand/rand_pool.c
299
const unsigned char *buffer, size_t len, size_t entropy)
crypto/openssl/crypto/rand/rand_pool.c
353
unsigned char *ossl_rand_pool_add_begin(RAND_POOL *pool, size_t len)
crypto/openssl/crypto/rand/rand_pool.c
392
int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy)
crypto/openssl/crypto/rand/rand_pool.c
419
size_t adin_len)
crypto/openssl/crypto/rand/rand_pool.c
436
size_t i;
crypto/openssl/crypto/rand/rand_pool.c
60
RAND_POOL *ossl_rand_pool_attach(const unsigned char *buffer, size_t len,
crypto/openssl/crypto/rand/rand_pool.c
61
size_t entropy)
crypto/openssl/crypto/rand/randfile.c
269
const char *RAND_file_name(char *buf, size_t size)
crypto/openssl/crypto/rand/randfile.c
272
size_t len;
crypto/openssl/crypto/rc4/rc4_enc.c
27
void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
crypto/openssl/crypto/rc4/rc4_enc.c
32
size_t i;
crypto/openssl/crypto/ripemd/rmd_dgst.c
21
void ripemd160_block_x86(RIPEMD160_CTX *c, unsigned long *p, size_t num);
crypto/openssl/crypto/ripemd/rmd_dgst.c
24
void ripemd160_block(RIPEMD160_CTX *c, unsigned long *p, size_t num);
crypto/openssl/crypto/ripemd/rmd_dgst.c
42
void ripemd160_block_data_order(RIPEMD160_CTX *ctx, const void *p, size_t num)
crypto/openssl/crypto/ripemd/rmd_local.h
25
void ripemd160_block_data_order(RIPEMD160_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/ripemd/rmd_one.c
21
unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/riscvcap.c
113
for (size_t i = 0; i < kRISCVNumCaps; ++i) {
crypto/openssl/crypto/riscvcap.c
114
for (size_t j = 0; j != OSSL_RISCV_HWPROBE_PAIR_COUNT; ++j) {
crypto/openssl/crypto/riscvcap.c
127
size_t riscv_vlen(void)
crypto/openssl/crypto/riscvcap.c
27
extern size_t riscv_vlen_asm(void);
crypto/openssl/crypto/riscvcap.c
29
static size_t vlen = 0;
crypto/openssl/crypto/riscvcap.c
40
size_t OPENSSL_instrument_bus(unsigned int *out, size_t cnt)
crypto/openssl/crypto/riscvcap.c
45
size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max)
crypto/openssl/crypto/riscvcap.c
50
static void strtoupper(const char *str, char *dst, size_t dstlen)
crypto/openssl/crypto/riscvcap.c
52
for (size_t i = 0; i < dstlen; i++) {
crypto/openssl/crypto/riscvcap.c
75
for (size_t i = 0; i < kRISCVNumCaps; ++i) {
crypto/openssl/crypto/riscvcap.c
76
size_t len = strlen(RISCV_capabilities[i].name);
crypto/openssl/crypto/riscvcap.c
96
static long riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count,
crypto/openssl/crypto/riscvcap.c
97
size_t cpu_count, unsigned long *cpus,
crypto/openssl/crypto/rsa/rsa_ameth.c
662
size_t aid_len = 0;
crypto/openssl/crypto/rsa/rsa_ameth.c
784
static size_t rsa_pkey_dirty_cnt(const EVP_PKEY *pkey)
crypto/openssl/crypto/rsa/rsa_lib.c
1004
char *mdname, size_t mdnamesize)
crypto/openssl/crypto/rsa/rsa_lib.c
1096
size_t namesize)
crypto/openssl/crypto/rsa/rsa_lib.c
1137
size_t namesize)
crypto/openssl/crypto/rsa/rsa_lib.c
1199
(void *)plabel, (size_t)llen);
crypto/openssl/crypto/rsa/rsa_lib.c
1214
size_t labellen;
crypto/openssl/crypto/rsa/rsa_lib.c
1302
size_t bits2 = bits;
crypto/openssl/crypto/rsa/rsa_lib.c
1362
size_t primes2 = primes;
crypto/openssl/crypto/rsa/rsa_pk1.c
547
unsigned char *to, size_t tlen,
crypto/openssl/crypto/rsa/rsa_pk1.c
549
size_t flen, int client_version,
crypto/openssl/crypto/rsa/rsa_pmeth.c
135
size_t *siglen, const unsigned char *tbs,
crypto/openssl/crypto/rsa/rsa_pmeth.c
136
size_t tbslen)
crypto/openssl/crypto/rsa/rsa_pmeth.c
155
if (tbslen != (size_t)md_size) {
crypto/openssl/crypto/rsa/rsa_pmeth.c
170
if ((size_t)RSA_size(rsa) < tbslen + 1) {
crypto/openssl/crypto/rsa/rsa_pmeth.c
212
unsigned char *rout, size_t *routlen,
crypto/openssl/crypto/rsa/rsa_pmeth.c
213
const unsigned char *sig, size_t siglen)
crypto/openssl/crypto/rsa/rsa_pmeth.c
244
size_t sltmp;
crypto/openssl/crypto/rsa/rsa_pmeth.c
264
const unsigned char *sig, size_t siglen,
crypto/openssl/crypto/rsa/rsa_pmeth.c
265
const unsigned char *tbs, size_t tbslen)
crypto/openssl/crypto/rsa/rsa_pmeth.c
274
size_t rslen;
crypto/openssl/crypto/rsa/rsa_pmeth.c
286
if (tbslen != (size_t)md_size) {
crypto/openssl/crypto/rsa/rsa_pmeth.c
326
unsigned char *out, size_t *outlen,
crypto/openssl/crypto/rsa/rsa_pmeth.c
327
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/rsa/rsa_pmeth.c
359
unsigned char *out, size_t *outlen,
crypto/openssl/crypto/rsa/rsa_pmeth.c
360
const unsigned char *in, size_t inlen)
crypto/openssl/crypto/rsa/rsa_pmeth.c
54
size_t oaep_labellen;
crypto/openssl/crypto/rsa/rsa_pss.c
287
OPENSSL_clear_free(salt, (size_t)sLen); /* salt != NULL implies sLen > 0 */
crypto/openssl/crypto/rsa/rsa_schemes.c
19
const OSSL_ITEM *items, size_t items_n)
crypto/openssl/crypto/rsa/rsa_schemes.c
21
size_t i;
crypto/openssl/crypto/rsa/rsa_schemes.c
30
static const char *nid2name(int meth, const OSSL_ITEM *items, size_t items_n)
crypto/openssl/crypto/rsa/rsa_schemes.c
32
size_t i;
crypto/openssl/crypto/rsa/rsa_sign.c
166
const unsigned char *ossl_rsa_digestinfo_encoding(int md_nid, size_t *len)
crypto/openssl/crypto/rsa/rsa_sign.c
257
static int encode_pkcs1(unsigned char **out, size_t *out_len, int type,
crypto/openssl/crypto/rsa/rsa_sign.c
258
const unsigned char *m, size_t m_len)
crypto/openssl/crypto/rsa/rsa_sign.c
260
size_t di_prefix_len, dig_info_len;
crypto/openssl/crypto/rsa/rsa_sign.c
290
size_t encoded_len = 0;
crypto/openssl/crypto/rsa/rsa_sign.c
318
if (encoded_len + RSA_PKCS1_PADDING_SIZE > (size_t)RSA_size(rsa)) {
crypto/openssl/crypto/rsa/rsa_sign.c
345
unsigned char *rm, size_t *prm_len,
crypto/openssl/crypto/rsa/rsa_sign.c
346
const unsigned char *sigbuf, size_t siglen, RSA *rsa)
crypto/openssl/crypto/rsa/rsa_sign.c
349
size_t decrypt_len, encoded_len = 0;
crypto/openssl/crypto/rsa/rsa_sign.c
352
if (siglen != (size_t)RSA_size(rsa)) {
crypto/openssl/crypto/s390x_arch.h
17
void s390x_kimd(const unsigned char *in, size_t len, unsigned int fc,
crypto/openssl/crypto/s390x_arch.h
19
void s390x_klmd(const unsigned char *in, size_t inlen, unsigned char *out,
crypto/openssl/crypto/s390x_arch.h
20
size_t outlen, unsigned int fc, void *param);
crypto/openssl/crypto/s390x_arch.h
21
void s390x_km(const unsigned char *in, size_t len, unsigned char *out,
crypto/openssl/crypto/s390x_arch.h
23
void s390x_kmac(const unsigned char *in, size_t len, unsigned int fc,
crypto/openssl/crypto/s390x_arch.h
25
void s390x_kmo(const unsigned char *in, size_t len, unsigned char *out,
crypto/openssl/crypto/s390x_arch.h
27
void s390x_kmf(const unsigned char *in, size_t len, unsigned char *out,
crypto/openssl/crypto/s390x_arch.h
29
void s390x_kma(const unsigned char *aad, size_t alen, const unsigned char *in,
crypto/openssl/crypto/s390x_arch.h
30
size_t len, unsigned char *out, unsigned int fc, void *param);
crypto/openssl/crypto/s390x_arch.h
33
size_t len);
crypto/openssl/crypto/seed/seed_cbc.c
20
size_t len, const SEED_KEY_SCHEDULE *ks,
crypto/openssl/crypto/seed/seed_cfb.c
20
size_t len, const SEED_KEY_SCHEDULE *ks,
crypto/openssl/crypto/seed/seed_ofb.c
20
size_t len, const SEED_KEY_SCHEDULE *ks,
crypto/openssl/crypto/self_test_core.c
77
size_t n = 0;
crypto/openssl/crypto/sha/keccak1600.c
1095
size_t SHA3_absorb(uint64_t A[5][5], const unsigned char *inp, size_t len,
crypto/openssl/crypto/sha/keccak1600.c
1096
size_t r)
crypto/openssl/crypto/sha/keccak1600.c
1099
size_t i, w = r / 8;
crypto/openssl/crypto/sha/keccak1600.c
1126
void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r,
crypto/openssl/crypto/sha/keccak1600.c
1130
size_t i, w = r / 8;
crypto/openssl/crypto/sha/keccak1600.c
1176
void SHA3_sponge(const unsigned char *inp, size_t len,
crypto/openssl/crypto/sha/keccak1600.c
1177
unsigned char *out, size_t d, size_t r)
crypto/openssl/crypto/sha/keccak1600.c
1195
size_t i;
crypto/openssl/crypto/sha/keccak1600.c
123
size_t y;
crypto/openssl/crypto/sha/keccak1600.c
156
size_t y;
crypto/openssl/crypto/sha/keccak1600.c
16
size_t SHA3_absorb(uint64_t A[5][5], const unsigned char *inp, size_t len,
crypto/openssl/crypto/sha/keccak1600.c
17
size_t r);
crypto/openssl/crypto/sha/keccak1600.c
18
void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r, int next);
crypto/openssl/crypto/sha/keccak1600.c
211
size_t y;
crypto/openssl/crypto/sha/keccak1600.c
228
static void Iota(uint64_t A[5][5], size_t i)
crypto/openssl/crypto/sha/keccak1600.c
236
size_t i;
crypto/openssl/crypto/sha/keccak1600.c
258
static void Round(uint64_t A[5][5], size_t i)
crypto/openssl/crypto/sha/keccak1600.c
371
size_t i;
crypto/openssl/crypto/sha/keccak1600.c
386
static void Round(uint64_t A[5][5], size_t i)
crypto/openssl/crypto/sha/keccak1600.c
514
size_t i;
crypto/openssl/crypto/sha/keccak1600.c
531
static void Round(uint64_t R[5][5], uint64_t A[5][5], size_t i)
crypto/openssl/crypto/sha/keccak1600.c
653
size_t i;
crypto/openssl/crypto/sha/keccak1600.c
689
static void FourRounds(uint64_t A[5][5], size_t i)
crypto/openssl/crypto/sha/keccak1600.c
972
size_t i;
crypto/openssl/crypto/sha/sha1_one.c
23
unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/sha/sha1_one.c
38
unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/sha/sha1_one.c
47
unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/sha/sha1_one.c
56
unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/sha/sha1_one.c
65
unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/sha/sha1_one.c
74
unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md)
crypto/openssl/crypto/sha/sha256.c
130
void sha256_block_data_order_c(SHA256_CTX *ctx, const void *in, size_t num);
crypto/openssl/crypto/sha/sha256.c
133
void sha256_block_data_order(SHA256_CTX *ctx, const void *in, size_t num);
crypto/openssl/crypto/sha/sha256.c
217
size_t num)
crypto/openssl/crypto/sha/sha256.c
301
void sha256_block_data_order_c(SHA256_CTX *ctx, const void *in, size_t num)
crypto/openssl/crypto/sha/sha256.c
304
size_t num)
crypto/openssl/crypto/sha/sha256.c
325
&& ((size_t)in % 4) == 0) {
crypto/openssl/crypto/sha/sha256.c
64
int SHA224_Update(SHA256_CTX *c, const void *data, size_t len)
crypto/openssl/crypto/sha/sha3.c
103
int ossl_sha3_final(KECCAK1600_CTX *ctx, unsigned char *out, size_t outlen)
crypto/openssl/crypto/sha/sha3.c
105
size_t bsz = ctx->block_size;
crypto/openssl/crypto/sha/sha3.c
106
size_t num = ctx->bufsz;
crypto/openssl/crypto/sha/sha3.c
140
int ossl_sha3_squeeze(KECCAK1600_CTX *ctx, unsigned char *out, size_t outlen)
crypto/openssl/crypto/sha/sha3.c
142
size_t bsz = ctx->block_size;
crypto/openssl/crypto/sha/sha3.c
143
size_t num = ctx->bufsz;
crypto/openssl/crypto/sha/sha3.c
144
size_t len;
crypto/openssl/crypto/sha/sha3.c
16
void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r, int next);
crypto/openssl/crypto/sha/sha3.c
28
int ossl_sha3_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen)
crypto/openssl/crypto/sha/sha3.c
30
size_t bsz = SHA3_BLOCKSIZE(bitlen);
crypto/openssl/crypto/sha/sha3.c
43
int ossl_keccak_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen, size_t mdlen)
crypto/openssl/crypto/sha/sha3.c
52
int ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len)
crypto/openssl/crypto/sha/sha3.c
55
size_t bsz = ctx->block_size;
crypto/openssl/crypto/sha/sha3.c
56
size_t num, rem;
crypto/openssl/crypto/sha/sha512.c
150
void sha512_block_data_order_c(SHA512_CTX *ctx, const void *in, size_t num);
crypto/openssl/crypto/sha/sha512.c
153
void sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num);
crypto/openssl/crypto/sha/sha512.c
158
size_t n = c->num;
crypto/openssl/crypto/sha/sha512.c
279
int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len)
crypto/openssl/crypto/sha/sha512.c
296
size_t n = sizeof(c->u) - c->num;
crypto/openssl/crypto/sha/sha512.c
310
if ((size_t)data % sizeof(c->u.d[0]) != 0)
crypto/openssl/crypto/sha/sha512.c
327
int SHA384_Update(SHA512_CTX *c, const void *data, size_t len)
crypto/openssl/crypto/sha/sha512.c
335
if ((size_t)data % sizeof(c->u.d[0]) != 0)
crypto/openssl/crypto/sha/sha512.c
584
size_t num)
crypto/openssl/crypto/sha/sha512.c
646
size_t num)
crypto/openssl/crypto/sha/sha512.c
734
void sha512_block_data_order_c(SHA512_CTX *ctx, const void *in, size_t num)
crypto/openssl/crypto/sha/sha512.c
737
size_t num)
crypto/openssl/crypto/sha/sha_local.h
142
static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num)
crypto/openssl/crypto/sha/sha_local.h
163
&& ((size_t)p % 4) == 0) {
crypto/openssl/crypto/sha/sha_local.h
380
static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num)
crypto/openssl/crypto/sha/sha_local.h
46
static void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/sha/sha_local.h
48
void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/sha/sha_ppc.c
17
void sha256_block_p8(void *ctx, const void *inp, size_t len);
crypto/openssl/crypto/sha/sha_ppc.c
18
void sha256_block_ppc(void *ctx, const void *inp, size_t len);
crypto/openssl/crypto/sha/sha_ppc.c
19
void sha256_block_data_order(void *ctx, const void *inp, size_t len);
crypto/openssl/crypto/sha/sha_ppc.c
20
void sha256_block_data_order(void *ctx, const void *inp, size_t len)
crypto/openssl/crypto/sha/sha_ppc.c
25
void sha512_block_p8(void *ctx, const void *inp, size_t len);
crypto/openssl/crypto/sha/sha_ppc.c
26
void sha512_block_ppc(void *ctx, const void *inp, size_t len);
crypto/openssl/crypto/sha/sha_ppc.c
27
void sha512_block_data_order(void *ctx, const void *inp, size_t len);
crypto/openssl/crypto/sha/sha_ppc.c
28
void sha512_block_data_order(void *ctx, const void *inp, size_t len)
crypto/openssl/crypto/sha/sha_riscv.c
18
size_t num);
crypto/openssl/crypto/sha/sha_riscv.c
19
void sha256_block_data_order_c(void *ctx, const void *in, size_t num);
crypto/openssl/crypto/sha/sha_riscv.c
20
void sha256_block_data_order(SHA256_CTX *ctx, const void *in, size_t num);
crypto/openssl/crypto/sha/sha_riscv.c
22
void sha256_block_data_order(SHA256_CTX *ctx, const void *in, size_t num)
crypto/openssl/crypto/sha/sha_riscv.c
31
void sha512_block_data_order_zvkb_zvknhb(void *ctx, const void *in, size_t num);
crypto/openssl/crypto/sha/sha_riscv.c
32
void sha512_block_data_order_c(void *ctx, const void *in, size_t num);
crypto/openssl/crypto/sha/sha_riscv.c
33
void sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num);
crypto/openssl/crypto/sha/sha_riscv.c
35
void sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num)
crypto/openssl/crypto/siphash/siphash.c
136
void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen)
crypto/openssl/crypto/siphash/siphash.c
151
size_t available = SIPHASH_BLOCK_SIZE - ctx->len;
crypto/openssl/crypto/siphash/siphash.c
194
int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen)
crypto/openssl/crypto/siphash/siphash.c
204
if (ctx->crounds == 0 || outlen == 0 || outlen != (size_t)ctx->hash_size)
crypto/openssl/crypto/siphash/siphash.c
65
size_t SipHash_ctx_size(void)
crypto/openssl/crypto/siphash/siphash.c
70
size_t SipHash_hash_size(SIPHASH *ctx)
crypto/openssl/crypto/siphash/siphash.c
75
static size_t siphash_adjust_hash_size(size_t hash_size)
crypto/openssl/crypto/siphash/siphash.c
82
int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size)
crypto/openssl/crypto/siphash/siphash.c
98
if ((size_t)ctx->hash_size != hash_size) {
crypto/openssl/crypto/slh_dsa/slh_dsa.c
148
const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
149
const uint8_t *sig, size_t sig_len)
crypto/openssl/crypto/slh_dsa/slh_dsa.c
161
size_t md_len = MD_LEN(params); /* 21..40 bytes */
crypto/openssl/crypto/slh_dsa/slh_dsa.c
231
static uint8_t *msg_encode(const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
232
const uint8_t *ctx, size_t ctx_len, int encode,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
233
uint8_t *tmp, size_t tmp_len, size_t *out_len)
crypto/openssl/crypto/slh_dsa/slh_dsa.c
237
size_t encoded_len;
crypto/openssl/crypto/slh_dsa/slh_dsa.c
279
const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
280
const uint8_t *ctx, size_t ctx_len,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
282
unsigned char *sig, size_t *siglen, size_t sigsize)
crypto/openssl/crypto/slh_dsa/slh_dsa.c
285
size_t m_len = 0;
crypto/openssl/crypto/slh_dsa/slh_dsa.c
305
const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
306
const uint8_t *ctx, size_t ctx_len, int encode,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
307
const uint8_t *sig, size_t sig_len)
crypto/openssl/crypto/slh_dsa/slh_dsa.c
310
size_t m_len;
crypto/openssl/crypto/slh_dsa/slh_dsa.c
329
static uint64_t bytes_to_u64_be(const uint8_t *in, size_t in_len)
crypto/openssl/crypto/slh_dsa/slh_dsa.c
332
size_t i;
crypto/openssl/crypto/slh_dsa/slh_dsa.c
43
const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
44
uint8_t *sig, size_t *sig_len, size_t sig_size,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
50
size_t sig_len_expected = params->sig_len;
crypto/openssl/crypto/slh_dsa/slh_dsa.c
53
size_t md_len = MD_LEN(params); /* The size of the digest |md| */
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
271
size_t priv_len, key_len, data_len = 0;
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
339
size_t n = params->n;
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
369
const uint8_t *entropy, size_t entropy_len)
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
371
size_t n = out->params->n;
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
372
size_t secret_key_len = 2 * n; /* The length of SK_SEED + SK_PRF */
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
373
size_t pk_seed_len = n; /* The length of PK_SEED */
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
374
size_t entropy_len_expected = secret_key_len + pk_seed_len;
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
421
size_t ossl_slh_dsa_key_get_pub_len(const SLH_DSA_KEY *key)
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
437
size_t ossl_slh_dsa_key_get_priv_len(const SLH_DSA_KEY *key)
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
442
size_t ossl_slh_dsa_key_get_n(const SLH_DSA_KEY *key)
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
447
size_t ossl_slh_dsa_key_get_sig_len(const SLH_DSA_KEY *key)
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
460
int ossl_slh_dsa_set_priv(SLH_DSA_KEY *key, const uint8_t *priv, size_t priv_len)
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
470
int ossl_slh_dsa_set_pub(SLH_DSA_KEY *key, const uint8_t *pub, size_t pub_len)
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
58
uint8_t *pk_out, size_t pk_out_len);
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
65
uint8_t *pk_out, size_t pk_out_len);
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
70
uint8_t *pk_out, size_t pk_out_len);
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
78
uint8_t *pk_out, size_t pk_out_len);
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
95
uint8_t *pk_out, size_t pk_out_len);
crypto/openssl/crypto/slh_dsa/slh_fors.c
212
uint8_t *adrs, uint8_t *pk_out, size_t pk_out_len)
crypto/openssl/crypto/slh_dsa/slh_fors.c
225
size_t roots_len = 0; /* The size of |roots| */
crypto/openssl/crypto/slh_dsa/slh_fors.c
23
static void slh_base_2b(const uint8_t *in, uint32_t b, uint32_t *out, size_t out_len);
crypto/openssl/crypto/slh_dsa/slh_fors.c
306
uint32_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_fors.c
308
size_t consumed = 0;
crypto/openssl/crypto/slh_dsa/slh_fors.c
43
uint8_t *pk_out, size_t pk_out_len)
crypto/openssl/crypto/slh_dsa/slh_fors.c
79
uint32_t height, uint8_t *node, size_t node_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
105
const uint8_t *m1, size_t m1_len, uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
108
size_t n = params->n;
crypto/openssl/crypto/slh_dsa/slh_hash.c
115
const uint8_t *m1, const uint8_t *m2, uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
118
size_t n = params->n;
crypto/openssl/crypto/slh_dsa/slh_hash.c
125
const uint8_t *ml, size_t ml_len, uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
128
size_t n = params->n;
crypto/openssl/crypto/slh_dsa/slh_hash.c
135
const uint8_t *in1, size_t in1_len, const uint8_t *in2, size_t in2_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
136
const uint8_t *in3, size_t in3_len, const uint8_t *in4, size_t in4_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
151
const uint8_t *pk_root, const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
152
uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
155
size_t m = params->m;
crypto/openssl/crypto/slh_dsa/slh_hash.c
156
size_t n = params->n;
crypto/openssl/crypto/slh_dsa/slh_hash.c
159
size_t seed_len = (size_t)sz + 2 * n;
crypto/openssl/crypto/slh_dsa/slh_hash.c
174
const uint8_t *msg, size_t msg_len, WPACKET *pkt)
crypto/openssl/crypto/slh_dsa/slh_hash.c
180
size_t n = prms->n;
crypto/openssl/crypto/slh_dsa/slh_hash.c
212
do_hash(EVP_MD_CTX *ctx, size_t n, const uint8_t *pk_seed, const uint8_t *adrs,
crypto/openssl/crypto/slh_dsa/slh_hash.c
213
const uint8_t *m, size_t m_len, size_t b, uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
229
uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
231
size_t n = hctx->key->params->n;
crypto/openssl/crypto/slh_dsa/slh_hash.c
239
const uint8_t *m1, size_t m1_len, uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
247
const uint8_t *m1, const uint8_t *m2, uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
251
size_t n = prms->n;
crypto/openssl/crypto/slh_dsa/slh_hash.c
261
const uint8_t *ml, size_t ml_len, uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
36
const uint8_t *in1, size_t in1_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
37
const uint8_t *in2, size_t in2_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
38
const uint8_t *in3, size_t in3_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
39
uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
49
const uint8_t *in1, size_t in1_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
50
const uint8_t *in2, size_t in2_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
51
const uint8_t *in3, size_t in3_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
52
const uint8_t *in4, size_t in4_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
53
uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
67
const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
68
uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
71
size_t m = params->m;
crypto/openssl/crypto/slh_dsa/slh_hash.c
72
size_t n = params->n;
crypto/openssl/crypto/slh_dsa/slh_hash.c
81
const uint8_t *adrs, uint8_t *out, size_t out_len)
crypto/openssl/crypto/slh_dsa/slh_hash.c
84
size_t n = params->n;
crypto/openssl/crypto/slh_dsa/slh_hash.c
92
const uint8_t *opt_rand, const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
97
size_t n = params->n;
crypto/openssl/crypto/slh_dsa/slh_hash.h
28
const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_hash.h
29
uint8_t *out, size_t out_len);
crypto/openssl/crypto/slh_dsa/slh_hash.h
33
uint8_t *out, size_t out_len);
crypto/openssl/crypto/slh_dsa/slh_hash.h
37
const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_hash.h
42
const uint8_t *m1, size_t m1_len,
crypto/openssl/crypto/slh_dsa/slh_hash.h
43
uint8_t *out, size_t out_len);
crypto/openssl/crypto/slh_dsa/slh_hash.h
48
uint8_t *out, size_t out_len);
crypto/openssl/crypto/slh_dsa/slh_hash.h
52
const uint8_t *m1, size_t m1_len,
crypto/openssl/crypto/slh_dsa/slh_hash.h
53
uint8_t *out, size_t out_len);
crypto/openssl/crypto/slh_dsa/slh_params.h
36
size_t sha2_h_and_t_bound;
crypto/openssl/crypto/slh_dsa/slh_wots.c
101
size_t j = start_index, end_index;
crypto/openssl/crypto/slh_dsa/slh_wots.c
102
size_t n = key->params->n;
crypto/openssl/crypto/slh_dsa/slh_wots.c
104
size_t tmp_len = n;
crypto/openssl/crypto/slh_dsa/slh_wots.c
140
uint8_t *adrs, uint8_t *pk_out, size_t pk_out_len)
crypto/openssl/crypto/slh_dsa/slh_wots.c
144
size_t n = key->params->n;
crypto/openssl/crypto/slh_dsa/slh_wots.c
145
size_t i, len = SLH_WOTS_LEN(n); /* 2 * n + 3 */
crypto/openssl/crypto/slh_dsa/slh_wots.c
149
size_t tmp_len = 0;
crypto/openssl/crypto/slh_dsa/slh_wots.c
211
size_t i;
crypto/openssl/crypto/slh_dsa/slh_wots.c
212
size_t n = key->params->n;
crypto/openssl/crypto/slh_dsa/slh_wots.c
213
size_t len1 = SLH_WOTS_LEN1(n); /* 2 * n = the msg length in nibbles */
crypto/openssl/crypto/slh_dsa/slh_wots.c
214
size_t len = len1 + SLH_WOTS_LEN2; /* 2 * n + 3 (3 checksum nibbles) */
crypto/openssl/crypto/slh_dsa/slh_wots.c
269
uint8_t *pk_out, size_t pk_out_len)
crypto/openssl/crypto/slh_dsa/slh_wots.c
274
size_t i;
crypto/openssl/crypto/slh_dsa/slh_wots.c
275
size_t n = key->params->n;
crypto/openssl/crypto/slh_dsa/slh_wots.c
276
size_t len1 = SLH_WOTS_LEN1(n);
crypto/openssl/crypto/slh_dsa/slh_wots.c
277
size_t len = len1 + SLH_WOTS_LEN2; /* 2n + 3 */
crypto/openssl/crypto/slh_dsa/slh_wots.c
281
size_t tmp_len = 0;
crypto/openssl/crypto/slh_dsa/slh_wots.c
33
static ossl_inline void slh_bytes_to_nibbles(const uint8_t *in, size_t in_len,
crypto/openssl/crypto/slh_dsa/slh_wots.c
36
size_t consumed = 0;
crypto/openssl/crypto/slh_dsa/slh_wots.c
51
static ossl_inline void compute_checksum_nibbles(const uint8_t *in, size_t in_len,
crypto/openssl/crypto/slh_dsa/slh_wots.c
54
size_t i;
crypto/openssl/crypto/slh_dsa/slh_xmss.c
142
uint8_t *pk_out, size_t pk_out_len)
crypto/openssl/crypto/slh_dsa/slh_xmss.c
151
size_t n = key->params->n;
crypto/openssl/crypto/slh_dsa/slh_xmss.c
38
uint8_t *pk_out, size_t pk_out_len)
crypto/openssl/crypto/slh_dsa/slh_xmss.c
92
size_t n = key->params->n;
crypto/openssl/crypto/slh_dsa/slh_xmss.c
96
size_t auth_path_len = n;
crypto/openssl/crypto/sm2/sm2_crypt.c
109
const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/sm2/sm2_crypt.c
110
uint8_t *ciphertext_buf, size_t *ciphertext_len)
crypto/openssl/crypto/sm2/sm2_crypt.c
113
size_t i;
crypto/openssl/crypto/sm2/sm2_crypt.c
130
size_t field_size;
crypto/openssl/crypto/sm2/sm2_crypt.c
257
*ciphertext_len = (size_t)ciphertext_leni;
crypto/openssl/crypto/sm2/sm2_crypt.c
277
const uint8_t *ciphertext, size_t ciphertext_len,
crypto/openssl/crypto/sm2/sm2_crypt.c
278
uint8_t *ptext_buf, size_t *ptext_len)
crypto/openssl/crypto/sm2/sm2_crypt.c
290
const size_t field_size = ec_field_size(group);
crypto/openssl/crypto/sm2/sm2_crypt.c
320
if (*ptext_len < (size_t)msg_len) {
crypto/openssl/crypto/sm2/sm2_crypt.c
47
static size_t ec_field_size(const EC_GROUP *group)
crypto/openssl/crypto/sm2/sm2_crypt.c
57
static int is_all_zeros(const unsigned char *msg, size_t msglen)
crypto/openssl/crypto/sm2/sm2_crypt.c
60
size_t i;
crypto/openssl/crypto/sm2/sm2_crypt.c
69
int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size,
crypto/openssl/crypto/sm2/sm2_crypt.c
70
size_t *pt_size)
crypto/openssl/crypto/sm2/sm2_crypt.c
88
size_t msg_len, size_t *ct_size)
crypto/openssl/crypto/sm2/sm2_crypt.c
90
const size_t field_size = ec_field_size(EC_KEY_get0_group(key));
crypto/openssl/crypto/sm2/sm2_crypt.c
92
size_t sz;
crypto/openssl/crypto/sm2/sm2_sign.c
152
const size_t id_len,
crypto/openssl/crypto/sm2/sm2_sign.c
153
const uint8_t *msg, size_t msg_len)
crypto/openssl/crypto/sm2/sm2_sign.c
26
const size_t id_len,
crypto/openssl/crypto/sm2/sm2_sign.c
417
const size_t id_len,
crypto/openssl/crypto/sm2/sm2_sign.c
418
const uint8_t *msg, size_t msg_len)
crypto/openssl/crypto/sm2/sm2_sign.c
440
const size_t id_len,
crypto/openssl/crypto/sm2/sm2_sign.c
441
const uint8_t *msg, size_t msg_len)
crypto/openssl/crypto/sm3/sm3.c
29
void ossl_sm3_block_data_order(SM3_CTX *ctx, const void *p, size_t num)
crypto/openssl/crypto/sm3/sm3_local.h
48
void ossl_hwsm3_block_data_order(SM3_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/sm3/sm3_local.h
53
void ossl_hwsm3_block_data_order(SM3_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/sm3/sm3_local.h
64
void ossl_sm3_block_data_order(SM3_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/sm3/sm3_riscv.c
18
void ossl_hwsm3_block_data_order_zvksh(SM3_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/sm3/sm3_riscv.c
19
void ossl_sm3_block_data_order(SM3_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/sm3/sm3_riscv.c
20
void ossl_hwsm3_block_data_order(SM3_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/sm3/sm3_riscv.c
22
void ossl_hwsm3_block_data_order(SM3_CTX *c, const void *p, size_t num)
crypto/openssl/crypto/sparcv9cap.c
150
if (sizeof(size_t) == 8)
crypto/openssl/crypto/sparcv9cap.c
230
if (sizeof(size_t) == 8)
crypto/openssl/crypto/sparcv9cap.c
36
size_t _sparcv9_vis1_instrument_bus(unsigned int *, size_t);
crypto/openssl/crypto/sparcv9cap.c
37
size_t _sparcv9_vis1_instrument_bus2(unsigned int *, size_t, size_t);
crypto/openssl/crypto/sparcv9cap.c
51
size_t OPENSSL_instrument_bus(unsigned int *out, size_t cnt)
crypto/openssl/crypto/sparcv9cap.c
59
size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max)
crypto/openssl/crypto/sparse_array.c
151
size_t ossl_sa_num(const OPENSSL_SA *sa)
crypto/openssl/crypto/sparse_array.c
54
size_t nelem;
crypto/openssl/crypto/srp/srp_lib.c
306
size_t i;
crypto/openssl/crypto/srp/srp_lib.c
319
size_t i;
crypto/openssl/crypto/srp/srp_vfy.c
138
size_t leadz = 0;
crypto/openssl/crypto/srp/srp_vfy.c
44
static int t_fromb64(unsigned char *a, size_t alen, const char *src)
crypto/openssl/crypto/srp/srp_vfy.c
48
size_t size, padsize;
crypto/openssl/crypto/store/store_lib.c
1012
size_t *length)
crypto/openssl/crypto/store/store_lib.c
78
size_t schemes_n = 0;
crypto/openssl/crypto/store/store_lib.c
79
size_t i;
crypto/openssl/crypto/store/store_lib.c
944
size_t len)
crypto/openssl/crypto/store/store_lib.c
958
if (digest != NULL && len != (size_t)md_size) {
crypto/openssl/crypto/store/store_local.h
70
size_t stringlength;
crypto/openssl/crypto/store/store_result.c
282
size_t pdatalen = data->octet_data_size;
crypto/openssl/crypto/store/store_result.c
353
size_t plen = 0;
crypto/openssl/crypto/store/store_result.c
565
size_t tpass_len;
crypto/openssl/crypto/store/store_result.c
70
size_t octet_data_size;
crypto/openssl/crypto/store/store_result.c
72
size_t ref_size;
crypto/openssl/crypto/thread/arch/thread_win.c
293
size_t num_wait; /* Num. threads currently blocked */
crypto/openssl/crypto/thread/arch/thread_win.c
294
size_t num_wake; /* Num. threads due to wake up */
crypto/openssl/crypto/thread/arch/thread_win.c
295
size_t num_prewait; /* Num. threads in prewait */
crypto/openssl/crypto/thread/arch/thread_win.c
296
size_t gen; /* Prewait generation */
crypto/openssl/crypto/thread/arch/thread_win.c
363
size_t orig_gen;
crypto/openssl/crypto/thread/arch/thread_win.c
492
size_t num_wake;
crypto/openssl/crypto/trace.c
150
if (num < 0 || (size_t)num >= OSSL_NELEM(trace_categories))
crypto/openssl/crypto/trace.c
164
size_t i;
crypto/openssl/crypto/trace.c
39
size_t num, size_t *written);
crypto/openssl/crypto/trace.c
539
const unsigned char *data, size_t size)
crypto/openssl/crypto/trace.c
66
const char *buf, size_t num, size_t *written)
crypto/openssl/crypto/trace.c
69
size_t cnt = ctx->callback(buf, num, ctx->category, OSSL_TRACE_CTRL_WRITE,
crypto/openssl/crypto/trace.c
78
size_t written;
crypto/openssl/crypto/ui/ui_lib.c
462
static int print_error(const char *str, size_t len, UI *ui)
crypto/openssl/crypto/ui/ui_lib.c
489
ERR_print_errors_cb((int (*)(const char *, size_t, void *))
crypto/openssl/crypto/ui/ui_local.h
74
size_t result_len;
crypto/openssl/crypto/whrlpool/wp_block.c
496
void whirlpool_block(WHIRLPOOL_CTX *ctx, const void *inp, size_t n)
crypto/openssl/crypto/whrlpool/wp_block.c
532
if ((size_t)p & 7) {
crypto/openssl/crypto/whrlpool/wp_block.c
760
if ((size_t)p & 7) {
crypto/openssl/crypto/whrlpool/wp_block.c
97
void whirlpool_block_mmx(void *, const void *, size_t); \
crypto/openssl/crypto/whrlpool/wp_dgst.c
110
&& ++n < (WHIRLPOOL_COUNTER / sizeof(size_t)));
crypto/openssl/crypto/whrlpool/wp_dgst.c
217
size_t i, j, v;
crypto/openssl/crypto/whrlpool/wp_dgst.c
239
for (i = 0; i < WHIRLPOOL_COUNTER / sizeof(size_t); i++)
crypto/openssl/crypto/whrlpool/wp_dgst.c
240
for (v = c->bitlen[i], j = 0; j < sizeof(size_t); j++, v >>= 8)
crypto/openssl/crypto/whrlpool/wp_dgst.c
253
unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md)
crypto/openssl/crypto/whrlpool/wp_dgst.c
71
int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes)
crypto/openssl/crypto/whrlpool/wp_dgst.c
78
size_t chunk = ((size_t)1) << (sizeof(size_t) * 8 - 4);
crypto/openssl/crypto/whrlpool/wp_dgst.c
92
void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits)
crypto/openssl/crypto/whrlpool/wp_dgst.c
94
size_t n;
crypto/openssl/crypto/whrlpool/wp_local.h
12
void whirlpool_block(WHIRLPOOL_CTX *, const void *, size_t);
crypto/openssl/crypto/x509/by_dir.c
169
size_t len;
crypto/openssl/crypto/x509/pcy_local.h
115
size_t node_count;
crypto/openssl/crypto/x509/pcy_local.h
117
size_t node_maximum;
crypto/openssl/crypto/x509/v3_ncons.c
122
static int ia5ncasecmp(const char *s1, const char *s2, size_t n)
crypto/openssl/crypto/x509/v3_ncons.c
341
static int cn2dnsid(ASN1_STRING *cn, unsigned char **dnsid, size_t *idlen)
crypto/openssl/crypto/x509/v3_ncons.c
427
*idlen = (size_t)utf8_length;
crypto/openssl/crypto/x509/v3_ncons.c
455
size_t idlen;
crypto/openssl/crypto/x509/v3_ncons.c
663
size_t size = sizeof(ulabel);
crypto/openssl/crypto/x509/v3_ncons.c
665
size_t emlhostlen;
crypto/openssl/crypto/x509/v3_ncons.c
698
if ((size_t)eml->length > strlen(ulabel)) {
crypto/openssl/crypto/x509/v3_ncons.c
732
size_t basehostlen, emlhostlen;
crypto/openssl/crypto/x509/v3_tlsf.c
63
size_t j;
crypto/openssl/crypto/x509/v3_tlsf.c
93
size_t j;
crypto/openssl/crypto/x509/v3_utl.c
1001
int X509_check_host(X509 *x, const char *chk, size_t chklen,
crypto/openssl/crypto/x509/v3_utl.c
1020
int X509_check_email(X509 *x, const char *chk, size_t chklen,
crypto/openssl/crypto/x509/v3_utl.c
1039
int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
crypto/openssl/crypto/x509/v3_utl.c
1050
size_t iplen;
crypto/openssl/crypto/x509/v3_utl.c
1054
iplen = (size_t)ossl_a2i_ipadd(ipout, ipasc);
crypto/openssl/crypto/x509/v3_utl.c
133
size_t len;
crypto/openssl/crypto/x509/v3_utl.c
41
size_t vallen, STACK_OF(CONF_VALUE) **extlist)
crypto/openssl/crypto/x509/v3_utl.c
572
typedef int (*equal_fn)(const unsigned char *pattern, size_t pattern_len,
crypto/openssl/crypto/x509/v3_utl.c
573
const unsigned char *subject, size_t subject_len,
crypto/openssl/crypto/x509/v3_utl.c
577
static void skip_prefix(const unsigned char **p, size_t *plen,
crypto/openssl/crypto/x509/v3_utl.c
578
size_t subject_len,
crypto/openssl/crypto/x509/v3_utl.c
582
size_t pattern_len = *plen;
crypto/openssl/crypto/x509/v3_utl.c
608
static int equal_nocase(const unsigned char *pattern, size_t pattern_len,
crypto/openssl/crypto/x509/v3_utl.c
609
const unsigned char *subject, size_t subject_len,
crypto/openssl/crypto/x509/v3_utl.c
638
static int equal_case(const unsigned char *pattern, size_t pattern_len,
crypto/openssl/crypto/x509/v3_utl.c
639
const unsigned char *subject, size_t subject_len,
crypto/openssl/crypto/x509/v3_utl.c
652
static int equal_email(const unsigned char *a, size_t a_len,
crypto/openssl/crypto/x509/v3_utl.c
653
const unsigned char *b, size_t b_len,
crypto/openssl/crypto/x509/v3_utl.c
656
size_t i = a_len;
crypto/openssl/crypto/x509/v3_utl.c
682
static int wildcard_match(const unsigned char *prefix, size_t prefix_len,
crypto/openssl/crypto/x509/v3_utl.c
683
const unsigned char *suffix, size_t suffix_len,
crypto/openssl/crypto/x509/v3_utl.c
684
const unsigned char *subject, size_t subject_len,
crypto/openssl/crypto/x509/v3_utl.c
734
static const unsigned char *valid_star(const unsigned char *p, size_t len,
crypto/openssl/crypto/x509/v3_utl.c
738
size_t i;
crypto/openssl/crypto/x509/v3_utl.c
798
static int equal_wildcard(const unsigned char *pattern, size_t pattern_len,
crypto/openssl/crypto/x509/v3_utl.c
799
const unsigned char *subject, size_t subject_len,
crypto/openssl/crypto/x509/v3_utl.c
825
unsigned int flags, const char *b, size_t blen,
crypto/openssl/crypto/x509/v3_utl.c
868
static int do_x509_check(X509 *x, const char *chk, size_t chklen,
crypto/openssl/crypto/x509/v3_utl.c
97
size_t vallen, STACK_OF(CONF_VALUE) **extlist)
crypto/openssl/crypto/x509/x509_cmp.c
437
size_t curve_name_len;
crypto/openssl/crypto/x509/x509_local.h
36
size_t emaillen;
crypto/openssl/crypto/x509/x509_local.h
38
size_t iplen; /* Length of IP address */
crypto/openssl/crypto/x509/x509_vfy.c
2019
static const size_t utctime_length = sizeof("YYMMDDHHMMSSZ") - 1;
crypto/openssl/crypto/x509/x509_vfy.c
2020
static const size_t generalizedtime_length = sizeof("YYYYMMDDHHMMSSZ") - 1;
crypto/openssl/crypto/x509/x509_vpm.c
234
static int int_x509_param_set1(char **pdest, size_t *pdestlen,
crypto/openssl/crypto/x509/x509_vpm.c
235
const char *src, size_t srclen)
crypto/openssl/crypto/x509/x509_vpm.c
37
const char *name, size_t namelen)
crypto/openssl/crypto/x509/x509_vpm.c
389
const char *name, size_t namelen)
crypto/openssl/crypto/x509/x509_vpm.c
395
const char *name, size_t namelen)
crypto/openssl/crypto/x509/x509_vpm.c
440
const char *email, size_t emaillen)
crypto/openssl/crypto/x509/x509_vpm.c
446
static unsigned char *int_X509_VERIFY_PARAM_get0_ip(X509_VERIFY_PARAM *param, size_t *plen)
crypto/openssl/crypto/x509/x509_vpm.c
459
size_t iplen;
crypto/openssl/crypto/x509/x509_vpm.c
466
const unsigned char *ip, size_t iplen)
crypto/openssl/crypto/x509/x509_vpm.c
479
size_t iplen = (size_t)ossl_a2i_ipadd(ipout, ipasc);
crypto/openssl/crypto/x509/x_all.c
119
size_t max_resp_len = (it == ASN1_ITEM_rptr(X509_CRL)) ? OSSL_HTTP_DEFAULT_MAX_CRL_LEN : OSSL_HTTP_DEFAULT_MAX_RESP_LEN;
crypto/openssl/crypto/x509/x_name.c
542
size_t *pderlen)
crypto/openssl/crypto/x509/x_pubkey.c
135
size_t publen;
crypto/openssl/crypto/x509/x_pubkey.c
189
size_t slen = publen;
crypto/openssl/crypto/x509/x_pubkey.c
351
size_t derlen = 0;
crypto/openssl/demos/cipher/aesccm.c
164
size_t ccm_nonce_len = sizeof(ccm_nonce);
crypto/openssl/demos/cipher/aesccm.c
76
size_t ccm_nonce_len = sizeof(ccm_nonce);
crypto/openssl/demos/cipher/aesccm.c
77
size_t ccm_tag_len = sizeof(ccm_tag);
crypto/openssl/demos/cipher/aesgcm.c
153
size_t gcm_ivlen = sizeof(gcm_iv);
crypto/openssl/demos/cipher/aesgcm.c
76
size_t gcm_ivlen = sizeof(gcm_iv);
crypto/openssl/demos/digest/EVP_MD_demo.c
206
if ((size_t)digest_length != sizeof(known_answer)) {
crypto/openssl/demos/encrypt/rsa_encrypt.c
100
size_t buf_len = 0;
crypto/openssl/demos/encrypt/rsa_encrypt.c
153
static int do_decrypt(OSSL_LIB_CTX *libctx, const unsigned char *in, size_t in_len,
crypto/openssl/demos/encrypt/rsa_encrypt.c
154
unsigned char **out, size_t *out_len)
crypto/openssl/demos/encrypt/rsa_encrypt.c
157
size_t buf_len = 0;
crypto/openssl/demos/encrypt/rsa_encrypt.c
215
size_t msg_len = sizeof(msg) - 1;
crypto/openssl/demos/encrypt/rsa_encrypt.c
216
size_t encrypted_len = 0, decrypted_len = 0;
crypto/openssl/demos/encrypt/rsa_encrypt.c
41
size_t data_len;
crypto/openssl/demos/encrypt/rsa_encrypt.c
96
const unsigned char *in, size_t in_len,
crypto/openssl/demos/encrypt/rsa_encrypt.c
97
unsigned char **out, size_t *out_len)
crypto/openssl/demos/guide/quic-client-block.c
127
size_t written, readbytes;
crypto/openssl/demos/guide/quic-client-non-block.c
234
size_t written, readbytes = 0;
crypto/openssl/demos/guide/quic-multi-stream.c
115
size_t written;
crypto/openssl/demos/guide/quic-multi-stream.c
145
size_t readbytes;
crypto/openssl/demos/guide/quic-server-block.c
213
size_t nread;
crypto/openssl/demos/guide/quic-server-block.c
214
size_t nwritten;
crypto/openssl/demos/guide/quic-server-non-block.c
366
size_t nread, total_read, total_written;
crypto/openssl/demos/guide/tls-client-block.c
109
size_t written, readbytes;
crypto/openssl/demos/guide/tls-client-non-block.c
186
size_t written, readbytes = 0;
crypto/openssl/demos/guide/tls-server-block.c
232
size_t nread;
crypto/openssl/demos/guide/tls-server-block.c
233
size_t nwritten;
crypto/openssl/demos/guide/tls-server-block.c
234
size_t total = 0;
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
1083
size_t num_nv;
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
1226
size_t numbytes = vec[i].len;
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
1241
(size_t)nghttp3_vec_len(vec, (size_t)sveccnt))) {
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
29
static size_t nulldata_sz = sizeof(NULL_PAYLOAD) - 1;
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
323
const uint8_t *data, size_t datalen,
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
346
size_t l = sizeof(msg2);
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
469
size_t result_count = SIZE_MAX;
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
674
size_t l = sizeof(msg);
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
71
size_t ldata; /* amount of bytes to send */
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
765
static size_t get_file_length(struct h3ssl *h3ssl)
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
777
return (size_t)INT_MAX;
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
783
return (size_t)st.st_size;
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
793
size_t size = get_file_length(h3ssl);
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
819
nghttp3_vec *vec, size_t veccnt,
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
851
uint8_t *buff, size_t len, uint64_t flags,
crypto/openssl/demos/http3/ossl-nghttp3-demo-server.c
852
size_t *written)
crypto/openssl/demos/http3/ossl-nghttp3-demo.c
53
const uint8_t *data, size_t datalen,
crypto/openssl/demos/http3/ossl-nghttp3-demo.c
56
size_t wr;
crypto/openssl/demos/http3/ossl-nghttp3-demo.c
86
size_t num_nv = 0;
crypto/openssl/demos/http3/ossl-nghttp3.c
149
const uint8_t *data, size_t datalen,
crypto/openssl/demos/http3/ossl-nghttp3.c
219
size_t consumed,
crypto/openssl/demos/http3/ossl-nghttp3.c
31
size_t buf_cur, buf_total;
crypto/openssl/demos/http3/ossl-nghttp3.c
465
size_t num_bytes, consumed;
crypto/openssl/demos/http3/ossl-nghttp3.c
573
size_t i, num_vecs, written, total_written, total_len;
crypto/openssl/demos/http3/ossl-nghttp3.c
715
const nghttp3_nv *nva, size_t nvlen,
crypto/openssl/demos/http3/ossl-nghttp3.c
77
size_t consumed_app_data;
crypto/openssl/demos/http3/ossl-nghttp3.h
101
const nghttp3_nv *hdr, size_t hdrlen,
crypto/openssl/demos/keyexch/ecdh.c
110
size_t secretlen = 0;
crypto/openssl/demos/keyexch/ecdh.c
33
size_t secretlen;
crypto/openssl/demos/keyexch/ecdh.c
47
size_t pubkeylen;
crypto/openssl/demos/keyexch/x25519.c
56
size_t secret_len;
crypto/openssl/demos/keyexch/x25519.c
69
size_t pubk_data_len = 0;
crypto/openssl/demos/mac/cmac-aes256.c
113
size_t out_len = 0;
crypto/openssl/demos/mac/gmac.c
66
size_t out_len = 0;
crypto/openssl/demos/mac/hmac-sha512.c
194
size_t out_len = 0;
crypto/openssl/demos/mac/poly1305.c
94
size_t out_len = 0;
crypto/openssl/demos/mac/siphash.c
54
size_t out_len = 0;
crypto/openssl/demos/pkey/EVP_PKEY_DSA_paramvalidate.c
114
size_t seedlen;
crypto/openssl/demos/pkey/EVP_PKEY_EC_keygen.c
92
size_t out_pubkey_len, out_privkey_len = 0;
crypto/openssl/demos/pkey/EVP_PKEY_RSA_keygen.c
113
pkey = EVP_PKEY_Q_keygen(libctx, propq, "RSA", (size_t)bits);
crypto/openssl/demos/quic/server/server.c
110
size_t written = 0;
crypto/openssl/demos/signature/EVP_DSA_Signature_demo.c
160
size_t *p_sig_len, unsigned char **p_sig_value,
crypto/openssl/demos/signature/EVP_DSA_Signature_demo.c
164
size_t sig_len = 0;
crypto/openssl/demos/signature/EVP_DSA_Signature_demo.c
225
size_t sig_len, unsigned char *sig_value,
crypto/openssl/demos/signature/EVP_DSA_Signature_demo.c
273
size_t sig_len = 0;
crypto/openssl/demos/signature/EVP_EC_Signature_demo.c
147
size_t sig_len, unsigned char *sig_value)
crypto/openssl/demos/signature/EVP_EC_Signature_demo.c
205
size_t sig_len = 0;
crypto/openssl/demos/signature/EVP_EC_Signature_demo.c
46
size_t data_len;
crypto/openssl/demos/signature/EVP_EC_Signature_demo.c
67
size_t *sig_out_len, unsigned char **sig_out_value)
crypto/openssl/demos/signature/EVP_EC_Signature_demo.c
70
size_t sig_len;
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
132
size_t pubdata_len = 0;
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
172
size_t sig_len = 0;
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
28
const unsigned char *tbs, size_t tbs_len,
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
31
size_t *sig_out_len)
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
34
size_t sig_len;
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
87
const unsigned char *tbs, size_t tbs_len,
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
88
const unsigned char *sig_value, size_t sig_len,
crypto/openssl/demos/signature/rsa_pss_direct.c
126
static int verify(OSSL_LIB_CTX *libctx, const unsigned char *sig, size_t sig_len)
crypto/openssl/demos/signature/rsa_pss_direct.c
194
size_t sig_len = 0;
crypto/openssl/demos/signature/rsa_pss_direct.c
38
static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len)
crypto/openssl/demos/signature/rsa_pss_hash.c
114
static int verify(OSSL_LIB_CTX *libctx, const unsigned char *sig, size_t sig_len)
crypto/openssl/demos/signature/rsa_pss_hash.c
177
size_t sig_len = 0;
crypto/openssl/demos/signature/rsa_pss_hash.c
32
static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len)
crypto/openssl/demos/sslecho/main.c
152
size_t rxcap = sizeof(rxbuf);
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
217
size_t net_rx_space(APP_CONN *conn)
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
226
size_t net_tx_avail(APP_CONN *conn)
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
301
size_t wspace;
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
15
typedef void(app_read_cb)(APP_CONN *conn, void *buf, size_t buf_len, void *arg);
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
202
int app_write(APP_CONN *conn, const void *buf, size_t buf_len, app_write_cb *cb, void *arg)
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
28
static int write_deferred(APP_CONN *conn, const void *buf, size_t buf_len, app_write_cb *cb, void *arg);
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
283
size_t suggested_size, uv_buf_t *buf)
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
47
size_t buf_len, written;
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
605
size_t written = op->written;
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
631
static int write_deferred(APP_CONN *conn, const void *buf, size_t buf_len, app_write_cb *cb, void *arg)
crypto/openssl/doc/designs/ddd/ddd-06-mem-uv.c
676
static void post_read(APP_CONN *conn, void *buf, size_t buf_len, void *arg)
crypto/openssl/engines/e_afalg.c
265
size_t len)
crypto/openssl/engines/e_afalg.c
293
cb->aio_buf = (size_t)buf;
crypto/openssl/engines/e_afalg.c
486
size_t inl, const unsigned char *iv,
crypto/openssl/engines/e_afalg.c
647
const unsigned char *in, size_t inl)
crypto/openssl/engines/e_afalg.c
77
unsigned char *buf, size_t len);
crypto/openssl/engines/e_afalg.c
90
const unsigned char *in, size_t inl);
crypto/openssl/engines/e_capi.c
1131
size_t len_1;
crypto/openssl/engines/e_dasync.c
119
size_t *outlen, const unsigned char *in,
crypto/openssl/engines/e_dasync.c
120
size_t inlen);
crypto/openssl/engines/e_dasync.c
123
size_t *outlen, const unsigned char *in,
crypto/openssl/engines/e_dasync.c
124
size_t inlen);
crypto/openssl/engines/e_dasync.c
139
const unsigned char *in, size_t inl);
crypto/openssl/engines/e_dasync.c
147
const unsigned char *in, size_t inl);
crypto/openssl/engines/e_dasync.c
159
size_t inl);
crypto/openssl/engines/e_dasync.c
167
size_t *lens;
crypto/openssl/engines/e_dasync.c
609
size_t count)
crypto/openssl/engines/e_dasync.c
637
size_t sz = EVP_CIPHER_impl_ctx_size(ciph);
crypto/openssl/engines/e_dasync.c
658
pipe_ctx->lens = (size_t *)ptr;
crypto/openssl/engines/e_dasync.c
72
size_t count);
crypto/openssl/engines/e_dasync.c
734
const unsigned char *in, size_t inl,
crypto/openssl/engines/e_dasync.c
798
const unsigned char *in, size_t inl)
crypto/openssl/engines/e_dasync.c
821
const unsigned char *in, size_t inl)
crypto/openssl/engines/e_dasync.c
857
size_t inl)
crypto/openssl/engines/e_dasync.c
938
size_t *outlen, const unsigned char *in,
crypto/openssl/engines/e_dasync.c
939
size_t inlen)
crypto/openssl/engines/e_dasync.c
942
size_t *outlen, const unsigned char *in,
crypto/openssl/engines/e_dasync.c
943
size_t inlen);
crypto/openssl/engines/e_dasync.c
960
size_t *outlen, const unsigned char *in,
crypto/openssl/engines/e_dasync.c
961
size_t inlen)
crypto/openssl/engines/e_dasync.c
964
size_t *outlen, const unsigned char *in,
crypto/openssl/engines/e_dasync.c
965
size_t inlen);
crypto/openssl/engines/e_devcrypto.c
1005
size_t i;
crypto/openssl/engines/e_devcrypto.c
1016
size_t i;
crypto/openssl/engines/e_devcrypto.c
1025
else if ((i = find_digest_data_index(EVP_MD_get_type(EVP))) != (size_t)-1)
crypto/openssl/engines/e_devcrypto.c
1035
size_t i;
crypto/openssl/engines/e_devcrypto.c
170
static size_t find_cipher_data_index(int nid)
crypto/openssl/engines/e_devcrypto.c
172
size_t i;
crypto/openssl/engines/e_devcrypto.c
177
return (size_t)-1;
crypto/openssl/engines/e_devcrypto.c
180
static size_t get_cipher_data_index(int nid)
crypto/openssl/engines/e_devcrypto.c
182
size_t i = find_cipher_data_index(nid);
crypto/openssl/engines/e_devcrypto.c
184
if (i != (size_t)-1)
crypto/openssl/engines/e_devcrypto.c
238
const unsigned char *in, size_t inl)
crypto/openssl/engines/e_devcrypto.c
246
size_t nblocks, ivlen;
crypto/openssl/engines/e_devcrypto.c
318
const unsigned char *in, size_t inl)
crypto/openssl/engines/e_devcrypto.c
321
size_t nblocks, len;
crypto/openssl/engines/e_devcrypto.c
407
static int devcrypto_test_cipher(size_t cipher_data_index)
crypto/openssl/engines/e_devcrypto.c
421
size_t i;
crypto/openssl/engines/e_devcrypto.c
524
size_t i;
crypto/openssl/engines/e_devcrypto.c
536
size_t i = get_cipher_data_index(nid);
crypto/openssl/engines/e_devcrypto.c
538
if (i == (size_t)-1)
crypto/openssl/engines/e_devcrypto.c
551
size_t i = get_cipher_data_index(nid);
crypto/openssl/engines/e_devcrypto.c
559
size_t i;
crypto/openssl/engines/e_devcrypto.c
581
size_t i;
crypto/openssl/engines/e_devcrypto.c
592
size_t i;
crypto/openssl/engines/e_devcrypto.c
601
else if ((i = find_cipher_data_index(EVP_CIPHER_get_nid(EVP))) != (size_t)-1)
crypto/openssl/engines/e_devcrypto.c
611
size_t i;
crypto/openssl/engines/e_devcrypto.c
697
static size_t find_digest_data_index(int nid)
crypto/openssl/engines/e_devcrypto.c
699
size_t i;
crypto/openssl/engines/e_devcrypto.c
704
return (size_t)-1;
crypto/openssl/engines/e_devcrypto.c
707
static size_t get_digest_data_index(int nid)
crypto/openssl/engines/e_devcrypto.c
709
size_t i = find_digest_data_index(nid);
crypto/openssl/engines/e_devcrypto.c
711
if (i != (size_t)-1)
crypto/openssl/engines/e_devcrypto.c
749
static int digest_op(struct digest_ctx *ctx, const void *src, size_t srclen,
crypto/openssl/engines/e_devcrypto.c
764
static int digest_update(EVP_MD_CTX *ctx, const void *data, size_t count)
crypto/openssl/engines/e_devcrypto.c
849
static int devcrypto_test_digest(size_t digest_data_index)
crypto/openssl/engines/e_devcrypto.c
863
size_t i;
crypto/openssl/engines/e_devcrypto.c
875
size_t i;
crypto/openssl/engines/e_devcrypto.c
960
size_t i = get_digest_data_index(nid);
crypto/openssl/engines/e_devcrypto.c
962
if (i == (size_t)-1)
crypto/openssl/engines/e_devcrypto.c
975
size_t i = get_digest_data_index(nid);
crypto/openssl/engines/e_devcrypto.c
983
size_t i;
crypto/openssl/engines/e_loader_attic.c
1161
unsigned char *data, size_t len,
crypto/openssl/engines/e_loader_attic.c
1171
size_t i = 0;
crypto/openssl/engines/e_loader_attic.c
1281
static void pem_free_flag(void *pem_data, int secure, size_t num)
crypto/openssl/engines/e_loader_attic.c
1436
size_t len = strlen(ctx->_.dir.search_name);
crypto/openssl/engines/e_loader_attic.c
261
size_t len, void **handler_ctx,
crypto/openssl/engines/e_loader_attic.c
298
size_t len, void **pctx,
crypto/openssl/engines/e_loader_attic.c
434
size_t len, void **pctx,
crypto/openssl/engines/e_loader_attic.c
482
mem->max = mem->length = (size_t)new_data_len;
crypto/openssl/engines/e_loader_attic.c
512
size_t len, void **pctx,
crypto/openssl/engines/e_loader_attic.c
57
size_t maxsize, const char *desc, const char *info,
crypto/openssl/engines/e_loader_attic.c
640
size_t len, void **pctx,
crypto/openssl/engines/e_loader_attic.c
676
size_t len, void **pctx,
crypto/openssl/engines/e_loader_attic.c
753
size_t len, void **pctx,
crypto/openssl/engines/e_loader_attic.c
810
size_t len, void **pctx,
crypto/openssl/engines/e_loader_attic.c
957
size_t path_data_n = 0, i;
crypto/openssl/engines/e_ossltest.c
124
size_t count);
crypto/openssl/engines/e_ossltest.c
153
size_t count);
crypto/openssl/engines/e_ossltest.c
158
size_t count);
crypto/openssl/engines/e_ossltest.c
258
const unsigned char *in, size_t inl);
crypto/openssl/engines/e_ossltest.c
263
const unsigned char *in, size_t inl);
crypto/openssl/engines/e_ossltest.c
273
size_t inl);
crypto/openssl/engines/e_ossltest.c
278
size_t payload_length; /* AAD length in decrypt case */
crypto/openssl/engines/e_ossltest.c
573
size_t count)
crypto/openssl/engines/e_ossltest.c
597
size_t count)
crypto/openssl/engines/e_ossltest.c
621
size_t count)
crypto/openssl/engines/e_ossltest.c
645
size_t count)
crypto/openssl/engines/e_ossltest.c
66
size_t count);
crypto/openssl/engines/e_ossltest.c
669
size_t count)
crypto/openssl/engines/e_ossltest.c
696
const unsigned char *in, size_t inl)
crypto/openssl/engines/e_ossltest.c
730
const unsigned char *in, size_t inl)
crypto/openssl/engines/e_ossltest.c
775
#define NO_PAYLOAD_LENGTH ((size_t)-1)
crypto/openssl/engines/e_ossltest.c
791
size_t len)
crypto/openssl/engines/e_ossltest.c
795
size_t plen = key->payload_length;
crypto/openssl/engines/e_ossltest.c
95
size_t count);
crypto/openssl/engines/e_padlock.c
222
struct padlock_cipher_data *ctx, size_t len);
crypto/openssl/engines/e_padlock.c
224
struct padlock_cipher_data *ctx, size_t len);
crypto/openssl/engines/e_padlock.c
226
struct padlock_cipher_data *ctx, size_t len);
crypto/openssl/engines/e_padlock.c
228
struct padlock_cipher_data *ctx, size_t len);
crypto/openssl/engines/e_padlock.c
230
struct padlock_cipher_data *ctx, size_t len);
crypto/openssl/engines/e_padlock.c
232
void padlock_sha1_oneshot(void *ctx, const void *inp, size_t len);
crypto/openssl/engines/e_padlock.c
233
void padlock_sha1(void *ctx, const void *inp, size_t len);
crypto/openssl/engines/e_padlock.c
234
void padlock_sha256_oneshot(void *ctx, const void *inp, size_t len);
crypto/openssl/engines/e_padlock.c
235
void padlock_sha256(void *ctx, const void *inp, size_t len);
crypto/openssl/engines/e_padlock.c
304
#define NEAREST_ALIGNED(ptr) ((unsigned char *)(ptr) + ((0x10 - ((size_t)(ptr) & 0x0F)) & 0x0F))
crypto/openssl/engines/e_padlock.c
310
const unsigned char *in_arg, size_t nbytes)
crypto/openssl/engines/e_padlock.c
318
const unsigned char *in_arg, size_t nbytes)
crypto/openssl/engines/e_padlock.c
331
const unsigned char *in_arg, size_t nbytes)
crypto/openssl/engines/e_padlock.c
334
size_t chunk;
crypto/openssl/engines/e_padlock.c
403
const unsigned char *in_arg, size_t nbytes)
crypto/openssl/engines/e_padlock.c
406
size_t chunk;
crypto/openssl/engines/e_padlock.c
457
unsigned char *out, size_t blocks,
crypto/openssl/engines/e_padlock.c
467
const unsigned char *in_arg, size_t nbytes)
crypto/openssl/engines/e_padlock.c
482
EVP_CIPHER_CTX_set_num(ctx, (size_t)num);
crypto/openssl/fuzz/acert.c
25
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/asn1.c
304
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/asn1parse.c
35
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/bignum.c
29
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/bignum.c
32
size_t l1 = 0, l2 = 0, l3 = 0;
crypto/openssl/fuzz/bndiv.c
46
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/bndiv.c
49
size_t l1 = 0, l2 = 0;
crypto/openssl/fuzz/client.c
61
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/client.c
92
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/cmp.c
170
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/cmp.c
179
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/cms.c
28
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/cms.c
37
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/conf.c
26
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/conf.c
37
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/crl.c
24
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/ct.c
28
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/decoder.c
36
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/driver.c
19
int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len);
crypto/openssl/fuzz/driver.c
26
int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/driver.c
41
size_t size = read(0, buf, BUF_SIZE);
crypto/openssl/fuzz/dtlsclient.c
61
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/dtlsclient.c
92
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/dtlsserver.c
3429
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/dtlsserver.c
3467
OPENSSL_assert((size_t)BIO_write(bio_buf, RSAPrivateKeyPEM, sizeof(RSAPrivateKeyPEM)) == sizeof(RSAPrivateKeyPEM));
crypto/openssl/fuzz/dtlsserver.c
3480
OPENSSL_assert((size_t)BIO_write(bio_buf, RSACertificatePEM, sizeof(RSACertificatePEM)) == sizeof(RSACertificatePEM));
crypto/openssl/fuzz/dtlsserver.c
3492
OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSAPrivateKeyPEM, sizeof(ECDSAPrivateKeyPEM)) == sizeof(ECDSAPrivateKeyPEM));
crypto/openssl/fuzz/dtlsserver.c
3504
OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSACertPEM, sizeof(ECDSACertPEM)) == sizeof(ECDSACertPEM));
crypto/openssl/fuzz/dtlsserver.c
3516
OPENSSL_assert((size_t)BIO_write(bio_buf, DSAPrivateKeyPEM, sizeof(DSAPrivateKeyPEM)) == sizeof(DSAPrivateKeyPEM));
crypto/openssl/fuzz/dtlsserver.c
3528
OPENSSL_assert((size_t)BIO_write(bio_buf, DSACertPEM, sizeof(DSACertPEM)) == sizeof(DSACertPEM));
crypto/openssl/fuzz/dtlsserver.c
3543
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/fuzz_rand.c
44
ossl_unused size_t pstr_len,
crypto/openssl/fuzz/fuzz_rand.c
58
unsigned char *out, size_t outlen,
crypto/openssl/fuzz/fuzz_rand.c
62
ossl_unused size_t adinlen)
crypto/openssl/fuzz/fuzz_rand.c
65
size_t i;
crypto/openssl/fuzz/fuzzer.h
14
int FuzzerTestOneInput(const uint8_t *buf, size_t len);
crypto/openssl/fuzz/hashtable.c
118
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/hashtable.c
124
size_t i;
crypto/openssl/fuzz/hashtable.c
375
OPENSSL_assert(htvlist->list_len == (size_t)rc_prediction);
crypto/openssl/fuzz/hashtable.c
39
static size_t skipped_values = 0;
crypto/openssl/fuzz/hashtable.c
40
static size_t inserts = 0;
crypto/openssl/fuzz/hashtable.c
41
static size_t replacements = 0;
crypto/openssl/fuzz/hashtable.c
42
static size_t deletes = 0;
crypto/openssl/fuzz/hashtable.c
43
static size_t flushes = 0;
crypto/openssl/fuzz/hashtable.c
44
static size_t lookups = 0;
crypto/openssl/fuzz/hashtable.c
45
static size_t foreaches = 0;
crypto/openssl/fuzz/hashtable.c
46
static size_t filters = 0;
crypto/openssl/fuzz/ml-dsa.c
133
*keylen = (size_t)keysize;
crypto/openssl/fuzz/ml-dsa.c
159
static void create_ml_dsa_raw_key(uint8_t **buf, size_t *len,
crypto/openssl/fuzz/ml-dsa.c
164
size_t keylen = 0;
crypto/openssl/fuzz/ml-dsa.c
219
static int keygen_ml_dsa_real_key_helper(uint8_t **buf, size_t *len,
crypto/openssl/fuzz/ml-dsa.c
223
size_t keylen = 0;
crypto/openssl/fuzz/ml-dsa.c
276
static void keygen_ml_dsa_real_key(uint8_t **buf, size_t *len,
crypto/openssl/fuzz/ml-dsa.c
298
static void ml_dsa_sign_verify(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-dsa.c
305
size_t sig_len = 0, tbslen;
crypto/openssl/fuzz/ml-dsa.c
34
static uint8_t *consume_uint8_t(const uint8_t *buf, size_t *len, uint8_t *val)
crypto/openssl/fuzz/ml-dsa.c
377
static void ml_dsa_digest_sign_verify(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-dsa.c
384
size_t sig_len, tbslen;
crypto/openssl/fuzz/ml-dsa.c
459
static void ml_dsa_export_import(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-dsa.c
504
static void ml_dsa_compare(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-dsa.c
56
static uint8_t *consume_size_t(const uint8_t *buf, size_t *len, size_t *val)
crypto/openssl/fuzz/ml-dsa.c
561
void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
crypto/openssl/fuzz/ml-dsa.c
573
void (*doit)(uint8_t **buf, size_t *len, void *in1, void *in2,
crypto/openssl/fuzz/ml-dsa.c
58
if (*len < sizeof(size_t))
crypto/openssl/fuzz/ml-dsa.c
61
*len -= sizeof(size_t);
crypto/openssl/fuzz/ml-dsa.c
62
return (uint8_t *)buf + sizeof(size_t);
crypto/openssl/fuzz/ml-dsa.c
641
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/ml-dsa.c
81
static int select_keytype_and_size(uint8_t **buf, size_t *len,
crypto/openssl/fuzz/ml-dsa.c
82
char **keytype, size_t *keylen,
crypto/openssl/fuzz/ml-kem.c
114
*keylen = (size_t)keysize;
crypto/openssl/fuzz/ml-kem.c
140
static void create_mlkem_raw_key(uint8_t **buf, size_t *len,
crypto/openssl/fuzz/ml-kem.c
145
size_t keylen = 0;
crypto/openssl/fuzz/ml-kem.c
202
static void keygen_mlkem_real_key(uint8_t **buf, size_t *len,
crypto/openssl/fuzz/ml-kem.c
206
size_t keylen = 0;
crypto/openssl/fuzz/ml-kem.c
269
static void mlkem_encap_decap(uint8_t **buf, size_t *len, void *key1, void *in2,
crypto/openssl/fuzz/ml-kem.c
275
size_t genkey_len = 32;
crypto/openssl/fuzz/ml-kem.c
277
size_t unwrappedkey_len = 32;
crypto/openssl/fuzz/ml-kem.c
279
size_t wrapkey_len = 1568;
crypto/openssl/fuzz/ml-kem.c
341
static void do_derive(EVP_PKEY *key, EVP_PKEY *peer, uint8_t **shared, size_t *shared_len)
crypto/openssl/fuzz/ml-kem.c
36
static uint8_t *consume_uint8t(const uint8_t *buf, size_t *len, uint8_t *val)
crypto/openssl/fuzz/ml-kem.c
406
static void mlkem_kex(uint8_t **buf, size_t *len, void *key1, void *key2,
crypto/openssl/fuzz/ml-kem.c
411
size_t boblen, alicelen;
crypto/openssl/fuzz/ml-kem.c
443
static void mlkem_export_import(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-kem.c
488
static void mlkem_compare(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/ml-kem.c
546
void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
crypto/openssl/fuzz/ml-kem.c
558
void (*doit)(uint8_t **buf, size_t *len, void *in1, void *in2,
crypto/openssl/fuzz/ml-kem.c
61
static int select_keytype_and_size(uint8_t **buf, size_t *len,
crypto/openssl/fuzz/ml-kem.c
62
char **keytype, size_t *keylen,
crypto/openssl/fuzz/ml-kem.c
626
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/pem.c
23
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/pem.c
34
OPENSSL_assert((size_t)BIO_write(in, buf + 1, len - 1) == len - 1);
crypto/openssl/fuzz/provider.c
105
static int read_uint(const uint8_t **buf, size_t *len, uint64_t **res)
crypto/openssl/fuzz/provider.c
123
static int read_int(const uint8_t **buf, size_t *len, int64_t **res)
crypto/openssl/fuzz/provider.c
141
static int read_double(const uint8_t **buf, size_t *len, double **res)
crypto/openssl/fuzz/provider.c
159
static int read_utf8_string(const uint8_t **buf, size_t *len, char **res)
crypto/openssl/fuzz/provider.c
161
size_t found_len;
crypto/openssl/fuzz/provider.c
182
static int read_utf8_ptr(const uint8_t **buf, size_t *len, char **res)
crypto/openssl/fuzz/provider.c
194
static int read_octet_string(const uint8_t **buf, size_t *len, char **res)
crypto/openssl/fuzz/provider.c
197
size_t i;
crypto/openssl/fuzz/provider.c
225
static int read_octet_ptr(const uint8_t **buf, size_t *len, char **res)
crypto/openssl/fuzz/provider.c
263
static OSSL_PARAM *fuzz_params(OSSL_PARAM *param, const uint8_t **buf, size_t *len)
crypto/openssl/fuzz/provider.c
465
size_t final_l;
crypto/openssl/fuzz/provider.c
594
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/punycode.c
23
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/quic-client.c
121
size_t size;
crypto/openssl/fuzz/quic-client.c
53
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/quic-client.c
57
size_t i, thisstream = 0, numstreams = 1;
crypto/openssl/fuzz/quic-lcidm.c
66
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/quic-lcidm.c
77
size_t limit = 0;
crypto/openssl/fuzz/quic-rcidm.c
75
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/quic-server.c
112
size_t size;
crypto/openssl/fuzz/quic-server.c
64
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/quic-server.c
68
size_t i, thisstream = 0, numstreams = 1;
crypto/openssl/fuzz/quic-srtm.c
109
ossl_quic_srtm_lookup(srtm, &arg_token, (size_t)arg_idx,
crypto/openssl/fuzz/quic-srtm.c
45
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/quic-srtm.c
53
size_t limit = 0;
crypto/openssl/fuzz/server.c
2313
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/server.c
2376
OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSAPrivateKeyPEM, sizeof(ECDSAPrivateKeyPEM)) == sizeof(ECDSAPrivateKeyPEM));
crypto/openssl/fuzz/server.c
2388
OPENSSL_assert((size_t)BIO_write(bio_buf, ECDSACertPEM, sizeof(ECDSACertPEM)) == sizeof(ECDSACertPEM));
crypto/openssl/fuzz/server.c
2400
OPENSSL_assert((size_t)BIO_write(bio_buf, DSAPrivateKeyPEM, sizeof(DSAPrivateKeyPEM)) == sizeof(DSAPrivateKeyPEM));
crypto/openssl/fuzz/server.c
2412
OPENSSL_assert((size_t)BIO_write(bio_buf, DSACertPEM, sizeof(DSACertPEM)) == sizeof(DSACertPEM));
crypto/openssl/fuzz/server.c
2430
OPENSSL_assert((size_t)BIO_write(in, buf, len) == len);
crypto/openssl/fuzz/server.c
2435
size_t early_len;
crypto/openssl/fuzz/slh-dsa.c
168
static void slh_dsa_gen_keys(uint8_t **buf, size_t *len,
crypto/openssl/fuzz/slh-dsa.c
205
static void slh_dsa_gen_key_with_params(uint8_t **buf, size_t *len,
crypto/openssl/fuzz/slh-dsa.c
216
size_t buflen;
crypto/openssl/fuzz/slh-dsa.c
306
static void slh_dsa_sign_verify(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/slh-dsa.c
316
size_t msg_len;
crypto/openssl/fuzz/slh-dsa.c
317
size_t sig_len;
crypto/openssl/fuzz/slh-dsa.c
37
static uint8_t *consume_uint8t(const uint8_t *buf, size_t *len, uint8_t *val)
crypto/openssl/fuzz/slh-dsa.c
417
static void slh_dsa_export_import(uint8_t **buf, size_t *len, void *key1,
crypto/openssl/fuzz/slh-dsa.c
499
void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
crypto/openssl/fuzz/slh-dsa.c
511
void (*doit)(uint8_t **buf, size_t *len, void *in1, void *in2,
crypto/openssl/fuzz/slh-dsa.c
565
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/smime.c
22
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/test-corpus.c
42
size_t s;
crypto/openssl/fuzz/test-corpus.c
54
OPENSSL_assert(s == (size_t)st.st_size);
crypto/openssl/fuzz/test-corpus.c
68
size_t dirname_len = strlen(argv[n]);
crypto/openssl/fuzz/v3name.c
22
int FuzzerTestOneInput(const uint8_t *data, size_t size)
crypto/openssl/fuzz/x509.c
34
int FuzzerTestOneInput(const uint8_t *buf, size_t len)
crypto/openssl/fuzz/x509.c
37
size_t orig_len = len;
crypto/openssl/include/crypto/aes_platform.h
129
size_t aes_gcm_enc_128_kernel(const uint8_t *plaintext, uint64_t plaintext_length, uint8_t *ciphertext,
crypto/openssl/include/crypto/aes_platform.h
131
size_t aes_gcm_enc_192_kernel(const uint8_t *plaintext, uint64_t plaintext_length, uint8_t *ciphertext,
crypto/openssl/include/crypto/aes_platform.h
133
size_t aes_gcm_enc_256_kernel(const uint8_t *plaintext, uint64_t plaintext_length, uint8_t *ciphertext,
crypto/openssl/include/crypto/aes_platform.h
135
size_t aes_gcm_dec_128_kernel(const uint8_t *ciphertext, uint64_t plaintext_length, uint8_t *plaintext,
crypto/openssl/include/crypto/aes_platform.h
137
size_t aes_gcm_dec_192_kernel(const uint8_t *ciphertext, uint64_t plaintext_length, uint8_t *plaintext,
crypto/openssl/include/crypto/aes_platform.h
139
size_t aes_gcm_dec_256_kernel(const uint8_t *ciphertext, uint64_t plaintext_length, uint8_t *plaintext,
crypto/openssl/include/crypto/aes_platform.h
141
size_t unroll8_eor3_aes_gcm_enc_128_kernel(const uint8_t *plaintext, uint64_t plaintext_length, uint8_t *ciphertext,
crypto/openssl/include/crypto/aes_platform.h
143
size_t unroll8_eor3_aes_gcm_enc_192_kernel(const uint8_t *plaintext, uint64_t plaintext_length, uint8_t *ciphertext,
crypto/openssl/include/crypto/aes_platform.h
145
size_t unroll8_eor3_aes_gcm_enc_256_kernel(const uint8_t *plaintext, uint64_t plaintext_length, uint8_t *ciphertext,
crypto/openssl/include/crypto/aes_platform.h
147
size_t unroll8_eor3_aes_gcm_dec_128_kernel(const uint8_t *ciphertext, uint64_t plaintext_length, uint8_t *plaintext,
crypto/openssl/include/crypto/aes_platform.h
149
size_t unroll8_eor3_aes_gcm_dec_192_kernel(const uint8_t *ciphertext, uint64_t plaintext_length, uint8_t *plaintext,
crypto/openssl/include/crypto/aes_platform.h
151
size_t unroll8_eor3_aes_gcm_dec_256_kernel(const uint8_t *ciphertext, uint64_t plaintext_length, uint8_t *plaintext,
crypto/openssl/include/crypto/aes_platform.h
153
size_t armv8_aes_gcm_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key,
crypto/openssl/include/crypto/aes_platform.h
155
size_t armv8_aes_gcm_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key,
crypto/openssl/include/crypto/aes_platform.h
157
void gcm_ghash_v8(u64 Xi[2], const u128 Htable[16], const u8 *inp, size_t len);
crypto/openssl/include/crypto/aes_platform.h
202
size_t length, const AES_KEY *key, int enc);
crypto/openssl/include/crypto/aes_platform.h
205
size_t length,
crypto/openssl/include/crypto/aes_platform.h
209
size_t blocks, const void *key,
crypto/openssl/include/crypto/aes_platform.h
210
size_t start_block_num,
crypto/openssl/include/crypto/aes_platform.h
215
size_t blocks, const void *key,
crypto/openssl/include/crypto/aes_platform.h
216
size_t start_block_num,
crypto/openssl/include/crypto/aes_platform.h
224
size_t blocks,
crypto/openssl/include/crypto/aes_platform.h
229
size_t length,
crypto/openssl/include/crypto/aes_platform.h
235
size_t length,
crypto/openssl/include/crypto/aes_platform.h
242
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
246
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
251
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
255
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
261
size_t blocks,
crypto/openssl/include/crypto/aes_platform.h
268
size_t blocks,
crypto/openssl/include/crypto/aes_platform.h
27
size_t length,
crypto/openssl/include/crypto/aes_platform.h
274
size_t aesni_gcm_encrypt(const unsigned char *in, unsigned char *out, size_t len,
crypto/openssl/include/crypto/aes_platform.h
276
size_t aesni_gcm_decrypt(const unsigned char *in, unsigned char *out, size_t len,
crypto/openssl/include/crypto/aes_platform.h
278
void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in, size_t len);
crypto/openssl/include/crypto/aes_platform.h
317
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
320
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
323
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
326
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
329
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
33
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
332
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
335
size_t blocks, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
338
size_t blocks, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
341
size_t blocks, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
344
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
347
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
350
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
353
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
36
unsigned char *out, size_t len,
crypto/openssl/include/crypto/aes_platform.h
40
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
43
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
444
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
448
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
452
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
456
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
460
unsigned char *out, size_t blocks,
crypto/openssl/include/crypto/aes_platform.h
464
size_t rv64i_zvkb_zvkg_zvkned_aes_gcm_encrypt(const unsigned char *in,
crypto/openssl/include/crypto/aes_platform.h
465
unsigned char *out, size_t len,
crypto/openssl/include/crypto/aes_platform.h
469
size_t rv64i_zvkb_zvkg_zvkned_aes_gcm_decrypt(const unsigned char *in,
crypto/openssl/include/crypto/aes_platform.h
470
unsigned char *out, size_t len,
crypto/openssl/include/crypto/aes_platform.h
475
unsigned char *out, size_t length,
crypto/openssl/include/crypto/aes_platform.h
481
unsigned char *out, size_t length,
crypto/openssl/include/crypto/aes_platform.h
487
size_t len);
crypto/openssl/include/crypto/aes_platform.h
49
size_t blocks, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
525
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
528
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
531
size_t len, const void *key,
crypto/openssl/include/crypto/aes_platform.h
535
size_t len, const void *key,
crypto/openssl/include/crypto/aes_platform.h
539
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
54
void AES_xts_encrypt(const unsigned char *inp, unsigned char *out, size_t len,
crypto/openssl/include/crypto/aes_platform.h
542
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
547
size_t blocks, const void *key,
crypto/openssl/include/crypto/aes_platform.h
548
size_t start_block_num,
crypto/openssl/include/crypto/aes_platform.h
557
size_t blocks, const void *key,
crypto/openssl/include/crypto/aes_platform.h
558
size_t start_block_num,
crypto/openssl/include/crypto/aes_platform.h
57
void AES_xts_decrypt(const unsigned char *inp, unsigned char *out, size_t len,
crypto/openssl/include/crypto/aes_platform.h
85
size_t ppc_aes_gcm_encrypt(const unsigned char *in, unsigned char *out,
crypto/openssl/include/crypto/aes_platform.h
86
size_t len, const void *key, unsigned char ivec[16],
crypto/openssl/include/crypto/aes_platform.h
88
size_t ppc_aes_gcm_decrypt(const unsigned char *in, unsigned char *out,
crypto/openssl/include/crypto/aes_platform.h
89
size_t len, const void *key, unsigned char ivec[16],
crypto/openssl/include/crypto/aes_platform.h
92
void gcm_ghash_p8(u64 Xi[2], const u128 Htable[16], const u8 *inp, size_t len);
crypto/openssl/include/crypto/asn1.h
72
int (*set_priv_key)(EVP_PKEY *pk, const unsigned char *priv, size_t len);
crypto/openssl/include/crypto/asn1.h
73
int (*set_pub_key)(EVP_PKEY *pk, const unsigned char *pub, size_t len);
crypto/openssl/include/crypto/asn1.h
74
int (*get_priv_key)(const EVP_PKEY *pk, unsigned char *priv, size_t *len);
crypto/openssl/include/crypto/asn1.h
75
int (*get_pub_key)(const EVP_PKEY *pk, unsigned char *pub, size_t *len);
crypto/openssl/include/crypto/asn1.h
78
size_t (*dirty_cnt)(const EVP_PKEY *pk);
crypto/openssl/include/crypto/asn1_dsa.h
16
int ossl_encode_der_length(WPACKET *pkt, size_t cont_len);
crypto/openssl/include/crypto/asn1_dsa.h
21
size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, const unsigned char **ppin,
crypto/openssl/include/crypto/asn1_dsa.h
22
size_t len);
crypto/openssl/include/crypto/bn.h
100
size_t message_len, BN_CTX *ctx);
crypto/openssl/include/crypto/bn.h
143
const unsigned char *rr, size_t rrlen,
crypto/openssl/include/crypto/bn.h
30
signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len);
crypto/openssl/include/crypto/chacha.h
28
size_t len, const unsigned int key[8],
crypto/openssl/include/crypto/chacha.h
32
void ChaCha20_ctr32_c(unsigned char *out, const unsigned char *inp, size_t len,
crypto/openssl/include/crypto/cmac.h
18
int ossl_cmac_init(CMAC_CTX *ctx, const void *key, size_t keylen,
crypto/openssl/include/crypto/cmll_platform.h
30
size_t len, const CAMELLIA_KEY *key,
crypto/openssl/include/crypto/cmll_platform.h
33
size_t len, const CAMELLIA_KEY *key,
crypto/openssl/include/crypto/cmll_platform.h
36
size_t len, const CAMELLIA_KEY *key,
crypto/openssl/include/crypto/cmll_platform.h
39
size_t len, const CAMELLIA_KEY *key,
crypto/openssl/include/crypto/cmll_platform.h
42
size_t blocks, const CAMELLIA_KEY *key,
crypto/openssl/include/crypto/cmll_platform.h
45
size_t blocks, const CAMELLIA_KEY *key,
crypto/openssl/include/crypto/des_platform.h
23
void des_t4_ede3_cbc_encrypt(const void *inp, void *out, size_t len,
crypto/openssl/include/crypto/des_platform.h
25
void des_t4_ede3_cbc_decrypt(const void *inp, void *out, size_t len,
crypto/openssl/include/crypto/des_platform.h
27
void des_t4_cbc_encrypt(const void *inp, void *out, size_t len,
crypto/openssl/include/crypto/des_platform.h
29
void des_t4_cbc_decrypt(const void *inp, void *out, size_t len,
crypto/openssl/include/crypto/dh.h
49
int ossl_dh_buf2key(DH *key, const unsigned char *buf, size_t len);
crypto/openssl/include/crypto/dh.h
50
size_t ossl_dh_key2buf(const DH *dh, unsigned char **pbuf, size_t size,
crypto/openssl/include/crypto/dh.h
53
int ossl_dh_kdf_X9_42_asn1(unsigned char *out, size_t outlen,
crypto/openssl/include/crypto/dh.h
54
const unsigned char *Z, size_t Zlen,
crypto/openssl/include/crypto/dh.h
56
const unsigned char *ukm, size_t ukmlen,
crypto/openssl/include/crypto/ec.h
56
int ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen,
crypto/openssl/include/crypto/ec.h
57
const unsigned char *Z, size_t Zlen,
crypto/openssl/include/crypto/ec.h
58
const unsigned char *sinfo, size_t sinfolen,
crypto/openssl/include/crypto/ec.h
99
const unsigned char *ikm, size_t ikmlen);
crypto/openssl/include/crypto/ecx.h
101
int ossl_ed25519_verify(const uint8_t *tbs, size_t tbs_len,
crypto/openssl/include/crypto/ecx.h
104
const uint8_t *context, size_t context_len,
crypto/openssl/include/crypto/ecx.h
106
int ossl_ed25519_pubkey_verify(const uint8_t *pub, size_t pub_len);
crypto/openssl/include/crypto/ecx.h
110
const uint8_t *message, size_t message_len,
crypto/openssl/include/crypto/ecx.h
112
const uint8_t *context, size_t context_len,
crypto/openssl/include/crypto/ecx.h
116
const uint8_t *message, size_t message_len,
crypto/openssl/include/crypto/ecx.h
118
const uint8_t *context, size_t context_len,
crypto/openssl/include/crypto/ecx.h
121
int ossl_ed448_pubkey_verify(const uint8_t *pub, size_t pub_len);
crypto/openssl/include/crypto/ecx.h
71
size_t keylen;
crypto/openssl/include/crypto/ecx.h
76
size_t ossl_ecx_key_length(ECX_KEY_TYPE type);
crypto/openssl/include/crypto/ecx.h
84
int ossl_ecx_compute_key(ECX_KEY *peer, ECX_KEY *priv, size_t keylen,
crypto/openssl/include/crypto/ecx.h
85
unsigned char *secret, size_t *secretlen,
crypto/openssl/include/crypto/ecx.h
86
size_t outlen);
crypto/openssl/include/crypto/ecx.h
96
int ossl_ed25519_sign(uint8_t *out_sig, const uint8_t *tbs, size_t tbs_len,
crypto/openssl/include/crypto/ecx.h
99
const uint8_t *context, size_t context_len,
crypto/openssl/include/crypto/evp.h
104
size_t dist_id_len; /* The length of the distinguishing ID */
crypto/openssl/include/crypto/evp.h
156
int (*sign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/include/crypto/evp.h
157
const unsigned char *tbs, size_t tbslen);
crypto/openssl/include/crypto/evp.h
160
const unsigned char *sig, size_t siglen,
crypto/openssl/include/crypto/evp.h
161
const unsigned char *tbs, size_t tbslen);
crypto/openssl/include/crypto/evp.h
164
unsigned char *rout, size_t *routlen,
crypto/openssl/include/crypto/evp.h
165
const unsigned char *sig, size_t siglen);
crypto/openssl/include/crypto/evp.h
167
int (*signctx)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/include/crypto/evp.h
173
int (*encrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
crypto/openssl/include/crypto/evp.h
174
const unsigned char *in, size_t inlen);
crypto/openssl/include/crypto/evp.h
176
int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
crypto/openssl/include/crypto/evp.h
177
const unsigned char *in, size_t inlen);
crypto/openssl/include/crypto/evp.h
179
int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen);
crypto/openssl/include/crypto/evp.h
182
int (*digestsign)(EVP_MD_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/include/crypto/evp.h
183
const unsigned char *tbs, size_t tbslen);
crypto/openssl/include/crypto/evp.h
185
size_t siglen, const unsigned char *tbs,
crypto/openssl/include/crypto/evp.h
186
size_t tbslen);
crypto/openssl/include/crypto/evp.h
266
int (*update)(EVP_MD_CTX *ctx, const void *data, size_t count);
crypto/openssl/include/crypto/evp.h
318
const unsigned char *in, size_t inl);
crypto/openssl/include/crypto/evp.h
369
size_t i, bl; \
crypto/openssl/include/crypto/evp.h
377
static int cname##_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \
crypto/openssl/include/crypto/evp.h
384
#define EVP_MAXCHUNK ((size_t)1 << 30)
crypto/openssl/include/crypto/evp.h
387
static int cname##_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \
crypto/openssl/include/crypto/evp.h
406
static int cname##_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \
crypto/openssl/include/crypto/evp.h
420
static int cname##_cfb##cbits##_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \
crypto/openssl/include/crypto/evp.h
422
size_t chunk = EVP_MAXCHUNK; \
crypto/openssl/include/crypto/evp.h
713
size_t dirty_cnt;
crypto/openssl/include/crypto/evp.h
728
size_t dirty_cnt_copy;
crypto/openssl/include/crypto/evp.h
820
char *mdname, size_t mdname_sz);
crypto/openssl/include/crypto/evp.h
847
const void *objref, size_t objref_sz);
crypto/openssl/include/crypto/evp.h
984
size_t evp_rand_get_seed(EVP_RAND_CTX *ctx,
crypto/openssl/include/crypto/evp.h
986
int entropy, size_t min_len, size_t max_len,
crypto/openssl/include/crypto/evp.h
988
const unsigned char *adin, size_t adin_len);
crypto/openssl/include/crypto/evp.h
990
unsigned char *buffer, size_t b_len);
crypto/openssl/include/crypto/evp.h
994
size_t *outlenp, size_t expected_outlen,
crypto/openssl/include/crypto/evp.h
995
const unsigned char *in, size_t inlen);
crypto/openssl/include/crypto/md32_common.h
153
int HASH_UPDATE(HASH_CTX *c, const void *data_, size_t len)
crypto/openssl/include/crypto/md32_common.h
158
size_t n;
crypto/openssl/include/crypto/md32_common.h
219
size_t n = c->num;
crypto/openssl/include/crypto/ml_dsa.h
100
__owur size_t ossl_ml_dsa_key_get_sig_len(const ML_DSA_KEY *key);
crypto/openssl/include/crypto/ml_dsa.h
106
__owur int ossl_ml_dsa_pk_decode(ML_DSA_KEY *key, const uint8_t *in, size_t in_len);
crypto/openssl/include/crypto/ml_dsa.h
107
__owur int ossl_ml_dsa_sk_decode(ML_DSA_KEY *key, const uint8_t *in, size_t in_len);
crypto/openssl/include/crypto/ml_dsa.h
110
const uint8_t *msg, size_t msg_len,
crypto/openssl/include/crypto/ml_dsa.h
111
const uint8_t *context, size_t context_len,
crypto/openssl/include/crypto/ml_dsa.h
112
const uint8_t *rand, size_t rand_len, int encode,
crypto/openssl/include/crypto/ml_dsa.h
113
unsigned char *sig, size_t *siglen, size_t sigsize);
crypto/openssl/include/crypto/ml_dsa.h
115
const uint8_t *msg, size_t msg_len,
crypto/openssl/include/crypto/ml_dsa.h
116
const uint8_t *context, size_t context_len,
crypto/openssl/include/crypto/ml_dsa.h
117
int encode, const uint8_t *sig, size_t sig_len);
crypto/openssl/include/crypto/ml_dsa.h
62
size_t k, l; /* matrix dimensions of 'A' */
crypto/openssl/include/crypto/ml_dsa.h
67
size_t sk_len; /* private key size */
crypto/openssl/include/crypto/ml_dsa.h
68
size_t pk_len; /* public key size */
crypto/openssl/include/crypto/ml_dsa.h
69
size_t sig_len; /* signature size */
crypto/openssl/include/crypto/ml_dsa.h
91
__owur size_t ossl_ml_dsa_key_get_pub_len(const ML_DSA_KEY *key);
crypto/openssl/include/crypto/ml_dsa.h
93
__owur size_t ossl_ml_dsa_key_get_priv_len(const ML_DSA_KEY *key);
crypto/openssl/include/crypto/ml_dsa.h
97
const uint8_t *seed, size_t seed_len,
crypto/openssl/include/crypto/ml_dsa.h
98
const uint8_t *sk, size_t sk_len);
crypto/openssl/include/crypto/ml_dsa.h
99
__owur size_t ossl_ml_dsa_key_get_collision_strength_bits(const ML_DSA_KEY *key);
crypto/openssl/include/crypto/ml_kem.h
138
size_t prvkey_bytes;
crypto/openssl/include/crypto/ml_kem.h
139
size_t prvalloc;
crypto/openssl/include/crypto/ml_kem.h
140
size_t pubkey_bytes;
crypto/openssl/include/crypto/ml_kem.h
141
size_t puballoc;
crypto/openssl/include/crypto/ml_kem.h
142
size_t ctext_bytes;
crypto/openssl/include/crypto/ml_kem.h
143
size_t vector_bytes;
crypto/openssl/include/crypto/ml_kem.h
144
size_t u_vector_bytes;
crypto/openssl/include/crypto/ml_kem.h
237
__owur int ossl_ml_kem_parse_public_key(const uint8_t *in, size_t len,
crypto/openssl/include/crypto/ml_kem.h
239
__owur int ossl_ml_kem_parse_private_key(const uint8_t *in, size_t len,
crypto/openssl/include/crypto/ml_kem.h
241
ML_KEM_KEY *ossl_ml_kem_set_seed(const uint8_t *seed, size_t seedlen,
crypto/openssl/include/crypto/ml_kem.h
243
__owur int ossl_ml_kem_genkey(uint8_t *pubenc, size_t publen, ML_KEM_KEY *key);
crypto/openssl/include/crypto/ml_kem.h
250
__owur int ossl_ml_kem_encode_public_key(uint8_t *out, size_t len,
crypto/openssl/include/crypto/ml_kem.h
252
__owur int ossl_ml_kem_encode_private_key(uint8_t *out, size_t len,
crypto/openssl/include/crypto/ml_kem.h
254
__owur int ossl_ml_kem_encode_seed(uint8_t *out, size_t len,
crypto/openssl/include/crypto/ml_kem.h
257
__owur int ossl_ml_kem_encap_seed(uint8_t *ctext, size_t clen,
crypto/openssl/include/crypto/ml_kem.h
258
uint8_t *shared_secret, size_t slen,
crypto/openssl/include/crypto/ml_kem.h
259
const uint8_t *entropy, size_t elen,
crypto/openssl/include/crypto/ml_kem.h
261
__owur int ossl_ml_kem_encap_rand(uint8_t *ctext, size_t clen,
crypto/openssl/include/crypto/ml_kem.h
262
uint8_t *shared_secret, size_t slen,
crypto/openssl/include/crypto/ml_kem.h
264
__owur int ossl_ml_kem_decap(uint8_t *shared_secret, size_t slen,
crypto/openssl/include/crypto/ml_kem.h
265
const uint8_t *ctext, size_t clen,
crypto/openssl/include/crypto/modes.h
106
typedef void (*gcm_ghash_fn)(u64 Xi[2], const u128 Htable[16], const u8 *inp, size_t len);
crypto/openssl/include/crypto/modes.h
120
size_t t[16 / sizeof(size_t)];
crypto/openssl/include/crypto/modes.h
139
const u8 *inp, size_t len);
crypto/openssl/include/crypto/modes.h
157
size_t len, int enc);
crypto/openssl/include/crypto/modes.h
193
size_t l_index;
crypto/openssl/include/crypto/modes.h
194
size_t max_l_index;
crypto/openssl/include/crypto/poly1305.h
23
size_t len, unsigned int padbit);
crypto/openssl/include/crypto/poly1305.h
34
size_t num;
crypto/openssl/include/crypto/poly1305.h
41
size_t Poly1305_ctx_size(void);
crypto/openssl/include/crypto/poly1305.h
43
void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len);
crypto/openssl/include/crypto/punycode.h
18
const size_t enc_len,
crypto/openssl/include/crypto/punycode.h
22
int ossl_a2ulabel(const char *in, char *out, size_t outlen);
crypto/openssl/include/crypto/rand.h
110
size_t ossl_rand_get_entropy(OSSL_LIB_CTX *ctx,
crypto/openssl/include/crypto/rand.h
112
size_t min_len, size_t max_len);
crypto/openssl/include/crypto/rand.h
113
size_t ossl_rand_get_user_entropy(OSSL_LIB_CTX *ctx,
crypto/openssl/include/crypto/rand.h
115
size_t min_len, size_t max_len);
crypto/openssl/include/crypto/rand.h
117
unsigned char *buf, size_t len);
crypto/openssl/include/crypto/rand.h
119
unsigned char *buf, size_t len);
crypto/openssl/include/crypto/rand.h
120
size_t ossl_rand_get_nonce(OSSL_LIB_CTX *ctx,
crypto/openssl/include/crypto/rand.h
121
unsigned char **pout, size_t min_len, size_t max_len,
crypto/openssl/include/crypto/rand.h
122
const void *salt, size_t salt_len);
crypto/openssl/include/crypto/rand.h
123
size_t ossl_rand_get_user_nonce(OSSL_LIB_CTX *ctx, unsigned char **pout,
crypto/openssl/include/crypto/rand.h
124
size_t min_len, size_t max_len,
crypto/openssl/include/crypto/rand.h
125
const void *salt, size_t salt_len);
crypto/openssl/include/crypto/rand.h
127
unsigned char *buf, size_t len);
crypto/openssl/include/crypto/rand.h
129
unsigned char *buf, size_t len);
crypto/openssl/include/crypto/rand.h
134
size_t ossl_pool_acquire_entropy(RAND_POOL *pool);
crypto/openssl/include/crypto/rand_pool.h
100
size_t ossl_rand_pool_bytes_needed(RAND_POOL *pool, unsigned int entropy_factor);
crypto/openssl/include/crypto/rand_pool.h
101
size_t ossl_rand_pool_bytes_remaining(RAND_POOL *pool);
crypto/openssl/include/crypto/rand_pool.h
104
const unsigned char *buffer, size_t len, size_t entropy);
crypto/openssl/include/crypto/rand_pool.h
105
unsigned char *ossl_rand_pool_add_begin(RAND_POOL *pool, size_t len);
crypto/openssl/include/crypto/rand_pool.h
106
int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy);
crypto/openssl/include/crypto/rand_pool.h
108
size_t adin_len);
crypto/openssl/include/crypto/rand_pool.h
72
size_t len; /* current number of random bytes contained in the pool */
crypto/openssl/include/crypto/rand_pool.h
77
size_t min_len; /* minimum number of random bytes requested */
crypto/openssl/include/crypto/rand_pool.h
78
size_t max_len; /* maximum number of random bytes (allocated buffer size) */
crypto/openssl/include/crypto/rand_pool.h
79
size_t alloc_len; /* current number of bytes allocated */
crypto/openssl/include/crypto/rand_pool.h
80
size_t entropy; /* current entropy count in bits */
crypto/openssl/include/crypto/rand_pool.h
81
size_t entropy_requested; /* requested entropy count in bits */
crypto/openssl/include/crypto/rand_pool.h
85
size_t min_len, size_t max_len);
crypto/openssl/include/crypto/rand_pool.h
86
RAND_POOL *ossl_rand_pool_attach(const unsigned char *buffer, size_t len,
crypto/openssl/include/crypto/rand_pool.h
87
size_t entropy);
crypto/openssl/include/crypto/rand_pool.h
94
size_t ossl_rand_pool_entropy(RAND_POOL *pool);
crypto/openssl/include/crypto/rand_pool.h
95
size_t ossl_rand_pool_length(RAND_POOL *pool);
crypto/openssl/include/crypto/rand_pool.h
97
size_t ossl_rand_pool_entropy_available(RAND_POOL *pool);
crypto/openssl/include/crypto/rand_pool.h
98
size_t ossl_rand_pool_entropy_needed(RAND_POOL *pool);
crypto/openssl/include/crypto/riscv_arch.h
127
size_t riscv_vlen(void);
crypto/openssl/include/crypto/riscv_arch.h
63
size_t index;
crypto/openssl/include/crypto/riscv_arch.h
64
size_t bit_offset;
crypto/openssl/include/crypto/riscv_arch.h
94
static const size_t kRISCVNumCaps =
crypto/openssl/include/crypto/rsa.h
114
size_t *prm_len, const unsigned char *sigbuf,
crypto/openssl/include/crypto/rsa.h
115
size_t siglen, RSA *rsa);
crypto/openssl/include/crypto/rsa.h
117
const unsigned char *ossl_rsa_digestinfo_encoding(int md_nid, size_t *len);
crypto/openssl/include/crypto/rsa.h
97
size_t tlen,
crypto/openssl/include/crypto/rsa.h
99
size_t flen, int client_version,
crypto/openssl/include/crypto/sha.h
21
unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md);
crypto/openssl/include/crypto/siphash.h
23
size_t SipHash_ctx_size(void);
crypto/openssl/include/crypto/siphash.h
24
size_t SipHash_hash_size(SIPHASH *ctx);
crypto/openssl/include/crypto/siphash.h
25
int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size);
crypto/openssl/include/crypto/siphash.h
28
void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen);
crypto/openssl/include/crypto/siphash.h
29
int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
crypto/openssl/include/crypto/siv.h
21
int ossl_siv128_aad(SIV128_CONTEXT *ctx, const unsigned char *aad, size_t len);
crypto/openssl/include/crypto/siv.h
23
const unsigned char *in, unsigned char *out, size_t len);
crypto/openssl/include/crypto/siv.h
25
const unsigned char *in, unsigned char *out, size_t len);
crypto/openssl/include/crypto/siv.h
28
size_t len);
crypto/openssl/include/crypto/siv.h
29
int ossl_siv128_get_tag(SIV128_CONTEXT *ctx, unsigned char *tag, size_t len);
crypto/openssl/include/crypto/slh_dsa.h
40
const uint8_t *entropy, size_t entropy_len);
crypto/openssl/include/crypto/slh_dsa.h
44
__owur size_t ossl_slh_dsa_key_get_pub_len(const SLH_DSA_KEY *key);
crypto/openssl/include/crypto/slh_dsa.h
46
size_t priv_len);
crypto/openssl/include/crypto/slh_dsa.h
48
size_t pub_len);
crypto/openssl/include/crypto/slh_dsa.h
49
__owur size_t ossl_slh_dsa_key_get_priv_len(const SLH_DSA_KEY *key);
crypto/openssl/include/crypto/slh_dsa.h
50
__owur size_t ossl_slh_dsa_key_get_n(const SLH_DSA_KEY *key);
crypto/openssl/include/crypto/slh_dsa.h
51
__owur size_t ossl_slh_dsa_key_get_sig_len(const SLH_DSA_KEY *key);
crypto/openssl/include/crypto/slh_dsa.h
60
const uint8_t *msg, size_t msg_len,
crypto/openssl/include/crypto/slh_dsa.h
61
const uint8_t *ctx, size_t ctx_len,
crypto/openssl/include/crypto/slh_dsa.h
63
unsigned char *sig, size_t *siglen, size_t sigsize);
crypto/openssl/include/crypto/slh_dsa.h
65
const uint8_t *msg, size_t msg_len,
crypto/openssl/include/crypto/slh_dsa.h
66
const uint8_t *ctx, size_t ctx_len, int encode,
crypto/openssl/include/crypto/slh_dsa.h
67
const uint8_t *sig, size_t sig_len);
crypto/openssl/include/crypto/sm2.h
31
const size_t id_len,
crypto/openssl/include/crypto/sm2.h
40
const size_t id_len,
crypto/openssl/include/crypto/sm2.h
41
const uint8_t *msg, size_t msg_len);
crypto/openssl/include/crypto/sm2.h
47
const size_t id_len,
crypto/openssl/include/crypto/sm2.h
48
const uint8_t *msg, size_t msg_len);
crypto/openssl/include/crypto/sm2.h
68
size_t msg_len, size_t *ct_size);
crypto/openssl/include/crypto/sm2.h
70
int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size,
crypto/openssl/include/crypto/sm2.h
71
size_t *pt_size);
crypto/openssl/include/crypto/sm2.h
75
const uint8_t *msg, size_t msg_len,
crypto/openssl/include/crypto/sm2.h
76
uint8_t *ciphertext_buf, size_t *ciphertext_len);
crypto/openssl/include/crypto/sm2.h
80
const uint8_t *ciphertext, size_t ciphertext_len,
crypto/openssl/include/crypto/sm2.h
81
uint8_t *ptext_buf, size_t *ptext_len);
crypto/openssl/include/crypto/sm2.h
84
size_t *len);
crypto/openssl/include/crypto/sm4_platform.h
103
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
106
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
109
size_t len, const void *key,
crypto/openssl/include/crypto/sm4_platform.h
112
size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/include/crypto/sm4_platform.h
115
size_t len, const SM4_KEY *key1,
crypto/openssl/include/crypto/sm4_platform.h
61
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
64
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
67
size_t len, const void *key,
crypto/openssl/include/crypto/sm4_platform.h
79
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
82
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
85
size_t len, const void *key,
crypto/openssl/include/crypto/sm4_platform.h
88
size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/include/crypto/sm4_platform.h
91
size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/include/crypto/sparse_array.h
39
static ossl_unused ossl_inline size_t \
crypto/openssl/include/crypto/sparse_array.h
80
size_t ossl_sa_num(const OPENSSL_SA *sa);
crypto/openssl/include/crypto/x509.h
373
size_t vallen, STACK_OF(CONF_VALUE) **extlist);
crypto/openssl/include/internal/bio.h
20
int (*bwrite)(BIO *, const char *, size_t, size_t *);
crypto/openssl/include/internal/bio.h
22
int (*bread)(BIO *, char *, size_t, size_t *);
crypto/openssl/include/internal/bio.h
30
int (*bsendmmsg)(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *);
crypto/openssl/include/internal/bio.h
31
int (*brecvmmsg)(BIO *, BIO_MSG *, size_t, size_t, uint64_t, size_t *);
crypto/openssl/include/internal/bio.h
38
int bwrite_conv(BIO *bio, const char *data, size_t datal, size_t *written);
crypto/openssl/include/internal/bio.h
39
int bread_conv(BIO *bio, char *data, size_t datal, size_t *read);
crypto/openssl/include/internal/bio.h
87
int ossl_core_bio_read_ex(OSSL_CORE_BIO *cb, void *data, size_t dlen,
crypto/openssl/include/internal/bio.h
88
size_t *readbytes);
crypto/openssl/include/internal/bio.h
89
int ossl_core_bio_write_ex(OSSL_CORE_BIO *cb, const void *data, size_t dlen,
crypto/openssl/include/internal/bio.h
90
size_t *written);
crypto/openssl/include/internal/constant_time.h
117
static ossl_inline size_t constant_time_msb_s(size_t a)
crypto/openssl/include/internal/constant_time.h
128
static ossl_inline size_t constant_time_lt_s(size_t a, size_t b)
crypto/openssl/include/internal/constant_time.h
196
static ossl_inline size_t constant_time_ge_s(size_t a, size_t b)
crypto/openssl/include/internal/constant_time.h
207
static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b)
crypto/openssl/include/internal/constant_time.h
217
static ossl_inline size_t constant_time_is_zero_s(size_t a)
crypto/openssl/include/internal/constant_time.h
243
static ossl_inline size_t constant_time_eq_s(size_t a, size_t b)
crypto/openssl/include/internal/constant_time.h
254
static ossl_inline unsigned char constant_time_eq_8_s(size_t a, size_t b)
crypto/openssl/include/internal/constant_time.h
312
static ossl_inline size_t value_barrier_s(size_t a)
crypto/openssl/include/internal/constant_time.h
315
size_t r;
crypto/openssl/include/internal/constant_time.h
318
volatile size_t r = a;
crypto/openssl/include/internal/constant_time.h
342
static ossl_inline size_t constant_time_select_s(size_t mask,
crypto/openssl/include/internal/constant_time.h
343
size_t a,
crypto/openssl/include/internal/constant_time.h
344
size_t b)
crypto/openssl/include/internal/constant_time.h
362
static ossl_inline int constant_time_select_int_s(size_t mask, int a, int b)
crypto/openssl/include/internal/constant_time.h
435
size_t len)
crypto/openssl/include/internal/constant_time.h
437
size_t i;
crypto/openssl/include/internal/constant_time.h
455
size_t rowsize,
crypto/openssl/include/internal/constant_time.h
456
size_t numrows,
crypto/openssl/include/internal/constant_time.h
457
size_t idx)
crypto/openssl/include/internal/constant_time.h
459
size_t i, j;
crypto/openssl/include/internal/cryptlib.h
158
const char *sep, size_t max_len);
crypto/openssl/include/internal/cryptlib.h
169
size_t ossl_to_hex(char *buf, uint8_t n);
crypto/openssl/include/internal/cryptlib.h
50
int openssl_strerror_r(int errnum, char *buf, size_t buflen);
crypto/openssl/include/internal/cryptlib.h
58
size_t OPENSSL_instrument_bus(unsigned int *, size_t);
crypto/openssl/include/internal/cryptlib.h
59
size_t OPENSSL_instrument_bus2(unsigned int *, size_t, size_t);
crypto/openssl/include/internal/dane.h
48
size_t dlen;
crypto/openssl/include/internal/der.h
78
size_t precompiled_n);
crypto/openssl/include/internal/der.h
85
const unsigned char *data, size_t data_n);
crypto/openssl/include/internal/deterministic_nonce.h
19
size_t message_len,
crypto/openssl/include/internal/encoder.h
22
const unsigned char *buf, size_t buflen);
crypto/openssl/include/internal/ffc.h
102
size_t seedlen;
crypto/openssl/include/internal/ffc.h
133
const unsigned char *seed, size_t seedlen);
crypto/openssl/include/internal/ffc.h
144
size_t seedlen, int counter);
crypto/openssl/include/internal/ffc.h
146
unsigned char **seed, size_t *seedlen,
crypto/openssl/include/internal/ffc.h
157
int type, size_t L, size_t N,
crypto/openssl/include/internal/ffc.h
160
int type, size_t L, size_t N,
crypto/openssl/include/internal/ffc.h
165
size_t L, size_t N, int *res,
crypto/openssl/include/internal/ffc.h
169
size_t L, size_t N, int *res,
crypto/openssl/include/internal/hashfunc.h
18
ossl_unused uint64_t ossl_fnv1a_hash(uint8_t *key, size_t len);
crypto/openssl/include/internal/hashtable.h
26
size_t keysize;
crypto/openssl/include/internal/hashtable.h
331
size_t ossl_ht_count(HT *htable);
crypto/openssl/include/internal/hashtable.h
350
HT_VALUE_LIST *ossl_ht_filter(HT *htable, size_t max_len,
crypto/openssl/include/internal/hashtable.h
43
size_t list_len;
crypto/openssl/include/internal/hashtable.h
53
uint64_t (*ht_hash_fn)(uint8_t *key, size_t keylen);
crypto/openssl/include/internal/hashtable.h
54
size_t init_neighborhoods;
crypto/openssl/include/internal/hpke_util.h
36
size_t Nsecret; /* size of secrets */
crypto/openssl/include/internal/hpke_util.h
37
size_t Nenc; /* length of encapsulated key */
crypto/openssl/include/internal/hpke_util.h
38
size_t Npk; /* length of public key */
crypto/openssl/include/internal/hpke_util.h
39
size_t Nsk; /* length of raw private key */
crypto/openssl/include/internal/hpke_util.h
49
size_t Nh; /* length of hash/extract output */
crypto/openssl/include/internal/hpke_util.h
58
size_t taglen; /* aead tag len */
crypto/openssl/include/internal/hpke_util.h
59
size_t Nk; /* size of a key for this aead */
crypto/openssl/include/internal/hpke_util.h
60
size_t Nn; /* length of a nonce for this aead */
crypto/openssl/include/internal/hpke_util.h
72
unsigned char *prk, size_t prklen,
crypto/openssl/include/internal/hpke_util.h
73
const unsigned char *salt, size_t saltlen,
crypto/openssl/include/internal/hpke_util.h
74
const unsigned char *ikm, size_t ikmlen);
crypto/openssl/include/internal/hpke_util.h
77
unsigned char *okm, size_t okmlen,
crypto/openssl/include/internal/hpke_util.h
78
const unsigned char *prk, size_t prklen,
crypto/openssl/include/internal/hpke_util.h
79
const unsigned char *info, size_t infolen);
crypto/openssl/include/internal/hpke_util.h
82
unsigned char *prk, size_t prklen,
crypto/openssl/include/internal/hpke_util.h
83
const unsigned char *salt, size_t saltlen,
crypto/openssl/include/internal/hpke_util.h
85
const unsigned char *suiteid, size_t suiteidlen,
crypto/openssl/include/internal/hpke_util.h
87
const unsigned char *ikm, size_t ikmlen);
crypto/openssl/include/internal/hpke_util.h
89
unsigned char *okm, size_t okmlen,
crypto/openssl/include/internal/hpke_util.h
90
const unsigned char *prk, size_t prklen,
crypto/openssl/include/internal/hpke_util.h
92
const unsigned char *suiteid, size_t suiteidlen,
crypto/openssl/include/internal/hpke_util.h
94
const unsigned char *info, size_t infolen);
crypto/openssl/include/internal/json_enc.h
215
void ossl_json_str_len(OSSL_JSON_ENC *json, const char *str, size_t str_len);
crypto/openssl/include/internal/json_enc.h
221
void ossl_json_str_hex(OSSL_JSON_ENC *json, const void *data, size_t data_len);
crypto/openssl/include/internal/json_enc.h
26
size_t alloc, cur;
crypto/openssl/include/internal/json_enc.h
39
size_t stack_end_byte, stack_bytes;
crypto/openssl/include/internal/ktls.h
101
const void *data, size_t length)
crypto/openssl/include/internal/ktls.h
128
static ossl_inline int ktls_read_record(int fd, void *data, size_t length)
crypto/openssl/include/internal/ktls.h
142
static ossl_inline int ktls_read_record(int fd, void *data, size_t length)
crypto/openssl/include/internal/ktls.h
152
const size_t prepend_length = SSL3_RT_HEADER_LENGTH;
crypto/openssl/include/internal/ktls.h
205
size_t size, int flags)
crypto/openssl/include/internal/ktls.h
283
size_t tls_crypto_info_len;
crypto/openssl/include/internal/ktls.h
344
const void *data, size_t length)
crypto/openssl/include/internal/ktls.h
377
static ossl_inline ossl_ssize_t ktls_sendfile(int s, int fd, off_t off, size_t size, int flags)
crypto/openssl/include/internal/ktls.h
384
static ossl_inline int ktls_read_record(int fd, void *data, size_t length)
crypto/openssl/include/internal/ktls.h
397
static ossl_inline int ktls_read_record(int fd, void *data, size_t length)
crypto/openssl/include/internal/ktls.h
408
const size_t prepend_length = SSL3_RT_HEADER_LENGTH;
crypto/openssl/include/internal/list.h
65
size_t num_elems; \
crypto/openssl/include/internal/list.h
85
static ossl_unused ossl_inline size_t \
crypto/openssl/include/internal/namemap.h
29
const char *name, size_t name_len);
crypto/openssl/include/internal/namemap.h
31
size_t idx);
crypto/openssl/include/internal/numbers.h
99
#define SIZE_MAX __MAXUINT__(size_t)
crypto/openssl/include/internal/packet.h
108
PACKET *subpkt, size_t len)
crypto/openssl/include/internal/packet.h
122
PACKET *subpkt, size_t len)
crypto/openssl/include/internal/packet.h
161
__owur static ossl_inline int PACKET_get_net_2_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
167
*data = (size_t)i;
crypto/openssl/include/internal/packet.h
202
__owur static ossl_inline int PACKET_get_net_3_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
208
*data = (size_t)i;
crypto/openssl/include/internal/packet.h
26
size_t remaining;
crypto/openssl/include/internal/packet.h
266
__owur static ossl_inline int PACKET_get_net_4_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
272
*data = (size_t)i;
crypto/openssl/include/internal/packet.h
30
static ossl_inline void packet_forward(PACKET *pkt, size_t len)
crypto/openssl/include/internal/packet.h
312
__owur static ossl_inline int PACKET_get_1_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
318
*data = (size_t)i;
crypto/openssl/include/internal/packet.h
364
size_t len)
crypto/openssl/include/internal/packet.h
382
size_t len)
crypto/openssl/include/internal/packet.h
39
static ossl_inline size_t PACKET_remaining(const PACKET *pkt)
crypto/openssl/include/internal/packet.h
395
size_t len)
crypto/openssl/include/internal/packet.h
410
unsigned char *data, size_t len)
crypto/openssl/include/internal/packet.h
429
size_t dest_len, size_t *len)
crypto/openssl/include/internal/packet.h
450
unsigned char **data, size_t *len)
crypto/openssl/include/internal/packet.h
452
size_t length;
crypto/openssl/include/internal/packet.h
497
__owur static ossl_inline int PACKET_forward(PACKET *pkt, size_t len)
crypto/openssl/include/internal/packet.h
520
if (!PACKET_get_1(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length)) {
crypto/openssl/include/internal/packet.h
541
if (!PACKET_get_1(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length) || PACKET_remaining(&tmp) != 0) {
crypto/openssl/include/internal/packet.h
566
if (!PACKET_get_net_2(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length)) {
crypto/openssl/include/internal/packet.h
588
if (!PACKET_get_net_2(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length) || PACKET_remaining(&tmp) != 0) {
crypto/openssl/include/internal/packet.h
612
if (!PACKET_get_net_3(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length)) {
crypto/openssl/include/internal/packet.h
634
size_t packet_len;
crypto/openssl/include/internal/packet.h
637
size_t lenbytes;
crypto/openssl/include/internal/packet.h
640
size_t pwritten;
crypto/openssl/include/internal/packet.h
658
size_t curr;
crypto/openssl/include/internal/packet.h
661
size_t written;
crypto/openssl/include/internal/packet.h
664
size_t maxsize;
crypto/openssl/include/internal/packet.h
696
int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes);
crypto/openssl/include/internal/packet.h
709
int WPACKET_init_null(WPACKET *pkt, size_t lenbytes);
crypto/openssl/include/internal/packet.h
71
size_t len)
crypto/openssl/include/internal/packet.h
722
int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len,
crypto/openssl/include/internal/packet.h
723
size_t lenbytes);
crypto/openssl/include/internal/packet.h
730
int WPACKET_init_der(WPACKET *pkt, unsigned char *buf, size_t len);
crypto/openssl/include/internal/packet.h
74
if (len > (size_t)(SIZE_MAX / 2))
crypto/openssl/include/internal/packet.h
765
int WPACKET_start_sub_packet_len__(WPACKET *pkt, size_t lenbytes);
crypto/openssl/include/internal/packet.h
794
int WPACKET_allocate_bytes(WPACKET *pkt, size_t len,
crypto/openssl/include/internal/packet.h
803
int WPACKET_sub_allocate_bytes__(WPACKET *pkt, size_t len,
crypto/openssl/include/internal/packet.h
804
unsigned char **allocbytes, size_t lenbytes);
crypto/openssl/include/internal/packet.h
837
int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes);
crypto/openssl/include/internal/packet.h
842
int WPACKET_sub_reserve_bytes__(WPACKET *pkt, size_t len,
crypto/openssl/include/internal/packet.h
843
unsigned char **allocbytes, size_t lenbytes);
crypto/openssl/include/internal/packet.h
864
int WPACKET_put_bytes__(WPACKET *pkt, uint64_t val, size_t bytes);
crypto/openssl/include/internal/packet.h
882
int WPACKET_set_max_size(WPACKET *pkt, size_t maxsize);
crypto/openssl/include/internal/packet.h
885
int WPACKET_memcpy(WPACKET *pkt, const void *src, size_t len);
crypto/openssl/include/internal/packet.h
888
int WPACKET_memset(WPACKET *pkt, int ch, size_t len);
crypto/openssl/include/internal/packet.h
895
int WPACKET_sub_memcpy__(WPACKET *pkt, const void *src, size_t len,
crypto/openssl/include/internal/packet.h
896
size_t lenbytes);
crypto/openssl/include/internal/packet.h
912
int WPACKET_get_total_written(WPACKET *pkt, size_t *written);
crypto/openssl/include/internal/packet.h
918
int WPACKET_get_length(WPACKET *pkt, size_t *len);
crypto/openssl/include/internal/packet.h
95
size_t num)
crypto/openssl/include/internal/packet_quic.h
107
if (!PACKET_get_quic_vlint(&tmp, &length) || length > SIZE_MAX || !PACKET_get_bytes(&tmp, &data, (size_t)length)) {
crypto/openssl/include/internal/packet_quic.h
113
subpkt->remaining = (size_t)length;
crypto/openssl/include/internal/packet_quic.h
131
__owur int WPACKET_start_quic_sub_packet_bound(WPACKET *pkt, size_t max_len);
crypto/openssl/include/internal/packet_quic.h
139
__owur int WPACKET_quic_sub_allocate_bytes(WPACKET *pkt, size_t len,
crypto/openssl/include/internal/packet_quic.h
25
size_t enclen;
crypto/openssl/include/internal/packet_quic.h
50
size_t enclen;
crypto/openssl/include/internal/packet_quic.h
79
size_t enclen;
crypto/openssl/include/internal/param_build_set.h
24
size_t ossl_param_bytes_to_blocks(size_t bytes);
crypto/openssl/include/internal/param_build_set.h
26
size_t secure_buffer_sz);
crypto/openssl/include/internal/param_build_set.h
37
size_t data_len);
crypto/openssl/include/internal/param_build_set.h
41
const char *key, const BIGNUM *bn, size_t sz);
crypto/openssl/include/internal/param_build_set.h
46
size_t sz);
crypto/openssl/include/internal/params.h
23
unsigned char **out, size_t *out_len);
crypto/openssl/include/internal/params.h
37
unsigned char **out, size_t *out_len,
crypto/openssl/include/internal/params.h
38
size_t maxsize);
crypto/openssl/include/internal/passphrase.h
105
int ossl_pw_get_passphrase(char *pass, size_t pass_size, size_t *pass_len,
crypto/openssl/include/internal/passphrase.h
51
size_t passphrase_len;
crypto/openssl/include/internal/passphrase.h
82
size_t cached_passphrase_len;
crypto/openssl/include/internal/passphrase.h
92
size_t passphrase_len);
crypto/openssl/include/internal/priority_queue.h
38
ossl_pqueue_##type##_reserve(PRIORITY_QUEUE_OF(type) * pq, size_t n) \
crypto/openssl/include/internal/priority_queue.h
42
static ossl_unused ossl_inline size_t \
crypto/openssl/include/internal/priority_queue.h
49
ctype * data, size_t *elem) \
crypto/openssl/include/internal/priority_queue.h
65
size_t elem) \
crypto/openssl/include/internal/priority_queue.h
79
int ossl_pqueue_reserve(OSSL_PQUEUE *pq, size_t n);
crypto/openssl/include/internal/priority_queue.h
81
size_t ossl_pqueue_num(const OSSL_PQUEUE *pq);
crypto/openssl/include/internal/priority_queue.h
82
int ossl_pqueue_push(OSSL_PQUEUE *pq, void *data, size_t *elem);
crypto/openssl/include/internal/priority_queue.h
85
void *ossl_pqueue_remove(OSSL_PQUEUE *pq, size_t elem);
crypto/openssl/include/internal/property.h
92
size_t ossl_property_list_to_string(OSSL_LIB_CTX *ctx,
crypto/openssl/include/internal/property.h
94
size_t bufsize);
crypto/openssl/include/internal/provider.h
104
int ossl_provider_set_operation_bit(OSSL_PROVIDER *provider, size_t bitnum);
crypto/openssl/include/internal/provider.h
105
int ossl_provider_test_operation_bit(OSSL_PROVIDER *provider, size_t bitnum,
crypto/openssl/include/internal/provider.h
91
void *buf, size_t n, unsigned int strength);
crypto/openssl/include/internal/qlog.h
110
const char *value, size_t value_len);
crypto/openssl/include/internal/qlog.h
115
const void *value, size_t value_len);
crypto/openssl/include/internal/qlog_event_helpers.h
45
size_t numn_iovec,
crypto/openssl/include/internal/qlog_event_helpers.h
53
size_t numn_iovec,
crypto/openssl/include/internal/quic_ackm.h
132
int ossl_ackm_on_rx_datagram(OSSL_ACKM *ackm, size_t num_bytes);
crypto/openssl/include/internal/quic_ackm.h
63
size_t num_bytes;
crypto/openssl/include/internal/quic_cc.h
23
size_t tx_size;
crypto/openssl/include/internal/quic_cc.h
31
size_t tx_size;
crypto/openssl/include/internal/quic_cfq.h
100
typedef void(cfq_free_cb)(unsigned char *buf, size_t buf_len, void *arg);
crypto/openssl/include/internal/quic_cfq.h
108
size_t encoded_len,
crypto/openssl/include/internal/quic_cfq.h
52
size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item);
crypto/openssl/include/internal/quic_channel.h
161
size_t reason_len;
crypto/openssl/include/internal/quic_channel.h
221
size_t token_len);
crypto/openssl/include/internal/quic_channel.h
321
size_t ossl_quic_channel_get_short_header_conn_id_len(QUIC_CHANNEL *ch);
crypto/openssl/include/internal/quic_demux.h
100
size_t data_len, alloc_len;
crypto/openssl/include/internal/quic_demux.h
199
size_t short_conn_id_len,
crypto/openssl/include/internal/quic_demux.h
293
size_t buf_len,
crypto/openssl/include/internal/quic_fc.h
179
size_t max_window_size);
crypto/openssl/include/internal/quic_lcidm.h
106
QUIC_LCIDM *ossl_quic_lcidm_new(OSSL_LIB_CTX *libctx, size_t lcid_len);
crypto/openssl/include/internal/quic_lcidm.h
112
size_t ossl_quic_lcidm_get_lcid_len(const QUIC_LCIDM *lcidm);
crypto/openssl/include/internal/quic_lcidm.h
118
size_t ossl_quic_lcidm_get_num_active_lcid(const QUIC_LCIDM *lcidm,
crypto/openssl/include/internal/quic_port.h
157
size_t ossl_quic_port_get_num_incoming_channels(const QUIC_PORT *port);
crypto/openssl/include/internal/quic_rcidm.h
176
size_t ossl_quic_rcidm_get_num_active(const QUIC_RCIDM *rcidm);
crypto/openssl/include/internal/quic_rcidm.h
181
size_t ossl_quic_rcidm_get_num_retiring(const QUIC_RCIDM *rcidm);
crypto/openssl/include/internal/quic_reactor.h
121
size_t cur_blocking_waiters;
crypto/openssl/include/internal/quic_record_rx.h
168
size_t secret_len);
crypto/openssl/include/internal/quic_record_rx.h
224
size_t datagram_len;
crypto/openssl/include/internal/quic_record_rx.h
35
size_t short_conn_id_len;
crypto/openssl/include/internal/quic_record_rx.h
41
size_t max_deferred;
crypto/openssl/include/internal/quic_record_rx.h
72
size_t ossl_qrx_get_short_hdr_conn_id_len(OSSL_QRX *qrx);
crypto/openssl/include/internal/quic_record_tx.h
119
size_t secret_len);
crypto/openssl/include/internal/quic_record_tx.h
140
size_t ciphertext_len,
crypto/openssl/include/internal/quic_record_tx.h
141
size_t *plaintext_len);
crypto/openssl/include/internal/quic_record_tx.h
150
size_t plaintext_len,
crypto/openssl/include/internal/quic_record_tx.h
151
size_t *ciphertext_len);
crypto/openssl/include/internal/quic_record_tx.h
169
size_t num_iovec;
crypto/openssl/include/internal/quic_record_tx.h
28
size_t buf_len;
crypto/openssl/include/internal/quic_record_tx.h
281
size_t ossl_qtx_get_queue_len_datagrams(OSSL_QTX *qtx);
crypto/openssl/include/internal/quic_record_tx.h
287
size_t ossl_qtx_get_queue_len_bytes(OSSL_QTX *qtx);
crypto/openssl/include/internal/quic_record_tx.h
294
size_t ossl_qtx_get_cur_dgram_len_bytes(OSSL_QTX *qtx);
crypto/openssl/include/internal/quic_record_tx.h
300
size_t ossl_qtx_get_unflushed_pkt_count(OSSL_QTX *qtx);
crypto/openssl/include/internal/quic_record_tx.h
310
int ossl_qtx_set_mdpl(OSSL_QTX *qtx, size_t mdpl);
crypto/openssl/include/internal/quic_record_tx.h
313
size_t ossl_qtx_get_mdpl(OSSL_QTX *qtx);
crypto/openssl/include/internal/quic_record_tx.h
34
const OSSL_QTX_IOVEC *iovecin, size_t numin,
crypto/openssl/include/internal/quic_record_tx.h
37
size_t *numout,
crypto/openssl/include/internal/quic_record_tx.h
50
size_t mdpl;
crypto/openssl/include/internal/quic_record_util.h
30
const unsigned char *salt, size_t salt_len,
crypto/openssl/include/internal/quic_record_util.h
31
const unsigned char *ikm, size_t ikm_len,
crypto/openssl/include/internal/quic_record_util.h
32
unsigned char *out, size_t out_len);
crypto/openssl/include/internal/quic_sf_list.h
135
size_t buf_len,
crypto/openssl/include/internal/quic_sf_list.h
47
size_t num_frames;
crypto/openssl/include/internal/quic_srt_gen.h
43
const unsigned char *key, size_t key_len);
crypto/openssl/include/internal/quic_srtm.h
101
size_t idx,
crypto/openssl/include/internal/quic_ssl.h
115
__owur size_t ossl_quic_get_accept_stream_queue_len(SSL *s);
crypto/openssl/include/internal/quic_ssl.h
121
__owur size_t ossl_quic_get_accept_connection_queue_len(SSL *ssl);
crypto/openssl/include/internal/quic_ssl.h
126
size_t args_len);
crypto/openssl/include/internal/quic_ssl.h
136
size_t info_len);
crypto/openssl/include/internal/quic_ssl.h
143
__owur int ossl_quic_set_write_buffer_size(SSL *s, size_t size);
crypto/openssl/include/internal/quic_ssl.h
35
size_t hashkey_len;
crypto/openssl/include/internal/quic_ssl.h
37
size_t token_len;
crypto/openssl/include/internal/quic_ssl.h
45
const uint8_t *token, size_t token_len);
crypto/openssl/include/internal/quic_ssl.h
57
__owur int ossl_quic_read(SSL *s, void *buf, size_t len, size_t *readbytes);
crypto/openssl/include/internal/quic_ssl.h
58
__owur int ossl_quic_peek(SSL *s, void *buf, size_t len, size_t *readbytes);
crypto/openssl/include/internal/quic_ssl.h
59
__owur int ossl_quic_write_flags(SSL *s, const void *buf, size_t len,
crypto/openssl/include/internal/quic_ssl.h
60
uint64_t flags, size_t *written);
crypto/openssl/include/internal/quic_ssl.h
61
__owur int ossl_quic_write(SSL *s, const void *buf, size_t len, size_t *written);
crypto/openssl/include/internal/quic_ssl.h
66
__owur size_t ossl_quic_pending(const SSL *s);
crypto/openssl/include/internal/quic_ssl.h
93
size_t args_len);
crypto/openssl/include/internal/quic_stream.h
129
size_t skip,
crypto/openssl/include/internal/quic_stream.h
132
size_t *num_iov);
crypto/openssl/include/internal/quic_stream.h
241
size_t buf_len,
crypto/openssl/include/internal/quic_stream.h
242
size_t *consumed);
crypto/openssl/include/internal/quic_stream.h
272
int ossl_quic_sstream_set_buffer_size(QUIC_SSTREAM *qss, size_t num_bytes);
crypto/openssl/include/internal/quic_stream.h
277
size_t ossl_quic_sstream_get_buffer_size(QUIC_SSTREAM *qss);
crypto/openssl/include/internal/quic_stream.h
282
size_t ossl_quic_sstream_get_buffer_used(QUIC_SSTREAM *qss);
crypto/openssl/include/internal/quic_stream.h
287
size_t ossl_quic_sstream_get_buffer_avail(QUIC_SSTREAM *qss);
crypto/openssl/include/internal/quic_stream.h
294
void ossl_quic_sstream_adjust_iov(size_t len,
crypto/openssl/include/internal/quic_stream.h
296
size_t num_iov);
crypto/openssl/include/internal/quic_stream.h
325
OSSL_STATM *statm, size_t rbuf_size);
crypto/openssl/include/internal/quic_stream.h
353
int ossl_quic_rstream_read(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
crypto/openssl/include/internal/quic_stream.h
354
size_t *readbytes, int *fin);
crypto/openssl/include/internal/quic_stream.h
362
int ossl_quic_rstream_peek(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
crypto/openssl/include/internal/quic_stream.h
363
size_t *readbytes, int *fin);
crypto/openssl/include/internal/quic_stream.h
370
int ossl_quic_rstream_available(QUIC_RSTREAM *qrs, size_t *avail, int *fin);
crypto/openssl/include/internal/quic_stream.h
385
const unsigned char **record, size_t *rec_len,
crypto/openssl/include/internal/quic_stream.h
400
int ossl_quic_rstream_release_record(QUIC_RSTREAM *qrs, size_t read_len);
crypto/openssl/include/internal/quic_stream.h
420
int ossl_quic_rstream_resize_rbuf(QUIC_RSTREAM *qrs, size_t rbuf_size);
crypto/openssl/include/internal/quic_stream.h
60
QUIC_SSTREAM *ossl_quic_sstream_new(size_t init_buf_size);
crypto/openssl/include/internal/quic_stream_map.h
514
size_t avail;
crypto/openssl/include/internal/quic_stream_map.h
559
size_t rr_stepping, rr_counter;
crypto/openssl/include/internal/quic_stream_map.h
560
size_t num_accept_bidi, num_accept_uni, num_shutdown_flush;
crypto/openssl/include/internal/quic_stream_map.h
645
void ossl_quic_stream_map_set_rr_stepping(QUIC_STREAM_MAP *qsm, size_t stepping);
crypto/openssl/include/internal/quic_stream_map.h
845
size_t ossl_quic_stream_map_get_accept_queue_len(QUIC_STREAM_MAP *qsm, int is_uni);
crypto/openssl/include/internal/quic_stream_map.h
848
size_t ossl_quic_stream_map_get_total_accept_queue_len(QUIC_STREAM_MAP *qsm);
crypto/openssl/include/internal/quic_tls.h
103
size_t transport_params_len);
crypto/openssl/include/internal/quic_tls.h
30
int (*crypto_send_cb)(const unsigned char *buf, size_t buf_len,
crypto/openssl/include/internal/quic_tls.h
31
size_t *consumed, void *arg);
crypto/openssl/include/internal/quic_tls.h
39
int (*crypto_recv_rcd_cb)(const unsigned char **buf, size_t *bytes_read,
crypto/openssl/include/internal/quic_tls.h
42
int (*crypto_release_rcd_cb)(size_t bytes_read, void *arg);
crypto/openssl/include/internal/quic_tls.h
51
const unsigned char *secret, size_t secret_len,
crypto/openssl/include/internal/quic_tls.h
62
size_t params_len,
crypto/openssl/include/internal/quic_trace.h
16
const void *buf, size_t msglen, SSL *ssl, void *arg);
crypto/openssl/include/internal/quic_tserver.h
100
size_t *bytes_read);
crypto/openssl/include/internal/quic_tserver.h
121
size_t buf_len,
crypto/openssl/include/internal/quic_tserver.h
122
size_t *bytes_written);
crypto/openssl/include/internal/quic_tserver.h
197
const void *buf, size_t len,
crypto/openssl/include/internal/quic_tserver.h
45
size_t alpnlen;
crypto/openssl/include/internal/quic_tserver.h
85
size_t ossl_quic_tserver_get_short_header_conn_id_len(const QUIC_TSERVER *srv);
crypto/openssl/include/internal/quic_tserver.h
99
size_t buf_len,
crypto/openssl/include/internal/quic_txp.h
105
size_t sent_pkt; /* Number of packets sent (0 if nothing was sent) */
crypto/openssl/include/internal/quic_txp.h
132
size_t token_len,
crypto/openssl/include/internal/quic_txp.h
71
size_t credit);
crypto/openssl/include/internal/quic_txp.h
73
size_t credit);
crypto/openssl/include/internal/quic_txp.h
75
size_t req_credit);
crypto/openssl/include/internal/quic_txp.h
78
size_t buf_len, void *arg);
crypto/openssl/include/internal/quic_txp.h
88
OSSL_QUIC_TX_PACKETISER *txp, size_t n);
crypto/openssl/include/internal/quic_txpim.h
125
size_t ossl_quic_txpim_pkt_get_num_chunks(const QUIC_TXPIM_PKT *fpkt);
crypto/openssl/include/internal/quic_txpim.h
131
size_t ossl_quic_txpim_get_in_use(const QUIC_TXPIM *txpim);
crypto/openssl/include/internal/quic_types.h
94
int ossl_quic_gen_rand_conn_id(OSSL_LIB_CTX *libctx, size_t len,
crypto/openssl/include/internal/quic_vlint.h
123
int ossl_quic_vlint_decode(const unsigned char *buf, size_t buf_len, uint64_t *v);
crypto/openssl/include/internal/quic_vlint.h
39
static ossl_unused ossl_inline size_t ossl_quic_vlint_encode_len(uint64_t v)
crypto/openssl/include/internal/quic_vlint.h
97
static ossl_unused ossl_inline size_t ossl_quic_vlint_decode_len(uint8_t first_byte)
crypto/openssl/include/internal/quic_wire.h
145
size_t num_ack_ranges;
crypto/openssl/include/internal/quic_wire.h
211
size_t reason_len; /* Length of reason in bytes */
crypto/openssl/include/internal/quic_wire.h
226
int ossl_quic_wire_encode_padding(WPACKET *pkt, size_t num_bytes);
crypto/openssl/include/internal/quic_wire.h
280
size_t ossl_quic_wire_get_encoded_frame_len_crypto_hdr(const OSSL_QUIC_FRAME_CRYPTO *f);
crypto/openssl/include/internal/quic_wire.h
298
size_t token_len);
crypto/openssl/include/internal/quic_wire.h
323
size_t ossl_quic_wire_get_encoded_frame_len_stream_hdr(const OSSL_QUIC_FRAME_STREAM *f);
crypto/openssl/include/internal/quic_wire.h
444
size_t value_len);
crypto/openssl/include/internal/quic_wire.h
567
size_t *token_len);
crypto/openssl/include/internal/quic_wire.h
704
size_t ossl_quic_wire_decode_padding(PACKET *pkt);
crypto/openssl/include/internal/quic_wire.h
734
size_t *len);
crypto/openssl/include/internal/quic_wire_pkt.h
193
size_t quic_hp_key_len);
crypto/openssl/include/internal/quic_wire_pkt.h
252
size_t sample_len,
crypto/openssl/include/internal/quic_wire_pkt.h
262
size_t sample_len,
crypto/openssl/include/internal/quic_wire_pkt.h
391
size_t token_len;
crypto/openssl/include/internal/quic_wire_pkt.h
402
size_t len;
crypto/openssl/include/internal/quic_wire_pkt.h
438
size_t raw_sample_len; /* maximum length of sampling range */
crypto/openssl/include/internal/quic_wire_pkt.h
479
size_t short_conn_id_len,
crypto/openssl/include/internal/quic_wire_pkt.h
522
size_t short_conn_id_len,
crypto/openssl/include/internal/quic_wire_pkt.h
537
size_t buf_len,
crypto/openssl/include/internal/quic_wire_pkt.h
538
size_t short_conn_id_len,
crypto/openssl/include/internal/quic_wire_pkt.h
548
int ossl_quic_wire_get_encoded_pkt_hdr_len(size_t short_conn_id_len,
crypto/openssl/include/internal/quic_wire_pkt.h
568
size_t enc_pn_len,
crypto/openssl/include/internal/quic_wire_pkt.h
588
size_t enc_pn_len);
crypto/openssl/include/internal/recordmethod.h
119
size_t secretlen,
crypto/openssl/include/internal/recordmethod.h
121
size_t keylen,
crypto/openssl/include/internal/recordmethod.h
123
size_t ivlen,
crypto/openssl/include/internal/recordmethod.h
125
size_t mackeylen,
crypto/openssl/include/internal/recordmethod.h
127
size_t taglen,
crypto/openssl/include/internal/recordmethod.h
158
size_t (*app_data_pending)(OSSL_RECORD_LAYER *rl);
crypto/openssl/include/internal/recordmethod.h
173
size_t (*get_max_records)(OSSL_RECORD_LAYER *rl, uint8_t type, size_t len,
crypto/openssl/include/internal/recordmethod.h
174
size_t maxfrag, size_t *preffrag);
crypto/openssl/include/internal/recordmethod.h
197
size_t numtempl);
crypto/openssl/include/internal/recordmethod.h
226
uint8_t *type, const unsigned char **data, size_t *datalen,
crypto/openssl/include/internal/recordmethod.h
234
int (*release_record)(OSSL_RECORD_LAYER *rl, void *rechandle, size_t length);
crypto/openssl/include/internal/recordmethod.h
269
void (*set_max_pipelines)(OSSL_RECORD_LAYER *rl, size_t max_pipelines);
crypto/openssl/include/internal/recordmethod.h
296
void (*set_max_frag_len)(OSSL_RECORD_LAYER *rl, size_t max_frag_len);
crypto/openssl/include/internal/recordmethod.h
302
size_t (*get_max_record_overhead)(OSSL_RECORD_LAYER *rl);
crypto/openssl/include/internal/recordmethod.h
60
size_t buflen;
crypto/openssl/include/internal/ring_buf.h
113
static ossl_inline size_t ring_buf_push(struct ring_buf *r,
crypto/openssl/include/internal/ring_buf.h
115
size_t buf_len)
crypto/openssl/include/internal/ring_buf.h
117
size_t pushed = 0, avail, idx, l;
crypto/openssl/include/internal/ring_buf.h
126
buf_len = (size_t)(MAX_OFFSET - r->head_offset);
crypto/openssl/include/internal/ring_buf.h
148
size_t *max_len)
crypto/openssl/include/internal/ring_buf.h
151
size_t idx;
crypto/openssl/include/internal/ring_buf.h
175
size_t *buf_len)
crypto/openssl/include/internal/ring_buf.h
178
size_t idx, l;
crypto/openssl/include/internal/ring_buf.h
190
l = (size_t)(r->head_offset - logical_offset);
crypto/openssl/include/internal/ring_buf.h
209
size_t idx = r->ctail_offset % r->alloc;
crypto/openssl/include/internal/ring_buf.h
211
size_t l;
crypto/openssl/include/internal/ring_buf.h
215
l = (size_t)(cleanse_end - r->ctail_offset);
crypto/openssl/include/internal/ring_buf.h
231
static ossl_inline int ring_buf_resize(struct ring_buf *r, size_t num_bytes,
crypto/openssl/include/internal/ring_buf.h
236
size_t src_len = 0, copied = 0;
crypto/openssl/include/internal/ring_buf.h
27
size_t alloc; /* size of buffer allocation in bytes */
crypto/openssl/include/internal/ring_buf.h
65
static ossl_inline size_t ring_buf_used(struct ring_buf *r)
crypto/openssl/include/internal/ring_buf.h
67
return (size_t)(r->head_offset - r->ctail_offset);
crypto/openssl/include/internal/ring_buf.h
70
static ossl_inline size_t ring_buf_avail(struct ring_buf *r)
crypto/openssl/include/internal/ring_buf.h
78
size_t buf_len)
crypto/openssl/include/internal/ring_buf.h
80
size_t avail, idx, l;
crypto/openssl/include/internal/sha3.h
25
typedef size_t(sha3_absorb_fn)(void *vctx, const void *in, size_t inlen);
crypto/openssl/include/internal/sha3.h
26
typedef int(sha3_final_fn)(void *vctx, unsigned char *out, size_t outlen);
crypto/openssl/include/internal/sha3.h
27
typedef int(sha3_squeeze_fn)(void *vctx, unsigned char *out, size_t outlen);
crypto/openssl/include/internal/sha3.h
43
size_t block_size; /* cached ctx->digest->block_size */
crypto/openssl/include/internal/sha3.h
44
size_t md_size; /* output length, variable in XOF */
crypto/openssl/include/internal/sha3.h
45
size_t bufsz; /* used bytes in below buffer */
crypto/openssl/include/internal/sha3.h
52
int ossl_sha3_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen);
crypto/openssl/include/internal/sha3.h
54
size_t typelen, size_t mdlen);
crypto/openssl/include/internal/sha3.h
55
int ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len);
crypto/openssl/include/internal/sha3.h
56
int ossl_sha3_final(KECCAK1600_CTX *ctx, unsigned char *out, size_t outlen);
crypto/openssl/include/internal/sha3.h
57
int ossl_sha3_squeeze(KECCAK1600_CTX *ctx, unsigned char *out, size_t outlen);
crypto/openssl/include/internal/sha3.h
59
size_t SHA3_absorb(uint64_t A[5][5], const unsigned char *inp, size_t len,
crypto/openssl/include/internal/sha3.h
60
size_t r);
crypto/openssl/include/internal/skey.h
29
size_t length;
crypto/openssl/include/internal/sm3.h
36
int ossl_sm3_update(SM3_CTX *c, const void *data, size_t len);
crypto/openssl/include/internal/sockets.h
94
typedef size_t socklen_t; /* Currently appears to be missing on VMS */
crypto/openssl/include/internal/ssl.h
17
const void *buf, size_t len, SSL *ssl, void *arg);
crypto/openssl/include/internal/ssl3_cbc.h
13
int ssl3_cbc_remove_padding_and_mac(size_t *reclen,
crypto/openssl/include/internal/ssl3_cbc.h
14
size_t origreclen,
crypto/openssl/include/internal/ssl3_cbc.h
18
size_t block_size, size_t mac_size,
crypto/openssl/include/internal/ssl3_cbc.h
21
int tls1_cbc_remove_padding_and_mac(size_t *reclen,
crypto/openssl/include/internal/ssl3_cbc.h
22
size_t origreclen,
crypto/openssl/include/internal/ssl3_cbc.h
26
size_t block_size, size_t mac_size,
crypto/openssl/include/internal/ssl3_cbc.h
34
size_t *md_out_size,
crypto/openssl/include/internal/ssl3_cbc.h
37
size_t data_size,
crypto/openssl/include/internal/ssl3_cbc.h
38
size_t data_plus_mac_plus_padding_size,
crypto/openssl/include/internal/ssl3_cbc.h
40
size_t mac_secret_length, char is_sslv3);
crypto/openssl/include/internal/sslconf.h
16
const SSL_CONF_CMD *conf_ssl_get(size_t idx, const char **name, size_t *cnt);
crypto/openssl/include/internal/sslconf.h
17
int conf_ssl_name_find(const char *name, size_t *idx);
crypto/openssl/include/internal/sslconf.h
18
void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,
crypto/openssl/include/internal/statem.h
85
size_t inlen,
crypto/openssl/include/internal/statem.h
87
size_t *outlen,
crypto/openssl/include/internal/to_hex.h
14
static ossl_inline size_t to_hex(char *buf, uint8_t n, const char hexdig[17])
crypto/openssl/include/internal/to_hex.h
21
static ossl_inline size_t ossl_to_lowerhex(char *buf, uint8_t n)
crypto/openssl/include/openssl/aes.h
66
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
70
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
74
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
78
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
82
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
88
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
93
size_t length, const AES_KEY *key, const AES_KEY *key2,
crypto/openssl/include/openssl/asn1.h
1108
const ASN1_ITEM *ASN1_ITEM_get(size_t i);
crypto/openssl/include/openssl/asn1.h
974
int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int off);
crypto/openssl/include/openssl/async.h
51
int ASYNC_init_thread(size_t max_size, size_t init_size);
crypto/openssl/include/openssl/async.h
65
size_t *numfds);
crypto/openssl/include/openssl/async.h
75
size_t *numaddfds, OSSL_ASYNC_FD *delfd,
crypto/openssl/include/openssl/async.h
76
size_t *numdelfds);
crypto/openssl/include/openssl/async.h
82
typedef void *(*ASYNC_stack_alloc_fn)(size_t *num);
crypto/openssl/include/openssl/async.h
91
int (*func)(void *), void *args, size_t size);
crypto/openssl/include/openssl/bio.h
1006
size_t, size_t *);
crypto/openssl/include/openssl/bio.h
1008
size_t, size_t,
crypto/openssl/include/openssl/bio.h
1009
uint64_t, size_t *);
crypto/openssl/include/openssl/bio.h
1012
size_t, size_t *);
crypto/openssl/include/openssl/bio.h
1014
size_t, size_t,
crypto/openssl/include/openssl/bio.h
1015
uint64_t, size_t *);
crypto/openssl/include/openssl/bio.h
320
size_t len, int argi,
crypto/openssl/include/openssl/bio.h
321
long argl, int ret, size_t *processed);
crypto/openssl/include/openssl/bio.h
324
long BIO_debug_callback_ex(BIO *bio, int oper, const char *argp, size_t len,
crypto/openssl/include/openssl/bio.h
325
int argi, long argl, int ret, size_t *processed);
crypto/openssl/include/openssl/bio.h
403
size_t data_len;
crypto/openssl/include/openssl/bio.h
410
size_t stride, num_msg;
crypto/openssl/include/openssl/bio.h
412
size_t *msgs_processed;
crypto/openssl/include/openssl/bio.h
639
size_t BIO_ctrl_pending(BIO *b);
crypto/openssl/include/openssl/bio.h
640
size_t BIO_ctrl_wpending(BIO *b);
crypto/openssl/include/openssl/bio.h
652
#define BIO_get_write_buf_size(b, size) (size_t)BIO_ctrl(b, BIO_C_GET_WRITE_BUF_SIZE, size, NULL)
crypto/openssl/include/openssl/bio.h
659
size_t BIO_ctrl_get_write_guarantee(BIO *b);
crypto/openssl/include/openssl/bio.h
660
size_t BIO_ctrl_get_read_request(BIO *b);
crypto/openssl/include/openssl/bio.h
743
int BIO_read_ex(BIO *b, void *data, size_t dlen, size_t *readbytes);
crypto/openssl/include/openssl/bio.h
745
size_t stride, size_t num_msg, uint64_t flags,
crypto/openssl/include/openssl/bio.h
746
size_t *msgs_processed);
crypto/openssl/include/openssl/bio.h
750
int BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written);
crypto/openssl/include/openssl/bio.h
752
size_t stride, size_t num_msg, uint64_t flags,
crypto/openssl/include/openssl/bio.h
753
size_t *msgs_processed);
crypto/openssl/include/openssl/bio.h
828
int BIO_dump_cb(int (*cb)(const void *data, size_t len, void *u),
crypto/openssl/include/openssl/bio.h
830
int BIO_dump_indent_cb(int (*cb)(const void *data, size_t len, void *u),
crypto/openssl/include/openssl/bio.h
846
const void *where, size_t wherelen, unsigned short port);
crypto/openssl/include/openssl/bio.h
850
int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
crypto/openssl/include/openssl/bio.h
927
int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
crypto/openssl/include/openssl/bio.h
928
BIO **bio2, size_t writebuf2);
crypto/openssl/include/openssl/bio.h
930
int BIO_new_bio_dgram_pair(BIO **bio1, size_t writebuf1,
crypto/openssl/include/openssl/bio.h
931
BIO **bio2, size_t writebuf2);
crypto/openssl/include/openssl/bio.h
968
int BIO_snprintf(char *buf, size_t n, const char *format, ...)
crypto/openssl/include/openssl/bio.h
970
int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
crypto/openssl/include/openssl/bio.h
980
int (*bwrite)(BIO *, const char *, size_t, size_t *));
crypto/openssl/include/openssl/bio.h
982
int (*f)(BIO *, BIO_MSG *, size_t, size_t,
crypto/openssl/include/openssl/bio.h
983
uint64_t, size_t *));
crypto/openssl/include/openssl/bio.h
987
int (*bread)(BIO *, char *, size_t, size_t *));
crypto/openssl/include/openssl/bio.h
989
int (*f)(BIO *, BIO_MSG *, size_t, size_t,
crypto/openssl/include/openssl/bio.h
990
uint64_t, size_t *));
crypto/openssl/include/openssl/bn.h
558
size_t message_len, BN_CTX *ctx);
crypto/openssl/include/openssl/buffer.h
42
size_t length; /* current number of bytes */
crypto/openssl/include/openssl/buffer.h
44
size_t max; /* size of buffer */
crypto/openssl/include/openssl/buffer.h
53
size_t BUF_MEM_grow(BUF_MEM *str, size_t len);
crypto/openssl/include/openssl/buffer.h
54
size_t BUF_MEM_grow_clean(BUF_MEM *str, size_t len);
crypto/openssl/include/openssl/buffer.h
55
void BUF_reverse(unsigned char *out, const unsigned char *in, size_t siz);
crypto/openssl/include/openssl/camellia.h
100
size_t length,
crypto/openssl/include/openssl/camellia.h
106
size_t length, const CAMELLIA_KEY *key,
crypto/openssl/include/openssl/camellia.h
73
size_t length,
crypto/openssl/include/openssl/camellia.h
79
size_t length,
crypto/openssl/include/openssl/camellia.h
86
size_t length,
crypto/openssl/include/openssl/camellia.h
93
size_t length,
crypto/openssl/include/openssl/cmac.h
38
const void *key, size_t keylen,
crypto/openssl/include/openssl/cmac.h
41
const void *data, size_t dlen);
crypto/openssl/include/openssl/cmac.h
43
unsigned char *out, size_t *poutlen);
crypto/openssl/include/openssl/cmp.h
611
size_t bufsize);
crypto/openssl/include/openssl/cmp.h
613
char *buf, size_t bufsize);
crypto/openssl/include/openssl/cms.h
261
const unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/cms.h
265
size_t keylen, unsigned int flags);
crypto/openssl/include/openssl/cms.h
268
size_t keylen, unsigned int flags,
crypto/openssl/include/openssl/cms.h
273
const unsigned char *key, size_t keylen);
crypto/openssl/include/openssl/cms.h
297
unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/cms.h
298
const unsigned char *id, size_t idlen);
crypto/openssl/include/openssl/cms.h
333
unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/cms.h
334
unsigned char *id, size_t idlen,
crypto/openssl/include/openssl/cms.h
347
unsigned char *key, size_t keylen);
crypto/openssl/include/openssl/cms.h
350
const unsigned char *id, size_t idlen);
crypto/openssl/include/openssl/core.h
227
typedef int(OSSL_PASSPHRASE_CALLBACK)(char *pass, size_t pass_size,
crypto/openssl/include/openssl/core.h
228
size_t *pass_len,
crypto/openssl/include/openssl/core.h
89
size_t data_size; /* data size */
crypto/openssl/include/openssl/core.h
90
size_t return_size; /* returned content size */
crypto/openssl/include/openssl/core_dispatch.h
1003
(void *ctx, const void *objref, size_t objref_sz,
crypto/openssl/include/openssl/core_dispatch.h
1041
(void *loaderctx, const void *objref, size_t objref_sz,
crypto/openssl/include/openssl/core_dispatch.h
115
CRYPTO_malloc, (size_t num, const char *file, int line))
crypto/openssl/include/openssl/core_dispatch.h
118
CRYPTO_zalloc, (size_t num, const char *file, int line))
crypto/openssl/include/openssl/core_dispatch.h
124
CRYPTO_clear_free, (void *ptr, size_t num, const char *file, int line))
crypto/openssl/include/openssl/core_dispatch.h
127
CRYPTO_realloc, (void *addr, size_t num, const char *file, int line))
crypto/openssl/include/openssl/core_dispatch.h
130
CRYPTO_clear_realloc, (void *addr, size_t old_num, size_t num, const char *file, int line))
crypto/openssl/include/openssl/core_dispatch.h
133
CRYPTO_secure_malloc, (size_t num, const char *file, int line))
crypto/openssl/include/openssl/core_dispatch.h
136
CRYPTO_secure_zalloc, (size_t num, const char *file, int line))
crypto/openssl/include/openssl/core_dispatch.h
142
CRYPTO_secure_clear_free, (void *ptr, size_t num, const char *file, int line))
crypto/openssl/include/openssl/core_dispatch.h
148
OPENSSL_cleanse, (void *ptr, size_t len))
crypto/openssl/include/openssl/core_dispatch.h
165
OSSL_CORE_MAKE_FUNC(int, BIO_read_ex, (OSSL_CORE_BIO *bio, void *data, size_t data_len, size_t *bytes_read))
crypto/openssl/include/openssl/core_dispatch.h
166
OSSL_CORE_MAKE_FUNC(int, BIO_write_ex, (OSSL_CORE_BIO *bio, const void *data, size_t data_len, size_t *written))
crypto/openssl/include/openssl/core_dispatch.h
173
(char *buf, size_t n, const char *fmt, va_list args))
crypto/openssl/include/openssl/core_dispatch.h
192
OSSL_CORE_MAKE_FUNC(size_t, get_entropy, (const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len))
crypto/openssl/include/openssl/core_dispatch.h
193
OSSL_CORE_MAKE_FUNC(size_t, get_user_entropy, (const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len))
crypto/openssl/include/openssl/core_dispatch.h
194
OSSL_CORE_MAKE_FUNC(void, cleanup_entropy, (const OSSL_CORE_HANDLE *handle, unsigned char *buf, size_t len))
crypto/openssl/include/openssl/core_dispatch.h
195
OSSL_CORE_MAKE_FUNC(void, cleanup_user_entropy, (const OSSL_CORE_HANDLE *handle, unsigned char *buf, size_t len))
crypto/openssl/include/openssl/core_dispatch.h
196
OSSL_CORE_MAKE_FUNC(size_t, get_nonce, (const OSSL_CORE_HANDLE *handle, unsigned char **pout, size_t min_len, size_t max_len, const void *salt, size_t salt_len))
crypto/openssl/include/openssl/core_dispatch.h
197
OSSL_CORE_MAKE_FUNC(size_t, get_user_nonce, (const OSSL_CORE_HANDLE *handle, unsigned char **pout, size_t min_len, size_t max_len, const void *salt, size_t salt_len))
crypto/openssl/include/openssl/core_dispatch.h
198
OSSL_CORE_MAKE_FUNC(void, cleanup_nonce, (const OSSL_CORE_HANDLE *handle, unsigned char *buf, size_t len))
crypto/openssl/include/openssl/core_dispatch.h
199
OSSL_CORE_MAKE_FUNC(void, cleanup_user_nonce, (const OSSL_CORE_HANDLE *handle, unsigned char *buf, size_t len))
crypto/openssl/include/openssl/core_dispatch.h
255
OSSL_CORE_MAKE_FUNC(int, provider_random_bytes, (void *provctx, int which, void *buf, size_t n, unsigned int strength))
crypto/openssl/include/openssl/core_dispatch.h
260
(SSL *s, const unsigned char *buf, size_t buf_len,
crypto/openssl/include/openssl/core_dispatch.h
261
size_t *consumed, void *arg))
crypto/openssl/include/openssl/core_dispatch.h
264
(SSL *s, const unsigned char **buf, size_t *bytes_read,
crypto/openssl/include/openssl/core_dispatch.h
268
(SSL *s, size_t bytes_read, void *arg))
crypto/openssl/include/openssl/core_dispatch.h
272
const unsigned char *secret, size_t secret_len, void *arg))
crypto/openssl/include/openssl/core_dispatch.h
275
(SSL *s, const unsigned char *params, size_t params_len,
crypto/openssl/include/openssl/core_dispatch.h
322
(void *dctx, const unsigned char *in, size_t inl))
crypto/openssl/include/openssl/core_dispatch.h
325
unsigned char *out, size_t *outl, size_t outsz))
crypto/openssl/include/openssl/core_dispatch.h
328
unsigned char *out, size_t *outl, size_t outsz))
crypto/openssl/include/openssl/core_dispatch.h
330
(void *provctx, const unsigned char *in, size_t inl,
crypto/openssl/include/openssl/core_dispatch.h
331
unsigned char *out, size_t *outl, size_t outsz))
crypto/openssl/include/openssl/core_dispatch.h
373
OSSL_CORE_MAKE_FUNC(int, cipher_encrypt_init, (void *cctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]))
crypto/openssl/include/openssl/core_dispatch.h
374
OSSL_CORE_MAKE_FUNC(int, cipher_decrypt_init, (void *cctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]))
crypto/openssl/include/openssl/core_dispatch.h
377
unsigned char *out, size_t *outl, size_t outsize,
crypto/openssl/include/openssl/core_dispatch.h
378
const unsigned char *in, size_t inl))
crypto/openssl/include/openssl/core_dispatch.h
381
unsigned char *out, size_t *outl, size_t outsize))
crypto/openssl/include/openssl/core_dispatch.h
384
unsigned char *out, size_t *outl, size_t outsize,
crypto/openssl/include/openssl/core_dispatch.h
385
const unsigned char *in, size_t inl))
crypto/openssl/include/openssl/core_dispatch.h
388
const unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/core_dispatch.h
389
size_t numpipes, const unsigned char **iv, size_t ivlen,
crypto/openssl/include/openssl/core_dispatch.h
393
const unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/core_dispatch.h
394
size_t numpipes, const unsigned char **iv, size_t ivlen,
crypto/openssl/include/openssl/core_dispatch.h
397
(void *cctx, size_t numpipes,
crypto/openssl/include/openssl/core_dispatch.h
398
unsigned char **out, size_t *outl, const size_t *outsize,
crypto/openssl/include/openssl/core_dispatch.h
399
const unsigned char **in, const size_t *inl))
crypto/openssl/include/openssl/core_dispatch.h
401
(void *cctx, size_t numpipes,
crypto/openssl/include/openssl/core_dispatch.h
402
unsigned char **out, size_t *outl, const size_t *outsize))
crypto/openssl/include/openssl/core_dispatch.h
414
OSSL_CORE_MAKE_FUNC(int, cipher_encrypt_skey_init, (void *cctx, void *skeydata, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]))
crypto/openssl/include/openssl/core_dispatch.h
415
OSSL_CORE_MAKE_FUNC(int, cipher_decrypt_skey_init, (void *cctx, void *skeydata, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]))
crypto/openssl/include/openssl/core_dispatch.h
436
OSSL_CORE_MAKE_FUNC(int, mac_init, (void *mctx, const unsigned char *key, size_t keylen, const OSSL_PARAM params[]))
crypto/openssl/include/openssl/core_dispatch.h
438
(void *mctx, const unsigned char *in, size_t inl))
crypto/openssl/include/openssl/core_dispatch.h
441
unsigned char *out, size_t *outl, size_t outsize))
crypto/openssl/include/openssl/core_dispatch.h
472
OSSL_CORE_MAKE_FUNC(int, kdf_derive, (void *kctx, unsigned char *key, size_t keylen, const OSSL_PARAM params[]))
crypto/openssl/include/openssl/core_dispatch.h
513
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/include/openssl/core_dispatch.h
517
(void *vctx, unsigned char *out, size_t outlen,
crypto/openssl/include/openssl/core_dispatch.h
519
const unsigned char *addin, size_t addin_len))
crypto/openssl/include/openssl/core_dispatch.h
522
const unsigned char *ent, size_t ent_len,
crypto/openssl/include/openssl/core_dispatch.h
523
const unsigned char *addin, size_t addin_len))
crypto/openssl/include/openssl/core_dispatch.h
524
OSSL_CORE_MAKE_FUNC(size_t, rand_nonce,
crypto/openssl/include/openssl/core_dispatch.h
526
size_t min_noncelen, size_t max_noncelen))
crypto/openssl/include/openssl/core_dispatch.h
547
OSSL_CORE_MAKE_FUNC(size_t, rand_get_seed,
crypto/openssl/include/openssl/core_dispatch.h
549
int entropy, size_t min_len, size_t max_len,
crypto/openssl/include/openssl/core_dispatch.h
551
const unsigned char *adin, size_t adin_len))
crypto/openssl/include/openssl/core_dispatch.h
553
(void *vctx, unsigned char *buffer, size_t b_len))
crypto/openssl/include/openssl/core_dispatch.h
642
(const void *reference, size_t reference_sz))
crypto/openssl/include/openssl/core_dispatch.h
725
OSSL_CORE_MAKE_FUNC(int, keyexch_derive, (void *ctx, unsigned char *secret, size_t *secretlen, size_t outlen))
crypto/openssl/include/openssl/core_dispatch.h
773
OSSL_CORE_MAKE_FUNC(int, signature_sign, (void *ctx, unsigned char *sig, size_t *siglen, size_t sigsize, const unsigned char *tbs, size_t tbslen))
crypto/openssl/include/openssl/core_dispatch.h
777
(void *ctx, const unsigned char *in, size_t inlen))
crypto/openssl/include/openssl/core_dispatch.h
780
size_t *siglen, size_t sigsize))
crypto/openssl/include/openssl/core_dispatch.h
782
OSSL_CORE_MAKE_FUNC(int, signature_verify, (void *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen))
crypto/openssl/include/openssl/core_dispatch.h
786
(void *ctx, const unsigned char *in, size_t inlen))
crypto/openssl/include/openssl/core_dispatch.h
795
(void *ctx, unsigned char *rout, size_t *routlen,
crypto/openssl/include/openssl/core_dispatch.h
796
size_t routsize, const unsigned char *sig, size_t siglen))
crypto/openssl/include/openssl/core_dispatch.h
801
(void *ctx, const unsigned char *data, size_t datalen))
crypto/openssl/include/openssl/core_dispatch.h
803
(void *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/include/openssl/core_dispatch.h
804
size_t sigsize))
crypto/openssl/include/openssl/core_dispatch.h
806
(void *ctx, unsigned char *sigret, size_t *siglen,
crypto/openssl/include/openssl/core_dispatch.h
807
size_t sigsize, const unsigned char *tbs, size_t tbslen))
crypto/openssl/include/openssl/core_dispatch.h
812
(void *ctx, const unsigned char *data, size_t datalen))
crypto/openssl/include/openssl/core_dispatch.h
814
(void *ctx, const unsigned char *sig, size_t siglen))
crypto/openssl/include/openssl/core_dispatch.h
816
(void *ctx, const unsigned char *sig, size_t siglen,
crypto/openssl/include/openssl/core_dispatch.h
817
const unsigned char *tbs, size_t tbslen))
crypto/openssl/include/openssl/core_dispatch.h
898
OSSL_CORE_MAKE_FUNC(int, asym_cipher_encrypt, (void *ctx, unsigned char *out, size_t *outlen, size_t outsize, const unsigned char *in, size_t inlen))
crypto/openssl/include/openssl/core_dispatch.h
900
OSSL_CORE_MAKE_FUNC(int, asym_cipher_decrypt, (void *ctx, unsigned char *out, size_t *outlen, size_t outsize, const unsigned char *in, size_t inlen))
crypto/openssl/include/openssl/core_dispatch.h
930
OSSL_CORE_MAKE_FUNC(int, kem_encapsulate, (void *ctx, unsigned char *out, size_t *outlen, unsigned char *secret, size_t *secretlen))
crypto/openssl/include/openssl/core_dispatch.h
933
OSSL_CORE_MAKE_FUNC(int, kem_decapsulate, (void *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen))
crypto/openssl/include/openssl/crmf.h
170
OSSL_CRMF_PBMPARAMETER *OSSL_CRMF_pbmp_new(OSSL_LIB_CTX *libctx, size_t slen,
crypto/openssl/include/openssl/crmf.h
171
int owfnid, size_t itercnt,
crypto/openssl/include/openssl/crmf.h
175
const unsigned char *msg, size_t msglen,
crypto/openssl/include/openssl/crmf.h
176
const unsigned char *sec, size_t seclen,
crypto/openssl/include/openssl/crmf.h
177
unsigned char **mac, size_t *maclen);
crypto/openssl/include/openssl/crypto.h
137
size_t OPENSSL_strlcpy(char *dst, const char *src, size_t siz);
crypto/openssl/include/openssl/crypto.h
138
size_t OPENSSL_strlcat(char *dst, const char *src, size_t siz);
crypto/openssl/include/openssl/crypto.h
139
size_t OPENSSL_strnlen(const char *str, size_t maxlen);
crypto/openssl/include/openssl/crypto.h
141
int OPENSSL_buf2hexstr_ex(char *str, size_t str_n, size_t *strlength,
crypto/openssl/include/openssl/crypto.h
142
const unsigned char *buf, size_t buflen,
crypto/openssl/include/openssl/crypto.h
145
int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
crypto/openssl/include/openssl/crypto.h
150
int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
crypto/openssl/include/openssl/crypto.h
352
typedef void *(*CRYPTO_malloc_fn)(size_t num, const char *file, int line);
crypto/openssl/include/openssl/crypto.h
353
typedef void *(*CRYPTO_realloc_fn)(void *addr, size_t num, const char *file,
crypto/openssl/include/openssl/crypto.h
363
OSSL_CRYPTO_ALLOC void *CRYPTO_malloc(size_t num, const char *file, int line);
crypto/openssl/include/openssl/crypto.h
364
OSSL_CRYPTO_ALLOC void *CRYPTO_zalloc(size_t num, const char *file, int line);
crypto/openssl/include/openssl/crypto.h
365
OSSL_CRYPTO_ALLOC void *CRYPTO_aligned_alloc(size_t num, size_t align,
crypto/openssl/include/openssl/crypto.h
368
void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
crypto/openssl/include/openssl/crypto.h
370
char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
crypto/openssl/include/openssl/crypto.h
372
void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line);
crypto/openssl/include/openssl/crypto.h
373
void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line);
crypto/openssl/include/openssl/crypto.h
374
void *CRYPTO_clear_realloc(void *addr, size_t old_num, size_t num,
crypto/openssl/include/openssl/crypto.h
377
int CRYPTO_secure_malloc_init(size_t sz, size_t minsize);
crypto/openssl/include/openssl/crypto.h
379
OSSL_CRYPTO_ALLOC void *CRYPTO_secure_malloc(size_t num, const char *file, int line);
crypto/openssl/include/openssl/crypto.h
380
OSSL_CRYPTO_ALLOC void *CRYPTO_secure_zalloc(size_t num, const char *file, int line);
crypto/openssl/include/openssl/crypto.h
382
void CRYPTO_secure_clear_free(void *ptr, size_t num,
crypto/openssl/include/openssl/crypto.h
386
size_t CRYPTO_secure_actual_size(void *ptr);
crypto/openssl/include/openssl/crypto.h
387
size_t CRYPTO_secure_used(void);
crypto/openssl/include/openssl/crypto.h
389
void OPENSSL_cleanse(void *ptr, size_t len);
crypto/openssl/include/openssl/crypto.h
417
OSSL_DEPRECATEDIN_3_0 void CRYPTO_mem_debug_malloc(void *addr, size_t num,
crypto/openssl/include/openssl/crypto.h
421
size_t num, int flag,
crypto/openssl/include/openssl/crypto.h
426
int CRYPTO_mem_leaks_cb(int (*cb)(const char *str, size_t len, void *u),
crypto/openssl/include/openssl/crypto.h
470
int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len);
crypto/openssl/include/openssl/ct.h
249
size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
crypto/openssl/include/openssl/ct.h
256
__owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
crypto/openssl/include/openssl/ct.h
264
size_t log_id_len);
crypto/openssl/include/openssl/ct.h
296
size_t SCT_get0_extensions(const SCT *sct, unsigned char **ext);
crypto/openssl/include/openssl/ct.h
302
void SCT_set0_extensions(SCT *sct, unsigned char *ext, size_t ext_len);
crypto/openssl/include/openssl/ct.h
310
size_t ext_len);
crypto/openssl/include/openssl/ct.h
317
size_t SCT_get0_signature(const SCT *sct, unsigned char **sig);
crypto/openssl/include/openssl/ct.h
323
void SCT_set0_signature(SCT *sct, unsigned char *sig, size_t sig_len);
crypto/openssl/include/openssl/ct.h
330
size_t sig_len);
crypto/openssl/include/openssl/ct.h
420
size_t len);
crypto/openssl/include/openssl/ct.h
471
SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);
crypto/openssl/include/openssl/ct.h
523
size_t *log_id_len);
crypto/openssl/include/openssl/ct.h
556
size_t log_id_len);
crypto/openssl/include/openssl/decoder.h
109
void *reference, size_t reference_sz,
crypto/openssl/include/openssl/decoder.h
117
size_t *pdata_len);
crypto/openssl/include/openssl/decoder.h
57
const unsigned char *kstr, size_t klen);
crypto/openssl/include/openssl/dh.h
258
OSSL_DEPRECATEDIN_3_0 int DH_KDF_X9_42(unsigned char *out, size_t outlen,
crypto/openssl/include/openssl/dh.h
259
const unsigned char *Z, size_t Zlen,
crypto/openssl/include/openssl/dh.h
262
size_t ukmlen, const EVP_MD *md);
crypto/openssl/include/openssl/dh.h
42
size_t seedlen);
crypto/openssl/include/openssl/dsa.h
52
size_t seedlen);
crypto/openssl/include/openssl/ebcdic.h
33
void *ebcdic2ascii(void *dest, const void *srce, size_t count);
crypto/openssl/include/openssl/ebcdic.h
34
void *ascii2ebcdic(void *dest, const void *srce, size_t count);
crypto/openssl/include/openssl/ec.h
1144
OSSL_DEPRECATEDIN_3_0 size_t EC_KEY_key2buf(const EC_KEY *key,
crypto/openssl/include/openssl/ec.h
1157
size_t len, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
1167
size_t len);
crypto/openssl/include/openssl/ec.h
1177
OSSL_DEPRECATEDIN_3_0 size_t EC_KEY_priv2oct(const EC_KEY *key,
crypto/openssl/include/openssl/ec.h
1178
unsigned char *buf, size_t len);
crypto/openssl/include/openssl/ec.h
1185
OSSL_DEPRECATEDIN_3_0 size_t EC_KEY_priv2buf(const EC_KEY *eckey,
crypto/openssl/include/openssl/ec.h
1302
OSSL_DEPRECATEDIN_3_0 int ECDH_KDF_X9_62(unsigned char *out, size_t outlen,
crypto/openssl/include/openssl/ec.h
1303
const unsigned char *Z, size_t Zlen,
crypto/openssl/include/openssl/ec.h
1305
size_t sinfolen, const EVP_MD *md);
crypto/openssl/include/openssl/ec.h
1307
OSSL_DEPRECATEDIN_3_0 int ECDH_compute_key(void *out, size_t outlen,
crypto/openssl/include/openssl/ec.h
1311
size_t inlen, void *out,
crypto/openssl/include/openssl/ec.h
1312
size_t *outlen));
crypto/openssl/include/openssl/ec.h
1486
int (*ckey)(unsigned char **psec, size_t *pseclen,
crypto/openssl/include/openssl/ec.h
1523
size_t *pseclen,
crypto/openssl/include/openssl/ec.h
303
size_t EC_GROUP_get_seed_len(const EC_GROUP *);
crypto/openssl/include/openssl/ec.h
304
size_t EC_GROUP_set_seed(EC_GROUP *, const unsigned char *, size_t len);
crypto/openssl/include/openssl/ec.h
548
size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems);
crypto/openssl/include/openssl/ec.h
752
size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p,
crypto/openssl/include/openssl/ec.h
754
unsigned char *buf, size_t len, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
765
const unsigned char *buf, size_t len, BN_CTX *ctx);
crypto/openssl/include/openssl/ec.h
775
size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point,
crypto/openssl/include/openssl/ec.h
857
OSSL_DEPRECATEDIN_3_0 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
crypto/openssl/include/openssl/ec.h
871
const BIGNUM *n, size_t num,
crypto/openssl/include/openssl/encoder.h
108
size_t *pdata_len);
crypto/openssl/include/openssl/encoder.h
57
const unsigned char *kstr, size_t klen);
crypto/openssl/include/openssl/engine.h
740
typedef void *(*dyn_MEM_malloc_fn)(size_t, const char *, int);
crypto/openssl/include/openssl/engine.h
741
typedef void *(*dyn_MEM_realloc_fn)(void *, size_t, const char *, int);
crypto/openssl/include/openssl/err.h
459
void ERR_error_string_n(unsigned long e, char *buf, size_t len);
crypto/openssl/include/openssl/err.h
466
void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
crypto/openssl/include/openssl/err.h
63
size_t err_data_size[ERR_NUM_ERRORS];
crypto/openssl/include/openssl/evp.h
1261
size_t EVP_MAC_CTX_get_mac_size(EVP_MAC_CTX *ctx);
crypto/openssl/include/openssl/evp.h
1262
size_t EVP_MAC_CTX_get_block_size(EVP_MAC_CTX *ctx);
crypto/openssl/include/openssl/evp.h
1265
const void *key, size_t keylen,
crypto/openssl/include/openssl/evp.h
1266
const unsigned char *data, size_t datalen,
crypto/openssl/include/openssl/evp.h
1267
unsigned char *out, size_t outsize, size_t *outlen);
crypto/openssl/include/openssl/evp.h
1268
int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/evp.h
1271
int EVP_MAC_update(EVP_MAC_CTX *ctx, const unsigned char *data, size_t datalen);
crypto/openssl/include/openssl/evp.h
1273
unsigned char *out, size_t *outl, size_t outsize);
crypto/openssl/include/openssl/evp.h
1274
int EVP_MAC_finalXOF(EVP_MAC_CTX *ctx, unsigned char *out, size_t outsize);
crypto/openssl/include/openssl/evp.h
1320
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/include/openssl/evp.h
1324
size_t outlen, unsigned int strength,
crypto/openssl/include/openssl/evp.h
1326
const unsigned char *addin, size_t addin_len);
crypto/openssl/include/openssl/evp.h
1328
const unsigned char *ent, size_t ent_len,
crypto/openssl/include/openssl/evp.h
1329
const unsigned char *addin, size_t addin_len);
crypto/openssl/include/openssl/evp.h
1330
__owur int EVP_RAND_nonce(EVP_RAND_CTX *ctx, unsigned char *out, size_t outlen);
crypto/openssl/include/openssl/evp.h
1382
const unsigned char *EVP_PKEY_get0_hmac(const EVP_PKEY *pkey, size_t *len);
crypto/openssl/include/openssl/evp.h
1385
const unsigned char *EVP_PKEY_get0_poly1305(const EVP_PKEY *pkey, size_t *len);
crypto/openssl/include/openssl/evp.h
1389
const unsigned char *EVP_PKEY_get0_siphash(const EVP_PKEY *pkey, size_t *len);
crypto/openssl/include/openssl/evp.h
145
int EVP_MD_meth_set_update(EVP_MD *md, int (*update)(EVP_MD_CTX *ctx, const void *data, size_t count));
crypto/openssl/include/openssl/evp.h
1487
char *mdname, size_t mdname_sz);
crypto/openssl/include/openssl/evp.h
1501
const unsigned char *pub, size_t publen);
crypto/openssl/include/openssl/evp.h
1512
size_t EVP_PKEY_get1_encoded_public_key(EVP_PKEY *pkey, unsigned char **ppub);
crypto/openssl/include/openssl/evp.h
1545
int EVP_PBE_scrypt(const char *pass, size_t passlen,
crypto/openssl/include/openssl/evp.h
1546
const unsigned char *salt, size_t saltlen,
crypto/openssl/include/openssl/evp.h
1548
unsigned char *key, size_t keylen);
crypto/openssl/include/openssl/evp.h
1549
int EVP_PBE_scrypt_ex(const char *pass, size_t passlen,
crypto/openssl/include/openssl/evp.h
1550
const unsigned char *salt, size_t saltlen,
crypto/openssl/include/openssl/evp.h
1552
unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/evp.h
1591
int EVP_PBE_get(int *ptype, int *ppbe_nid, size_t num);
crypto/openssl/include/openssl/evp.h
162
const void *data, size_t count);
crypto/openssl/include/openssl/evp.h
1702
size_t len));
crypto/openssl/include/openssl/evp.h
1706
size_t len));
crypto/openssl/include/openssl/evp.h
1710
size_t *len));
crypto/openssl/include/openssl/evp.h
1714
size_t *len));
crypto/openssl/include/openssl/evp.h
1725
int EVP_PKEY_CTX_get1_id_len(EVP_PKEY_CTX *ctx, size_t *id_len);
crypto/openssl/include/openssl/evp.h
1815
OSSL_DEPRECATEDIN_3_0 size_t EVP_PKEY_meth_get_count(void);
crypto/openssl/include/openssl/evp.h
1816
OSSL_DEPRECATEDIN_3_0 const EVP_PKEY_METHOD *EVP_PKEY_meth_get0(size_t idx);
crypto/openssl/include/openssl/evp.h
1895
const unsigned char *priv, size_t len);
crypto/openssl/include/openssl/evp.h
1898
size_t len);
crypto/openssl/include/openssl/evp.h
1901
const unsigned char *pub, size_t len);
crypto/openssl/include/openssl/evp.h
1904
size_t len);
crypto/openssl/include/openssl/evp.h
1906
size_t *len);
crypto/openssl/include/openssl/evp.h
1908
size_t *len);
crypto/openssl/include/openssl/evp.h
1913
size_t len, const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
1926
const unsigned char *sig, size_t siglen);
crypto/openssl/include/openssl/evp.h
1984
unsigned char *sig, size_t *siglen,
crypto/openssl/include/openssl/evp.h
1985
const unsigned char *tbs, size_t tbslen);
crypto/openssl/include/openssl/evp.h
1989
const unsigned char *in, size_t inlen);
crypto/openssl/include/openssl/evp.h
1991
unsigned char *sig, size_t *siglen);
crypto/openssl/include/openssl/evp.h
1997
const unsigned char *sig, size_t siglen,
crypto/openssl/include/openssl/evp.h
1998
const unsigned char *tbs, size_t tbslen);
crypto/openssl/include/openssl/evp.h
2002
const unsigned char *in, size_t inlen);
crypto/openssl/include/openssl/evp.h
2011
unsigned char *rout, size_t *routlen,
crypto/openssl/include/openssl/evp.h
2012
const unsigned char *sig, size_t siglen);
crypto/openssl/include/openssl/evp.h
2016
unsigned char *out, size_t *outlen,
crypto/openssl/include/openssl/evp.h
2017
const unsigned char *in, size_t inlen);
crypto/openssl/include/openssl/evp.h
2021
unsigned char *out, size_t *outlen,
crypto/openssl/include/openssl/evp.h
2022
const unsigned char *in, size_t inlen);
crypto/openssl/include/openssl/evp.h
2029
int EVP_PKEY_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen);
crypto/openssl/include/openssl/evp.h
2035
unsigned char *wrappedkey, size_t *wrappedkeylen,
crypto/openssl/include/openssl/evp.h
2036
unsigned char *genkey, size_t *genkeylen);
crypto/openssl/include/openssl/evp.h
2041
unsigned char *unwrapped, size_t *unwrappedlen,
crypto/openssl/include/openssl/evp.h
2042
const unsigned char *wrapped, size_t wrappedlen);
crypto/openssl/include/openssl/evp.h
2059
size_t *out);
crypto/openssl/include/openssl/evp.h
2063
char *str, size_t max_buf_sz, size_t *out_sz);
crypto/openssl/include/openssl/evp.h
2065
unsigned char *buf, size_t max_buf_sz,
crypto/openssl/include/openssl/evp.h
2066
size_t *out_sz);
crypto/openssl/include/openssl/evp.h
2071
int EVP_PKEY_set_size_t_param(EVP_PKEY *pkey, const char *key_name, size_t in);
crypto/openssl/include/openssl/evp.h
2077
const unsigned char *buf, size_t bsize);
crypto/openssl/include/openssl/evp.h
2116
int (*sign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/include/openssl/evp.h
2117
const unsigned char *tbs, size_t tbslen));
crypto/openssl/include/openssl/evp.h
2119
int (*verify)(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen,
crypto/openssl/include/openssl/evp.h
2120
const unsigned char *tbs, size_t tbslen));
crypto/openssl/include/openssl/evp.h
2123
size_t *siglen, const unsigned char *tbs,
crypto/openssl/include/openssl/evp.h
2124
size_t tbslen));
crypto/openssl/include/openssl/evp.h
2126
int (*signctx)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/include/openssl/evp.h
2132
int (*encryptfn)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
crypto/openssl/include/openssl/evp.h
2133
const unsigned char *in, size_t inlen));
crypto/openssl/include/openssl/evp.h
2135
int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
crypto/openssl/include/openssl/evp.h
2136
const unsigned char *in, size_t inlen));
crypto/openssl/include/openssl/evp.h
2138
int (*derive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen));
crypto/openssl/include/openssl/evp.h
2142
int (*digestsign)(EVP_MD_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/include/openssl/evp.h
2143
const unsigned char *tbs, size_t tbslen));
crypto/openssl/include/openssl/evp.h
2146
size_t siglen, const unsigned char *tbs,
crypto/openssl/include/openssl/evp.h
2147
size_t tbslen));
crypto/openssl/include/openssl/evp.h
2160
int (**psign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/include/openssl/evp.h
2161
const unsigned char *tbs, size_t tbslen));
crypto/openssl/include/openssl/evp.h
2164
size_t siglen, const unsigned char *tbs, size_t tbslen));
crypto/openssl/include/openssl/evp.h
2168
size_t *siglen, const unsigned char *tbs,
crypto/openssl/include/openssl/evp.h
2169
size_t tbslen));
crypto/openssl/include/openssl/evp.h
2172
int (**psignctx)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/include/openssl/evp.h
2179
int (**pencryptfn)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
crypto/openssl/include/openssl/evp.h
2180
const unsigned char *in, size_t inlen));
crypto/openssl/include/openssl/evp.h
2182
int (**pdecrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
crypto/openssl/include/openssl/evp.h
2183
const unsigned char *in, size_t inlen));
crypto/openssl/include/openssl/evp.h
2185
int (**pderive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen));
crypto/openssl/include/openssl/evp.h
2191
int (**digestsign)(EVP_MD_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/include/openssl/evp.h
2192
const unsigned char *tbs, size_t tbslen));
crypto/openssl/include/openssl/evp.h
2195
size_t siglen, const unsigned char *tbs,
crypto/openssl/include/openssl/evp.h
2196
size_t tbslen));
crypto/openssl/include/openssl/evp.h
2224
int EVP_PKEY_CTX_get_group_name(EVP_PKEY_CTX *ctx, char *name, size_t namelen);
crypto/openssl/include/openssl/evp.h
2225
int EVP_PKEY_get_group_name(const EVP_PKEY *pkey, char *name, size_t name_sz,
crypto/openssl/include/openssl/evp.h
2226
size_t *gname_len);
crypto/openssl/include/openssl/evp.h
2238
unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/evp.h
2241
size_t *len);
crypto/openssl/include/openssl/evp.h
273
size_t inl));
crypto/openssl/include/openssl/evp.h
296
size_t inl);
crypto/openssl/include/openssl/evp.h
465
size_t len;
crypto/openssl/include/openssl/evp.h
572
const void *data, size_t count);
crypto/openssl/include/openssl/evp.h
576
const void *data, size_t count));
crypto/openssl/include/openssl/evp.h
645
int EVP_CIPHER_CTX_get_updated_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len);
crypto/openssl/include/openssl/evp.h
646
int EVP_CIPHER_CTX_get_original_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len);
crypto/openssl/include/openssl/evp.h
730
size_t cnt);
crypto/openssl/include/openssl/evp.h
733
__owur int EVP_Digest(const void *data, size_t count,
crypto/openssl/include/openssl/evp.h
737
const char *propq, const void *data, size_t datalen,
crypto/openssl/include/openssl/evp.h
738
unsigned char *md, size_t *mdlen);
crypto/openssl/include/openssl/evp.h
745
size_t outlen);
crypto/openssl/include/openssl/evp.h
747
size_t outlen);
crypto/openssl/include/openssl/evp.h
812
EVP_SKEY *skey, const unsigned char *iv, size_t iv_len,
crypto/openssl/include/openssl/evp.h
823
const unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/evp.h
824
size_t numpipes,
crypto/openssl/include/openssl/evp.h
825
const unsigned char **iv, size_t ivlen);
crypto/openssl/include/openssl/evp.h
828
const unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/evp.h
829
size_t numpipes,
crypto/openssl/include/openssl/evp.h
830
const unsigned char **iv, size_t ivlen);
crypto/openssl/include/openssl/evp.h
832
unsigned char **out, size_t *outl,
crypto/openssl/include/openssl/evp.h
833
const size_t *outsize,
crypto/openssl/include/openssl/evp.h
834
const unsigned char **in, const size_t *inl);
crypto/openssl/include/openssl/evp.h
836
unsigned char **outm, size_t *outl,
crypto/openssl/include/openssl/evp.h
837
const size_t *outsize);
crypto/openssl/include/openssl/evp.h
848
size_t *siglen, const unsigned char *tbs,
crypto/openssl/include/openssl/evp.h
849
size_t tbslen);
crypto/openssl/include/openssl/evp.h
858
size_t siglen, const unsigned char *tbs,
crypto/openssl/include/openssl/evp.h
859
size_t tbslen);
crypto/openssl/include/openssl/evp.h
868
__owur int EVP_DigestSignUpdate(EVP_MD_CTX *ctx, const void *data, size_t dsize);
crypto/openssl/include/openssl/evp.h
870
size_t *siglen);
crypto/openssl/include/openssl/evp.h
879
int EVP_DigestVerifyUpdate(EVP_MD_CTX *ctx, const void *data, size_t dsize);
crypto/openssl/include/openssl/evp.h
881
size_t siglen);
crypto/openssl/include/openssl/hmac.h
32
OSSL_DEPRECATEDIN_3_0 size_t HMAC_size(const HMAC_CTX *e);
crypto/openssl/include/openssl/hmac.h
46
size_t len);
crypto/openssl/include/openssl/hmac.h
55
const unsigned char *data, size_t data_len,
crypto/openssl/include/openssl/hpke.h
113
unsigned char *enc, size_t *enclen,
crypto/openssl/include/openssl/hpke.h
114
const unsigned char *pub, size_t publen,
crypto/openssl/include/openssl/hpke.h
115
const unsigned char *info, size_t infolen);
crypto/openssl/include/openssl/hpke.h
117
unsigned char *ct, size_t *ctlen,
crypto/openssl/include/openssl/hpke.h
118
const unsigned char *aad, size_t aadlen,
crypto/openssl/include/openssl/hpke.h
119
const unsigned char *pt, size_t ptlen);
crypto/openssl/include/openssl/hpke.h
122
unsigned char *pub, size_t *publen, EVP_PKEY **priv,
crypto/openssl/include/openssl/hpke.h
123
const unsigned char *ikm, size_t ikmlen,
crypto/openssl/include/openssl/hpke.h
126
const unsigned char *enc, size_t enclen,
crypto/openssl/include/openssl/hpke.h
128
const unsigned char *info, size_t infolen);
crypto/openssl/include/openssl/hpke.h
130
unsigned char *pt, size_t *ptlen,
crypto/openssl/include/openssl/hpke.h
131
const unsigned char *aad, size_t aadlen,
crypto/openssl/include/openssl/hpke.h
132
const unsigned char *ct, size_t ctlen);
crypto/openssl/include/openssl/hpke.h
136
size_t secretlen,
crypto/openssl/include/openssl/hpke.h
138
size_t labellen);
crypto/openssl/include/openssl/hpke.h
143
size_t publen);
crypto/openssl/include/openssl/hpke.h
146
const unsigned char *psk, size_t psklen);
crypto/openssl/include/openssl/hpke.h
149
const unsigned char *ikme, size_t ikmelen);
crypto/openssl/include/openssl/hpke.h
157
unsigned char *enc, size_t *enclen,
crypto/openssl/include/openssl/hpke.h
158
unsigned char *ct, size_t ctlen,
crypto/openssl/include/openssl/hpke.h
161
size_t OSSL_HPKE_get_ciphertext_size(OSSL_HPKE_SUITE suite, size_t clearlen);
crypto/openssl/include/openssl/hpke.h
162
size_t OSSL_HPKE_get_public_encap_size(OSSL_HPKE_SUITE suite);
crypto/openssl/include/openssl/hpke.h
163
size_t OSSL_HPKE_get_recommended_ikmelen(OSSL_HPKE_SUITE suite);
crypto/openssl/include/openssl/http.h
103
size_t max_resp_len, int timeout, int keep_alive);
crypto/openssl/include/openssl/http.h
65
size_t OSSL_HTTP_REQ_CTX_get_resp_len(const OSSL_HTTP_REQ_CTX *rctx);
crypto/openssl/include/openssl/http.h
69
size_t count);
crypto/openssl/include/openssl/http.h
86
size_t max_resp_len, int timeout, int keep_alive);
crypto/openssl/include/openssl/http.h
93
size_t max_resp_len, int timeout);
crypto/openssl/include/openssl/kdf.h
43
size_t EVP_KDF_CTX_get_kdf_size(EVP_KDF_CTX *ctx);
crypto/openssl/include/openssl/kdf.h
44
int EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen,
crypto/openssl/include/openssl/md2.h
46
size_t len);
crypto/openssl/include/openssl/md2.h
48
OSSL_DEPRECATEDIN_3_0 unsigned char *MD2(const unsigned char *d, size_t n,
crypto/openssl/include/openssl/md4.h
51
OSSL_DEPRECATEDIN_3_0 int MD4_Update(MD4_CTX *c, const void *data, size_t len);
crypto/openssl/include/openssl/md4.h
53
OSSL_DEPRECATEDIN_3_0 unsigned char *MD4(const unsigned char *d, size_t n,
crypto/openssl/include/openssl/md5.h
50
OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
crypto/openssl/include/openssl/md5.h
52
OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,
crypto/openssl/include/openssl/mdc2.h
44
size_t len);
crypto/openssl/include/openssl/mdc2.h
46
OSSL_DEPRECATEDIN_3_0 unsigned char *MDC2(const unsigned char *d, size_t n,
crypto/openssl/include/openssl/modes.h
102
size_t CRYPTO_nistcts128_encrypt(const unsigned char *in, unsigned char *out,
crypto/openssl/include/openssl/modes.h
103
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
105
size_t CRYPTO_nistcts128_decrypt_block(const unsigned char *in,
crypto/openssl/include/openssl/modes.h
106
unsigned char *out, size_t len,
crypto/openssl/include/openssl/modes.h
110
size_t CRYPTO_nistcts128_decrypt(const unsigned char *in, unsigned char *out,
crypto/openssl/include/openssl/modes.h
111
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
119
size_t len);
crypto/openssl/include/openssl/modes.h
121
size_t len);
crypto/openssl/include/openssl/modes.h
124
size_t len);
crypto/openssl/include/openssl/modes.h
127
size_t len);
crypto/openssl/include/openssl/modes.h
130
size_t len, ctr128_f stream);
crypto/openssl/include/openssl/modes.h
133
size_t len, ctr128_f stream);
crypto/openssl/include/openssl/modes.h
135
size_t len);
crypto/openssl/include/openssl/modes.h
136
void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
crypto/openssl/include/openssl/modes.h
145
size_t nlen, size_t mlen);
crypto/openssl/include/openssl/modes.h
147
size_t alen);
crypto/openssl/include/openssl/modes.h
149
unsigned char *out, size_t len);
crypto/openssl/include/openssl/modes.h
151
unsigned char *out, size_t len);
crypto/openssl/include/openssl/modes.h
153
unsigned char *out, size_t len,
crypto/openssl/include/openssl/modes.h
156
unsigned char *out, size_t len,
crypto/openssl/include/openssl/modes.h
158
size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
crypto/openssl/include/openssl/modes.h
165
size_t len, int enc);
crypto/openssl/include/openssl/modes.h
167
size_t CRYPTO_128_wrap(void *key, const unsigned char *iv,
crypto/openssl/include/openssl/modes.h
169
const unsigned char *in, size_t inlen,
crypto/openssl/include/openssl/modes.h
172
size_t CRYPTO_128_unwrap(void *key, const unsigned char *iv,
crypto/openssl/include/openssl/modes.h
174
const unsigned char *in, size_t inlen,
crypto/openssl/include/openssl/modes.h
176
size_t CRYPTO_128_wrap_pad(void *key, const unsigned char *icv,
crypto/openssl/include/openssl/modes.h
178
size_t inlen, block128_f block);
crypto/openssl/include/openssl/modes.h
179
size_t CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv,
crypto/openssl/include/openssl/modes.h
181
size_t inlen, block128_f block);
crypto/openssl/include/openssl/modes.h
187
size_t blocks, const void *key,
crypto/openssl/include/openssl/modes.h
188
size_t start_block_num,
crypto/openssl/include/openssl/modes.h
202
size_t len, size_t taglen);
crypto/openssl/include/openssl/modes.h
204
size_t len);
crypto/openssl/include/openssl/modes.h
206
unsigned char *out, size_t len);
crypto/openssl/include/openssl/modes.h
208
unsigned char *out, size_t len);
crypto/openssl/include/openssl/modes.h
210
size_t len);
crypto/openssl/include/openssl/modes.h
211
int CRYPTO_ocb128_tag(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len);
crypto/openssl/include/openssl/modes.h
29
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
33
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
37
size_t blocks, const void *key,
crypto/openssl/include/openssl/modes.h
41
size_t blocks, const void *key,
crypto/openssl/include/openssl/modes.h
46
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
49
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
53
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
59
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
65
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
70
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
74
size_t length, const void *key,
crypto/openssl/include/openssl/modes.h
78
size_t bits, const void *key,
crypto/openssl/include/openssl/modes.h
82
size_t CRYPTO_cts128_encrypt_block(const unsigned char *in,
crypto/openssl/include/openssl/modes.h
83
unsigned char *out, size_t len,
crypto/openssl/include/openssl/modes.h
86
size_t CRYPTO_cts128_encrypt(const unsigned char *in, unsigned char *out,
crypto/openssl/include/openssl/modes.h
87
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
89
size_t CRYPTO_cts128_decrypt_block(const unsigned char *in,
crypto/openssl/include/openssl/modes.h
90
unsigned char *out, size_t len,
crypto/openssl/include/openssl/modes.h
93
size_t CRYPTO_cts128_decrypt(const unsigned char *in, unsigned char *out,
crypto/openssl/include/openssl/modes.h
94
size_t len, const void *key,
crypto/openssl/include/openssl/modes.h
97
size_t CRYPTO_nistcts128_encrypt_block(const unsigned char *in,
crypto/openssl/include/openssl/modes.h
98
unsigned char *out, size_t len,
crypto/openssl/include/openssl/objects.h
173
size_t OBJ_length(const ASN1_OBJECT *obj);
crypto/openssl/include/openssl/param_build.h
42
size_t val);
crypto/openssl/include/openssl/param_build.h
50
const BIGNUM *bn, size_t sz);
crypto/openssl/include/openssl/param_build.h
52
const char *buf, size_t bsize);
crypto/openssl/include/openssl/param_build.h
54
char *buf, size_t bsize);
crypto/openssl/include/openssl/param_build.h
56
const void *buf, size_t bsize);
crypto/openssl/include/openssl/param_build.h
58
void *buf, size_t bsize);
crypto/openssl/include/openssl/params.h
101
size_t value_n, int *found);
crypto/openssl/include/openssl/params.h
114
int OSSL_PARAM_get_size_t(const OSSL_PARAM *p, size_t *val);
crypto/openssl/include/openssl/params.h
125
int OSSL_PARAM_set_size_t(OSSL_PARAM *p, size_t val);
crypto/openssl/include/openssl/params.h
134
int OSSL_PARAM_get_utf8_string(const OSSL_PARAM *p, char **val, size_t max_len);
crypto/openssl/include/openssl/params.h
137
int OSSL_PARAM_get_octet_string(const OSSL_PARAM *p, void **val, size_t max_len,
crypto/openssl/include/openssl/params.h
138
size_t *used_len);
crypto/openssl/include/openssl/params.h
139
int OSSL_PARAM_set_octet_string(OSSL_PARAM *p, const void *val, size_t len);
crypto/openssl/include/openssl/params.h
145
size_t *used_len);
crypto/openssl/include/openssl/params.h
147
size_t used_len);
crypto/openssl/include/openssl/params.h
151
size_t *used_len);
crypto/openssl/include/openssl/params.h
22
#define OSSL_PARAM_UNMODIFIED ((size_t)-1)
crypto/openssl/include/openssl/params.h
52
OSSL_PARAM_DEFN((key), OSSL_PARAM_UNSIGNED_INTEGER, (addr), sizeof(size_t))
crypto/openssl/include/openssl/params.h
83
OSSL_PARAM OSSL_PARAM_construct_size_t(const char *key, size_t *buf);
crypto/openssl/include/openssl/params.h
86
size_t bsize);
crypto/openssl/include/openssl/params.h
89
size_t bsize);
crypto/openssl/include/openssl/params.h
91
size_t bsize);
crypto/openssl/include/openssl/params.h
93
size_t bsize);
crypto/openssl/include/openssl/params.h
95
size_t bsize);
crypto/openssl/include/openssl/rand.h
104
const char *RAND_file_name(char *file, size_t num);
crypto/openssl/include/openssl/rand.h
70
int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
crypto/openssl/include/openssl/rand.h
77
int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
crypto/openssl/include/openssl/rc4.h
37
OSSL_DEPRECATEDIN_3_0 void RC4(RC4_KEY *key, size_t len,
crypto/openssl/include/openssl/ripemd.h
47
size_t len);
crypto/openssl/include/openssl/ripemd.h
49
OSSL_DEPRECATEDIN_3_0 unsigned char *RIPEMD160(const unsigned char *d, size_t n,
crypto/openssl/include/openssl/rsa.h
154
size_t namelen);
crypto/openssl/include/openssl/rsa.h
169
size_t namelen);
crypto/openssl/include/openssl/rsa.h
260
EVP_PKEY_Q_keygen(NULL, NULL, "RSA", (size_t)(0 + (bits)))
crypto/openssl/include/openssl/seed.h
102
size_t len, const SEED_KEY_SCHEDULE *ks,
crypto/openssl/include/openssl/seed.h
91
void SEED_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len,
crypto/openssl/include/openssl/seed.h
97
size_t len, const SEED_KEY_SCHEDULE *ks,
crypto/openssl/include/openssl/sha.h
122
const void *data, size_t len);
crypto/openssl/include/openssl/sha.h
126
const void *data, size_t len);
crypto/openssl/include/openssl/sha.h
132
unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md);
crypto/openssl/include/openssl/sha.h
133
unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md);
crypto/openssl/include/openssl/sha.h
50
OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
crypto/openssl/include/openssl/sha.h
55
unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md);
crypto/openssl/include/openssl/sha.h
71
const void *data, size_t len);
crypto/openssl/include/openssl/sha.h
75
const void *data, size_t len);
crypto/openssl/include/openssl/sha.h
81
unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md);
crypto/openssl/include/openssl/sha.h
82
unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md);
crypto/openssl/include/openssl/ssl.h
1167
size_t SSL_get_finished(const SSL *s, void *buf, size_t count);
crypto/openssl/include/openssl/ssl.h
1168
size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count);
crypto/openssl/include/openssl/ssl.h
1704
size_t serverinfo_length);
crypto/openssl/include/openssl/ssl.h
1707
size_t serverinfo_length);
crypto/openssl/include/openssl/ssl.h
1770
size_t *len);
crypto/openssl/include/openssl/ssl.h
1773
size_t len);
crypto/openssl/include/openssl/ssl.h
1779
size_t *len);
crypto/openssl/include/openssl/ssl.h
1897
uint8_t mtype, const unsigned char *data, size_t dlen);
crypto/openssl/include/openssl/ssl.h
1901
size_t *dlen);
crypto/openssl/include/openssl/ssl.h
1970
size_t SSL_client_hello_get0_random(SSL *s, const unsigned char **out);
crypto/openssl/include/openssl/ssl.h
1971
size_t SSL_client_hello_get0_session_id(SSL *s, const unsigned char **out);
crypto/openssl/include/openssl/ssl.h
1972
size_t SSL_client_hello_get0_ciphers(SSL *s, const unsigned char **out);
crypto/openssl/include/openssl/ssl.h
1973
size_t SSL_client_hello_get0_compression_methods(SSL *s,
crypto/openssl/include/openssl/ssl.h
1975
int SSL_client_hello_get1_extensions_present(SSL *s, int **out, size_t *outlen);
crypto/openssl/include/openssl/ssl.h
1977
size_t *num_exts);
crypto/openssl/include/openssl/ssl.h
1979
const unsigned char **out, size_t *outlen);
crypto/openssl/include/openssl/ssl.h
1988
__owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
crypto/openssl/include/openssl/ssl.h
1990
size_t *numaddfds, OSSL_ASYNC_FD *delfd,
crypto/openssl/include/openssl/ssl.h
1991
size_t *numdelfds);
crypto/openssl/include/openssl/ssl.h
2003
__owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
crypto/openssl/include/openssl/ssl.h
2009
__owur int SSL_read_early_data(SSL *s, void *buf, size_t num,
crypto/openssl/include/openssl/ssl.h
2010
size_t *readbytes);
crypto/openssl/include/openssl/ssl.h
2012
__owur int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
crypto/openssl/include/openssl/ssl.h
2013
__owur ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size,
crypto/openssl/include/openssl/ssl.h
2016
__owur int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written);
crypto/openssl/include/openssl/ssl.h
2017
__owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,
crypto/openssl/include/openssl/ssl.h
2018
size_t *written);
crypto/openssl/include/openssl/ssl.h
2026
__owur int SSL_write_ex2(SSL *s, const void *buf, size_t num,
crypto/openssl/include/openssl/ssl.h
2028
size_t *written);
crypto/openssl/include/openssl/ssl.h
2108
__owur size_t DTLS_get_data_mtu(const SSL *s);
crypto/openssl/include/openssl/ssl.h
2206
__owur size_t SSL_get_client_random(const SSL *ssl, unsigned char *out,
crypto/openssl/include/openssl/ssl.h
2207
size_t outlen);
crypto/openssl/include/openssl/ssl.h
2208
__owur size_t SSL_get_server_random(const SSL *ssl, unsigned char *out,
crypto/openssl/include/openssl/ssl.h
2209
size_t outlen);
crypto/openssl/include/openssl/ssl.h
2210
__owur size_t SSL_SESSION_get_master_key(const SSL_SESSION *sess,
crypto/openssl/include/openssl/ssl.h
2211
unsigned char *out, size_t outlen);
crypto/openssl/include/openssl/ssl.h
2213
const unsigned char *in, size_t len);
crypto/openssl/include/openssl/ssl.h
2270
void SSL_CTX_set_default_read_buffer_len(SSL_CTX *ctx, size_t len);
crypto/openssl/include/openssl/ssl.h
2271
void SSL_set_default_read_buffer_len(SSL *s, size_t len);
crypto/openssl/include/openssl/ssl.h
2305
int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len,
crypto/openssl/include/openssl/ssl.h
2331
size_t (*cb)(SSL *ssl, int type,
crypto/openssl/include/openssl/ssl.h
2332
size_t len, void *arg));
crypto/openssl/include/openssl/ssl.h
2335
int SSL_CTX_set_block_padding(SSL_CTX *ctx, size_t block_size);
crypto/openssl/include/openssl/ssl.h
2336
int SSL_CTX_set_block_padding_ex(SSL_CTX *ctx, size_t app_block_size,
crypto/openssl/include/openssl/ssl.h
2337
size_t hs_block_size);
crypto/openssl/include/openssl/ssl.h
2340
size_t (*cb)(SSL *ssl, int type,
crypto/openssl/include/openssl/ssl.h
2341
size_t len, void *arg));
crypto/openssl/include/openssl/ssl.h
2344
int SSL_set_block_padding(SSL *ssl, size_t block_size);
crypto/openssl/include/openssl/ssl.h
2345
int SSL_set_block_padding_ex(SSL *ssl, size_t app_block_size,
crypto/openssl/include/openssl/ssl.h
2346
size_t hs_block_size);
crypto/openssl/include/openssl/ssl.h
2347
int SSL_set_num_tickets(SSL *s, size_t num_tickets);
crypto/openssl/include/openssl/ssl.h
2348
size_t SSL_get_num_tickets(const SSL *s);
crypto/openssl/include/openssl/ssl.h
2349
int SSL_CTX_set_num_tickets(SSL_CTX *ctx, size_t num_tickets);
crypto/openssl/include/openssl/ssl.h
2350
size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx);
crypto/openssl/include/openssl/ssl.h
2373
__owur size_t SSL_get_accept_connection_queue_len(SSL *ssl);
crypto/openssl/include/openssl/ssl.h
2416
__owur size_t SSL_get_accept_stream_queue_len(SSL *s);
crypto/openssl/include/openssl/ssl.h
2420
size_t buf_len,
crypto/openssl/include/openssl/ssl.h
2437
size_t args_len);
crypto/openssl/include/openssl/ssl.h
2447
size_t args_len);
crypto/openssl/include/openssl/ssl.h
2468
size_t reason_len;
crypto/openssl/include/openssl/ssl.h
2474
size_t info_len);
crypto/openssl/include/openssl/ssl.h
2578
size_t num_items,
crypto/openssl/include/openssl/ssl.h
2579
size_t stride,
crypto/openssl/include/openssl/ssl.h
2582
size_t *result_count);
crypto/openssl/include/openssl/ssl.h
2622
const void *buf, size_t len, SSL *ssl, void *arg);
crypto/openssl/include/openssl/ssl.h
2866
size_t keyname_length,
crypto/openssl/include/openssl/ssl.h
2873
int SSL_SESSION_set1_ticket_appdata(SSL_SESSION *ss, const void *data, size_t len);
crypto/openssl/include/openssl/ssl.h
2874
int SSL_SESSION_get0_ticket_appdata(SSL_SESSION *ss, void **data, size_t *len);
crypto/openssl/include/openssl/ssl.h
2897
int SSL_CTX_set1_cert_comp_preference(SSL_CTX *ctx, int *algs, size_t len);
crypto/openssl/include/openssl/ssl.h
2898
int SSL_set1_cert_comp_preference(SSL *ssl, int *algs, size_t len);
crypto/openssl/include/openssl/ssl.h
2901
size_t comp_length, size_t orig_length);
crypto/openssl/include/openssl/ssl.h
2903
size_t comp_length, size_t orig_length);
crypto/openssl/include/openssl/ssl.h
2904
size_t SSL_CTX_get1_compressed_cert(SSL_CTX *ctx, int alg, unsigned char **data, size_t *orig_len);
crypto/openssl/include/openssl/ssl.h
2905
size_t SSL_get1_compressed_cert(SSL *ssl, int alg, unsigned char **data, size_t *orig_len);
crypto/openssl/include/openssl/ssl.h
2913
__owur int SSL_set1_client_cert_type(SSL *s, const unsigned char *val, size_t len);
crypto/openssl/include/openssl/ssl.h
2914
__owur int SSL_set1_server_cert_type(SSL *s, const unsigned char *val, size_t len);
crypto/openssl/include/openssl/ssl.h
2915
__owur int SSL_CTX_set1_client_cert_type(SSL_CTX *ctx, const unsigned char *val, size_t len);
crypto/openssl/include/openssl/ssl.h
2916
__owur int SSL_CTX_set1_server_cert_type(SSL_CTX *ctx, const unsigned char *val, size_t len);
crypto/openssl/include/openssl/ssl.h
2917
__owur int SSL_get0_client_cert_type(const SSL *s, unsigned char **t, size_t *len);
crypto/openssl/include/openssl/ssl.h
2918
__owur int SSL_get0_server_cert_type(const SSL *s, unsigned char **t, size_t *len);
crypto/openssl/include/openssl/ssl.h
2919
__owur int SSL_CTX_get0_client_cert_type(const SSL_CTX *ctx, unsigned char **t, size_t *len);
crypto/openssl/include/openssl/ssl.h
2920
__owur int SSL_CTX_get0_server_cert_type(const SSL_CTX *s, unsigned char **t, size_t *len);
crypto/openssl/include/openssl/ssl.h
2933
size_t params_len);
crypto/openssl/include/openssl/ssl.h
315
const unsigned char **out, size_t *outlen,
crypto/openssl/include/openssl/ssl.h
322
const unsigned char *in, size_t inlen,
crypto/openssl/include/openssl/ssl.h
328
size_t *outlen, X509 *x,
crypto/openssl/include/openssl/ssl.h
329
size_t chainidx,
crypto/openssl/include/openssl/ssl.h
340
size_t inlen, X509 *x,
crypto/openssl/include/openssl/ssl.h
341
size_t chainidx,
crypto/openssl/include/openssl/ssl.h
664
size_t len, SSL *ssl, void *arg));
crypto/openssl/include/openssl/ssl.h
668
size_t len, SSL *ssl, void *arg));
crypto/openssl/include/openssl/ssl.h
795
size_t *cookie_len));
crypto/openssl/include/openssl/ssl.h
800
size_t cookie_len));
crypto/openssl/include/openssl/ssl.h
884
size_t identity_len,
crypto/openssl/include/openssl/ssl.h
888
size_t *idlen,
crypto/openssl/include/openssl/store.h
233
size_t len);
crypto/openssl/include/openssl/store.h
246
size_t *length);
crypto/openssl/include/openssl/tls1.h
259
__owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
crypto/openssl/include/openssl/tls1.h
260
const char *label, size_t llen,
crypto/openssl/include/openssl/tls1.h
262
size_t contextlen, int use_context);
crypto/openssl/include/openssl/tls1.h
272
size_t olen, const char *label,
crypto/openssl/include/openssl/tls1.h
273
size_t llen,
crypto/openssl/include/openssl/tls1.h
275
size_t contextlen);
crypto/openssl/include/openssl/trace.h
106
typedef size_t (*OSSL_trace_cb)(const char *buffer, size_t count,
crypto/openssl/include/openssl/trace.h
313
const unsigned char *data, size_t size);
crypto/openssl/include/openssl/whrlpool.h
43
size_t bitlen[WHIRLPOOL_COUNTER / sizeof(size_t)];
crypto/openssl/include/openssl/whrlpool.h
49
const void *inp, size_t bytes);
crypto/openssl/include/openssl/whrlpool.h
51
const void *inp, size_t bits);
crypto/openssl/include/openssl/whrlpool.h
53
OSSL_DEPRECATEDIN_3_0 unsigned char *WHIRLPOOL(const void *inp, size_t bytes,
crypto/openssl/include/openssl/x509.h
1084
size_t *pderlen);
crypto/openssl/include/openssl/x509_vfy.h
834
const char *name, size_t namelen);
crypto/openssl/include/openssl/x509_vfy.h
836
const char *name, size_t namelen);
crypto/openssl/include/openssl/x509_vfy.h
844
const char *email, size_t emaillen);
crypto/openssl/include/openssl/x509_vfy.h
847
const unsigned char *ip, size_t iplen);
crypto/openssl/include/openssl/x509v3.h
1072
int X509_check_host(X509 *x, const char *chk, size_t chklen,
crypto/openssl/include/openssl/x509v3.h
1074
int X509_check_email(X509 *x, const char *chk, size_t chklen,
crypto/openssl/include/openssl/x509v3.h
1076
int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
crypto/openssl/ms/uplink.h
20
#define UP_fread (*(size_t (*)(void *, size_t, size_t, void *))OPENSSL_UplinkTable[APPLINK_FREAD])
crypto/openssl/ms/uplink.h
21
#define UP_fwrite (*(size_t (*)(const void *, size_t, size_t, void *))OPENSSL_UplinkTable[APPLINK_FWRITE])
crypto/openssl/ms/uplink.h
35
#define UP_read (*(ossl_ssize_t (*)(int, void *, size_t))OPENSSL_UplinkTable[APPLINK_READ])
crypto/openssl/ms/uplink.h
36
#define UP_write (*(ossl_ssize_t (*)(int, const void *, size_t))OPENSSL_UplinkTable[APPLINK_WRITE])
crypto/openssl/providers/common/bio_prov.c
164
static int bio_core_read_ex(BIO *bio, char *data, size_t data_len,
crypto/openssl/providers/common/bio_prov.c
165
size_t *bytes_read)
crypto/openssl/providers/common/bio_prov.c
170
static int bio_core_write_ex(BIO *bio, const char *data, size_t data_len,
crypto/openssl/providers/common/bio_prov.c
171
size_t *written)
crypto/openssl/providers/common/bio_prov.c
90
int ossl_prov_bio_read_ex(OSSL_CORE_BIO *bio, void *data, size_t data_len,
crypto/openssl/providers/common/bio_prov.c
91
size_t *bytes_read)
crypto/openssl/providers/common/bio_prov.c
98
int ossl_prov_bio_write_ex(OSSL_CORE_BIO *bio, const void *data, size_t data_len,
crypto/openssl/providers/common/bio_prov.c
99
size_t *written)
crypto/openssl/providers/common/capabilities.c
263
size_t i;
crypto/openssl/providers/common/capabilities.c
325
size_t i;
crypto/openssl/providers/common/der/der_dsa_sig.c
30
size_t precompiled_sz = 0;
crypto/openssl/providers/common/der/der_ec_sig.c
31
size_t precompiled_sz = 0;
crypto/openssl/providers/common/der/der_ml_dsa_key.c
22
size_t len;
crypto/openssl/providers/common/der/der_rsa_key.c
252
size_t maskgenalg_sz = 0;
crypto/openssl/providers/common/der/der_rsa_key.c
289
size_t hashalg_sz = 0;
crypto/openssl/providers/common/der/der_rsa_key.c
372
size_t rsa_oid_sz = 0;
crypto/openssl/providers/common/der/der_rsa_sig.c
37
size_t precompiled_sz = 0;
crypto/openssl/providers/common/der/der_slh_dsa_key.c
24
size_t len;
crypto/openssl/providers/common/der/der_sm2_sig.c
27
size_t precompiled_sz = 0;
crypto/openssl/providers/common/digest_to_nid.c
23
int ossl_digest_md_to_nid(const EVP_MD *md, const OSSL_ITEM *it, size_t it_len)
crypto/openssl/providers/common/digest_to_nid.c
25
size_t i;
crypto/openssl/providers/common/include/prov/bio.h
19
int ossl_prov_bio_read_ex(OSSL_CORE_BIO *bio, void *data, size_t data_len,
crypto/openssl/providers/common/include/prov/bio.h
20
size_t *bytes_read);
crypto/openssl/providers/common/include/prov/bio.h
21
int ossl_prov_bio_write_ex(OSSL_CORE_BIO *bio, const void *data, size_t data_len,
crypto/openssl/providers/common/include/prov/bio.h
22
size_t *written);
crypto/openssl/providers/common/include/prov/provider_util.h
104
size_t keylen);
crypto/openssl/providers/common/include/prov/provider_util.h
143
int ossl_prov_memdup(const void *src, size_t src_len,
crypto/openssl/providers/common/include/prov/provider_util.h
144
unsigned char **dest, size_t *dest_len);
crypto/openssl/providers/common/include/prov/securitycheck.h
18
int ossl_kdf_check_key_size(size_t keylen);
crypto/openssl/providers/common/include/prov/securitycheck.h
19
int ossl_mac_check_key_size(size_t keylen);
crypto/openssl/providers/common/include/prov/securitycheck.h
34
int ossl_digest_md_to_nid(const EVP_MD *md, const OSSL_ITEM *it, size_t it_len);
crypto/openssl/providers/common/provider_seeding.c
100
size_t len)
crypto/openssl/providers/common/provider_seeding.c
110
size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout,
crypto/openssl/providers/common/provider_seeding.c
111
size_t min_len, size_t max_len,
crypto/openssl/providers/common/provider_seeding.c
112
const void *salt, size_t salt_len)
crypto/openssl/providers/common/provider_seeding.c
123
void ossl_prov_cleanup_nonce(PROV_CTX *prov_ctx, unsigned char *buf, size_t len)
crypto/openssl/providers/common/provider_seeding.c
87
size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout,
crypto/openssl/providers/common/provider_seeding.c
88
int entropy, size_t min_len, size_t max_len)
crypto/openssl/providers/common/provider_util.c
237
size_t keylen)
crypto/openssl/providers/common/provider_util.c
364
int ossl_prov_memdup(const void *src, size_t src_len,
crypto/openssl/providers/common/provider_util.c
365
unsigned char **dest, size_t *dest_len)
crypto/openssl/providers/common/securitycheck.c
151
size_t L, N;
crypto/openssl/providers/common/securitycheck.c
198
size_t L, N;
crypto/openssl/providers/common/securitycheck.c
81
int ossl_kdf_check_key_size(size_t keylen)
crypto/openssl/providers/common/securitycheck.c
86
int ossl_mac_check_key_size(size_t keylen)
crypto/openssl/providers/fips/fipsprov.c
1066
void *CRYPTO_malloc(size_t num, const char *file, int line)
crypto/openssl/providers/fips/fipsprov.c
1071
void *CRYPTO_zalloc(size_t num, const char *file, int line)
crypto/openssl/providers/fips/fipsprov.c
1081
void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line)
crypto/openssl/providers/fips/fipsprov.c
1086
void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line)
crypto/openssl/providers/fips/fipsprov.c
1091
void *CRYPTO_clear_realloc(void *addr, size_t old_num, size_t num,
crypto/openssl/providers/fips/fipsprov.c
1097
void *CRYPTO_secure_malloc(size_t num, const char *file, int line)
crypto/openssl/providers/fips/fipsprov.c
1102
void *CRYPTO_secure_zalloc(size_t num, const char *file, int line)
crypto/openssl/providers/fips/fipsprov.c
1112
void CRYPTO_secure_clear_free(void *ptr, size_t num, const char *file, int line)
crypto/openssl/providers/fips/fipsprov.c
1122
void *CRYPTO_aligned_alloc(size_t num, size_t align, void **freeptr,
crypto/openssl/providers/fips/fipsprov.c
1128
int BIO_snprintf(char *buf, size_t n, const char *format, ...)
crypto/openssl/providers/fips/fipsprov.c
128
void *buf, size_t n, unsigned int strength)
crypto/openssl/providers/fips/self_test.c
209
size_t out_len = 0;
crypto/openssl/providers/fips/self_test.c
248
unsigned char *expected, size_t expected_len,
crypto/openssl/providers/fips/self_test.c
255
size_t bytes_read = 0, out_len = 0;
crypto/openssl/providers/fips/self_test_kats.c
1021
const unsigned char *entropy, size_t entropy_len,
crypto/openssl/providers/fips/self_test_kats.c
1022
const unsigned char *nonce, size_t nonce_len,
crypto/openssl/providers/fips/self_test_kats.c
1023
const unsigned char *persstr, size_t persstr_len)
crypto/openssl/providers/fips/self_test_kats.c
25
const unsigned char *entropy, size_t entropy_len,
crypto/openssl/providers/fips/self_test_kats.c
26
const unsigned char *nonce, size_t nonce_len,
crypto/openssl/providers/fips/self_test_kats.c
27
const unsigned char *persstr, size_t persstr_len);
crypto/openssl/providers/fips/self_test_kats.c
407
size_t secret_len = t->expected_len;
crypto/openssl/providers/fips/self_test_kats.c
460
static int digest_signature(const uint8_t *sig, size_t sig_len,
crypto/openssl/providers/fips/self_test_kats.c
461
uint8_t *out, size_t *out_len,
crypto/openssl/providers/fips/self_test_kats.c
490
size_t siglen;
crypto/openssl/providers/fips/self_test_kats.c
558
size_t digested_sig_len = 0;
crypto/openssl/providers/fips/self_test_kats.c
617
size_t out_len = 0;
crypto/openssl/providers/fips/self_test_kats.c
666
size_t wrappedlen = t->cipher_text_len, secretlen = t->secret_len;
crypto/openssl/providers/fips/self_test_kats.c
725
size_t secretlen = t->secret_len;
crypto/openssl/providers/fips/self_test_kats.c
829
size_t outlen = sizeof(out);
crypto/openssl/providers/implementations/asymciphers/rsa_enc.c
150
static int rsa_encrypt(void *vprsactx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/asymciphers/rsa_enc.c
151
size_t outsize, const unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/asymciphers/rsa_enc.c
154
size_t len = RSA_size(prsactx->rsa);
crypto/openssl/providers/implementations/asymciphers/rsa_enc.c
226
static int rsa_decrypt(void *vprsactx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/asymciphers/rsa_enc.c
227
size_t outsize, const unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/asymciphers/rsa_enc.c
232
size_t len = RSA_size(prsactx->rsa);
crypto/openssl/providers/implementations/asymciphers/rsa_enc.c
567
size_t tmp_labellen;
crypto/openssl/providers/implementations/asymciphers/rsa_enc.c
72
size_t oaep_labellen;
crypto/openssl/providers/implementations/asymciphers/sm2_enc.c
103
static int sm2_asym_decrypt(void *vpsm2ctx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/asymciphers/sm2_enc.c
104
size_t outsize, const unsigned char *in,
crypto/openssl/providers/implementations/asymciphers/sm2_enc.c
105
size_t inlen)
crypto/openssl/providers/implementations/asymciphers/sm2_enc.c
82
static int sm2_asym_encrypt(void *vpsm2ctx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/asymciphers/sm2_enc.c
83
size_t outsize, const unsigned char *in,
crypto/openssl/providers/implementations/asymciphers/sm2_enc.c
84
size_t inlen)
crypto/openssl/providers/implementations/ciphers/cipher_aes.h
55
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_ecb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes.h
56
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_cbc(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes.h
57
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_ofb128(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes.h
58
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_cfb128(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes.h
59
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_cfb1(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes.h
60
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_cfb8(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes.h
61
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_ctr(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
185
size_t keylen;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
228
size_t len = hw->tls1_multiblock_max_bufsize(ctx);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
309
size_t kbits, size_t blkbits, size_t ivbits,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
318
static void *aes_cbc_hmac_sha1_newctx(void *provctx, size_t kbits,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
319
size_t blkbits, size_t ivbits,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
358
static void *aes_cbc_hmac_sha256_newctx(void *provctx, size_t kbits,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
359
size_t blkbits, size_t ivbits,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
49
static int aes_einit(void *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
50
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
58
static int aes_dinit(void *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
59
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
18
void (*init_mac_key)(void *ctx, const unsigned char *inkey, size_t inlen);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
39
size_t payload_length; /* AAD length in decrypt case */
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
48
size_t multiblock_max_send_fragment;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
49
size_t multiblock_encrypt_len;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
50
size_t tls_aad_pad;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
63
#define NO_PAYLOAD_LENGTH ((size_t)-1)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
121
static size_t tls1_multi_block_encrypt(void *vctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
124
size_t inp_len, int n4x)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
139
size_t ret = 0;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
149
mctx = (SHA1_MB_CTX *)(storage + 32 - ((size_t)storage % 32)); /* align */
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
35
void sha1_block_data_order(void *c, const void *p, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
36
void aesni_cbc_sha1_enc(const void *inp, void *out, size_t blocks,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
374
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
379
size_t plen = ctx->payload_length;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
380
size_t iv = 0; /* explicit IV in TLS 1.1 and later */
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
381
size_t aes_off = 0, blocks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
382
size_t sha_off = SHA_CBLOCK - sctx->md.num;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
444
pmac = (void *)(((size_t)mac.c + 31) & ((size_t)0 - 32));
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
447
size_t inp_len, mask, j, i;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
46
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
527
size_t c = out[j];
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
601
size_t off = out - p;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
629
const unsigned char *mac, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
69
static void sha1_update(SHA_CTX *c, const void *data, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
72
size_t res;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
125
static size_t tls1_multi_block_encrypt(void *vctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
128
size_t inp_len, int n4x)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
143
size_t ret = 0;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
153
mctx = (SHA256_MB_CTX *)(storage + 32 - ((size_t)storage % 32)); /* align */
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
35
void sha256_block_data_order(void *c, const void *p, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
36
int aesni_cbc_sha256_enc(const void *inp, void *out, size_t blocks,
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
397
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
402
size_t plen = ctx->payload_length;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
403
size_t iv = 0; /* explicit IV in TLS 1.1 and * later */
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
404
size_t aes_off = 0, blocks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
405
size_t sha_off = SHA256_CBLOCK - sctx->md.num;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
48
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
482
pmac = (void *)(((size_t)mac.c + 63) & ((size_t)0 - 64));
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
489
size_t inp_len, mask, j, i;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
566
size_t c = out[j];
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
652
size_t off = out - p;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
681
size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
71
void sha256_block_data_order(void *c, const void *p, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
73
static void sha256_update(SHA256_CTX *c, const void *data, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
76
size_t res;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ccm.c
23
static void *aes_ccm_newctx(void *provctx, size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ccm.h
48
const PROV_CCM_HW *ossl_prov_aes_hw_ccm(size_t keylen);
crypto/openssl/providers/implementations/ciphers/cipher_aes_ccm_hw.c
28
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ccm_hw.c
69
const PROV_CCM_HW *ossl_prov_aes_hw_ccm(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm.c
23
static void *aes_gcm_newctx(void *provctx, size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm.h
45
const PROV_GCM_HW *ossl_prov_aes_hw_gcm(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
150
const PROV_GCM_HW *ossl_prov_aes_hw_gcm(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
21
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
62
size_t len, unsigned char *out)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
67
size_t bulk = 0;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
70
size_t res = (16 - ctx->gcm.mres) % 16;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
96
size_t bulk = 0;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
99
size_t res = (16 - ctx->gcm.mres) % 16;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
123
static int ossl_aes_gcm_siv_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
124
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
130
static int ossl_aes_gcm_siv_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
131
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
138
static int ossl_aes_gcm_siv_cipher(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
139
size_t outsize, const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
159
static int ossl_aes_gcm_siv_stream_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
160
size_t outsize)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
246
size_t key_len;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
27
static void *ossl_aes_gcm_siv_newctx(void *provctx, size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
91
static int ossl_aes_gcm_siv_init(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
92
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.h
27
size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.h
39
size_t aad_len; /* actual AAD length */
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.h
40
size_t key_len;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.h
56
const PROV_CIPHER_HW_AES_GCM_SIV *ossl_prov_cipher_hw_aes_gcm_siv(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.h
59
void ossl_polyval_ghash_hash(const u128 Htable[16], uint8_t *tag, const uint8_t *inp, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
108
const unsigned char *aad, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
110
size_t to_alloc;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
149
unsigned char *out, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
155
size_t i;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
210
unsigned char *out, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
215
size_t i;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
23
unsigned char *out, const unsigned char *in, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
275
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
30
size_t i;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
328
const PROV_CIPHER_HW_AES_GCM_SIV *ossl_prov_cipher_hw_aes_gcm_siv(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
335
unsigned char *out, const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
339
size_t i;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
340
size_t j;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
341
size_t todo;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
78
void ossl_polyval_ghash_hash(const u128 Htable[16], uint8_t *tag, const uint8_t *inp, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
82
size_t i;
crypto/openssl/providers/implementations/ciphers/cipher_aes_hw.c
138
ossl_prov_cipher_hw_aes_##mode(size_t keybits) \
crypto/openssl/providers/implementations/ciphers/cipher_aes_hw.c
20
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
102
static int aes_ocb_init(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
103
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
139
static int aes_ocb_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
140
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
146
static int aes_ocb_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
147
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
158
unsigned char *buf, size_t *bufsz,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
159
unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
160
size_t outsize, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
161
size_t inl, OSSL_ocb_cipher_fn ciph)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
163
size_t nextblocks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
164
size_t outlint = 0;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
210
unsigned char *out, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
229
static int aes_ocb_block_update(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
230
size_t outsize, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
231
size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
235
size_t *buflen;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
260
static int aes_ocb_block_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
261
size_t outsize)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
30
PROV_CIPHER_FUNC(int, ocb_cipher, (PROV_AES_OCB_CTX *ctx, const unsigned char *in, unsigned char *out, size_t nextblock));
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
304
static void *aes_ocb_newctx(void *provctx, size_t kbits, size_t blkbits,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
305
size_t ivbits, unsigned int mode, uint64_t flags)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
355
size_t sz;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
401
size_t keylen;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
50
size_t ivlen, size_t taglen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
504
static int aes_ocb_cipher(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
505
size_t outsize, const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
57
size_t alen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
63
unsigned char *tag, size_t tlen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
80
unsigned char *out, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.h
31
size_t taglen;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.h
32
size_t data_buf_len;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.h
33
size_t aad_buf_len;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.h
39
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_ocb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
109
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
120
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
157
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
168
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
201
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_ocb(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
32
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
64
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
87
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
100
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
106
static int siv_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
107
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
113
static int siv_cipher(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
114
size_t outsize, const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
134
static int siv_stream_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
135
size_t outsize)
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
219
size_t keylen;
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
30
static void *aes_siv_newctx(void *provctx, size_t keybits, unsigned int mode,
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
77
static int siv_init(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
78
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
99
static int siv_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.h
15
int (*initkey)(void *ctx, const uint8_t *key, size_t keylen);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.h
17
size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.h
19
int (*settag)(void *ctx, const unsigned char *tag, size_t tagl);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.h
27
size_t keylen; /* The input keylength (twice the alg key length) */
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.h
28
size_t taglen; /* the taglen is the same as the sivlen */
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.h
36
const PROV_CIPHER_HW_AES_SIV *ossl_prov_cipher_hw_aes_siv(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
108
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
136
const PROV_CIPHER_HW_AES_SIV *ossl_prov_cipher_hw_aes_siv(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
20
static int aes_siv_initkey(void *vctx, const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
24
size_t klen = keylen / 2;
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
81
static int aes_siv_settag(void *vctx, const unsigned char *tag, size_t tagl)
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
100
size_t keylen, const unsigned char *iv,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
101
size_t ivlen, const OSSL_PARAM params[], int enc)
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
150
static int aes_wrap_einit(void *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
151
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
157
static int aes_wrap_dinit(void *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
158
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
165
const unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
169
size_t rv;
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
224
static int aes_wrap_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
225
size_t outsize)
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
235
unsigned char *out, size_t *outl, size_t outsize,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
236
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
239
size_t len;
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
266
size_t keylen = 0;
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
28
typedef size_t (*aeswrap_fn)(void *key, const unsigned char *iv,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
30
size_t inlen, block128_f block);
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
49
static void *aes_wrap_newctx(size_t kbits, size_t blkbits,
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
50
size_t ivbits, unsigned int mode, uint64_t flags)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
101
static int aes_xts_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
102
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
112
static int aes_xts_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
113
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
124
size_t kbits, size_t blkbits, size_t ivbits)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
176
static int aes_xts_cipher(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
177
size_t outsize, const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
216
static int aes_xts_stream_update(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
217
size_t outsize, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
218
size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
235
static int aes_xts_stream_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
236
size_t outsize)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
265
size_t keylen;
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
54
static int aes_xts_check_keys_differ(const unsigned char *key, size_t bytes,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
72
static int aes_xts_init(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
73
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.h
21
(const unsigned char *in, unsigned char *out, size_t len,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.h
51
size_t offset;
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.h
60
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_xts(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
104
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
110
size_t length,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
115
size_t length,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
153
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
193
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
206
PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
22
size_t bytes = keylen / 2; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
229
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
23
size_t bits = bytes * 8; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
278
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
290
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
328
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_xts(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
41
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aria.h
23
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_ecb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aria.h
24
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_cbc(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aria.h
25
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_ofb128(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aria.h
26
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_cfb128(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aria.h
27
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_cfb1(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aria.h
28
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_cfb8(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aria.h
29
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_ctr(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aria_ccm.c
18
static void *aria_ccm_newctx(void *provctx, size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aria_ccm.h
22
const PROV_CCM_HW *ossl_prov_aria_hw_ccm(size_t keylen);
crypto/openssl/providers/implementations/ciphers/cipher_aria_ccm_hw.c
17
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aria_ccm_hw.c
37
const PROV_CCM_HW *ossl_prov_aria_hw_ccm(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aria_gcm.c
16
static void *aria_gcm_newctx(void *provctx, size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aria_gcm.h
22
const PROV_GCM_HW *ossl_prov_aria_hw_gcm(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_aria_gcm_hw.c
17
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aria_gcm_hw.c
34
const PROV_GCM_HW *ossl_prov_aria_hw_gcm(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_aria_hw.c
14
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_aria_hw.c
41
const PROV_CIPHER_HW *ossl_prov_cipher_hw_aria_##mode(size_t keybits) \
crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h
21
const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_cbc(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h
22
const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_ecb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h
23
const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_ofb64(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_blowfish.h
24
const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_cfb64(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_blowfish_hw.c
19
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_blowfish_hw.c
34
const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_##mode(size_t keybits) \
crypto/openssl/providers/implementations/ciphers/cipher_camellia.h
24
const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_ecb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_camellia.h
25
const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_cbc(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_camellia.h
26
const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_ofb128(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_camellia.h
27
const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_cfb128(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_camellia.h
28
const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_cfb1(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_camellia.h
29
const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_cfb8(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_camellia.h
30
const PROV_CIPHER_HW *ossl_prov_cipher_hw_camellia_ctr(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_camellia_hw.c
21
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_camellia_hw.c
61
ossl_prov_cipher_hw_camellia_##mode(size_t keybits) \
crypto/openssl/providers/implementations/ciphers/cipher_cast.h
21
const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_cbc(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_cast.h
22
const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_ecb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_cast.h
23
const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_ofb64(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_cast.h
24
const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_cfb64(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_cast5_hw.c
19
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_cast5_hw.c
34
const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_##mode(size_t keybits) \
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
127
size_t len;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
168
int ossl_chacha20_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
169
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
187
int ossl_chacha20_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
188
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.h
30
const PROV_CIPHER_HW *ossl_prov_cipher_hw_chacha20(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_hw.c
119
const PROV_CIPHER_HW *ossl_prov_cipher_hw_chacha20(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_hw.c
15
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_hw.c
42
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_hw.c
70
size_t blocks = inl / CHACHA_BLK_SIZE;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_hw.c
77
if (sizeof(size_t) > sizeof(unsigned int) && blocks > (1U << 28))
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
178
size_t len;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
257
size_t keylen, const unsigned char *iv,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
258
size_t ivlen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
276
size_t keylen, const unsigned char *iv,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
277
size_t ivlen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
295
size_t *outl, size_t outsize,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
296
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
320
static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
321
size_t outsize)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
15
#define NO_TLS_PAYLOAD_LENGTH ((size_t)-1)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
30
size_t tag_len;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
31
size_t tls_payload_length;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
32
size_t tls_aad_pad_sz;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
37
int (*aead_cipher)(PROV_CIPHER_CTX *dat, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
38
const unsigned char *in, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
40
int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t alen);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
42
size_t flen);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
45
const PROV_CIPHER_HW *ossl_prov_cipher_hw_chacha20_poly1305(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
109
void *xor128_encrypt_n_pad(void *out, const void *inp, void *otp, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
110
void *xor128_decrypt_n_pad(void *out, const void *inp, void *otp, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
118
size_t *out_padlen,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
119
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
123
size_t tail, tohash_len, buf_len, plen = ctx->tls_payload_length;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
128
buf = storage + ((0 - (size_t)storage) & 15); /* align */
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
152
tohash_len = (size_t)(ctr - tohash);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
157
size_t i;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
16
unsigned char *aad, size_t alen)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
267
unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
268
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
272
size_t rem, plen = ctx->tls_payload_length;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
273
size_t olen = 0;
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
310
if ((rem = (size_t)ctx->len.aad % POLY1305_BLOCK_SIZE))
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
342
if ((rem = (size_t)ctx->len.aad % POLY1305_BLOCK_SIZE))
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
347
if ((rem = (size_t)ctx->len.text % POLY1305_BLOCK_SIZE))
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
407
const PROV_CIPHER_HW *ossl_prov_cipher_hw_chacha20_poly1305(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
46
unsigned char *fixed, size_t flen)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
59
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
80
size_t noncelen = CHACHA20_POLY1305_IVLEN;
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
100
unsigned char *out, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
103
size_t residue;
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
125
size_t len, unsigned char *out)
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
127
size_t i;
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
133
static size_t cts128_cs1_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
134
unsigned char *out, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
137
size_t residue;
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
195
static size_t cts128_cs3_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
196
unsigned char *out, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
199
size_t residue;
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
235
static size_t cts128_cs3_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
236
unsigned char *out, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
239
size_t residue;
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
301
static size_t cts128_cs2_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
302
unsigned char *out, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
314
static size_t cts128_cs2_decrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
315
unsigned char *out, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
327
int ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
328
size_t outsize, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
329
size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
332
size_t sz = 0;
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
372
int ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
373
size_t outsize)
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
62
size_t align;
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
79
size_t i;
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
90
size_t i;
crypto/openssl/providers/implementations/ciphers/cipher_cts.c
99
static size_t cts128_cs1_encrypt(PROV_CIPHER_CTX *ctx, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_des.c
104
static int des_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_des.c
105
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_des.c
111
static int des_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_des.c
112
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_des.c
122
size_t kl = ctx->keylen;
crypto/openssl/providers/implementations/ciphers/cipher_des.c
31
static void *des_newctx(void *provctx, size_t kbits, size_t blkbits,
crypto/openssl/providers/implementations/ciphers/cipher_des.c
32
size_t ivbits, unsigned int mode, uint64_t flags,
crypto/openssl/providers/implementations/ciphers/cipher_des.c
71
static int des_init(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_des.c
72
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_des.h
22
void (*cbc)(const void *, void *, size_t,
crypto/openssl/providers/implementations/ciphers/cipher_des_hw.c
108
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_des_hw.c
110
size_t chunk = MAXCHUNK;
crypto/openssl/providers/implementations/ciphers/cipher_des_hw.c
134
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_des_hw.c
136
size_t n, chunk = MAXCHUNK / 8;
crypto/openssl/providers/implementations/ciphers/cipher_des_hw.c
161
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_des_hw.c
20
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_des_hw.c
51
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_des_hw.c
53
size_t i, bl = ctx->blocksize;
crypto/openssl/providers/implementations/ciphers/cipher_des_hw.c
65
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_des_hw.c
89
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_desx_hw.c
28
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_desx_hw.c
51
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_idea.h
21
const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_cbc(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_idea.h
22
const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_ecb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_idea.h
23
const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_ofb64(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_idea.h
24
const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_cfb64(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_idea_hw.c
20
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_idea_hw.c
46
const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_##mode(size_t keybits) \
crypto/openssl/providers/implementations/ciphers/cipher_null.c
20
size_t tlsmacsize;
crypto/openssl/providers/implementations/ciphers/cipher_null.c
40
static int null_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_null.c
41
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_null.c
54
static int null_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_null.c
55
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_null.c
65
static int null_cipher(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_null.c
66
size_t outsize, const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_null.c
92
static int null_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_null.c
93
size_t outsize)
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
154
p1->return_size = (size_t)i;
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
163
p2->return_size = (size_t)i;
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
202
|| ((size_t)ASN1_TYPE_get_int_octetstring(type, &num, iv,
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
88
static int rc2_einit(void *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
89
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
97
static int rc2_dinit(void *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
98
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_rc2.h
19
size_t key_bits;
crypto/openssl/providers/implementations/ciphers/cipher_rc2.h
25
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_cbc(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_rc2.h
26
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_ecb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_rc2.h
27
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_ofb64(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_rc2.h
28
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_cfb64(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_rc2_hw.c
19
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_rc2_hw.c
35
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc2_##mode(size_t keybits) \
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
53
static int rc4_einit(void *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
54
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
62
static int rc4_dinit(void *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
63
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_rc4.h
21
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc4(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
154
size_t sz;
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
85
size_t keylen, const unsigned char *iv,
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
86
size_t ivlen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
94
size_t keylen, const unsigned char *iv,
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
95
size_t ivlen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.h
21
size_t payload_length;
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.h
22
size_t tls_aad_pad_sz;
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.h
27
int (*tls_init)(PROV_CIPHER_CTX *ctx, unsigned char *aad, size_t aad_len);
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.h
29
size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.h
33
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc4_hmac_md5(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.h
36
MD5_CTX *ctx, const void *inp, size_t blocks);
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
166
unsigned char *aad, size_t aad_len)
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
192
size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
20
#define NO_PAYLOAD_LENGTH ((size_t)-1)
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
228
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc4_hmac_md5(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
36
const uint8_t *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
51
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
57
size_t rc4_off = MOD - 1 - (ks->x & (MOD - 1));
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
58
size_t md5_off = MD5_CBLOCK - ctx->md.num, blocks;
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
61
size_t plen = ctx->payload_length;
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hw.c
19
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hw.c
28
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hw.c
40
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc4(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
57
static int rc5_einit(void *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
58
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
66
static int rc5_dinit(void *ctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
67
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_rc5.h
22
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_cbc(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_rc5.h
23
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_ecb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_rc5.h
24
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_ofb64(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_rc5.h
25
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_cfb64(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_rc5_hw.c
19
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_rc5_hw.c
33
const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_##mode(size_t keybits) \
crypto/openssl/providers/implementations/ciphers/cipher_seed.h
21
const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_cbc(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_seed.h
22
const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_ecb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_seed.h
23
const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_ofb128(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_seed.h
24
const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_cfb128(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_seed_hw.c
19
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_seed_hw.c
34
const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_##mode(size_t keybits) \
crypto/openssl/providers/implementations/ciphers/cipher_sm4.h
22
const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_cbc(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_sm4.h
23
const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_ecb(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_sm4.h
24
const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_ctr(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_sm4.h
25
const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_ofb128(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_sm4.h
26
const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_cfb128(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_sm4_ccm.c
18
static void *sm4_ccm_newctx(void *provctx, size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_ccm.h
23
const PROV_CCM_HW *ossl_prov_sm4_hw_ccm(size_t keylen);
crypto/openssl/providers/implementations/ciphers/cipher_sm4_ccm_hw.c
25
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_ccm_hw.c
65
const PROV_CCM_HW *ossl_prov_sm4_hw_ccm(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm.c
18
static void *sm4_gcm_newctx(void *provctx, size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm.h
22
const PROV_GCM_HW *ossl_prov_sm4_hw_gcm(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm_hw.c
24
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm_hw.c
61
size_t len, unsigned char *out)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm_hw.c
95
const PROV_GCM_HW *ossl_prov_sm4_hw_gcm(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_hw.c
13
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_hw.c
132
ossl_prov_cipher_hw_sm4_##mode(size_t keybits) \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
121
static int sm4_xts_cipher(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
122
size_t outsize, const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
164
static int sm4_xts_stream_update(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
165
size_t outsize, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
166
size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
183
static int sm4_xts_stream_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
184
size_t outsize)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
36
static int sm4_xts_init(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
37
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
63
static int sm4_xts_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
64
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
70
static int sm4_xts_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
71
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
78
size_t kbits, size_t blkbits, size_t ivbits)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.h
15
(const unsigned char *in, unsigned char *out, size_t len,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.h
46
const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_xts(size_t keybits);
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts_hw.c
16
size_t bytes = keylen / 2; \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts_hw.c
35
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts_hw.c
95
const PROV_CIPHER_HW *ossl_prov_cipher_hw_sm4_xts(size_t keybits)
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
101
const unsigned char *key, size_t keylen);
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
105
const unsigned char *in, size_t inl);
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
107
const unsigned char *in, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
26
void (*cbc)(const void *, void *, size_t,
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
75
void *ossl_tdes_newctx(void *provctx, int mode, size_t kbits, size_t blkbits,
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
76
size_t ivbits, uint64_t flags, const PROV_CIPHER_HW *hw);
crypto/openssl/providers/implementations/ciphers/cipher_tdes.h
78
size_t kbits, size_t blkbits, size_t ivbits);
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
117
int ossl_tdes_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
118
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
124
int ossl_tdes_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
125
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
139
size_t kl = ctx->keylen;
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
186
size_t kbits, size_t blkbits, size_t ivbits)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
23
void *ossl_tdes_newctx(void *provctx, int mode, size_t kbits, size_t blkbits,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
24
size_t ivbits, uint64_t flags, const PROV_CIPHER_HW *hw)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
75
static int tdes_init(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
76
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
100
size_t n;
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
119
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
24
size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
48
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
69
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
97
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_hw.c
24
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_hw.c
58
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_hw.c
81
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_hw.c
83
size_t i;
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
111
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
127
unsigned char *out, size_t *outl, size_t outsize,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
128
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
150
static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
151
size_t outsize, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
152
size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
35
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
81
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
84
size_t ivlen = TDES_IVLEN;
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
85
size_t icvlen = TDES_IVLEN;
crypto/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
86
size_t len = inl + ivlen + icvlen;
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
126
size_t keylen;
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
190
const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
191
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
230
size_t keylen, const unsigned char *iv,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
231
size_t ivlen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
238
size_t keylen, const unsigned char *iv,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
239
size_t ivlen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
246
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
257
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
271
size_t *outl, size_t outsize,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
272
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
274
size_t outlint = 0;
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
276
size_t blksz = ctx->blocksize;
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
277
size_t nextblocks;
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
301
size_t padnum, loop;
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
416
size_t *outl, size_t outsize)
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
419
size_t blksz = ctx->blocksize;
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
45
size_t kbits, size_t blkbits, size_t ivbits)
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
490
size_t *outl, size_t outsize,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
491
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
526
if (!ossl_assert(*outl >= (size_t)(out[inl - 1] + 1)))
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
552
size_t *outl, size_t outsize)
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
568
int ossl_cipher_generic_cipher(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
569
size_t outsize, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
570
size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
704
size_t ivlen)
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
717
void ossl_cipher_generic_initkey(void *vctx, size_t kbits, size_t blkbits,
crypto/openssl/providers/implementations/ciphers/ciphercommon.c
718
size_t ivbits, unsigned int mode,
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
142
unsigned char *buf, size_t *buflen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
143
size_t blocksize,
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
144
unsigned char **mac, int *alloced, size_t macsize,
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
39
size_t ossl_cipher_fillblock(unsigned char *buf, size_t *buflen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
40
size_t blocksize,
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
41
const unsigned char **in, size_t *inlen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
43
size_t blockmask = ~(blocksize - 1);
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
44
size_t bufremain = blocksize - *buflen;
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
63
int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize,
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
64
const unsigned char **in, size_t *inlen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
82
void ossl_cipher_padblock(unsigned char *buf, size_t *buflen, size_t blocksize)
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
84
size_t i;
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
91
int ossl_cipher_unpadblock(unsigned char *buf, size_t *buflen, size_t blocksize)
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
93
size_t pad, i;
crypto/openssl/providers/implementations/ciphers/ciphercommon_block.c
94
size_t len = *buflen;
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
101
size_t ivlen;
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
160
size_t m = ctx->m;
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
18
size_t *padlen, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
19
size_t len);
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
21
static int ccm_tls_init(PROV_CCM_CTX *ctx, unsigned char *aad, size_t alen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
225
static int ccm_init(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
226
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
23
size_t len;
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
255
int ossl_ccm_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
256
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
262
int ossl_ccm_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
263
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
269
int ossl_ccm_stream_update(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
270
size_t outsize, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
271
size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
287
int ossl_ccm_stream_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
288
size_t outsize)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
304
int ossl_ccm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
305
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
325
static int ccm_set_iv(PROV_CCM_CTX *ctx, size_t mlen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
336
unsigned char *out, size_t *padlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
337
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
340
size_t olen = 0;
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
383
size_t *padlen, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
384
size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
387
size_t olen = 0;
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
445
void ossl_ccm_initctx(PROV_CCM_CTX *ctx, size_t keybits, const PROV_CCM_HW *hw)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
53
size_t flen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
63
static size_t ccm_get_ivlen(PROV_CCM_CTX *ctx)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
72
size_t sz;
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
14
size_t nlen, size_t mlen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
20
size_t alen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
26
int ossl_ccm_generic_gettag(PROV_CCM_CTX *ctx, unsigned char *tag, size_t tlen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
32
unsigned char *out, size_t len,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
33
unsigned char *tag, size_t taglen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
50
unsigned char *out, size_t len,
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
51
unsigned char *expected_tag, size_t taglen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
112
static int getivgen(PROV_GCM_CTX *ctx, unsigned char *out, size_t olen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
130
static int setivinv(PROV_GCM_CTX *ctx, unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
148
size_t sz;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
172
size_t taglen = (ctx->taglen != UNINITIALISED_SIZET) ? ctx->taglen : GCM_TAG_MAX_SIZE;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
20
static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len);
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
22
size_t len);
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
23
static int gcm_tls_cipher(PROV_GCM_CTX *ctx, unsigned char *out, size_t *padlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
24
const unsigned char *in, size_t len);
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
248
size_t sz;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
26
size_t *padlen, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
27
size_t len);
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
327
int ossl_gcm_stream_update(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
328
size_t outsize, const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
33
void ossl_gcm_initctx(void *provctx, PROV_GCM_CTX *ctx, size_t keybits,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
349
int ossl_gcm_stream_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
350
size_t outsize)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
367
unsigned char *out, size_t *outl, size_t outsize,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
368
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
412
size_t *padlen, const unsigned char *in,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
413
size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
415
size_t olen = 0;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
469
static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
472
size_t len;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
49
static int gcm_init(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
50
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
501
size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
504
if (len == (size_t)-1) {
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
532
static int gcm_tls_cipher(PROV_GCM_CTX *ctx, unsigned char *out, size_t *padlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
533
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
536
size_t arg = EVP_GCM_TLS_EXPLICIT_IV_LEN;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
537
size_t plen = 0;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
82
int ossl_gcm_einit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
83
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
89
int ossl_gcm_dinit(void *vctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
90
const unsigned char *iv, size_t ivlen,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
13
int ossl_gcm_setiv(PROV_GCM_CTX *ctx, const unsigned char *iv, size_t ivlen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
20
size_t aad_len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
26
size_t len, unsigned char *out)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
50
int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
51
const unsigned char *in, size_t in_len,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
52
unsigned char *out, unsigned char *tag, size_t tag_len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
111
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
132
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
146
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
148
size_t chunk = MAXCHUNK;
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
164
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
166
size_t chunk = MAXCHUNK;
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
17
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
182
const unsigned char *in, size_t inl)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
30
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
32
size_t i, bl = dat->blocksize;
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
48
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
59
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
71
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_hw.c
83
const unsigned char *in, size_t len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_local.h
12
void ossl_cipher_padblock(unsigned char *buf, size_t *buflen, size_t blocksize);
crypto/openssl/providers/implementations/ciphers/ciphercommon_local.h
13
int ossl_cipher_unpadblock(unsigned char *buf, size_t *buflen, size_t blocksize);
crypto/openssl/providers/implementations/ciphers/ciphercommon_local.h
15
unsigned char *buf, size_t *buflen, size_t blocksize,
crypto/openssl/providers/implementations/ciphers/ciphercommon_local.h
16
unsigned char **mac, int *alloced, size_t macsize, int aead);
crypto/openssl/providers/implementations/digests/blake2_prov.c
148
size_t *outl, size_t outsz) \
crypto/openssl/providers/implementations/digests/blake2_prov.c
60
size_t size; \
crypto/openssl/providers/implementations/digests/blake2b_prov.c
108
size_t len)
crypto/openssl/providers/implementations/digests/blake2b_prov.c
115
size_t len)
crypto/openssl/providers/implementations/digests/blake2b_prov.c
155
size_t len)
crypto/openssl/providers/implementations/digests/blake2b_prov.c
160
size_t increment;
crypto/openssl/providers/implementations/digests/blake2b_prov.c
257
int ossl_blake2b_update(BLAKE2B_CTX *c, const void *data, size_t datalen)
crypto/openssl/providers/implementations/digests/blake2b_prov.c
260
size_t fill;
crypto/openssl/providers/implementations/digests/blake2b_prov.c
280
size_t stashlen = datalen % BLAKE2B_BLOCKBYTES;
crypto/openssl/providers/implementations/digests/blake2b_prov.c
66
size_t i;
crypto/openssl/providers/implementations/digests/blake2s_prov.c
101
size_t len)
crypto/openssl/providers/implementations/digests/blake2s_prov.c
108
size_t len)
crypto/openssl/providers/implementations/digests/blake2s_prov.c
148
size_t len)
crypto/openssl/providers/implementations/digests/blake2s_prov.c
152
size_t i;
crypto/openssl/providers/implementations/digests/blake2s_prov.c
153
size_t increment;
crypto/openssl/providers/implementations/digests/blake2s_prov.c
248
int ossl_blake2s_update(BLAKE2S_CTX *c, const void *data, size_t datalen)
crypto/openssl/providers/implementations/digests/blake2s_prov.c
251
size_t fill;
crypto/openssl/providers/implementations/digests/blake2s_prov.c
271
size_t stashlen = datalen % BLAKE2S_BLOCKBYTES;
crypto/openssl/providers/implementations/digests/blake2s_prov.c
61
size_t i;
crypto/openssl/providers/implementations/digests/digestcommon.c
14
int ossl_digest_default_get_params(OSSL_PARAM params[], size_t blksz,
crypto/openssl/providers/implementations/digests/digestcommon.c
15
size_t paramsz, unsigned long flags)
crypto/openssl/providers/implementations/digests/null_prov.c
23
static int null_update(NULLMD_CTX *ctx, const void *data, size_t datalen)
crypto/openssl/providers/implementations/digests/null_prov.c
40
static int name##_internal_final(void *ctx, unsigned char *out, size_t *outl, \
crypto/openssl/providers/implementations/digests/null_prov.c
41
size_t outsz) \
crypto/openssl/providers/implementations/digests/sha3_prov.c
110
static int keccak_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/digests/sha3_prov.c
111
size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
129
static int shake_squeeze(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/digests/sha3_prov.c
130
size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
149
static size_t generic_sha3_absorb(void *vctx, const void *inp, size_t len)
crypto/openssl/providers/implementations/digests/sha3_prov.c
159
static int generic_sha3_final(void *vctx, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
164
static int generic_sha3_squeeze(void *vctx, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
190
static size_t s390x_sha3_absorb(void *vctx, const void *inp, size_t len)
crypto/openssl/providers/implementations/digests/sha3_prov.c
193
size_t rem = len % ctx->block_size;
crypto/openssl/providers/implementations/digests/sha3_prov.c
207
static int s390x_sha3_final(void *vctx, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
224
static int s390x_shake_final(void *vctx, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
240
static int s390x_shake_squeeze(void *vctx, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
244
size_t len;
crypto/openssl/providers/implementations/digests/sha3_prov.c
282
static int s390x_keccakc_final(void *vctx, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/digests/sha3_prov.c
286
size_t bsz = ctx->block_size;
crypto/openssl/providers/implementations/digests/sha3_prov.c
287
size_t num = ctx->bufsz;
crypto/openssl/providers/implementations/digests/sha3_prov.c
288
size_t needed = outlen;
crypto/openssl/providers/implementations/digests/sha3_prov.c
314
static int s390x_keccak_final(void *vctx, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
319
static int s390x_kmac_final(void *vctx, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
324
static int s390x_keccakc_squeeze(void *vctx, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/digests/sha3_prov.c
328
size_t len;
crypto/openssl/providers/implementations/digests/sha3_prov.c
371
static int s390x_keccak_squeeze(void *vctx, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
376
static int s390x_kmac_squeeze(void *vctx, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/digests/sha3_prov.c
432
size_t SHA3_absorb_cext(uint64_t A[5][5], const unsigned char *inp, size_t len,
crypto/openssl/providers/implementations/digests/sha3_prov.c
433
size_t r);
crypto/openssl/providers/implementations/digests/sha3_prov.c
437
static size_t armsha3_sha3_absorb(void *vctx, const void *inp, size_t len)
crypto/openssl/providers/implementations/digests/sha3_prov.c
73
static int keccak_update(void *vctx, const unsigned char *inp, size_t len)
crypto/openssl/providers/implementations/digests/sha3_prov.c
76
const size_t bsz = ctx->block_size;
crypto/openssl/providers/implementations/digests/sha3_prov.c
77
size_t num, rem;
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
213
size_t i;
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
374
const void *reference, size_t reference_sz,
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
687
size_t len;
crypto/openssl/providers/implementations/encode_decode/decode_epki2pki.c
131
size_t plen = 0;
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
210
const void *reference, size_t reference_sz,
crypto/openssl/providers/implementations/encode_decode/decode_pem2der.c
117
size_t plen;
crypto/openssl/providers/implementations/encode_decode/decode_pem2der.c
171
size_t i;
crypto/openssl/providers/implementations/encode_decode/decode_pvk2key.c
208
const void *reference, size_t reference_sz,
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1025
size_t key_len;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1044
size_t len;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
114
size_t klen = 0;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1181
size_t i;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
931
size_t str_sz = 0;
crypto/openssl/providers/implementations/encode_decode/encode_key2blob.c
66
size_t i;
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
214
size_t buflen;
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
257
size_t seed_len = 0;
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
318
size_t priv_len = 0, pub_len = 0;
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.h
71
size_t p8_bytes; /* Total P8 encoding length */
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.h
75
size_t seed_offset; /* Seed offset from start */
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.h
76
size_t seed_length; /* Seed bytes */
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.h
78
size_t priv_offset; /* Key offset from start */
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.h
79
size_t priv_length; /* Key bytes */
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.h
80
size_t pub_offset; /* Pubkey offset */
crypto/openssl/providers/implementations/encode_decode/ml_common_codecs.h
81
size_t pub_length; /* Pubkey bytes */
crypto/openssl/providers/implementations/encode_decode/ml_dsa_codecs.c
388
if (!ossl_ml_dsa_pk_decode(ret, pk, (size_t)pk_len)) {
crypto/openssl/providers/implementations/encode_decode/ml_dsa_codecs.c
599
if ((pos = buf = OPENSSL_malloc((size_t)len)) == NULL)
crypto/openssl/providers/implementations/encode_decode/ml_kem_codecs.c
257
if (!ossl_ml_kem_parse_public_key(pubenc, (size_t)publen, ret)) {
crypto/openssl/providers/implementations/encode_decode/ml_kem_codecs.c
410
size_t publen;
crypto/openssl/providers/implementations/encode_decode/ml_kem_codecs.c
486
if ((pos = buf = OPENSSL_malloc((size_t)len)) == NULL)
crypto/openssl/providers/implementations/encode_decode/ml_kem_codecs.c
561
size_t publen, prvlen;
crypto/openssl/providers/implementations/exchange/dh_exch.c
176
unsigned char *secret, size_t *secretlen,
crypto/openssl/providers/implementations/exchange/dh_exch.c
177
size_t outlen, unsigned int pad)
crypto/openssl/providers/implementations/exchange/dh_exch.c
181
size_t dhsize;
crypto/openssl/providers/implementations/exchange/dh_exch.c
189
dhsize = (size_t)DH_size(pdhctx->dh);
crypto/openssl/providers/implementations/exchange/dh_exch.c
212
size_t *secretlen, size_t outlen)
crypto/openssl/providers/implementations/exchange/dh_exch.c
216
size_t stmplen;
crypto/openssl/providers/implementations/exchange/dh_exch.c
254
size_t *psecretlen, size_t outlen)
crypto/openssl/providers/implementations/exchange/dh_exch.c
410
size_t outlen;
crypto/openssl/providers/implementations/exchange/dh_exch.c
420
size_t tmp_ukmlen;
crypto/openssl/providers/implementations/exchange/dh_exch.c
75
size_t kdf_ukmlen;
crypto/openssl/providers/implementations/exchange/dh_exch.c
77
size_t kdf_outlen;
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
328
size_t outlen;
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
338
size_t tmp_ukmlen;
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
445
size_t
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
448
size_t degree = 0;
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
461
size_t *psecretlen, size_t outlen)
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
465
size_t ecdhsize, size;
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
565
size_t *psecretlen, size_t outlen)
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
569
size_t stmplen;
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
605
size_t *psecretlen, size_t outlen)
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
77
size_t kdf_ukmlen;
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
79
size_t kdf_outlen;
crypto/openssl/providers/implementations/exchange/ecx_exch.c
130
static int ecx_derive(void *vecxctx, unsigned char *secret, size_t *secretlen,
crypto/openssl/providers/implementations/exchange/ecx_exch.c
131
size_t outlen)
crypto/openssl/providers/implementations/exchange/ecx_exch.c
40
size_t keylen;
crypto/openssl/providers/implementations/exchange/ecx_exch.c
45
static void *ecx_newctx(void *provctx, size_t keylen)
crypto/openssl/providers/implementations/exchange/kdf_exch.c
102
size_t kdfsize;
crypto/openssl/providers/implementations/exchange/kdf_exch.c
98
static int kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen,
crypto/openssl/providers/implementations/exchange/kdf_exch.c
99
size_t outlen)
crypto/openssl/providers/implementations/include/prov/blake2.h
116
size_t length);
crypto/openssl/providers/implementations/include/prov/blake2.h
118
size_t length);
crypto/openssl/providers/implementations/include/prov/blake2.h
122
int ossl_blake2s_update(BLAKE2S_CTX *c, const void *data, size_t datalen);
crypto/openssl/providers/implementations/include/prov/blake2.h
129
size_t length);
crypto/openssl/providers/implementations/include/prov/blake2.h
131
size_t length);
crypto/openssl/providers/implementations/include/prov/blake2.h
51
size_t buflen;
crypto/openssl/providers/implementations/include/prov/blake2.h
52
size_t outlen;
crypto/openssl/providers/implementations/include/prov/blake2.h
76
size_t buflen;
crypto/openssl/providers/implementations/include/prov/blake2.h
77
size_t outlen;
crypto/openssl/providers/implementations/include/prov/blake2.h
99
int ossl_blake2b_update(BLAKE2B_CTX *c, const void *data, size_t datalen);
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
103
int (*init)(PROV_CIPHER_CTX *dat, const uint8_t *key, size_t keylen);
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
130
size_t kbits, size_t blkbits, size_t ivbits);
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
131
void ossl_cipher_generic_initkey(void *vctx, size_t kbits, size_t blkbits,
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
132
size_t ivbits, unsigned int mode,
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
21
#define MAXCHUNK ((size_t)1 << 30)
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
22
#define MAXBITCHUNK ((size_t)1 << (sizeof(size_t) * 8 - 4))
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
248
const unsigned char *in, size_t len) \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
269
const unsigned char *in, size_t len) \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
271
size_t i, bl = ctx->blocksize; \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
284
const unsigned char *in, size_t len) \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
302
const unsigned char *in, size_t len) \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
304
size_t chunk = MAXCHUNK; \
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
36
const unsigned char *in, size_t len);
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
367
size_t ivlen);
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
369
size_t ossl_cipher_fillblock(unsigned char *buf, size_t *buflen,
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
370
size_t blocksize,
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
371
const unsigned char **in, size_t *inlen);
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
372
int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen,
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
373
size_t blocksize,
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
374
const unsigned char **in, size_t *inlen);
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
64
size_t keylen; /* key size (in bytes) */
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
65
size_t ivlen;
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
66
size_t blocksize;
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
67
size_t bufsz; /* Number of bytes in buf */
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
84
size_t tlsmacsize; /* Size of the TLS MAC */
crypto/openssl/providers/implementations/include/prov/ciphercommon.h
86
size_t removetlsfixed; /*
crypto/openssl/providers/implementations/include/prov/ciphercommon_aead.h
14
#define UNINITIALISED_SIZET ((size_t)-1)
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
40
size_t l, m; /* L and M parameters from RFC3610 */
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
41
size_t keylen;
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
42
size_t tls_aad_len; /* TLS AAD length */
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
43
size_t tls_aad_pad_sz;
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
51
PROV_CIPHER_FUNC(int, CCM_cipher, (PROV_CCM_CTX *ctx, unsigned char *out, size_t *padlen, const unsigned char *in, size_t len));
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
52
PROV_CIPHER_FUNC(int, CCM_setkey, (PROV_CCM_CTX *ctx, const unsigned char *key, size_t keylen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
53
PROV_CIPHER_FUNC(int, CCM_setiv, (PROV_CCM_CTX *dat, const unsigned char *iv, size_t ivlen, size_t mlen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
54
PROV_CIPHER_FUNC(int, CCM_setaad, (PROV_CCM_CTX *ctx, const unsigned char *aad, size_t aadlen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
55
PROV_CIPHER_FUNC(int, CCM_auth_encrypt, (PROV_CCM_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len, unsigned char *tag, size_t taglen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
56
PROV_CIPHER_FUNC(int, CCM_auth_decrypt, (PROV_CCM_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len, unsigned char *tag, size_t taglen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
57
PROV_CIPHER_FUNC(int, CCM_gettag, (PROV_CCM_CTX *ctx, unsigned char *tag, size_t taglen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
79
void ossl_ccm_initctx(PROV_CCM_CTX *ctx, size_t keybits, const PROV_CCM_HW *hw);
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
82
size_t nlen, size_t mlen);
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
84
size_t alen);
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
85
int ossl_ccm_generic_gettag(PROV_CCM_CTX *ctx, unsigned char *tag, size_t tlen);
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
87
unsigned char *out, size_t len,
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
88
unsigned char *tag, size_t taglen);
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
90
unsigned char *out, size_t len,
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
91
unsigned char *expected_tag, size_t taglen);
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
106
void ossl_gcm_initctx(void *provctx, PROV_GCM_CTX *ctx, size_t keybits,
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
109
int ossl_gcm_setiv(PROV_GCM_CTX *ctx, const unsigned char *iv, size_t ivlen);
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
111
size_t aad_len);
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
113
int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len,
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
114
const unsigned char *in, size_t in_len,
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
115
unsigned char *out, unsigned char *tag, size_t tag_len);
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
117
size_t len, unsigned char *out);
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
53
size_t keylen;
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
54
size_t ivlen;
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
55
size_t taglen;
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
56
size_t tls_aad_pad_sz;
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
57
size_t tls_aad_len; /* TLS AAD length */
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
64
size_t num;
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
65
size_t bufsz; /* Number of bytes in buf */
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
84
PROV_CIPHER_FUNC(int, GCM_setkey, (PROV_GCM_CTX *ctx, const unsigned char *key, size_t keylen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
85
PROV_CIPHER_FUNC(int, GCM_setiv, (PROV_GCM_CTX *dat, const unsigned char *iv, size_t ivlen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
86
PROV_CIPHER_FUNC(int, GCM_aadupdate, (PROV_GCM_CTX *ctx, const unsigned char *aad, size_t aadlen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
87
PROV_CIPHER_FUNC(int, GCM_cipherupdate, (PROV_GCM_CTX *ctx, const unsigned char *in, size_t len, unsigned char *out));
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
89
PROV_CIPHER_FUNC(int, GCM_oneshot, (PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, const unsigned char *in, size_t in_len, unsigned char *out, unsigned char *tag, size_t taglen));
crypto/openssl/providers/implementations/include/prov/digestcommon.h
130
int ossl_digest_default_get_params(OSSL_PARAM params[], size_t blksz,
crypto/openssl/providers/implementations/include/prov/digestcommon.h
131
size_t paramsz, unsigned long flags);
crypto/openssl/providers/implementations/include/prov/digestcommon.h
42
static int name##_internal_final(void *ctx, unsigned char *out, size_t *outl, \
crypto/openssl/providers/implementations/include/prov/digestcommon.h
43
size_t outsz) \
crypto/openssl/providers/implementations/include/prov/ecx.h
28
const unsigned char *ikm, size_t ikmlen);
crypto/openssl/providers/implementations/include/prov/ecx.h
30
const unsigned char *ikm, size_t ikmlen);
crypto/openssl/providers/implementations/include/prov/hmac_drbg.h
20
size_t blocklen;
crypto/openssl/providers/implementations/include/prov/hmac_drbg.h
26
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/include/prov/hmac_drbg.h
27
const unsigned char *nonce, size_t nonce_len,
crypto/openssl/providers/implementations/include/prov/hmac_drbg.h
28
const unsigned char *pstr, size_t pstr_len);
crypto/openssl/providers/implementations/include/prov/hmac_drbg.h
30
unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/include/prov/hmac_drbg.h
31
const unsigned char *adin, size_t adin_len);
crypto/openssl/providers/implementations/include/prov/macsignature.h
19
size_t priv_key_len;
crypto/openssl/providers/implementations/include/prov/md5_sha1.h
30
int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count);
crypto/openssl/providers/implementations/include/prov/mlx_kem.h
22
size_t pubkey_bytes;
crypto/openssl/providers/implementations/include/prov/mlx_kem.h
23
size_t prvkey_bytes;
crypto/openssl/providers/implementations/include/prov/mlx_kem.h
24
size_t shsec_bytes;
crypto/openssl/providers/implementations/include/prov/seeding.h
14
size_t ossl_prov_acquire_entropy_from_tsc(RAND_POOL *pool);
crypto/openssl/providers/implementations/include/prov/seeding.h
15
size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool);
crypto/openssl/providers/implementations/include/prov/seeding.h
22
size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout,
crypto/openssl/providers/implementations/include/prov/seeding.h
23
int entropy, size_t min_len, size_t max_len);
crypto/openssl/providers/implementations/include/prov/seeding.h
25
size_t len);
crypto/openssl/providers/implementations/include/prov/seeding.h
26
size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout,
crypto/openssl/providers/implementations/include/prov/seeding.h
27
size_t min_len, size_t max_len,
crypto/openssl/providers/implementations/include/prov/seeding.h
28
const void *salt, size_t salt_len);
crypto/openssl/providers/implementations/include/prov/seeding.h
30
size_t len);
crypto/openssl/providers/implementations/kdfs/argon2.c
1010
static int kdf_argon2_derive(void *vctx, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/kdfs/argon2.c
1230
size_t buflen;
crypto/openssl/providers/implementations/kdfs/argon2.c
1257
size_t buflen;
crypto/openssl/providers/implementations/kdfs/argon2.c
1289
size_t buflen;
crypto/openssl/providers/implementations/kdfs/argon2.c
1327
size_t buflen;
crypto/openssl/providers/implementations/kdfs/argon2.c
203
static int kdf_argon2_derive(void *vctx, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/kdfs/argon2.c
261
static int blake2b(EVP_MD *md, EVP_MAC *mac, void *out, size_t outlen,
crypto/openssl/providers/implementations/kdfs/argon2.c
262
const void *in, size_t inlen, const void *key,
crypto/openssl/providers/implementations/kdfs/argon2.c
263
size_t keylen);
crypto/openssl/providers/implementations/kdfs/argon2.c
265
size_t outlen, const void *in, size_t inlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
783
static int blake2b_mac(EVP_MAC *mac, void *out, size_t outlen, const void *in,
crypto/openssl/providers/implementations/kdfs/argon2.c
784
size_t inlen, const void *key, size_t keylen)
crypto/openssl/providers/implementations/kdfs/argon2.c
787
size_t par_n = 0, out_written;
crypto/openssl/providers/implementations/kdfs/argon2.c
802
&& EVP_MAC_final(ctx, out, (size_t *)&out_written, outlen) == 1;
crypto/openssl/providers/implementations/kdfs/argon2.c
809
static int blake2b_md(EVP_MD *md, void *out, size_t outlen, const void *in,
crypto/openssl/providers/implementations/kdfs/argon2.c
810
size_t inlen)
crypto/openssl/providers/implementations/kdfs/argon2.c
830
static int blake2b(EVP_MD *md, EVP_MAC *mac, void *out, size_t outlen,
crypto/openssl/providers/implementations/kdfs/argon2.c
831
const void *in, size_t inlen, const void *key, size_t keylen)
crypto/openssl/providers/implementations/kdfs/argon2.c
843
size_t outlen, const void *in, size_t inlen)
crypto/openssl/providers/implementations/kdfs/argon2.c
852
size_t outlen_md;
crypto/openssl/providers/implementations/kdfs/hkdf.c
176
static size_t kdf_hkdf_size(KDF_HKDF *ctx)
crypto/openssl/providers/implementations/kdfs/hkdf.c
213
static int kdf_hkdf_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/hkdf.c
369
size_t sz = kdf_hkdf_size(ctx);
crypto/openssl/providers/implementations/kdfs/hkdf.c
455
const unsigned char *salt, size_t salt_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
456
const unsigned char *ikm, size_t ikm_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
457
const unsigned char *info, size_t info_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
458
unsigned char *okm, size_t okm_len)
crypto/openssl/providers/implementations/kdfs/hkdf.c
462
size_t prk_len;
crypto/openssl/providers/implementations/kdfs/hkdf.c
467
prk_len = (size_t)sz;
crypto/openssl/providers/implementations/kdfs/hkdf.c
506
const unsigned char *salt, size_t salt_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
507
const unsigned char *ikm, size_t ikm_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
508
unsigned char *prk, size_t prk_len)
crypto/openssl/providers/implementations/kdfs/hkdf.c
514
if (prk_len != (size_t)sz) {
crypto/openssl/providers/implementations/kdfs/hkdf.c
55
const unsigned char *salt, size_t salt_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
56
const unsigned char *key, size_t key_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
564
const unsigned char *prk, size_t prk_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
565
const unsigned char *info, size_t info_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
566
unsigned char *okm, size_t okm_len)
crypto/openssl/providers/implementations/kdfs/hkdf.c
57
const unsigned char *info, size_t info_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
572
size_t done_len = 0, dig_len, n;
crypto/openssl/providers/implementations/kdfs/hkdf.c
577
dig_len = (size_t)sz;
crypto/openssl/providers/implementations/kdfs/hkdf.c
58
unsigned char *okm, size_t okm_len);
crypto/openssl/providers/implementations/kdfs/hkdf.c
594
size_t copy_len;
crypto/openssl/providers/implementations/kdfs/hkdf.c
60
const unsigned char *salt, size_t salt_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
61
const unsigned char *ikm, size_t ikm_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
62
unsigned char *prk, size_t prk_len);
crypto/openssl/providers/implementations/kdfs/hkdf.c
64
const unsigned char *prk, size_t prk_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
642
const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/hkdf.c
643
const unsigned char *prefix, size_t prefixlen,
crypto/openssl/providers/implementations/kdfs/hkdf.c
644
const unsigned char *label, size_t labellen,
crypto/openssl/providers/implementations/kdfs/hkdf.c
645
const unsigned char *data, size_t datalen,
crypto/openssl/providers/implementations/kdfs/hkdf.c
646
unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/kdfs/hkdf.c
648
size_t hkdflabellen;
crypto/openssl/providers/implementations/kdfs/hkdf.c
65
const unsigned char *info, size_t info_len,
crypto/openssl/providers/implementations/kdfs/hkdf.c
66
unsigned char *okm, size_t okm_len);
crypto/openssl/providers/implementations/kdfs/hkdf.c
678
size_t prevsecretlen,
crypto/openssl/providers/implementations/kdfs/hkdf.c
680
size_t insecretlen,
crypto/openssl/providers/implementations/kdfs/hkdf.c
682
size_t prefixlen,
crypto/openssl/providers/implementations/kdfs/hkdf.c
684
size_t labellen,
crypto/openssl/providers/implementations/kdfs/hkdf.c
685
unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/kdfs/hkdf.c
687
size_t mdlen;
crypto/openssl/providers/implementations/kdfs/hkdf.c
697
mdlen = (size_t)ret;
crypto/openssl/providers/implementations/kdfs/hkdf.c
768
static size_t fips_tls1_3_key_size(KDF_HKDF *ctx)
crypto/openssl/providers/implementations/kdfs/hkdf.c
771
size_t key_size = 0;
crypto/openssl/providers/implementations/kdfs/hkdf.c
798
static int kdf_tls1_3_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/hkdf.c
87
size_t salt_len;
crypto/openssl/providers/implementations/kdfs/hkdf.c
89
size_t key_len;
crypto/openssl/providers/implementations/kdfs/hkdf.c
91
size_t prefix_len;
crypto/openssl/providers/implementations/kdfs/hkdf.c
93
size_t label_len;
crypto/openssl/providers/implementations/kdfs/hkdf.c
95
size_t data_len;
crypto/openssl/providers/implementations/kdfs/hkdf.c
97
size_t info_len;
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
117
static int hmac_drbg_kdf_derive(void *vctx, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
186
size_t size = 0;
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
228
drbg->blocklen = (size_t)md_size;
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
36
size_t entropylen, noncelen;
crypto/openssl/providers/implementations/kdfs/kbkdf.c
208
size_t iv_len, unsigned char *label, size_t label_len,
crypto/openssl/providers/implementations/kdfs/kbkdf.c
209
unsigned char *context, size_t context_len,
crypto/openssl/providers/implementations/kdfs/kbkdf.c
210
unsigned char *k_i, size_t h, uint32_t l, int has_separator,
crypto/openssl/providers/implementations/kdfs/kbkdf.c
211
unsigned char *ko, size_t ko_len, int r)
crypto/openssl/providers/implementations/kdfs/kbkdf.c
215
size_t written = 0, to_write, k_i_len = iv_len;
crypto/openssl/providers/implementations/kdfs/kbkdf.c
269
static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, size_t customlen)
crypto/openssl/providers/implementations/kdfs/kbkdf.c
281
static int kmac_derive(EVP_MAC_CTX *ctx, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/kdfs/kbkdf.c
282
const unsigned char *context, size_t contextlen)
crypto/openssl/providers/implementations/kdfs/kbkdf.c
293
static int kbkdf_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/kbkdf.c
300
size_t h = 0;
crypto/openssl/providers/implementations/kdfs/kbkdf.c
66
size_t ki_len;
crypto/openssl/providers/implementations/kdfs/kbkdf.c
68
size_t label_len;
crypto/openssl/providers/implementations/kdfs/kbkdf.c
70
size_t context_len;
crypto/openssl/providers/implementations/kdfs/kbkdf.c
72
size_t iv_len;
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
125
static int krb5kdf_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
195
size_t len;
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
286
const unsigned char *constant, size_t constant_len)
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
348
const unsigned char *key, size_t key_len)
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
357
if (key_len != (size_t)klen) {
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
379
const unsigned char *key, size_t key_len,
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
380
const unsigned char *constant, size_t constant_len,
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
381
unsigned char *okey, size_t okey_len)
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
386
size_t blocksize;
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
387
size_t cipherlen;
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
388
size_t osize;
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
47
const unsigned char *key, size_t key_len,
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
48
const unsigned char *constant, size_t constant_len,
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
49
unsigned char *okey, size_t okey_len);
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
55
size_t key_len;
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
57
size_t constant_len;
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
95
static int krb5kdf_set_membuf(unsigned char **dst, size_t *dst_len,
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
160
static int kdf_pbkdf1_set_membuf(unsigned char **buffer, size_t *buflen,
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
177
static int kdf_pbkdf1_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
40
size_t pass_len;
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
42
size_t salt_len;
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
51
static int kdf_pbkdf1_do_derive(const unsigned char *pass, size_t passlen,
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
52
const unsigned char *salt, size_t saltlen,
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
54
unsigned char *out, size_t n)
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
75
if (n > (size_t)mdsize) {
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
164
static int pbkdf2_set_membuf(unsigned char **buffer, size_t *buflen,
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
182
size_t keylen, int *error,
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
208
static int fips_lower_bound_check_passed(KDF_PBKDF2 *ctx, size_t keylen)
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
228
static int kdf_pbkdf2_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
377
static int pbkdf2_derive(KDF_PBKDF2 *ctx, const char *pass, size_t passlen,
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
380
size_t keylen, int lower_bound_checks)
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
53
size_t pass_len;
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
55
size_t salt_len;
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
62
static int pbkdf2_derive(KDF_PBKDF2 *ctx, const char *pass, size_t passlen,
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
65
size_t keylen, int lower_bound_checks);
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
201
static int pkcs12kdf_set_membuf(unsigned char **buffer, size_t *buflen,
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
218
static int kdf_pkcs12_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
40
size_t pass_len;
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
42
size_t salt_len;
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
49
static int pkcs12kdf_derive(const unsigned char *pass, size_t passlen,
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
50
const unsigned char *salt, size_t saltlen,
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
52
unsigned char *out, size_t n)
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
55
size_t Slen, Plen, Ilen;
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
56
size_t i, j, k, u, v;
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
72
u = (size_t)ui;
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
73
v = (size_t)vi;
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
116
static int pvk_set_membuf(unsigned char **buffer, size_t *buflen,
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
133
static int kdf_pvk_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
164
if ((size_t)res > keylen) {
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
33
size_t pass_len;
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
35
size_t salt_len;
crypto/openssl/providers/implementations/kdfs/scrypt.c
145
static int scrypt_set_membuf(unsigned char **buffer, size_t *buflen,
crypto/openssl/providers/implementations/kdfs/scrypt.c
185
static int kdf_scrypt_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/scrypt.c
37
static int scrypt_alg(const char *pass, size_t passlen,
crypto/openssl/providers/implementations/kdfs/scrypt.c
38
const unsigned char *salt, size_t saltlen,
crypto/openssl/providers/implementations/kdfs/scrypt.c
40
unsigned char *key, size_t keylen, EVP_MD *sha256,
crypto/openssl/providers/implementations/kdfs/scrypt.c
425
#define SIZE_MAX ((size_t)-1)
crypto/openssl/providers/implementations/kdfs/scrypt.c
444
static int scrypt_alg(const char *pass, size_t passlen,
crypto/openssl/providers/implementations/kdfs/scrypt.c
445
const unsigned char *salt, size_t saltlen,
crypto/openssl/providers/implementations/kdfs/scrypt.c
447
unsigned char *key, size_t keylen, EVP_MD *sha256,
crypto/openssl/providers/implementations/kdfs/scrypt.c
47
size_t pass_len;
crypto/openssl/providers/implementations/kdfs/scrypt.c
49
size_t salt_len;
crypto/openssl/providers/implementations/kdfs/scrypt.c
524
B = OPENSSL_malloc((size_t)(Blen + Vlen));
crypto/openssl/providers/implementations/kdfs/scrypt.c
547
OPENSSL_clear_free(B, (size_t)(Blen + Vlen));
crypto/openssl/providers/implementations/kdfs/sshkdf.c
118
static int sshkdf_set_membuf(unsigned char **dst, size_t *dst_len,
crypto/openssl/providers/implementations/kdfs/sshkdf.c
172
static int kdf_sshkdf_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/sshkdf.c
338
const unsigned char *key, size_t key_len,
crypto/openssl/providers/implementations/kdfs/sshkdf.c
339
const unsigned char *xcghash, size_t xcghash_len,
crypto/openssl/providers/implementations/kdfs/sshkdf.c
340
const unsigned char *session_id, size_t session_id_len,
crypto/openssl/providers/implementations/kdfs/sshkdf.c
341
char type, unsigned char *okey, size_t okey_len)
crypto/openssl/providers/implementations/kdfs/sshkdf.c
346
size_t cursize = 0;
crypto/openssl/providers/implementations/kdfs/sshkdf.c
38
const unsigned char *key, size_t key_len,
crypto/openssl/providers/implementations/kdfs/sshkdf.c
39
const unsigned char *xcghash, size_t xcghash_len,
crypto/openssl/providers/implementations/kdfs/sshkdf.c
40
const unsigned char *session_id, size_t session_id_len,
crypto/openssl/providers/implementations/kdfs/sshkdf.c
41
char type, unsigned char *okey, size_t okey_len);
crypto/openssl/providers/implementations/kdfs/sshkdf.c
47
size_t key_len;
crypto/openssl/providers/implementations/kdfs/sshkdf.c
49
size_t xcghash_len;
crypto/openssl/providers/implementations/kdfs/sshkdf.c
52
size_t session_id_len;
crypto/openssl/providers/implementations/kdfs/sskdf.c
118
const unsigned char *z, size_t z_len,
crypto/openssl/providers/implementations/kdfs/sskdf.c
119
const unsigned char *info, size_t info_len,
crypto/openssl/providers/implementations/kdfs/sskdf.c
121
unsigned char *derived_key, size_t derived_key_len)
crypto/openssl/providers/implementations/kdfs/sskdf.c
124
size_t counter, out_len, len = derived_key_len;
crypto/openssl/providers/implementations/kdfs/sskdf.c
138
out_len = (size_t)hlen;
crypto/openssl/providers/implementations/kdfs/sskdf.c
183
size_t custom_len, size_t kmac_out_len,
crypto/openssl/providers/implementations/kdfs/sskdf.c
184
size_t derived_key_len, unsigned char **out)
crypto/openssl/providers/implementations/kdfs/sskdf.c
237
size_t kmac_custom_len, size_t kmac_out_len,
crypto/openssl/providers/implementations/kdfs/sskdf.c
238
const unsigned char *salt, size_t salt_len,
crypto/openssl/providers/implementations/kdfs/sskdf.c
239
const unsigned char *z, size_t z_len,
crypto/openssl/providers/implementations/kdfs/sskdf.c
240
const unsigned char *info, size_t info_len,
crypto/openssl/providers/implementations/kdfs/sskdf.c
241
unsigned char *derived_key, size_t derived_key_len)
crypto/openssl/providers/implementations/kdfs/sskdf.c
244
size_t counter, out_len, len;
crypto/openssl/providers/implementations/kdfs/sskdf.c
378
static size_t sskdf_size(KDF_SSKDF *ctx)
crypto/openssl/providers/implementations/kdfs/sskdf.c
392
return (len <= 0) ? 0 : (size_t)len;
crypto/openssl/providers/implementations/kdfs/sskdf.c
413
static int sskdf_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/sskdf.c
432
size_t custom_len = 0;
crypto/openssl/providers/implementations/kdfs/sskdf.c
522
static int x963kdf_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/sskdf.c
557
size_t sz;
crypto/openssl/providers/implementations/kdfs/sskdf.c
61
size_t secret_len;
crypto/openssl/providers/implementations/kdfs/sskdf.c
63
size_t info_len;
crypto/openssl/providers/implementations/kdfs/sskdf.c
65
size_t salt_len;
crypto/openssl/providers/implementations/kdfs/sskdf.c
66
size_t out_len; /* optional KMAC parameter */
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
105
size_t seclen;
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
108
size_t seedlen;
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
248
static int kdf_tls1_prf_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
362
size_t sz = 0;
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
364
size_t seedlen;
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
466
const unsigned char *sec, size_t sec_len,
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
467
const unsigned char *seed, size_t seed_len,
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
468
unsigned char *out, size_t olen)
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
470
size_t chunk;
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
473
size_t Ai_len;
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
552
const unsigned char *sec, size_t slen,
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
553
const unsigned char *seed, size_t seed_len,
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
554
unsigned char *out, size_t olen)
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
558
size_t i;
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
561
size_t L_S1 = (slen + 1) / 2;
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
562
size_t L_S2 = L_S1;
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
74
OSSL_SAFE_MATH_UNSIGNED(size_t, size_t)
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
87
const unsigned char *sec, size_t slen,
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
88
const unsigned char *seed, size_t seed_len,
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
89
unsigned char *out, size_t olen);
crypto/openssl/providers/implementations/kdfs/x942kdf.c
104
const unsigned char *der_oid, size_t der_oidlen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
117
static int der_encode_sharedinfo(WPACKET *pkt, unsigned char *buf, size_t buflen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
118
const unsigned char *der_oid, size_t der_oidlen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
119
const unsigned char *acvp, size_t acvplen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
120
const unsigned char *partyu, size_t partyulen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
121
const unsigned char *partyv, size_t partyvlen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
122
const unsigned char *supp_pub, size_t supp_publen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
123
const unsigned char *supp_priv, size_t supp_privlen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
200
x942_encode_otherinfo(size_t keylen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
201
const unsigned char *cek_oid, size_t cek_oid_len,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
202
const unsigned char *acvp, size_t acvp_len,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
203
const unsigned char *partyu, size_t partyu_len,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
204
const unsigned char *partyv, size_t partyv_len,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
205
const unsigned char *supp_pub, size_t supp_pub_len,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
206
const unsigned char *supp_priv, size_t supp_priv_len,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
207
unsigned char **der, size_t *der_len,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
212
size_t der_buflen = 0;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
268
const unsigned char *z, size_t z_len,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
269
const unsigned char *other, size_t other_len,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
271
unsigned char *derived_key, size_t derived_key_len)
crypto/openssl/providers/implementations/kdfs/x942kdf.c
274
size_t counter, out_len, len = derived_key_len;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
290
out_len = (size_t)hlen;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
413
static int x942kdf_set_buffer(unsigned char **out, size_t *out_len,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
424
static size_t x942kdf_size(KDF_X942 *ctx)
crypto/openssl/providers/implementations/kdfs/x942kdf.c
434
return (len <= 0) ? 0 : (size_t)len;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
44
size_t secret_len;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
455
static int x942kdf_derive(void *vctx, unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
46
size_t acvpinfo_len;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
463
size_t der_len = 0;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
48
size_t partyuinfo_len, partyvinfo_len, supp_pubinfo_len, supp_privinfo_len;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
49
size_t dkm_len;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
51
size_t cek_oid_len;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
534
size_t id;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
65
size_t oid_len;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
66
size_t keklen; /* size in bytes */
crypto/openssl/providers/implementations/kdfs/x942kdf.c
81
const char *propq, size_t *id)
crypto/openssl/providers/implementations/kdfs/x942kdf.c
84
size_t i;
crypto/openssl/providers/implementations/kem/ec_kem.c
159
const unsigned char *pubbuf, size_t pubbuflen)
crypto/openssl/providers/implementations/kem/ec_kem.c
180
static int ecpubkey_todata(const EC_KEY *ec, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/ec_kem.c
181
size_t maxoutlen)
crypto/openssl/providers/implementations/kem/ec_kem.c
299
size_t tmplen = 0;
crypto/openssl/providers/implementations/kem/ec_kem.c
339
unsigned char *okm, size_t okmlen,
crypto/openssl/providers/implementations/kem/ec_kem.c
341
const unsigned char *dhkm, size_t dhkmlen,
crypto/openssl/providers/implementations/kem/ec_kem.c
343
size_t kemctxlen)
crypto/openssl/providers/implementations/kem/ec_kem.c
347
size_t prklen = okmlen;
crypto/openssl/providers/implementations/kem/ec_kem.c
383
const unsigned char *ikm, size_t ikmlen)
crypto/openssl/providers/implementations/kem/ec_kem.c
458
const unsigned char *ikm, size_t ikmlen)
crypto/openssl/providers/implementations/kem/ec_kem.c
463
size_t seedlen = ikmlen;
crypto/openssl/providers/implementations/kem/ec_kem.c
47
size_t ikmlen;
crypto/openssl/providers/implementations/kem/ec_kem.c
522
unsigned char *out, size_t maxout,
crypto/openssl/providers/implementations/kem/ec_kem.c
526
size_t secretlen = (EC_GROUP_get_degree(group) + 7) / 8;
crypto/openssl/providers/implementations/kem/ec_kem.c
573
size_t sender_authpublen;
crypto/openssl/providers/implementations/kem/ec_kem.c
574
size_t kemctxlen = 0, dhkmlen = 0;
crypto/openssl/providers/implementations/kem/ec_kem.c
576
size_t encodedpublen = info->Npk;
crypto/openssl/providers/implementations/kem/ec_kem.c
577
size_t encodedprivlen = info->Nsk;
crypto/openssl/providers/implementations/kem/ec_kem.c
645
unsigned char *enc, size_t *enclen,
crypto/openssl/providers/implementations/kem/ec_kem.c
646
unsigned char *secret, size_t *secretlen)
crypto/openssl/providers/implementations/kem/ec_kem.c
652
size_t sender_publen, recipient_publen;
crypto/openssl/providers/implementations/kem/ec_kem.c
723
unsigned char *secret, size_t *secretlen,
crypto/openssl/providers/implementations/kem/ec_kem.c
724
const unsigned char *enc, size_t enclen)
crypto/openssl/providers/implementations/kem/ec_kem.c
730
size_t recipient_publen;
crypto/openssl/providers/implementations/kem/ec_kem.c
731
size_t encodedpublen = info->Npk;
crypto/openssl/providers/implementations/kem/ec_kem.c
770
static int eckem_encapsulate(void *vctx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/ec_kem.c
771
unsigned char *secret, size_t *secretlen)
crypto/openssl/providers/implementations/kem/ec_kem.c
784
static int eckem_decapsulate(void *vctx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/ec_kem.c
785
const unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/kem/ecx_kem.c
130
const unsigned char *pubbuf, size_t pubbuflen)
crypto/openssl/providers/implementations/kem/ecx_kem.c
258
size_t tmplen = 0;
crypto/openssl/providers/implementations/kem/ecx_kem.c
296
unsigned char *okm, size_t okmlen,
crypto/openssl/providers/implementations/kem/ecx_kem.c
298
const unsigned char *dhkm, size_t dhkmlen,
crypto/openssl/providers/implementations/kem/ecx_kem.c
300
size_t kemctxlen)
crypto/openssl/providers/implementations/kem/ecx_kem.c
304
size_t prklen = okmlen; /* Nh */
crypto/openssl/providers/implementations/kem/ecx_kem.c
340
const unsigned char *ikm, size_t ikmlen)
crypto/openssl/providers/implementations/kem/ecx_kem.c
388
const unsigned char *ikm, size_t ikmlen)
crypto/openssl/providers/implementations/kem/ecx_kem.c
394
size_t seedlen = ikmlen;
crypto/openssl/providers/implementations/kem/ecx_kem.c
440
unsigned char *out, size_t maxout,
crypto/openssl/providers/implementations/kem/ecx_kem.c
443
size_t len = 0;
crypto/openssl/providers/implementations/kem/ecx_kem.c
483
size_t kemctxlen = 0, dhkmlen = 0;
crypto/openssl/providers/implementations/kem/ecx_kem.c
486
size_t encodedkeylen = info->Npk;
crypto/openssl/providers/implementations/kem/ecx_kem.c
547
unsigned char *enc, size_t *enclen,
crypto/openssl/providers/implementations/kem/ecx_kem.c
548
unsigned char *secret, size_t *secretlen)
crypto/openssl/providers/implementations/kem/ecx_kem.c
56
size_t ikmlen;
crypto/openssl/providers/implementations/kem/ecx_kem.c
615
unsigned char *secret, size_t *secretlen,
crypto/openssl/providers/implementations/kem/ecx_kem.c
616
const unsigned char *enc, size_t enclen)
crypto/openssl/providers/implementations/kem/ecx_kem.c
659
static int ecxkem_encapsulate(void *vctx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/ecx_kem.c
660
unsigned char *secret, size_t *secretlen)
crypto/openssl/providers/implementations/kem/ecx_kem.c
673
static int ecxkem_decapsulate(void *vctx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/ecx_kem.c
674
const unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/kem/kem_util.c
27
size_t i;
crypto/openssl/providers/implementations/kem/ml_kem_kem.c
118
size_t len = ML_KEM_RANDOM_BYTES;
crypto/openssl/providers/implementations/kem/ml_kem_kem.c
146
static int ml_kem_encapsulate(void *vctx, unsigned char *ctext, size_t *clen,
crypto/openssl/providers/implementations/kem/ml_kem_kem.c
147
unsigned char *shsec, size_t *slen)
crypto/openssl/providers/implementations/kem/ml_kem_kem.c
152
size_t encap_clen;
crypto/openssl/providers/implementations/kem/ml_kem_kem.c
153
size_t encap_slen;
crypto/openssl/providers/implementations/kem/ml_kem_kem.c
224
static int ml_kem_decapsulate(void *vctx, uint8_t *shsec, size_t *slen,
crypto/openssl/providers/implementations/kem/ml_kem_kem.c
225
const uint8_t *ctext, size_t clen)
crypto/openssl/providers/implementations/kem/ml_kem_kem.c
229
size_t decap_slen = ML_KEM_SHARED_SECRET_BYTES;
crypto/openssl/providers/implementations/kem/mlx_kem.c
106
static int mlx_kem_encapsulate(void *vctx, unsigned char *ctext, size_t *clen,
crypto/openssl/providers/implementations/kem/mlx_kem.c
107
unsigned char *shsec, size_t *slen)
crypto/openssl/providers/implementations/kem/mlx_kem.c
112
size_t encap_clen;
crypto/openssl/providers/implementations/kem/mlx_kem.c
113
size_t encap_slen;
crypto/openssl/providers/implementations/kem/mlx_kem.c
244
static int mlx_kem_decapsulate(void *vctx, uint8_t *shsec, size_t *slen,
crypto/openssl/providers/implementations/kem/mlx_kem.c
245
const uint8_t *ctext, size_t clen)
crypto/openssl/providers/implementations/kem/mlx_kem.c
252
size_t decap_slen = ML_KEM_SHARED_SECRET_BYTES + key->xinfo->shsec_bytes;
crypto/openssl/providers/implementations/kem/mlx_kem.c
253
size_t decap_clen = key->minfo->ctext_bytes + key->xinfo->pubkey_bytes;
crypto/openssl/providers/implementations/kem/rsa_kem.c
278
unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/rsa_kem.c
279
unsigned char *secret, size_t *secretlen)
crypto/openssl/providers/implementations/kem/rsa_kem.c
282
size_t nlen;
crypto/openssl/providers/implementations/kem/rsa_kem.c
355
unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/rsa_kem.c
356
const unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/kem/rsa_kem.c
358
size_t nlen;
crypto/openssl/providers/implementations/kem/rsa_kem.c
399
static int rsakem_generate(void *vprsactx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/rsa_kem.c
400
unsigned char *secret, size_t *secretlen)
crypto/openssl/providers/implementations/kem/rsa_kem.c
415
static int rsakem_recover(void *vprsactx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/rsa_kem.c
416
const unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/kem/rsa_kem.c
65
static int name2id(const char *name, const OSSL_ITEM *map, size_t sz)
crypto/openssl/providers/implementations/kem/rsa_kem.c
67
size_t i;
crypto/openssl/providers/implementations/kem/template_kem.c
133
static int template_encapsulate(void *vctx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/template_kem.c
134
unsigned char *secret, size_t *secretlen)
crypto/openssl/providers/implementations/kem/template_kem.c
157
static int template_decapsulate(void *vctx, unsigned char *out, size_t *outlen,
crypto/openssl/providers/implementations/kem/template_kem.c
158
const unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
511
size_t seedlen)
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
64
size_t pbits;
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
65
size_t qbits;
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
67
size_t seedlen;
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
829
static void *dh_load(const void *reference, size_t reference_sz)
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
449
size_t seedlen)
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
61
size_t pbits;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
62
size_t qbits;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
64
size_t seedlen;
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
700
static void *dsa_load(const void *reference, size_t reference_sz)
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
92
size_t i;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
121
size_t pub_key_len = 0;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
1399
static void *common_load(const void *reference, size_t reference_sz,
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
1418
static void *ec_load(const void *reference, size_t reference_sz)
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
1425
static void *sm2_load(const void *reference, size_t reference_sz)
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
188
size_t sz;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
960
size_t gen_len, seed_len;
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
965
size_t dhkem_ikmlen;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
175
size_t pal = key1->keylen;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
176
size_t pbl = key2->keylen;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
190
size_t pal = key1->keylen;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
191
size_t pbl = key2->keylen;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
642
size_t msg_len = sizeof(msg);
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
86
size_t dhkem_ikmlen;
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
867
void *ecx_load(const void *reference, size_t reference_sz)
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
953
size_t keylen)
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
60
size_t priv_key_len;
crypto/openssl/providers/implementations/keymgmt/ml_dsa_kmgmt.c
200
size_t pk_len = 0, sk_len = 0, seed_len = 0;
crypto/openssl/providers/implementations/keymgmt/ml_dsa_kmgmt.c
410
static void *ml_dsa_load(const void *reference, size_t reference_sz)
crypto/openssl/providers/implementations/keymgmt/ml_dsa_kmgmt.c
47
size_t entropy_len;
crypto/openssl/providers/implementations/keymgmt/ml_dsa_kmgmt.c
508
size_t len = sizeof(gctx->entropy);
crypto/openssl/providers/implementations/keymgmt/ml_dsa_kmgmt.c
60
size_t sig_len = 0;
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
242
size_t prvlen = 0, seedlen = 0;
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
345
size_t zlen = ML_KEM_RANDOM_BYTES;
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
360
size_t len = key->vinfo->prvkey_bytes;
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
385
size_t publen = 0, prvlen = 0, seedlen = 0, puboff;
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
509
static void *ml_kem_load(const void *reference, size_t reference_sz)
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
653
size_t publen = 0;
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
701
size_t len = ML_KEM_SEED_BYTES;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
152
size_t puboff;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
153
size_t prvoff;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
154
size_t publen;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
155
size_t prvlen;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
163
size_t len;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
249
size_t publen;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
250
size_t prvlen;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
342
size_t off, len;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
378
const uint8_t *pubenc, size_t publen,
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
379
const uint8_t *prvenc, size_t prvlen)
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
415
size_t pubkey_bytes, prvkey_bytes;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
416
size_t publen = 0, prvlen = 0;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
495
size_t publen = key->minfo->pubkey_bytes + key->xinfo->pubkey_bytes;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
496
size_t prvlen = key->minfo->prvkey_bytes + key->xinfo->prvkey_bytes;
crypto/openssl/providers/implementations/keymgmt/mlx_kmgmt.c
590
size_t publen = 0;
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
416
size_t nbits;
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
418
size_t primes;
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
647
static void *common_load(const void *reference, size_t reference_sz,
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
666
static void *rsa_load(const void *reference, size_t reference_sz)
crypto/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
671
static void *rsapss_load(const void *reference, size_t reference_sz)
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
253
static void *slh_dsa_load(const void *reference, size_t reference_sz)
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
299
size_t msg_len = sizeof(msg);
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
301
size_t sig_len;
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
393
size_t len = sizeof(gctx->entropy);
crypto/openssl/providers/implementations/keymgmt/slh_dsa_kmgmt.c
51
size_t entropy_len;
crypto/openssl/providers/implementations/macs/blake2_mac_impl.c
106
size_t keylen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/macs/blake2_mac_impl.c
124
const unsigned char *data, size_t datalen)
crypto/openssl/providers/implementations/macs/blake2_mac_impl.c
135
unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/macs/blake2_mac_impl.c
136
size_t outsize)
crypto/openssl/providers/implementations/macs/blake2_mac_impl.c
198
size_t size;
crypto/openssl/providers/implementations/macs/blake2_mac_impl.c
83
static size_t blake2_mac_size(void *vmacctx)
crypto/openssl/providers/implementations/macs/blake2_mac_impl.c
91
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/macs/cmac_prov.c
106
static size_t cmac_size(void *vmacctx)
crypto/openssl/providers/implementations/macs/cmac_prov.c
150
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/macs/cmac_prov.c
171
size_t keylen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/macs/cmac_prov.c
184
size_t datalen)
crypto/openssl/providers/implementations/macs/cmac_prov.c
191
static int cmac_final(void *vmacctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/macs/cmac_prov.c
192
size_t outsize)
crypto/openssl/providers/implementations/macs/gmac_prov.c
101
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/macs/gmac_prov.c
105
if (keylen != (size_t)EVP_CIPHER_CTX_get_key_length(ctx)) {
crypto/openssl/providers/implementations/macs/gmac_prov.c
115
size_t keylen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/macs/gmac_prov.c
127
size_t datalen)
crypto/openssl/providers/implementations/macs/gmac_prov.c
145
static int gmac_final(void *vmacctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/macs/gmac_prov.c
146
size_t outsize)
crypto/openssl/providers/implementations/macs/gmac_prov.c
160
out, (size_t)hlen);
crypto/openssl/providers/implementations/macs/gmac_prov.c
95
static size_t gmac_size(void)
crypto/openssl/providers/implementations/macs/hmac_prov.c
141
static size_t hmac_size(struct hmac_data_st *macctx)
crypto/openssl/providers/implementations/macs/hmac_prov.c
156
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/macs/hmac_prov.c
200
size_t keylen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/macs/hmac_prov.c
215
size_t datalen)
crypto/openssl/providers/implementations/macs/hmac_prov.c
248
static int hmac_final(void *vmacctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/macs/hmac_prov.c
249
size_t outsize)
crypto/openssl/providers/implementations/macs/hmac_prov.c
58
size_t keylen;
crypto/openssl/providers/implementations/macs/hmac_prov.c
60
size_t tls_data_size;
crypto/openssl/providers/implementations/macs/hmac_prov.c
64
size_t tls_mac_out_size;
crypto/openssl/providers/implementations/macs/kmac_prov.c
122
size_t out_len;
crypto/openssl/providers/implementations/macs/kmac_prov.c
123
size_t key_len;
crypto/openssl/providers/implementations/macs/kmac_prov.c
124
size_t custom_len;
crypto/openssl/providers/implementations/macs/kmac_prov.c
141
static int encode_string(unsigned char *out, size_t out_max_len, size_t *out_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
142
const unsigned char *in, size_t in_len);
crypto/openssl/providers/implementations/macs/kmac_prov.c
143
static int right_encode(unsigned char *out, size_t out_max_len, size_t *out_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
144
size_t bits);
crypto/openssl/providers/implementations/macs/kmac_prov.c
145
static int bytepad(unsigned char *out, size_t *out_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
146
const unsigned char *in1, size_t in1_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
147
const unsigned char *in2, size_t in2_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
148
size_t w);
crypto/openssl/providers/implementations/macs/kmac_prov.c
149
static int kmac_bytepad_encode_key(unsigned char *out, size_t out_max_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
150
size_t *out_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
151
const unsigned char *in, size_t in_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
152
size_t w);
crypto/openssl/providers/implementations/macs/kmac_prov.c
207
kctx->out_len = (size_t)md_size;
crypto/openssl/providers/implementations/macs/kmac_prov.c
263
size_t keylen)
crypto/openssl/providers/implementations/macs/kmac_prov.c
296
key, keylen, (size_t)w))
crypto/openssl/providers/implementations/macs/kmac_prov.c
307
size_t keylen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/macs/kmac_prov.c
312
size_t out_len, block_len;
crypto/openssl/providers/implementations/macs/kmac_prov.c
363
size_t datalen)
crypto/openssl/providers/implementations/macs/kmac_prov.c
370
static int kmac_final(void *vmacctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/macs/kmac_prov.c
371
size_t outsize)
crypto/openssl/providers/implementations/macs/kmac_prov.c
375
size_t lbits, len;
crypto/openssl/providers/implementations/macs/kmac_prov.c
469
size_t sz = 0;
crypto/openssl/providers/implementations/macs/kmac_prov.c
510
static unsigned int get_encode_size(size_t bits)
crypto/openssl/providers/implementations/macs/kmac_prov.c
512
unsigned int cnt = 0, sz = sizeof(size_t);
crypto/openssl/providers/implementations/macs/kmac_prov.c
531
static int right_encode(unsigned char *out, size_t out_max_len, size_t *out_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
532
size_t bits)
crypto/openssl/providers/implementations/macs/kmac_prov.c
562
static int encode_string(unsigned char *out, size_t out_max_len, size_t *out_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
563
const unsigned char *in, size_t in_len)
crypto/openssl/providers/implementations/macs/kmac_prov.c
568
size_t i, bits, len, sz;
crypto/openssl/providers/implementations/macs/kmac_prov.c
598
static int bytepad(unsigned char *out, size_t *out_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
599
const unsigned char *in1, size_t in1_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
600
const unsigned char *in2, size_t in2_len, size_t w)
crypto/openssl/providers/implementations/macs/kmac_prov.c
642
static int kmac_bytepad_encode_key(unsigned char *out, size_t out_max_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
643
size_t *out_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
644
const unsigned char *in, size_t in_len,
crypto/openssl/providers/implementations/macs/kmac_prov.c
645
size_t w)
crypto/openssl/providers/implementations/macs/kmac_prov.c
648
size_t tmp_len;
crypto/openssl/providers/implementations/macs/poly1305_prov.c
108
size_t datalen)
crypto/openssl/providers/implementations/macs/poly1305_prov.c
121
static int poly1305_final(void *vmacctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/macs/poly1305_prov.c
122
size_t outsize)
crypto/openssl/providers/implementations/macs/poly1305_prov.c
76
static size_t poly1305_size(void)
crypto/openssl/providers/implementations/macs/poly1305_prov.c
82
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/macs/poly1305_prov.c
94
size_t keylen, const OSSL_PARAM params[])
crypto/openssl/providers/implementations/macs/siphash_prov.c
108
static int siphash_init(void *vmacctx, const unsigned char *key, size_t keylen,
crypto/openssl/providers/implementations/macs/siphash_prov.c
127
size_t datalen)
crypto/openssl/providers/implementations/macs/siphash_prov.c
138
static int siphash_final(void *vmacctx, unsigned char *out, size_t *outl,
crypto/openssl/providers/implementations/macs/siphash_prov.c
139
size_t outsize)
crypto/openssl/providers/implementations/macs/siphash_prov.c
142
size_t hlen = siphash_size(ctx);
crypto/openssl/providers/implementations/macs/siphash_prov.c
199
size_t size;
crypto/openssl/providers/implementations/macs/siphash_prov.c
88
static size_t siphash_size(void *vmacctx)
crypto/openssl/providers/implementations/macs/siphash_prov.c
96
const unsigned char *key, size_t keylen)
crypto/openssl/providers/implementations/rands/drbg.c
144
size_t ossl_drbg_get_seed(void *vdrbg, unsigned char **pout,
crypto/openssl/providers/implementations/rands/drbg.c
145
int entropy, size_t min_len,
crypto/openssl/providers/implementations/rands/drbg.c
146
size_t max_len, int prediction_resistance,
crypto/openssl/providers/implementations/rands/drbg.c
147
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg.c
150
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/drbg.c
187
unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/rands/drbg.c
192
static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy,
crypto/openssl/providers/implementations/rands/drbg.c
193
size_t min_len, size_t max_len,
crypto/openssl/providers/implementations/rands/drbg.c
196
size_t bytes;
crypto/openssl/providers/implementations/rands/drbg.c
246
static void cleanup_entropy(PROV_DRBG *drbg, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/rands/drbg.c
300
static size_t prov_drbg_get_nonce(PROV_DRBG *drbg, unsigned char **pout,
crypto/openssl/providers/implementations/rands/drbg.c
301
size_t min_len, size_t max_len)
crypto/openssl/providers/implementations/rands/drbg.c
303
size_t ret = 0, n;
crypto/openssl/providers/implementations/rands/drbg.c
351
const unsigned char *pers, size_t perslen)
crypto/openssl/providers/implementations/rands/drbg.c
354
size_t noncelen = 0, entropylen = 0;
crypto/openssl/providers/implementations/rands/drbg.c
355
size_t min_entropy, min_entropylen, max_entropylen;
crypto/openssl/providers/implementations/rands/drbg.c
482
size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg.c
484
size_t adinlen)
crypto/openssl/providers/implementations/rands/drbg.c
487
size_t entropylen = 0;
crypto/openssl/providers/implementations/rands/drbg.c
594
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg.c
595
const unsigned char *adin, size_t adinlen)
crypto/openssl/providers/implementations/rands/drbg.c
621
int ossl_prov_drbg_generate(PROV_DRBG *drbg, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/drbg.c
623
const unsigned char *adin, size_t adinlen)
crypto/openssl/providers/implementations/rands/drbg.c
784
const unsigned char *entropy, size_t entropylen,
crypto/openssl/providers/implementations/rands/drbg.c
785
const unsigned char *nonce, size_t noncelen,
crypto/openssl/providers/implementations/rands/drbg.c
786
const unsigned char *pers, size_t perslen),
crypto/openssl/providers/implementations/rands/drbg.c
788
int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg.c
789
const unsigned char *adin, size_t adin_len),
crypto/openssl/providers/implementations/rands/drbg.c
790
int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/drbg.c
791
const unsigned char *adin, size_t adin_len))
crypto/openssl/providers/implementations/rands/drbg.c
936
size_t cnt = 0;
crypto/openssl/providers/implementations/rands/drbg.c
995
size_t i;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
159
const unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
166
size_t left = 16 - ctr->bltmp_pos;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
204
const unsigned char *in1, size_t in1len,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
205
const unsigned char *in2, size_t in2len,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
206
const unsigned char *in3, size_t in3len)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
209
size_t inlen;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
267
const unsigned char *in1, size_t in1len,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
268
const unsigned char *in2, size_t in2len,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
269
const unsigned char *nonce, size_t noncelen)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
313
const unsigned char *entropy, size_t entropylen,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
314
const unsigned char *nonce, size_t noncelen,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
315
const unsigned char *pers, size_t perslen)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
336
size_t pstr_len,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
357
const unsigned char *entropy, size_t entropylen,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
358
const unsigned char *adin, size_t adinlen)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
372
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
373
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
394
unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
395
const unsigned char *adin, size_t adinlen)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
467
static int drbg_ctr_generate_wrapper(void *vdrbg, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
469
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
51
size_t keylen;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
548
const size_t len = ctr->keylen > 0 ? drbg->seedlen : DRBG_MAX_LENGTH;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
564
size_t keylen;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
57
size_t bltmp_pos;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
750
size_t ctr_str_len = sizeof("CTR") - 1;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
751
size_t ecb_str_len = sizeof("ECB") - 1;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
77
static void ctr_XOR(PROV_DRBG_CTR *ctr, const unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
79
size_t i, n;
crypto/openssl/providers/implementations/rands/drbg_hash.c
138
const unsigned char *in1, size_t in1len)
crypto/openssl/providers/implementations/rands/drbg_hash.c
150
unsigned char *in, size_t inlen)
crypto/openssl/providers/implementations/rands/drbg_hash.c
152
size_t i;
crypto/openssl/providers/implementations/rands/drbg_hash.c
181
const unsigned char *adin, size_t adinlen)
crypto/openssl/providers/implementations/rands/drbg_hash.c
212
static int hash_gen(PROV_DRBG *drbg, unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/rands/drbg_hash.c
254
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_hash.c
255
const unsigned char *nonce, size_t nonce_len,
crypto/openssl/providers/implementations/rands/drbg_hash.c
256
const unsigned char *pstr, size_t pstr_len)
crypto/openssl/providers/implementations/rands/drbg_hash.c
274
size_t pstr_len,
crypto/openssl/providers/implementations/rands/drbg_hash.c
303
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_hash.c
304
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_hash.c
319
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_hash.c
320
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_hash.c
338
unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/drbg_hash.c
339
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_hash.c
366
static int drbg_hash_generate_wrapper(void *vdrbg, unsigned char *out, size_t outlen, unsigned int strength,
crypto/openssl/providers/implementations/rands/drbg_hash.c
367
int prediction_resistance, const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_hash.c
56
size_t blocklen;
crypto/openssl/providers/implementations/rands/drbg_hash.c
74
const unsigned char *in, size_t inlen,
crypto/openssl/providers/implementations/rands/drbg_hash.c
75
const unsigned char *in2, size_t in2len,
crypto/openssl/providers/implementations/rands/drbg_hash.c
76
const unsigned char *in3, size_t in3len)
crypto/openssl/providers/implementations/rands/drbg_hash.c
84
size_t outlen = drbg->seedlen;
crypto/openssl/providers/implementations/rands/drbg_hash.c
85
size_t num_bits_returned = outlen * 8;
crypto/openssl/providers/implementations/rands/drbg_hmac.c
118
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
119
const unsigned char *nonce, size_t nonce_len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
120
const unsigned char *pstr, size_t pstr_len)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
136
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
137
const unsigned char *nonce, size_t nonce_len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
138
const unsigned char *pstr, size_t pstr_len)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
147
size_t pstr_len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
178
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
179
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
188
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
189
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
207
unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
208
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
252
unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
253
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
260
unsigned char *out, size_t outlen, unsigned int strength,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
261
int prediction_resistance, const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
530
hmac->blocklen = (size_t)md_size;
crypto/openssl/providers/implementations/rands/drbg_hmac.c
55
const unsigned char *in1, size_t in1len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
56
const unsigned char *in2, size_t in2len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
57
const unsigned char *in3, size_t in3len)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
92
const unsigned char *in1, size_t in1len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
93
const unsigned char *in2, size_t in2len,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
94
const unsigned char *in3, size_t in3len)
crypto/openssl/providers/implementations/rands/drbg_local.h
114
size_t max_request;
crypto/openssl/providers/implementations/rands/drbg_local.h
115
size_t min_entropylen, max_entropylen;
crypto/openssl/providers/implementations/rands/drbg_local.h
116
size_t min_noncelen, max_noncelen;
crypto/openssl/providers/implementations/rands/drbg_local.h
117
size_t max_perslen, max_adinlen;
crypto/openssl/providers/implementations/rands/drbg_local.h
151
size_t seedlen;
crypto/openssl/providers/implementations/rands/drbg_local.h
171
const unsigned char *entropy, size_t entropylen,
crypto/openssl/providers/implementations/rands/drbg_local.h
172
const unsigned char *nonce, size_t noncelen,
crypto/openssl/providers/implementations/rands/drbg_local.h
173
const unsigned char *pers, size_t perslen),
crypto/openssl/providers/implementations/rands/drbg_local.h
175
int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_local.h
176
const unsigned char *adin, size_t adin_len),
crypto/openssl/providers/implementations/rands/drbg_local.h
177
int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/drbg_local.h
178
const unsigned char *adin, size_t adin_len));
crypto/openssl/providers/implementations/rands/drbg_local.h
183
const unsigned char *pers, size_t perslen);
crypto/openssl/providers/implementations/rands/drbg_local.h
188
const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_local.h
189
const unsigned char *adin, size_t adinlen);
crypto/openssl/providers/implementations/rands/drbg_local.h
191
int ossl_prov_drbg_generate(PROV_DRBG *drbg, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/drbg_local.h
193
const unsigned char *adin, size_t adinlen);
crypto/openssl/providers/implementations/rands/drbg_local.h
202
size_t i; \
crypto/openssl/providers/implementations/rands/drbg_local.h
65
const unsigned char *entropy, size_t entropylen,
crypto/openssl/providers/implementations/rands/drbg_local.h
66
const unsigned char *nonce, size_t noncelen,
crypto/openssl/providers/implementations/rands/drbg_local.h
67
const unsigned char *pers, size_t perslen);
crypto/openssl/providers/implementations/rands/drbg_local.h
69
int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len,
crypto/openssl/providers/implementations/rands/drbg_local.h
70
const unsigned char *adin, size_t adin_len);
crypto/openssl/providers/implementations/rands/drbg_local.h
71
int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/drbg_local.h
72
const unsigned char *adin, size_t adin_len);
crypto/openssl/providers/implementations/rands/fips_crng_test.c
161
static int crng_test(CRNG_TEST *crngt, const unsigned char *buf, size_t n)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
163
size_t i;
crypto/openssl/providers/implementations/rands/fips_crng_test.c
234
size_t pstr_len,
crypto/openssl/providers/implementations/rands/fips_crng_test.c
252
static int crng_test_generate(void *vcrngt, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/fips_crng_test.c
254
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
270
ossl_unused size_t ent_len,
crypto/openssl/providers/implementations/rands/fips_crng_test.c
272
ossl_unused size_t adin_len)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
282
static size_t crng_test_get_seed(void *vcrngt, unsigned char **pout,
crypto/openssl/providers/implementations/rands/fips_crng_test.c
283
int entropy, size_t min_len,
crypto/openssl/providers/implementations/rands/fips_crng_test.c
284
size_t max_len,
crypto/openssl/providers/implementations/rands/fips_crng_test.c
287
size_t adin_len)
crypto/openssl/providers/implementations/rands/fips_crng_test.c
290
size_t n;
crypto/openssl/providers/implementations/rands/fips_crng_test.c
320
unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/rands/seed_src.c
129
ossl_unused size_t ent_len,
crypto/openssl/providers/implementations/rands/seed_src.c
131
ossl_unused size_t adin_len)
crypto/openssl/providers/implementations/rands/seed_src.c
180
static size_t seed_get_seed(void *vseed, unsigned char **pout,
crypto/openssl/providers/implementations/rands/seed_src.c
181
int entropy, size_t min_len, size_t max_len,
crypto/openssl/providers/implementations/rands/seed_src.c
183
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/seed_src.c
185
size_t ret = 0;
crypto/openssl/providers/implementations/rands/seed_src.c
186
size_t entropy_available = 0;
crypto/openssl/providers/implementations/rands/seed_src.c
210
unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/rands/seed_src.c
71
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/providers/implementations/rands/seed_src.c
88
static int seed_src_generate(void *vseed, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/seed_src.c
92
size_t adin_len)
crypto/openssl/providers/implementations/rands/seed_src.c
95
size_t entropy_available;
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
109
if (result >= 0 && (size_t)result == len)
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
148
size_t pstr_len,
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
174
static int jitter_generate(void *vseed, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
178
ossl_unused size_t adin_len)
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
181
size_t entropy_available;
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
215
ossl_unused size_t ent_len,
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
217
ossl_unused size_t adin_len)
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
266
static size_t jitter_get_seed(void *vseed, unsigned char **pout,
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
267
int entropy, size_t min_len,
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
268
size_t max_len,
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
271
size_t adin_len)
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
273
size_t ret = 0;
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
274
size_t entropy_available = 0;
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
299
size_t ossl_rand_jitter_get_seed(unsigned char **pout, int entropy, size_t min_len, size_t max_len)
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
301
size_t ret = 0;
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
317
unsigned char *out, size_t outlen)
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
52
static size_t get_jitter_random_value(PROV_JITTER *s, unsigned char *buf, size_t len);
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
60
static size_t ossl_prov_acquire_entropy_from_jitter(PROV_JITTER *s,
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
63
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
83
static size_t get_jitter_random_value(PROV_JITTER *s,
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
84
unsigned char *buf, size_t len)
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
88
size_t num_tries;
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_arm64.c
18
size_t OPENSSL_rndrrs_bytes(unsigned char *buf, size_t len);
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_arm64.c
20
static size_t get_hardware_random_value(unsigned char *buf, size_t len);
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_arm64.c
32
size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool)
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_arm64.c
34
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_arm64.c
52
static size_t get_hardware_random_value(unsigned char *buf, size_t len)
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_x86.c
20
size_t OPENSSL_ia32_rdseed_bytes(unsigned char *buf, size_t len);
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_x86.c
21
size_t OPENSSL_ia32_rdrand_bytes(unsigned char *buf, size_t len);
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_x86.c
24
static size_t get_hardware_random_value(unsigned char *buf, size_t len);
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_x86.c
38
size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool)
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_x86.c
40
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_x86.c
61
static size_t get_hardware_random_value(unsigned char *buf, size_t len)
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_x86.c
63
size_t bytes_remaining = len;
crypto/openssl/providers/implementations/rands/seeding/rand_cpu_x86.c
91
static size_t get_hardware_random_value(unsigned char *buf, size_t len)
crypto/openssl/providers/implementations/rands/seeding/rand_tsc.c
33
size_t ossl_prov_acquire_entropy_from_tsc(RAND_POOL *pool)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
144
size_t ossl_pool_acquire_entropy(RAND_POOL *pool)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
148
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
218
static ssize_t sysctl_random(char *buf, size_t buflen)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
221
size_t done = 0;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
222
size_t len;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
330
static ssize_t syscall_random(void *buf, size_t buflen)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
356
extern int getentropy(void *buffer, size_t length) __attribute__((weak));
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
373
int (*f)(void *buffer, size_t length);
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
529
static int get_random_device(size_t n)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
559
static void close_random_device(size_t n)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
570
size_t i;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
580
size_t i;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
628
size_t ossl_pool_acquire_entropy(RAND_POOL *pool)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
633
size_t entropy_available = 0;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
639
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
665
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
667
size_t i;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
718
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
724
size_t bytes = 0;
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
283
static size_t prepare_item_list(const struct item_st *items_input,
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
284
size_t items_input_num,
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
288
size_t data_sz = 0;
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
323
size_t j;
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
345
size_t data_collect_method(RAND_POOL *pool)
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
364
size_t total_elems = 0;
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
365
size_t total_length = 0;
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
366
size_t bytes_needed = ossl_rand_pool_bytes_needed(pool, ENTROPY_FACTOR);
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
367
size_t bytes_remaining = ossl_rand_pool_bytes_remaining(pool);
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
491
static int (*get_entropy_address)(void *buffer, size_t buffer_size) = NULL;
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
500
size_t get_entropy_method(RAND_POOL *pool)
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
507
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
508
size_t bytes_to_get = 0;
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
542
size_t ossl_pool_acquire_entropy(RAND_POOL *pool)
crypto/openssl/providers/implementations/rands/seeding/rand_vxworks.c
101
size_t ossl_pool_acquire_entropy(RAND_POOL *pool)
crypto/openssl/providers/implementations/rands/seeding/rand_vxworks.c
105
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/seeding/rand_win.c
107
size_t bytes = 0;
crypto/openssl/providers/implementations/rands/seeding/rand_win.c
47
size_t ossl_pool_acquire_entropy(RAND_POOL *pool)
crypto/openssl/providers/implementations/rands/seeding/rand_win.c
53
size_t bytes_needed;
crypto/openssl/providers/implementations/rands/seeding/rand_win.c
54
size_t entropy_available = 0;
crypto/openssl/providers/implementations/rands/seeding/rand_win.c
72
size_t bytes = 0;
crypto/openssl/providers/implementations/rands/seeding/rand_win.c
87
size_t bytes = 0;
crypto/openssl/providers/implementations/rands/test_rng.c
127
static int test_rng_generate(void *vtest, unsigned char *out, size_t outlen,
crypto/openssl/providers/implementations/rands/test_rng.c
129
const unsigned char *adin, size_t adin_len)
crypto/openssl/providers/implementations/rands/test_rng.c
132
size_t i;
crypto/openssl/providers/implementations/rands/test_rng.c
152
ossl_unused size_t ent_len,
crypto/openssl/providers/implementations/rands/test_rng.c
154
ossl_unused size_t adin_len)
crypto/openssl/providers/implementations/rands/test_rng.c
159
static size_t test_rng_nonce(void *vtest, unsigned char *out,
crypto/openssl/providers/implementations/rands/test_rng.c
160
unsigned int strength, size_t min_noncelen,
crypto/openssl/providers/implementations/rands/test_rng.c
161
size_t max_noncelen)
crypto/openssl/providers/implementations/rands/test_rng.c
164
size_t i;
crypto/openssl/providers/implementations/rands/test_rng.c
231
size_t size = 0;
crypto/openssl/providers/implementations/rands/test_rng.c
289
static size_t test_rng_get_seed(void *vtest, unsigned char **pout,
crypto/openssl/providers/implementations/rands/test_rng.c
290
int entropy, size_t min_len, size_t max_len,
crypto/openssl/providers/implementations/rands/test_rng.c
293
ossl_unused size_t adin_len)
crypto/openssl/providers/implementations/rands/test_rng.c
47
size_t max_request;
crypto/openssl/providers/implementations/rands/test_rng.c
49
size_t entropy_len, entropy_pos, nonce_len;
crypto/openssl/providers/implementations/rands/test_rng.c
83
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/providers/implementations/signature/dsa_sig.c
101
size_t aid_len;
crypto/openssl/providers/implementations/signature/dsa_sig.c
110
size_t siglen;
crypto/openssl/providers/implementations/signature/dsa_sig.c
115
static size_t dsa_get_md_size(const PROV_DSA_CTX *pdsactx)
crypto/openssl/providers/implementations/signature/dsa_sig.c
123
return (size_t)md_size;
crypto/openssl/providers/implementations/signature/dsa_sig.c
161
size_t mdname_len = strlen(mdname);
crypto/openssl/providers/implementations/signature/dsa_sig.c
332
unsigned char *sig, size_t *siglen, size_t sigsize,
crypto/openssl/providers/implementations/signature/dsa_sig.c
333
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/dsa_sig.c
338
size_t dsasize = DSA_size(pdsactx->dsa);
crypto/openssl/providers/implementations/signature/dsa_sig.c
339
size_t mdsize = dsa_get_md_size(pdsactx);
crypto/openssl/providers/implementations/signature/dsa_sig.c
372
size_t datalen)
crypto/openssl/providers/implementations/signature/dsa_sig.c
383
size_t *siglen, size_t sigsize)
crypto/openssl/providers/implementations/signature/dsa_sig.c
413
static int dsa_sign(void *vpdsactx, unsigned char *sig, size_t *siglen,
crypto/openssl/providers/implementations/signature/dsa_sig.c
414
size_t sigsize, const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/dsa_sig.c
441
const unsigned char *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/dsa_sig.c
442
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/dsa_sig.c
445
size_t mdsize = dsa_get_md_size(pdsactx);
crypto/openssl/providers/implementations/signature/dsa_sig.c
454
const unsigned char *sig, size_t siglen)
crypto/openssl/providers/implementations/signature/dsa_sig.c
493
const unsigned char *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/dsa_sig.c
494
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/dsa_sig.c
557
size_t datalen)
crypto/openssl/providers/implementations/signature/dsa_sig.c
571
size_t *siglen, size_t sigsize)
crypto/openssl/providers/implementations/signature/dsa_sig.c
598
size_t siglen)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
104
size_t mdsize;
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
108
size_t siglen;
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
171
size_t mdname_len;
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
262
ctx->mdsize = (size_t)md_size;
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
324
unsigned char *sig, size_t *siglen, size_t sigsize,
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
325
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
330
size_t ecsize = ECDSA_size(ctx->ec);
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
345
if (sigsize < (size_t)ecsize)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
373
size_t datalen)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
384
size_t *siglen, size_t sigsize)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
408
static int ecdsa_sign(void *vctx, unsigned char *sig, size_t *siglen,
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
409
size_t sigsize, const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
440
const unsigned char *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
441
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
452
const unsigned char *sig, size_t siglen)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
488
const unsigned char *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
489
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
553
size_t datalen)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
566
int ecdsa_digest_sign_final(void *vctx, unsigned char *sig, size_t *siglen,
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
567
size_t sigsize)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
594
size_t siglen)
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
765
size_t mdsize = 0;
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
98
size_t aid_len;
crypto/openssl/providers/implementations/signature/eddsa_sig.c
1056
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
1081
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
1109
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
1134
size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
144
size_t aid_len;
crypto/openssl/providers/implementations/signature/eddsa_sig.c
160
size_t context_string_len;
crypto/openssl/providers/implementations/signature/eddsa_sig.c
35
const unsigned char *tbs, size_t tbslen);
crypto/openssl/providers/implementations/signature/eddsa_sig.c
37
const unsigned char *tbs, size_t tbslen);
crypto/openssl/providers/implementations/signature/eddsa_sig.c
385
unsigned char *sigret, size_t *siglen, size_t sigsize,
crypto/openssl/providers/implementations/signature/eddsa_sig.c
386
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
391
size_t mdlen;
crypto/openssl/providers/implementations/signature/eddsa_sig.c
40
const unsigned char *tbs, size_t tbslen);
crypto/openssl/providers/implementations/signature/eddsa_sig.c
43
const unsigned char *tbs, size_t tbslen);
crypto/openssl/providers/implementations/signature/eddsa_sig.c
466
const uint8_t *in, size_t inlen,
crypto/openssl/providers/implementations/signature/eddsa_sig.c
467
uint8_t *out, size_t outlen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
494
unsigned char *sigret, size_t *siglen, size_t sigsize,
crypto/openssl/providers/implementations/signature/eddsa_sig.c
495
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
500
size_t mdlen = sizeof(md);
crypto/openssl/providers/implementations/signature/eddsa_sig.c
570
const unsigned char *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/eddsa_sig.c
571
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
576
size_t mdlen;
crypto/openssl/providers/implementations/signature/eddsa_sig.c
628
const unsigned char *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/eddsa_sig.c
629
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
634
size_t mdlen = sizeof(md);
crypto/openssl/providers/implementations/signature/eddsa_sig.c
697
unsigned char *sigret, size_t *siglen, size_t sigsize,
crypto/openssl/providers/implementations/signature/eddsa_sig.c
698
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
704
const unsigned char *sigret, size_t siglen,
crypto/openssl/providers/implementations/signature/eddsa_sig.c
705
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
731
unsigned char *sigret, size_t *siglen, size_t sigsize,
crypto/openssl/providers/implementations/signature/eddsa_sig.c
732
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/eddsa_sig.c
738
const unsigned char *sigret, size_t siglen,
crypto/openssl/providers/implementations/signature/eddsa_sig.c
739
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/mac_legacy_sig.c
141
size_t datalen)
crypto/openssl/providers/implementations/signature/mac_legacy_sig.c
151
int mac_digest_sign_final(void *vpmacctx, unsigned char *mac, size_t *maclen,
crypto/openssl/providers/implementations/signature/mac_legacy_sig.c
152
size_t macsize)
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
177
static int ml_dsa_sign(void *vctx, uint8_t *sig, size_t *siglen, size_t sigsize,
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
178
const uint8_t *msg, size_t msg_len)
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
208
static int ml_dsa_digest_sign(void *vctx, uint8_t *sig, size_t *siglen, size_t sigsize,
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
209
const uint8_t *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
220
static int ml_dsa_verify(void *vctx, const uint8_t *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
221
const uint8_t *msg, size_t msg_len)
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
232
const uint8_t *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
233
const uint8_t *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
47
size_t context_string_len;
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
49
size_t test_entropy_len;
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
55
size_t aid_len;
crypto/openssl/providers/implementations/signature/rsa_sig.c
1023
const unsigned char *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/rsa_sig.c
1024
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
1026
size_t rslen;
crypto/openssl/providers/implementations/signature/rsa_sig.c
1050
size_t mdsize;
crypto/openssl/providers/implementations/signature/rsa_sig.c
1103
rslen = (size_t)ret;
crypto/openssl/providers/implementations/signature/rsa_sig.c
1113
const unsigned char *sig, size_t siglen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
1159
const unsigned char *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/rsa_sig.c
1160
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
1231
size_t datalen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
1245
size_t *siglen, size_t sigsize)
crypto/openssl/providers/implementations/signature/rsa_sig.c
1275
size_t datalen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
1289
size_t siglen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
1398
size_t aid_len;
crypto/openssl/providers/implementations/signature/rsa_sig.c
143
size_t siglen;
crypto/openssl/providers/implementations/signature/rsa_sig.c
163
static size_t rsa_get_md_size(const PROV_RSA_CTX *prsactx)
crypto/openssl/providers/implementations/signature/rsa_sig.c
310
size_t buf_len,
crypto/openssl/providers/implementations/signature/rsa_sig.c
311
size_t *aid_len)
crypto/openssl/providers/implementations/signature/rsa_sig.c
380
size_t mdname_len = strlen(mdname);
crypto/openssl/providers/implementations/signature/rsa_sig.c
467
size_t len;
crypto/openssl/providers/implementations/signature/rsa_sig.c
552
size_t len;
crypto/openssl/providers/implementations/signature/rsa_sig.c
677
unsigned char *sig, size_t *siglen, size_t sigsize,
crypto/openssl/providers/implementations/signature/rsa_sig.c
678
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
681
size_t rsasize = RSA_size(prsactx->rsa);
crypto/openssl/providers/implementations/signature/rsa_sig.c
682
size_t mdsize = rsa_get_md_size(prsactx);
crypto/openssl/providers/implementations/signature/rsa_sig.c
726
if ((size_t)RSA_size(prsactx->rsa) < tbslen + 1) {
crypto/openssl/providers/implementations/signature/rsa_sig.c
828
size_t datalen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
845
size_t *siglen, size_t sigsize)
crypto/openssl/providers/implementations/signature/rsa_sig.c
884
static int rsa_sign(void *vprsactx, unsigned char *sig, size_t *siglen,
crypto/openssl/providers/implementations/signature/rsa_sig.c
885
size_t sigsize, const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
929
unsigned char *rout, size_t *routlen,
crypto/openssl/providers/implementations/signature/rsa_sig.c
930
size_t routsize,
crypto/openssl/providers/implementations/signature/rsa_sig.c
931
const unsigned char *sig, size_t siglen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
969
if (routsize < (size_t)ret) {
crypto/openssl/providers/implementations/signature/rsa_sig.c
980
size_t sltmp;
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
200
static int slh_dsa_sign(void *vctx, unsigned char *sig, size_t *siglen,
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
201
size_t sigsize, const unsigned char *msg, size_t msg_len)
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
206
size_t n = 0;
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
230
static int slh_dsa_digest_sign(void *vctx, uint8_t *sig, size_t *siglen, size_t sigsize,
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
231
const uint8_t *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
242
static int slh_dsa_verify(void *vctx, const uint8_t *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
243
const uint8_t *msg, size_t msg_len)
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
253
static int slh_dsa_digest_verify(void *vctx, const uint8_t *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
254
const uint8_t *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
282
size_t n = ossl_slh_dsa_key_get_n(pctx->key);
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
45
size_t context_string_len;
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
47
size_t add_random_len;
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
55
size_t aid_len;
crypto/openssl/providers/implementations/signature/sm2_sig.c
161
static int sm2sig_sign(void *vpsm2ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/providers/implementations/signature/sm2_sig.c
162
size_t sigsize, const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/sm2_sig.c
168
size_t ecsize = ECDSA_size(ctx->ec);
crypto/openssl/providers/implementations/signature/sm2_sig.c
175
if (sigsize < (size_t)ecsize)
crypto/openssl/providers/implementations/signature/sm2_sig.c
189
static int sm2sig_verify(void *vpsm2ctx, const unsigned char *sig, size_t siglen,
crypto/openssl/providers/implementations/signature/sm2_sig.c
190
const unsigned char *tbs, size_t tbslen)
crypto/openssl/providers/implementations/signature/sm2_sig.c
284
size_t datalen)
crypto/openssl/providers/implementations/signature/sm2_sig.c
295
int sm2sig_digest_sign_final(void *vpsm2ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/providers/implementations/signature/sm2_sig.c
296
size_t sigsize)
crypto/openssl/providers/implementations/signature/sm2_sig.c
315
return sm2sig_sign(vpsm2ctx, sig, siglen, sigsize, digest, (size_t)dlen);
crypto/openssl/providers/implementations/signature/sm2_sig.c
319
size_t siglen)
crypto/openssl/providers/implementations/signature/sm2_sig.c
337
return sm2sig_verify(vpsm2ctx, sig, siglen, digest, (size_t)dlen);
crypto/openssl/providers/implementations/signature/sm2_sig.c
445
size_t mdsize;
crypto/openssl/providers/implementations/signature/sm2_sig.c
455
size_t tmp_idlen = 0;
crypto/openssl/providers/implementations/signature/sm2_sig.c
80
size_t aid_len;
crypto/openssl/providers/implementations/signature/sm2_sig.c
85
size_t mdsize;
crypto/openssl/providers/implementations/signature/sm2_sig.c
89
size_t id_len;
crypto/openssl/providers/implementations/storemgmt/file_store.c
204
size_t path_data_n = 0, i;
crypto/openssl/providers/implementations/storemgmt/file_store.c
351
size_t der_len = 0;
crypto/openssl/providers/implementations/storemgmt/file_store.c
619
size_t len = strlen(ctx->_.dir.search_name);
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
161
size_t mem_len = 0, mem_want;
crypto/openssl/providers/implementations/storemgmt/file_store_any2obj.c
231
size_t mem_len = 0, mem_want;
crypto/openssl/providers/implementations/storemgmt/winstore_store.c
134
size_t der_len = 0;
crypto/openssl/providers/implementations/storemgmt/winstore_store.c
269
const void *der, size_t der_len)
crypto/openssl/providers/implementations/storemgmt/winstore_store.c
273
size_t der_len_ = der_len;
crypto/openssl/providers/implementations/storemgmt/winstore_store.c
42
size_t subject_len;
crypto/openssl/ssl/bio_ssl.c
165
static int ssl_write(BIO *b, const char *buf, size_t size, size_t *written)
crypto/openssl/ssl/bio_ssl.c
21
static int ssl_write(BIO *h, const char *buf, size_t size, size_t *written);
crypto/openssl/ssl/bio_ssl.c
22
static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes);
crypto/openssl/ssl/bio_ssl.c
37
size_t byte_count;
crypto/openssl/ssl/bio_ssl.c
95
static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes)
crypto/openssl/ssl/d1_lib.c
176
size_t mtu;
crypto/openssl/ssl/d1_lib.c
177
size_t link_mtu;
crypto/openssl/ssl/d1_lib.c
20
static size_t dtls1_link_min_mtu(void);
crypto/openssl/ssl/d1_lib.c
23
static const size_t g_probable_mtu[] = { 1500, 512, 256 };
crypto/openssl/ssl/d1_lib.c
368
size_t mtu;
crypto/openssl/ssl/d1_lib.c
424
size_t fragoff, fraglen, msglen;
crypto/openssl/ssl/d1_lib.c
653
size_t wreclen;
crypto/openssl/ssl/d1_lib.c
912
static size_t dtls1_link_min_mtu(void)
crypto/openssl/ssl/d1_lib.c
917
size_t dtls1_min_mtu(SSL_CONNECTION *s)
crypto/openssl/ssl/d1_lib.c
924
size_t DTLS_get_data_mtu(const SSL *ssl)
crypto/openssl/ssl/d1_lib.c
926
size_t mac_overhead, int_overhead, blocksize, ext_overhead;
crypto/openssl/ssl/d1_lib.c
928
size_t mtu;
crypto/openssl/ssl/d1_msg.c
14
size_t len, size_t *written)
crypto/openssl/ssl/d1_msg.c
46
size_t written;
crypto/openssl/ssl/d1_srtp.c
111
if (!find_profile_by_name(ptr, &p, col ? (size_t)(col - ptr) : strlen(ptr))) {
crypto/openssl/ssl/d1_srtp.c
76
const SRTP_PROTECTION_PROFILE **pptr, size_t len)
crypto/openssl/ssl/pqueue.c
143
size_t pqueue_size(pqueue *pq)
crypto/openssl/ssl/pqueue.c
146
size_t count = 0;
crypto/openssl/ssl/priority_queue.c
103
static ossl_inline void pqueue_swap_elem(OSSL_PQUEUE *pq, size_t i, size_t j)
crypto/openssl/ssl/priority_queue.c
119
static ossl_inline void pqueue_move_elem(OSSL_PQUEUE *pq, size_t from, size_t to)
crypto/openssl/ssl/priority_queue.c
134
static ossl_inline void pqueue_force_bottom(OSSL_PQUEUE *pq, size_t n)
crypto/openssl/ssl/priority_queue.c
138
const size_t p = (n - 1) / 2;
crypto/openssl/ssl/priority_queue.c
150
static ossl_inline void pqueue_move_down(OSSL_PQUEUE *pq, size_t n)
crypto/openssl/ssl/priority_queue.c
156
const size_t p = (n - 1) / 2;
crypto/openssl/ssl/priority_queue.c
17
OSSL_SAFE_MATH_UNSIGNED(size_t, size_t)
crypto/openssl/ssl/priority_queue.c
170
static ossl_inline void pqueue_move_up(OSSL_PQUEUE *pq, size_t n)
crypto/openssl/ssl/priority_queue.c
173
size_t p = n * 2 + 1;
crypto/openssl/ssl/priority_queue.c
195
int ossl_pqueue_push(OSSL_PQUEUE *pq, void *data, size_t *elem)
crypto/openssl/ssl/priority_queue.c
197
size_t n, m;
crypto/openssl/ssl/priority_queue.c
231
size_t elem;
crypto/openssl/ssl/priority_queue.c
253
void *ossl_pqueue_remove(OSSL_PQUEUE *pq, size_t elem)
crypto/openssl/ssl/priority_queue.c
255
size_t n;
crypto/openssl/ssl/priority_queue.c
278
static void pqueue_add_freelist(OSSL_PQUEUE *pq, size_t from)
crypto/openssl/ssl/priority_queue.c
281
size_t i;
crypto/openssl/ssl/priority_queue.c
293
int ossl_pqueue_reserve(OSSL_PQUEUE *pq, size_t n)
crypto/openssl/ssl/priority_queue.c
295
size_t new_max, cur_max;
crypto/openssl/ssl/priority_queue.c
361
size_t i;
crypto/openssl/ssl/priority_queue.c
370
size_t ossl_pqueue_num(const OSSL_PQUEUE *pq)
crypto/openssl/ssl/priority_queue.c
39
size_t index; /* Constant index in elements[] */
crypto/openssl/ssl/priority_queue.c
43
size_t posn; /* Current index in heap[] or link in free list */
crypto/openssl/ssl/priority_queue.c
53
size_t htop; /* Highest used heap element */
crypto/openssl/ssl/priority_queue.c
54
size_t hmax; /* Allocated heap & element space */
crypto/openssl/ssl/priority_queue.c
55
size_t freelist; /* Index into elements[], start of free element list */
crypto/openssl/ssl/priority_queue.c
61
static const size_t min_nodes = 8;
crypto/openssl/ssl/priority_queue.c
62
static const size_t max_nodes = SIZE_MAX / (sizeof(struct pq_heap_st) > sizeof(struct pq_elem_st) ? sizeof(struct pq_heap_st) : sizeof(struct pq_elem_st));
crypto/openssl/ssl/priority_queue.c
86
static ossl_inline size_t compute_pqueue_growth(size_t target, size_t current)
crypto/openssl/ssl/quic/cc_newreno.c
116
size_t value;
crypto/openssl/ssl/quic/cc_newreno.c
131
static int bind_diag(OSSL_PARAM *params, const char *param_name, size_t len,
crypto/openssl/ssl/quic/cc_newreno.c
152
size_t *new_p_max_dgram_payload_len;
crypto/openssl/ssl/quic/cc_newreno.c
159
sizeof(size_t), (void **)&new_p_max_dgram_payload_len)
crypto/openssl/ssl/quic/cc_newreno.c
18
size_t max_dgram_size;
crypto/openssl/ssl/quic/cc_newreno.c
30
size_t *p_diag_max_dgram_payload_len;
crypto/openssl/ssl/quic/cc_newreno.c
42
size_t max_dgram_size);
crypto/openssl/ssl/quic/cc_newreno.c
70
size_t max_dgram_size)
crypto/openssl/ssl/quic/cc_newreno.c
72
size_t max_init_wnd;
crypto/openssl/ssl/quic/json_enc.c
116
static int json_ensure_stack_size(OSSL_JSON_ENC *json, size_t num_bytes)
crypto/openssl/ssl/quic/json_enc.c
146
size_t new_size
crypto/openssl/ssl/quic/json_enc.c
193
size_t obyte, obit;
crypto/openssl/ssl/quic/json_enc.c
21
static int wbuf_init(struct json_write_buf *wbuf, BIO *bio, size_t alloc)
crypto/openssl/ssl/quic/json_enc.c
334
size_t i, depth;
crypto/openssl/ssl/quic/json_enc.c
52
static ossl_inline size_t wbuf_avail(struct json_write_buf *wbuf)
crypto/openssl/ssl/quic/json_enc.c
607
json_write_qstring_inner(OSSL_JSON_ENC *json, const char *str, size_t str_len,
crypto/openssl/ssl/quic/json_enc.c
613
size_t j;
crypto/openssl/ssl/quic/json_enc.c
707
json_write_qstring_len(OSSL_JSON_ENC *json, const char *str, size_t str_len)
crypto/openssl/ssl/quic/json_enc.c
721
void ossl_json_str_len(OSSL_JSON_ENC *json, const char *str, size_t str_len)
crypto/openssl/ssl/quic/json_enc.c
734
void ossl_json_str_hex(OSSL_JSON_ENC *json, const void *data, size_t data_len)
crypto/openssl/ssl/quic/json_enc.c
86
size_t written = 0, total_written = 0;
crypto/openssl/ssl/quic/qlog.c
112
size_t i, l, strl;
crypto/openssl/ssl/quic/qlog.c
16
#define BITS_PER_WORD (sizeof(size_t) * 8)
crypto/openssl/ssl/quic/qlog.c
19
static ossl_unused ossl_inline int bit_get(const size_t *p, uint32_t bit_no)
crypto/openssl/ssl/quic/qlog.c
21
return p[bit_no / BITS_PER_WORD] & (((size_t)1) << (bit_no % BITS_PER_WORD));
crypto/openssl/ssl/quic/qlog.c
24
static ossl_unused ossl_inline void bit_set(size_t *p, uint32_t bit_no, int enable)
crypto/openssl/ssl/quic/qlog.c
26
size_t mask = (((size_t)1) << (bit_no % BITS_PER_WORD));
crypto/openssl/ssl/quic/qlog.c
38
size_t enabled[NUM_ENABLED_W];
crypto/openssl/ssl/quic/qlog.c
472
const char *value, size_t value_len)
crypto/openssl/ssl/quic/qlog.c
505
const void *value, size_t value_len)
crypto/openssl/ssl/quic/qlog.c
531
static int lex_init(struct lexer *lex, const char *in, size_t in_len)
crypto/openssl/ssl/quic/qlog.c
582
static int lex_match(struct lexer *lex, const char *s, size_t s_len)
crypto/openssl/ssl/quic/qlog.c
584
if ((size_t)(lex->term_end - lex->p) != s_len)
crypto/openssl/ssl/quic/qlog.c
593
static void lex_get_rest(struct lexer *lex, const char **str, size_t *str_l)
crypto/openssl/ssl/quic/qlog.c
600
const char **str, size_t *str_l)
crypto/openssl/ssl/quic/qlog.c
615
static int ossl_unused filter_match_event(const char *cat, size_t cat_l,
crypto/openssl/ssl/quic/qlog.c
616
const char *event, size_t event_l,
crypto/openssl/ssl/quic/qlog.c
620
size_t expect_cat_l = strlen(expect_cat);
crypto/openssl/ssl/quic/qlog.c
621
size_t expect_event_l = strlen(expect_event);
crypto/openssl/ssl/quic/qlog.c
640
static void filter_apply(size_t *enabled, int add,
crypto/openssl/ssl/quic/qlog.c
641
const char *cat, size_t cat_l,
crypto/openssl/ssl/quic/qlog.c
642
const char *event, size_t event_l)
crypto/openssl/ssl/quic/qlog.c
663
static int validate_name(const char **p, size_t *l)
crypto/openssl/ssl/quic/qlog.c
666
size_t i, l_ = *l;
crypto/openssl/ssl/quic/qlog.c
689
size_t cat_l, event_l, enabled[NUM_ENABLED_W];
crypto/openssl/ssl/quic/qlog_event_helpers.c
207
size_t *need_skip)
crypto/openssl/ssl/quic/qlog_event_helpers.c
213
size_t i;
crypto/openssl/ssl/quic/qlog_event_helpers.c
295
*need_skip += (size_t)f.len;
crypto/openssl/ssl/quic/qlog_event_helpers.c
318
? *need_skip + (size_t)f.len
crypto/openssl/ssl/quic/qlog_event_helpers.c
453
size_t token_len;
crypto/openssl/ssl/quic/qlog_event_helpers.c
487
size_t *need_skip)
crypto/openssl/ssl/quic/qlog_event_helpers.c
489
size_t rem_before, rem_after;
crypto/openssl/ssl/quic/qlog_event_helpers.c
502
size_t num_iovec)
crypto/openssl/ssl/quic/qlog_event_helpers.c
504
size_t i;
crypto/openssl/ssl/quic/qlog_event_helpers.c
506
size_t need_skip = 0;
crypto/openssl/ssl/quic/qlog_event_helpers.c
514
size_t adv = need_skip;
crypto/openssl/ssl/quic/qlog_event_helpers.c
541
size_t num_iovec,
crypto/openssl/ssl/quic/qlog_event_helpers.c
583
size_t num_iovec,
crypto/openssl/ssl/quic/qlog_event_helpers.c
597
size_t num_iovec,
crypto/openssl/ssl/quic/quic_ackm.c
1082
size_t i;
crypto/openssl/ssl/quic/quic_ackm.c
1134
int ossl_ackm_on_rx_datagram(OSSL_ACKM *ackm, size_t num_bytes)
crypto/openssl/ssl/quic/quic_ackm.c
1411
size_t i;
crypto/openssl/ssl/quic/quic_ackm.c
1617
size_t i = 0;
crypto/openssl/ssl/quic/quic_ackm.c
680
size_t ridx = 0;
crypto/openssl/ssl/quic/quic_cfq.c
22
size_t encoded_len;
crypto/openssl/ssl/quic/quic_cfq.c
237
size_t encoded_len,
crypto/openssl/ssl/quic/quic_cfq.c
41
size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item)
crypto/openssl/ssl/quic/quic_channel.c
1028
static int ch_on_crypto_release_record(size_t bytes_read, void *arg)
crypto/openssl/ssl/quic/quic_channel.c
1050
size_t secret_len,
crypto/openssl/ssl/quic/quic_channel.c
1299
size_t params_len,
crypto/openssl/ssl/quic/quic_channel.c
1305
size_t len;
crypto/openssl/ssl/quic/quic_channel.c
164
size_t rx_short_dcid_len;
crypto/openssl/ssl/quic/quic_channel.c
165
size_t tx_init_dcid_len;
crypto/openssl/ssl/quic/quic_channel.c
1858
size_t buf_len = 0;
crypto/openssl/ssl/quic/quic_channel.c
2796
size_t token_len, void *arg)
crypto/openssl/ssl/quic/quic_channel.c
2865
static void free_token(const unsigned char *token, size_t token_len, void *arg)
crypto/openssl/ssl/quic/quic_channel.c
2908
size_t retry_token_len,
crypto/openssl/ssl/quic/quic_channel.c
3104
size_t l = src->reason_len;
crypto/openssl/ssl/quic/quic_channel.c
3227
static void free_frame_data(unsigned char *buf, size_t buf_len, void *arg)
crypto/openssl/ssl/quic/quic_channel.c
3236
size_t l;
crypto/openssl/ssl/quic/quic_channel.c
557
static void free_buf_mem(unsigned char *buf, size_t buf_len, void *arg)
crypto/openssl/ssl/quic/quic_channel.c
56
size_t retry_token_len,
crypto/openssl/ssl/quic/quic_channel.c
564
size_t token_len)
crypto/openssl/ssl/quic/quic_channel.c
570
size_t l = 0;
crypto/openssl/ssl/quic/quic_channel.c
606
size_t ossl_quic_channel_get_short_header_conn_id_len(QUIC_CHANNEL *ch)
crypto/openssl/ssl/quic/quic_channel.c
64
size_t params_len,
crypto/openssl/ssl/quic/quic_channel.c
71
size_t secret_len,
crypto/openssl/ssl/quic/quic_channel.c
74
size_t *bytes_read, void *arg);
crypto/openssl/ssl/quic/quic_channel.c
75
static int ch_on_crypto_release_record(size_t bytes_read, void *arg);
crypto/openssl/ssl/quic/quic_channel.c
77
static int ch_on_crypto_send(const unsigned char *buf, size_t buf_len,
crypto/openssl/ssl/quic/quic_channel.c
78
size_t *consumed, void *arg);
crypto/openssl/ssl/quic/quic_channel.c
85
size_t retry_token_len,
crypto/openssl/ssl/quic/quic_channel.c
960
static int ch_on_crypto_send(const unsigned char *buf, size_t buf_len,
crypto/openssl/ssl/quic/quic_channel.c
961
size_t *consumed, void *arg)
crypto/openssl/ssl/quic/quic_channel.c
978
size_t avail = 0;
crypto/openssl/ssl/quic/quic_channel.c
991
size_t *bytes_read, void *arg)
crypto/openssl/ssl/quic/quic_channel_local.h
466
size_t num_ack_range_scratch;
crypto/openssl/ssl/quic/quic_channel_local.h
70
size_t pending_new_token_len;
crypto/openssl/ssl/quic/quic_demux.c
155
static QUIC_URXE *demux_alloc_urxe(size_t alloc_len)
crypto/openssl/ssl/quic/quic_demux.c
173
size_t new_alloc_len)
crypto/openssl/ssl/quic/quic_demux.c
208
size_t alloc_len)
crypto/openssl/ssl/quic/quic_demux.c
213
static int demux_ensure_free_urxe(QUIC_DEMUX *demux, size_t min_num_free)
crypto/openssl/ssl/quic/quic_demux.c
240
size_t rd, i;
crypto/openssl/ssl/quic/quic_demux.c
33
size_t short_conn_id_len;
crypto/openssl/ssl/quic/quic_demux.c
39
size_t mtu;
crypto/openssl/ssl/quic/quic_demux.c
411
size_t buf_len,
crypto/openssl/ssl/quic/quic_demux.c
72
size_t short_conn_id_len,
crypto/openssl/ssl/quic/quic_fc.c
173
size_t max_window_size)
crypto/openssl/ssl/quic/quic_fifd.c
128
size_t i, num_chunks = ossl_quic_txpim_pkt_get_num_chunks(pkt);
crypto/openssl/ssl/quic/quic_fifd.c
256
size_t i, num_chunks;
crypto/openssl/ssl/quic/quic_fifd.c
72
size_t i, num_chunks = ossl_quic_txpim_pkt_get_num_chunks(pkt);
crypto/openssl/ssl/quic/quic_impl.c
1507
size_t args_len)
crypto/openssl/ssl/quic/quic_impl.c
2473
size_t len;
crypto/openssl/ssl/quic/quic_impl.c
2474
size_t total_written;
crypto/openssl/ssl/quic/quic_impl.c
2492
size_t cur_sz = ossl_quic_sstream_get_buffer_size(sstream);
crypto/openssl/ssl/quic/quic_impl.c
2493
size_t avail = ossl_quic_sstream_get_buffer_avail(sstream);
crypto/openssl/ssl/quic/quic_impl.c
2494
size_t spare_ = (spare > SIZE_MAX) ? SIZE_MAX : (size_t)spare;
crypto/openssl/ssl/quic/quic_impl.c
2495
size_t new_sz, growth;
crypto/openssl/ssl/quic/quic_impl.c
2515
size_t len, size_t *actual_written)
crypto/openssl/ssl/quic/quic_impl.c
2523
len = (size_t)permitted;
crypto/openssl/ssl/quic/quic_impl.c
2535
size_t actual_written = 0;
crypto/openssl/ssl/quic/quic_impl.c
2568
static int quic_write_blocking(QCTX *ctx, const void *buf, size_t len,
crypto/openssl/ssl/quic/quic_impl.c
2569
uint64_t flags, size_t *written)
crypto/openssl/ssl/quic/quic_impl.c
2574
size_t actual_written = 0;
crypto/openssl/ssl/quic/quic_impl.c
2631
size_t buf_len, size_t already_sent)
crypto/openssl/ssl/quic/quic_impl.c
2651
size_t len, uint64_t flags,
crypto/openssl/ssl/quic/quic_impl.c
2652
size_t *written)
crypto/openssl/ssl/quic/quic_impl.c
2656
size_t actual_len, actual_written = 0;
crypto/openssl/ssl/quic/quic_impl.c
2739
static int quic_write_nonblocking_epw(QCTX *ctx, const void *buf, size_t len,
crypto/openssl/ssl/quic/quic_impl.c
2740
uint64_t flags, size_t *written)
crypto/openssl/ssl/quic/quic_impl.c
2806
int ossl_quic_write_flags(SSL *s, const void *buf, size_t len,
crypto/openssl/ssl/quic/quic_impl.c
2807
uint64_t flags, size_t *written)
crypto/openssl/ssl/quic/quic_impl.c
2877
int ossl_quic_write(SSL *s, const void *buf, size_t len, size_t *written)
crypto/openssl/ssl/quic/quic_impl.c
2890
size_t len;
crypto/openssl/ssl/quic/quic_impl.c
2891
size_t *bytes_read;
crypto/openssl/ssl/quic/quic_impl.c
2936
void *buf, size_t buf_len,
crypto/openssl/ssl/quic/quic_impl.c
2937
size_t *bytes_read,
crypto/openssl/ssl/quic/quic_impl.c
3023
static int quic_read(SSL *s, void *buf, size_t len, size_t *bytes_read, int peek)
crypto/openssl/ssl/quic/quic_impl.c
3121
int ossl_quic_read(SSL *s, void *buf, size_t len, size_t *bytes_read)
crypto/openssl/ssl/quic/quic_impl.c
3126
int ossl_quic_peek(SSL *s, void *buf, size_t len, size_t *bytes_read)
crypto/openssl/ssl/quic/quic_impl.c
3137
static size_t ossl_quic_pending_int(const SSL *s, int check_channel)
crypto/openssl/ssl/quic/quic_impl.c
3140
size_t avail = 0;
crypto/openssl/ssl/quic/quic_impl.c
3179
size_t ossl_quic_pending(const SSL *s)
crypto/openssl/ssl/quic/quic_impl.c
3236
size_t buf_len,
crypto/openssl/ssl/quic/quic_impl.c
3733
size_t (*getter)(QUIC_SSTREAM *sstream))
crypto/openssl/ssl/quic/quic_impl.c
3736
size_t value = 0;
crypto/openssl/ssl/quic/quic_impl.c
3949
size_t ossl_quic_get_accept_stream_queue_len(SSL *s)
crypto/openssl/ssl/quic/quic_impl.c
3952
size_t v;
crypto/openssl/ssl/quic/quic_impl.c
3971
size_t args_len)
crypto/openssl/ssl/quic/quic_impl.c
4136
int ossl_quic_set_write_buffer_size(SSL *ssl, size_t size)
crypto/openssl/ssl/quic/quic_impl.c
4177
size_t info_len)
crypto/openssl/ssl/quic/quic_impl.c
4838
size_t token_len)
crypto/openssl/ssl/quic/quic_impl.c
4841
size_t hashkey_len = 0;
crypto/openssl/ssl/quic/quic_impl.c
4842
size_t addr_len = 0;
crypto/openssl/ssl/quic/quic_impl.c
4891
const uint8_t *token, size_t token_len)
crypto/openssl/ssl/quic/quic_impl.c
4965
size_t ossl_quic_get_accept_connection_queue_len(SSL *ssl)
crypto/openssl/ssl/quic/quic_impl.c
5151
size_t avail = 0;
crypto/openssl/ssl/quic/quic_lcidm.c
111
QUIC_LCIDM *ossl_quic_lcidm_new(OSSL_LIB_CTX *libctx, size_t lcid_len)
crypto/openssl/ssl/quic/quic_lcidm.c
295
size_t ossl_quic_lcidm_get_lcid_len(const QUIC_LCIDM *lcidm)
crypto/openssl/ssl/quic/quic_lcidm.c
300
size_t ossl_quic_lcidm_get_num_active_lcid(const QUIC_LCIDM *lcidm,
crypto/openssl/ssl/quic/quic_lcidm.c
339
size_t i;
crypto/openssl/ssl/quic/quic_lcidm.c
50
size_t num_active_lcid;
crypto/openssl/ssl/quic/quic_lcidm.c
65
size_t lcid_len; /* Length in bytes for all LCIDs */
crypto/openssl/ssl/quic/quic_local.h
171
size_t num_xso;
crypto/openssl/ssl/quic/quic_local.h
86
size_t aon_buf_len;
crypto/openssl/ssl/quic/quic_local.h
91
size_t aon_buf_pos;
crypto/openssl/ssl/quic/quic_port.c
1001
size_t tag_len;
crypto/openssl/ssl/quic/quic_port.c
1045
const unsigned char *buf, size_t buf_len)
crypto/openssl/ssl/quic/quic_port.c
1118
size_t written, token_buf_len, ct_len;
crypto/openssl/ssl/quic/quic_port.c
1231
size_t written;
crypto/openssl/ssl/quic/quic_port.c
1232
size_t i;
crypto/openssl/ssl/quic/quic_port.c
133
size_t rx_short_dcid_len = (port->is_multi_conn ? INIT_DCID_LEN : 0);
crypto/openssl/ssl/quic/quic_port.c
1341
size_t remote_addr_len, dec_token_len;
crypto/openssl/ssl/quic/quic_port.c
1434
size_t ct_len;
crypto/openssl/ssl/quic/quic_port.c
1435
size_t token_buf_len = 0;
crypto/openssl/ssl/quic/quic_port.c
272
size_t ossl_quic_port_get_num_incoming_channels(const QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port.c
71
size_t remote_addr_len;
crypto/openssl/ssl/quic/quic_port.c
800
size_t i;
crypto/openssl/ssl/quic/quic_port.c
893
unsigned char *buffer, size_t *buffer_len)
crypto/openssl/ssl/quic/quic_port.c
946
size_t pt_len,
crypto/openssl/ssl/quic/quic_port.c
948
size_t *ct_len)
crypto/openssl/ssl/quic/quic_port.c
951
size_t tag_len;
crypto/openssl/ssl/quic/quic_port.c
996
size_t ct_len,
crypto/openssl/ssl/quic/quic_port.c
998
size_t *pt_len)
crypto/openssl/ssl/quic/quic_rcidm.c
131
size_t pq_idx; /* Index of entry into priority queue */
crypto/openssl/ssl/quic/quic_rcidm.c
217
size_t num_retiring;
crypto/openssl/ssl/quic/quic_rcidm.c
679
size_t ossl_quic_rcidm_get_num_active(const QUIC_RCIDM *rcidm)
crypto/openssl/ssl/quic/quic_rcidm.c
686
size_t ossl_quic_rcidm_get_num_retiring(const QUIC_RCIDM *rcidm)
crypto/openssl/ssl/quic/quic_reactor.c
347
size_t npfd = 0;
crypto/openssl/ssl/quic/quic_reactor_wait_ctx.c
17
size_t blocking_count; /* datum */
crypto/openssl/ssl/quic/quic_record_rx.c
1012
PACKET *pkt, size_t pkt_idx,
crypto/openssl/ssl/quic/quic_record_rx.c
1014
size_t datagram_len)
crypto/openssl/ssl/quic/quic_record_rx.c
1018
size_t i, aad_len = 0, dec_len = 0;
crypto/openssl/ssl/quic/quic_record_rx.c
102
size_t short_conn_id_len;
crypto/openssl/ssl/quic/quic_record_rx.c
105
size_t max_deferred;
crypto/openssl/ssl/quic/quic_record_rx.c
108
size_t num_deferred;
crypto/openssl/ssl/quic/quic_record_rx.c
1346
size_t data_len)
crypto/openssl/ssl/quic/quic_record_rx.c
1350
size_t pkt_idx = 0;
crypto/openssl/ssl/quic/quic_record_rx.c
1603
size_t ossl_qrx_get_short_hdr_conn_id_len(OSSL_QRX *qrx)
crypto/openssl/ssl/quic/quic_record_rx.c
176
static RXE *qrx_ensure_free_rxe(OSSL_QRX *qrx, size_t alloc_len);
crypto/openssl/ssl/quic/quic_record_rx.c
179
static int qrx_relocate_buffer(OSSL_QRX *qrx, RXE **prxe, size_t *pi,
crypto/openssl/ssl/quic/quic_record_rx.c
180
const unsigned char **pptr, size_t buf_len);
crypto/openssl/ssl/quic/quic_record_rx.c
182
static RXE *qrx_reserve_rxe(RXE_LIST *rxl, RXE *rxe, size_t n);
crypto/openssl/ssl/quic/quic_record_rx.c
185
size_t src_len, size_t *dec_len,
crypto/openssl/ssl/quic/quic_record_rx.c
186
const unsigned char *aad, size_t aad_len,
crypto/openssl/ssl/quic/quic_record_rx.c
197
size_t i;
crypto/openssl/ssl/quic/quic_record_rx.c
22
static ossl_inline void pkt_mark(uint64_t *bitf, size_t pkt_idx)
crypto/openssl/ssl/quic/quic_record_rx.c
242
size_t i;
crypto/openssl/ssl/quic/quic_record_rx.c
29
static ossl_inline int pkt_is_marked(const uint64_t *bitf, size_t pkt_idx)
crypto/openssl/ssl/quic/quic_record_rx.c
307
size_t datagram_len)
crypto/openssl/ssl/quic/quic_record_rx.c
311
size_t i = 0, aad_len = 0, dec_len = 0;
crypto/openssl/ssl/quic/quic_record_rx.c
47
size_t data_len, alloc_len, refcount;
crypto/openssl/ssl/quic/quic_record_rx.c
496
const unsigned char *secret, size_t secret_len)
crypto/openssl/ssl/quic/quic_record_rx.c
557
static RXE *qrx_alloc_rxe(size_t alloc_len)
crypto/openssl/ssl/quic/quic_record_rx.c
582
static RXE *qrx_ensure_free_rxe(OSSL_QRX *qrx, size_t alloc_len)
crypto/openssl/ssl/quic/quic_record_rx.c
602
static RXE *qrx_resize_rxe(RXE_LIST *rxl, RXE *rxe, size_t n)
crypto/openssl/ssl/quic/quic_record_rx.c
62
size_t datagram_len;
crypto/openssl/ssl/quic/quic_record_rx.c
649
RXE *rxe, size_t n)
crypto/openssl/ssl/quic/quic_record_rx.c
675
static int qrx_relocate_buffer(OSSL_QRX *qrx, RXE **prxe, size_t *pi,
crypto/openssl/ssl/quic/quic_record_rx.c
676
const unsigned char **pptr, size_t buf_len)
crypto/openssl/ssl/quic/quic_record_rx.c
787
static size_t qrx_get_cipher_ctx_idx(OSSL_QRX *qrx, OSSL_QRL_ENC_LEVEL *el,
crypto/openssl/ssl/quic/quic_record_rx.c
793
size_t idx;
crypto/openssl/ssl/quic/quic_record_rx.c
889
size_t src_len, size_t *dec_len,
crypto/openssl/ssl/quic/quic_record_rx.c
890
const unsigned char *aad, size_t aad_len,
crypto/openssl/ssl/quic/quic_record_rx.c
897
size_t i, cctx_idx;
crypto/openssl/ssl/quic/quic_record_shared.c
104
size_t keyslot,
crypto/openssl/ssl/quic/quic_record_shared.c
106
size_t secret_len)
crypto/openssl/ssl/quic/quic_record_shared.c
110
size_t key_len = 0, iv_len = 0;
crypto/openssl/ssl/quic/quic_record_shared.c
169
if (!ossl_assert(iv_len == (size_t)EVP_CIPHER_get_iv_length(cipher))
crypto/openssl/ssl/quic/quic_record_shared.c
170
|| !ossl_assert(key_len == (size_t)EVP_CIPHER_get_key_length(cipher))) {
crypto/openssl/ssl/quic/quic_record_shared.c
203
size_t secret_len,
crypto/openssl/ssl/quic/quic_record_shared.c
211
size_t hpr_key_len, init_keyslot;
crypto/openssl/ssl/quic/quic_record_shared.c
349
size_t secret_len;
crypto/openssl/ssl/quic/quic_record_shared.c
425
size_t secret_len;
crypto/openssl/ssl/quic/quic_record_shared.c
65
size_t keyslot)
crypto/openssl/ssl/quic/quic_record_shared.c
86
size_t keyslot)
crypto/openssl/ssl/quic/quic_record_shared.h
116
size_t secret_len,
crypto/openssl/ssl/quic/quic_record_shared.h
127
size_t keyslot);
crypto/openssl/ssl/quic/quic_record_tx.c
1024
int ossl_qtx_set_mdpl(OSSL_QTX *qtx, size_t mdpl)
crypto/openssl/ssl/quic/quic_record_tx.c
1033
size_t ossl_qtx_get_mdpl(OSSL_QTX *qtx)
crypto/openssl/ssl/quic/quic_record_tx.c
1038
size_t ossl_qtx_get_queue_len_datagrams(OSSL_QTX *qtx)
crypto/openssl/ssl/quic/quic_record_tx.c
1043
size_t ossl_qtx_get_queue_len_bytes(OSSL_QTX *qtx)
crypto/openssl/ssl/quic/quic_record_tx.c
1048
size_t ossl_qtx_get_cur_dgram_len_bytes(OSSL_QTX *qtx)
crypto/openssl/ssl/quic/quic_record_tx.c
1053
size_t ossl_qtx_get_unflushed_pkt_count(OSSL_QTX *qtx)
crypto/openssl/ssl/quic/quic_record_tx.c
185
size_t secret_len)
crypto/openssl/ssl/quic/quic_record_tx.c
217
static TXE *qtx_alloc_txe(size_t alloc_len)
crypto/openssl/ssl/quic/quic_record_tx.c
241
static TXE *qtx_ensure_free_txe(OSSL_QTX *qtx, size_t alloc_len)
crypto/openssl/ssl/quic/quic_record_tx.c
262
static TXE *qtx_resize_txe(OSSL_QTX *qtx, TXE_LIST *txl, TXE *txe, size_t n)
crypto/openssl/ssl/quic/quic_record_tx.c
28
size_t data_len, alloc_len;
crypto/openssl/ssl/quic/quic_record_tx.c
307
TXE *txe, size_t n)
crypto/openssl/ssl/quic/quic_record_tx.c
337
size_t num_iovec, idx, byte_off, bytes_remaining;
crypto/openssl/ssl/quic/quic_record_tx.c
340
static size_t iovec_total_bytes(const OSSL_QTX_IOVEC *iovec,
crypto/openssl/ssl/quic/quic_record_tx.c
341
size_t num_iovec)
crypto/openssl/ssl/quic/quic_record_tx.c
343
size_t i, l = 0;
crypto/openssl/ssl/quic/quic_record_tx.c
353
size_t num_iovec)
crypto/openssl/ssl/quic/quic_record_tx.c
368
static size_t iovec_cur_get_buffer(struct iovec_cur *cur,
crypto/openssl/ssl/quic/quic_record_tx.c
370
size_t max_buf_len)
crypto/openssl/ssl/quic/quic_record_tx.c
372
size_t l;
crypto/openssl/ssl/quic/quic_record_tx.c
405
size_t plaintext_len,
crypto/openssl/ssl/quic/quic_record_tx.c
406
size_t *ciphertext_len)
crypto/openssl/ssl/quic/quic_record_tx.c
410
size_t tag_len;
crypto/openssl/ssl/quic/quic_record_tx.c
429
size_t ciphertext_len,
crypto/openssl/ssl/quic/quic_record_tx.c
430
size_t *plaintext_len)
crypto/openssl/ssl/quic/quic_record_tx.c
434
size_t tag_len;
crypto/openssl/ssl/quic/quic_record_tx.c
465
size_t l = 0;
crypto/openssl/ssl/quic/quic_record_tx.c
490
const unsigned char *hdr, size_t hdr_len,
crypto/openssl/ssl/quic/quic_record_tx.c
497
size_t i;
crypto/openssl/ssl/quic/quic_record_tx.c
533
memcpy(nonce, el->iv[0], (size_t)nonce_len);
crypto/openssl/ssl/quic/quic_record_tx.c
552
size_t src_len;
crypto/openssl/ssl/quic/quic_record_tx.c
570
assert(l > 0 && src_len == (size_t)l);
crypto/openssl/ssl/quic/quic_record_tx.c
603
const OSSL_QTX_IOVEC *iovec, size_t num_iovec)
crypto/openssl/ssl/quic/quic_record_tx.c
606
size_t hdr_len, pred_hdr_len, payload_len, pkt_len, space_left;
crypto/openssl/ssl/quic/quic_record_tx.c
607
size_t min_len, orig_data_len;
crypto/openssl/ssl/quic/quic_record_tx.c
69
size_t mdpl;
crypto/openssl/ssl/quic/quic_record_tx.c
697
size_t src_len;
crypto/openssl/ssl/quic/quic_record_tx.c
762
size_t num_iovec;
crypto/openssl/ssl/quic/quic_record_tx.c
82
size_t pending_count; /* items in list */
crypto/openssl/ssl/quic/quic_record_tx.c
83
size_t pending_bytes; /* sum(txe->data_len) in pending */
crypto/openssl/ssl/quic/quic_record_tx.c
91
size_t cons_count; /* num packets */
crypto/openssl/ssl/quic/quic_record_tx.c
941
size_t wr, i, total_written = 0;
crypto/openssl/ssl/quic/quic_record_util.c
25
const unsigned char *salt, size_t salt_len,
crypto/openssl/ssl/quic/quic_record_util.c
26
const unsigned char *ikm, size_t ikm_len,
crypto/openssl/ssl/quic/quic_record_util.c
27
unsigned char *out, size_t out_len)
crypto/openssl/ssl/quic/quic_rstream.c
152
int ossl_quic_rstream_read(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
crypto/openssl/ssl/quic/quic_rstream.c
153
size_t *readbytes, int *fin)
crypto/openssl/ssl/quic/quic_rstream.c
167
int ossl_quic_rstream_peek(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
crypto/openssl/ssl/quic/quic_rstream.c
168
size_t *readbytes, int *fin)
crypto/openssl/ssl/quic/quic_rstream.c
173
int ossl_quic_rstream_available(QUIC_RSTREAM *qrs, size_t *avail, int *fin)
crypto/openssl/ssl/quic/quic_rstream.c
184
*avail = avail_ > SIZE_MAX ? SIZE_MAX : (size_t)avail_;
crypto/openssl/ssl/quic/quic_rstream.c
186
*avail = (size_t)avail_;
crypto/openssl/ssl/quic/quic_rstream.c
192
const unsigned char **record, size_t *rec_len,
crypto/openssl/ssl/quic/quic_rstream.c
196
size_t rec_len_, max_len;
crypto/openssl/ssl/quic/quic_rstream.c
213
rec_len_ = (size_t)(qrs->head_range.end - qrs->head_range.start);
crypto/openssl/ssl/quic/quic_rstream.c
231
int ossl_quic_rstream_release_record(QUIC_RSTREAM *qrs, size_t read_len)
crypto/openssl/ssl/quic/quic_rstream.c
25
OSSL_STATM *statm, size_t rbuf_size)
crypto/openssl/ssl/quic/quic_rstream.c
264
size_t buf_len,
crypto/openssl/ssl/quic/quic_rstream.c
280
int ossl_quic_rstream_resize_rbuf(QUIC_RSTREAM *qrs, size_t rbuf_size)
crypto/openssl/ssl/quic/quic_rstream.c
76
static int read_internal(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
crypto/openssl/ssl/quic/quic_rstream.c
77
size_t *readbytes, int *fin, int drop)
crypto/openssl/ssl/quic/quic_rstream.c
83
size_t readbytes_ = 0;
crypto/openssl/ssl/quic/quic_rstream.c
87
size_t l = (size_t)(range.end - range.start);
crypto/openssl/ssl/quic/quic_rstream.c
98
size_t max_len;
crypto/openssl/ssl/quic/quic_rx_depack.c
1406
size_t framelen = PACKET_data(pkt) - sof;
crypto/openssl/ssl/quic/quic_rx_depack.c
1413
framelen -= (size_t)datalen;
crypto/openssl/ssl/quic/quic_rx_depack.c
1430
size_t dgram_len = qpacket->datagram_len;
crypto/openssl/ssl/quic/quic_rx_depack.c
331
size_t token_len;
crypto/openssl/ssl/quic/quic_rx_depack.c
505
size_t rs_avail;
crypto/openssl/ssl/quic/quic_rx_depack.c
76
if (ch->num_ack_range_scratch < (size_t)total_ranges) {
crypto/openssl/ssl/quic/quic_rx_depack.c
79
* (size_t)total_ranges))
crypto/openssl/ssl/quic/quic_rx_depack.c
84
ch->num_ack_range_scratch = (size_t)total_ranges;
crypto/openssl/ssl/quic/quic_rx_depack.c
88
ack.num_ack_ranges = (size_t)total_ranges;
crypto/openssl/ssl/quic/quic_rx_depack.c
932
static void free_path_response(unsigned char *buf, size_t buf_len, void *arg)
crypto/openssl/ssl/quic/quic_rx_depack.c
943
size_t encoded_len;
crypto/openssl/ssl/quic/quic_sf_list.c
25
(size_t)(sf->range.end - sf->range.start));
crypto/openssl/ssl/quic/quic_sf_list.c
286
size_t len;
crypto/openssl/ssl/quic/quic_sf_list.c
294
data += (size_t)(limit - sf->range.start);
crypto/openssl/ssl/quic/quic_sf_list.c
295
len = (size_t)(sf->range.end - limit);
crypto/openssl/ssl/quic/quic_sf_list.c
303
(size_t)(sf->range.end - sf->range.start));
crypto/openssl/ssl/quic/quic_srt_gen.c
23
const unsigned char *key, size_t key_len)
crypto/openssl/ssl/quic/quic_srt_gen.c
67
size_t outl = 0;
crypto/openssl/ssl/quic/quic_srtm.c
449
size_t idx,
crypto/openssl/ssl/quic/quic_srtm.c
477
static size_t tokens_seen;
crypto/openssl/ssl/quic/quic_srtm.c
538
size_t tokens_expected, tokens_expected_old;
crypto/openssl/ssl/quic/quic_sstream.c
148
src_len = (size_t)(max_len - total_len);
crypto/openssl/ssl/quic/quic_sstream.c
170
size_t num_iov = OSSL_NELEM(iov);
crypto/openssl/ssl/quic/quic_sstream.c
284
size_t buf_len,
crypto/openssl/ssl/quic/quic_sstream.c
285
size_t *consumed)
crypto/openssl/ssl/quic/quic_sstream.c
287
size_t l, consumed_ = 0;
crypto/openssl/ssl/quic/quic_sstream.c
357
int ossl_quic_sstream_set_buffer_size(QUIC_SSTREAM *qss, size_t num_bytes)
crypto/openssl/ssl/quic/quic_sstream.c
362
size_t ossl_quic_sstream_get_buffer_size(QUIC_SSTREAM *qss)
crypto/openssl/ssl/quic/quic_sstream.c
367
size_t ossl_quic_sstream_get_buffer_used(QUIC_SSTREAM *qss)
crypto/openssl/ssl/quic/quic_sstream.c
372
size_t ossl_quic_sstream_get_buffer_avail(QUIC_SSTREAM *qss)
crypto/openssl/ssl/quic/quic_sstream.c
403
void ossl_quic_sstream_adjust_iov(size_t len,
crypto/openssl/ssl/quic/quic_sstream.c
405
size_t num_iov)
crypto/openssl/ssl/quic/quic_sstream.c
407
size_t running = 0, i, iovlen;
crypto/openssl/ssl/quic/quic_sstream.c
60
QUIC_SSTREAM *ossl_quic_sstream_new(size_t init_buf_size)
crypto/openssl/ssl/quic/quic_sstream.c
92
size_t skip,
crypto/openssl/ssl/quic/quic_sstream.c
95
size_t *num_iov)
crypto/openssl/ssl/quic/quic_sstream.c
97
size_t num_iov_ = 0, src_len = 0, total_len = 0, i;
crypto/openssl/ssl/quic/quic_stream_map.c
234
void ossl_quic_stream_map_set_rr_stepping(QUIC_STREAM_MAP *qsm, size_t stepping)
crypto/openssl/ssl/quic/quic_stream_map.c
244
size_t num_iov;
crypto/openssl/ssl/quic/quic_stream_map.c
47
size_t off)
crypto/openssl/ssl/quic/quic_stream_map.c
768
size_t ossl_quic_stream_map_get_accept_queue_len(QUIC_STREAM_MAP *qsm, int is_uni)
crypto/openssl/ssl/quic/quic_stream_map.c
773
size_t ossl_quic_stream_map_get_total_accept_queue_len(QUIC_STREAM_MAP *qsm)
crypto/openssl/ssl/quic/quic_tls.c
101
unsigned char *secret, size_t secretlen,
crypto/openssl/ssl/quic/quic_tls.c
102
unsigned char *key, size_t keylen, unsigned char *iv,
crypto/openssl/ssl/quic/quic_tls.c
103
size_t ivlen, unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/quic/quic_tls.c
104
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/quic/quic_tls.c
238
static size_t quic_get_max_records(OSSL_RECORD_LAYER *rl, uint8_t type,
crypto/openssl/ssl/quic/quic_tls.c
239
size_t len,
crypto/openssl/ssl/quic/quic_tls.c
240
size_t maxfrag, size_t *preffrag)
crypto/openssl/ssl/quic/quic_tls.c
247
size_t numtempl)
crypto/openssl/ssl/quic/quic_tls.c
249
size_t consumed;
crypto/openssl/ssl/quic/quic_tls.c
35
size_t local_transport_params_len;
crypto/openssl/ssl/quic/quic_tls.c
366
size_t *datalen, uint16_t *epoch,
crypto/openssl/ssl/quic/quic_tls.c
420
size_t length)
crypto/openssl/ssl/quic/quic_tls.c
468
static void quic_set_max_pipelines(OSSL_RECORD_LAYER *rl, size_t max_pipelines)
crypto/openssl/ssl/quic/quic_tls.c
511
static void quic_set_max_frag_len(OSSL_RECORD_LAYER *rl, size_t max_frag_len)
crypto/openssl/ssl/quic/quic_tls.c
551
static size_t quic_app_data_pending(OSSL_RECORD_LAYER *rl)
crypto/openssl/ssl/quic/quic_tls.c
554
return (size_t)ossl_assert(0);
crypto/openssl/ssl/quic/quic_tls.c
557
static size_t quic_get_max_record_overhead(OSSL_RECORD_LAYER *rl)
crypto/openssl/ssl/quic/quic_tls.c
560
return (size_t)ossl_assert(0);
crypto/openssl/ssl/quic/quic_tls.c
601
const unsigned char **out, size_t *outlen,
crypto/openssl/ssl/quic/quic_tls.c
602
X509 *x, size_t chainidx, int *al,
crypto/openssl/ssl/quic/quic_tls.c
623
size_t inlen, X509 *x,
crypto/openssl/ssl/quic/quic_tls.c
624
size_t chainidx,
crypto/openssl/ssl/quic/quic_tls.c
74
size_t written;
crypto/openssl/ssl/quic/quic_tls.c
85
size_t recread;
crypto/openssl/ssl/quic/quic_tls.c
872
size_t transport_params_len)
crypto/openssl/ssl/quic/quic_tls.c
88
size_t recunreleased;
crypto/openssl/ssl/quic/quic_tls_api.c
15
static int crypto_send_cb(const unsigned char *buf, size_t buf_len,
crypto/openssl/ssl/quic/quic_tls_api.c
16
size_t *consumed, void *arg)
crypto/openssl/ssl/quic/quic_tls_api.c
173
size_t params_len)
crypto/openssl/ssl/quic/quic_tls_api.c
26
static int crypto_recv_rcd_cb(const unsigned char **buf, size_t *bytes_read,
crypto/openssl/ssl/quic/quic_tls_api.c
37
static int crypto_release_rcd_cb(size_t bytes_read, void *arg)
crypto/openssl/ssl/quic/quic_tls_api.c
48
const unsigned char *secret, size_t secret_len,
crypto/openssl/ssl/quic/quic_tls_api.c
61
size_t params_len,
crypto/openssl/ssl/quic/quic_trace.c
176
size_t token_len;
crypto/openssl/ssl/quic/quic_trace.c
46
static void put_str(BIO *bio, char *str, size_t slen)
crypto/openssl/ssl/quic/quic_trace.c
48
size_t i;
crypto/openssl/ssl/quic/quic_trace.c
54
static void put_data(BIO *bio, const uint8_t *data, size_t datalen)
crypto/openssl/ssl/quic/quic_trace.c
56
size_t i;
crypto/openssl/ssl/quic/quic_trace.c
566
const void *buf, size_t msglen, SSL *ssl, void *arg)
crypto/openssl/ssl/quic/quic_trace.c
570
size_t id_len = 0;
crypto/openssl/ssl/quic/quic_trace.c
586
size_t i;
crypto/openssl/ssl/quic/quic_trace.c
73
static void put_token(BIO *bio, const uint8_t *token, size_t token_len)
crypto/openssl/ssl/quic/quic_trace.c
93
* (size_t)total_ranges))
crypto/openssl/ssl/quic/quic_trace.c
98
ack.num_ack_ranges = (size_t)total_ranges;
crypto/openssl/ssl/quic/quic_tserver.c
243
size_t ossl_quic_tserver_get_short_header_conn_id_len(const QUIC_TSERVER *srv)
crypto/openssl/ssl/quic/quic_tserver.c
256
size_t buf_len,
crypto/openssl/ssl/quic/quic_tserver.c
257
size_t *bytes_read)
crypto/openssl/ssl/quic/quic_tserver.c
320
size_t bytes_read = 0;
crypto/openssl/ssl/quic/quic_tserver.c
367
size_t buf_len,
crypto/openssl/ssl/quic/quic_tserver.c
368
size_t *bytes_written)
crypto/openssl/ssl/quic/quic_tserver.c
560
const void *buf, size_t len,
crypto/openssl/ssl/quic/quic_tserver.c
59
size_t alpnlen;
crypto/openssl/ssl/quic/quic_txp.c
104
size_t scratch_len; /* number of bytes allocated for scratch */
crypto/openssl/ssl/quic/quic_txp.c
106
size_t alloc_iovec; /* size of iovec array */
crypto/openssl/ssl/quic/quic_txp.c
1307
size_t running_total,
crypto/openssl/ssl/quic/quic_txp.c
1311
size_t mdpl, cmpl, hdr_len;
crypto/openssl/ssl/quic/quic_txp.c
133
size_t max_ppl;
crypto/openssl/ssl/quic/quic_txp.c
137
size_t bytes_appended;
crypto/openssl/ssl/quic/quic_txp.c
144
size_t scratch_bytes;
crypto/openssl/ssl/quic/quic_txp.c
153
size_t reserve;
crypto/openssl/ssl/quic/quic_txp.c
158
size_t num_iovec;
crypto/openssl/ssl/quic/quic_txp.c
1584
size_t num_iov = OSSL_NELEM(iov);
crypto/openssl/ssl/quic/quic_txp.c
1590
static size_t txp_determine_pn_len(OSSL_QUIC_TX_PACKETISER *txp)
crypto/openssl/ssl/quic/quic_txp.c
1597
size_t pl,
crypto/openssl/ssl/quic/quic_txp.c
1599
size_t hdr_len,
crypto/openssl/ssl/quic/quic_txp.c
1600
size_t *r)
crypto/openssl/ssl/quic/quic_txp.c
1615
static size_t txp_get_mdpl(OSSL_QUIC_TX_PACKETISER *txp)
crypto/openssl/ssl/quic/quic_txp.c
1703
size_t running_total)
crypto/openssl/ssl/quic/quic_txp.c
1755
size_t hdr_len, ciphertext_len;
crypto/openssl/ssl/quic/quic_txp.c
1820
OSSL_QUIC_TX_PACKETISER *txp, size_t num_bytes)
crypto/openssl/ssl/quic/quic_txp.c
186
static int txp_el_ensure_iovec(struct txp_el *el, size_t num);
crypto/openssl/ssl/quic/quic_txp.c
1867
static int try_commit_conn_close(OSSL_QUIC_TX_PACKETISER *txp, size_t n)
crypto/openssl/ssl/quic/quic_txp.c
1899
OSSL_QUIC_TX_PACKETISER *txp, size_t n)
crypto/openssl/ssl/quic/quic_txp.c
190
uint32_t enc_level, size_t max_ppl, size_t reserve)
crypto/openssl/ssl/quic/quic_txp.c
1956
size_t l;
crypto/openssl/ssl/quic/quic_txp.c
2002
static int try_len(size_t space_left, size_t orig_len,
crypto/openssl/ssl/quic/quic_txp.c
2003
size_t base_hdr_len, size_t lenbytes,
crypto/openssl/ssl/quic/quic_txp.c
2004
uint64_t maxn, size_t *hdr_len, size_t *payload_len)
crypto/openssl/ssl/quic/quic_txp.c
2006
size_t n;
crypto/openssl/ssl/quic/quic_txp.c
2007
size_t maxn_ = maxn > SIZE_MAX ? SIZE_MAX : (size_t)maxn;
crypto/openssl/ssl/quic/quic_txp.c
2026
static int determine_len(size_t space_left, size_t orig_len,
crypto/openssl/ssl/quic/quic_txp.c
2027
size_t base_hdr_len,
crypto/openssl/ssl/quic/quic_txp.c
2031
size_t chosen_payload_len = 0;
crypto/openssl/ssl/quic/quic_txp.c
2032
size_t chosen_hdr_len = 0;
crypto/openssl/ssl/quic/quic_txp.c
2033
size_t payload_len[4], hdr_len[4];
crypto/openssl/ssl/quic/quic_txp.c
2071
size_t space_left,
crypto/openssl/ssl/quic/quic_txp.c
2075
size_t orig_len;
crypto/openssl/ssl/quic/quic_txp.c
2076
size_t base_hdr_len; /* CRYPTO header length without length field */
crypto/openssl/ssl/quic/quic_txp.c
2081
orig_len = (size_t)chdr->len;
crypto/openssl/ssl/quic/quic_txp.c
2096
size_t space_left,
crypto/openssl/ssl/quic/quic_txp.c
2100
size_t orig_len;
crypto/openssl/ssl/quic/quic_txp.c
2101
size_t base_hdr_len; /* STREAM header length without length field */
crypto/openssl/ssl/quic/quic_txp.c
2106
orig_len = (size_t)shdr->len;
crypto/openssl/ssl/quic/quic_txp.c
2128
size_t num_stream_iovec;
crypto/openssl/ssl/quic/quic_txp.c
2135
size_t i, space_left;
crypto/openssl/ssl/quic/quic_txp.c
2168
ossl_quic_sstream_adjust_iov((size_t)chdr.len, iov, num_stream_iovec);
crypto/openssl/ssl/quic/quic_txp.c
2211
size_t num_stream_iovec;
crypto/openssl/ssl/quic/quic_txp.c
2219
size_t skip,
crypto/openssl/ssl/quic/quic_txp.c
2288
size_t i, j, space_left;
crypto/openssl/ssl/quic/quic_txp.c
2414
ossl_quic_sstream_adjust_iov((size_t)shdr->len, chunks[i % 2].iov,
crypto/openssl/ssl/quic/quic_txp.c
250
size_t buf_len)
crypto/openssl/ssl/quic/quic_txp.c
274
static size_t tx_helper_get_space_left(struct tx_helper *h)
crypto/openssl/ssl/quic/quic_txp.c
2793
size_t encoded_len = ossl_quic_cfq_item_get_encoded_len(cfq_item);
crypto/openssl/ssl/quic/quic_txp.c
289
size_t space_left, len;
crypto/openssl/ssl/quic/quic_txp.c
3140
static int txp_el_ensure_iovec(struct txp_el *el, size_t num)
crypto/openssl/ssl/quic/quic_txp.c
3162
size_t reason_len = f->reason_len;
crypto/openssl/ssl/quic/quic_txp.c
3163
size_t max_reason_len = txp_get_mdpl(txp) / 2;
crypto/openssl/ssl/quic/quic_txp.c
342
size_t l = 0;
crypto/openssl/ssl/quic/quic_txp.c
405
size_t cmpl, cmppl, hwm, pkt_overhead;
crypto/openssl/ssl/quic/quic_txp.c
433
static size_t txp_determine_pn_len(OSSL_QUIC_TX_PACKETISER *txp);
crypto/openssl/ssl/quic/quic_txp.c
435
size_t pl,
crypto/openssl/ssl/quic/quic_txp.c
437
size_t hdr_len,
crypto/openssl/ssl/quic/quic_txp.c
438
size_t *r);
crypto/openssl/ssl/quic/quic_txp.c
439
static size_t txp_get_mdpl(OSSL_QUIC_TX_PACKETISER *txp);
crypto/openssl/ssl/quic/quic_txp.c
445
size_t running_total);
crypto/openssl/ssl/quic/quic_txp.c
450
OSSL_QUIC_TX_PACKETISER *txp, size_t num_bytes);
crypto/openssl/ssl/quic/quic_txp.c
485
size_t credit)
crypto/openssl/ssl/quic/quic_txp.c
509
size_t credit)
crypto/openssl/ssl/quic/quic_txp.c
533
size_t req_credit)
crypto/openssl/ssl/quic/quic_txp.c
59
size_t initial_token_len;
crypto/openssl/ssl/quic/quic_txp.c
630
static int txp_check_token_len(size_t token_len, size_t mdpl)
crypto/openssl/ssl/quic/quic_txp.c
650
size_t token_len,
crypto/openssl/ssl/quic/quic_txp.c
70
size_t unvalidated_credit; /* Limit of data we can send until validated */
crypto/openssl/ssl/quic/quic_txp.c
861
size_t pkts_done = 0;
crypto/openssl/ssl/quic/quic_txp.c
885
size_t running_total = (enc_level > QUIC_ENC_LEVEL_INITIAL)
crypto/openssl/ssl/quic/quic_txp.c
930
size_t total_dgram_size = 0;
crypto/openssl/ssl/quic/quic_txp.c
931
const size_t min_dpl = QUIC_MIN_INITIAL_DGRAM_LEN;
crypto/openssl/ssl/quic/quic_txp.c
953
size_t deficit = min_dpl - total_dgram_size;
crypto/openssl/ssl/quic/quic_txpim.c
163
size_t new_alloc_chunks = ex->alloc_chunks;
crypto/openssl/ssl/quic/quic_txpim.c
19
size_t num_chunks, alloc_chunks;
crypto/openssl/ssl/quic/quic_txpim.c
219
size_t ossl_quic_txpim_pkt_get_num_chunks(const QUIC_TXPIM_PKT *fpkt)
crypto/openssl/ssl/quic/quic_txpim.c
226
size_t ossl_quic_txpim_get_in_use(const QUIC_TXPIM *txpim)
crypto/openssl/ssl/quic/quic_txpim.c
29
size_t in_use;
crypto/openssl/ssl/quic/quic_types.c
14
int ossl_quic_gen_rand_conn_id(OSSL_LIB_CTX *libctx, size_t len,
crypto/openssl/ssl/quic/quic_wire.c
137
size_t ossl_quic_wire_get_encoded_frame_len_crypto_hdr(const OSSL_QUIC_FRAME_CRYPTO *f)
crypto/openssl/ssl/quic/quic_wire.c
139
size_t a, b, c;
crypto/openssl/ssl/quic/quic_wire.c
157
|| !WPACKET_allocate_bytes(pkt, (size_t)f->len, &p))
crypto/openssl/ssl/quic/quic_wire.c
161
memcpy(p, f->data, (size_t)f->len);
crypto/openssl/ssl/quic/quic_wire.c
168
size_t token_len)
crypto/openssl/ssl/quic/quic_wire.c
203
size_t ossl_quic_wire_get_encoded_frame_len_stream_hdr(const OSSL_QUIC_FRAME_STREAM *f)
crypto/openssl/ssl/quic/quic_wire.c
205
size_t a, b, c, d;
crypto/openssl/ssl/quic/quic_wire.c
21
size_t i;
crypto/openssl/ssl/quic/quic_wire.c
241
if (!WPACKET_allocate_bytes(pkt, (size_t)f->len, &p))
crypto/openssl/ssl/quic/quic_wire.c
245
memcpy(p, f->data, (size_t)f->len);
crypto/openssl/ssl/quic/quic_wire.c
36
int ossl_quic_wire_encode_padding(WPACKET *pkt, size_t num_bytes)
crypto/openssl/ssl/quic/quic_wire.c
394
size_t value_len)
crypto/openssl/ssl/quic/quic_wire.c
573
ack->num_ack_ranges = (size_t)ack_range_count + 1;
crypto/openssl/ssl/quic/quic_wire.c
644
if (!PACKET_forward(pkt, (size_t)f->len))
crypto/openssl/ssl/quic/quic_wire.c
653
size_t *token_len)
crypto/openssl/ssl/quic/quic_wire.c
665
*token_len = (size_t)token_len_;
crypto/openssl/ssl/quic/quic_wire.c
667
if (!PACKET_forward(pkt, (size_t)token_len_))
crypto/openssl/ssl/quic/quic_wire.c
720
|| !PACKET_forward(pkt, (size_t)f->len))
crypto/openssl/ssl/quic/quic_wire.c
879
(size_t)reason_len))
crypto/openssl/ssl/quic/quic_wire.c
882
f->reason_len = (size_t)reason_len;
crypto/openssl/ssl/quic/quic_wire.c
886
size_t ossl_quic_wire_decode_padding(PACKET *pkt)
crypto/openssl/ssl/quic/quic_wire.c
917
size_t *len)
crypto/openssl/ssl/quic/quic_wire.c
928
|| !PACKET_get_bytes(pkt, (const unsigned char **)&b, (size_t)len_))
crypto/openssl/ssl/quic/quic_wire.c
931
*len = (size_t)len_;
crypto/openssl/ssl/quic/quic_wire.c
962
size_t len = 0;
crypto/openssl/ssl/quic/quic_wire.c
978
size_t len = 0;
crypto/openssl/ssl/quic/quic_wire_pkt.c
138
size_t sample_len,
crypto/openssl/ssl/quic/quic_wire_pkt.c
168
size_t sample_len,
crypto/openssl/ssl/quic/quic_wire_pkt.c
186
size_t short_conn_id_len,
crypto/openssl/ssl/quic/quic_wire_pkt.c
19
size_t quic_hp_key_len)
crypto/openssl/ssl/quic/quic_wire_pkt.c
195
size_t l = PACKET_remaining(pkt);
crypto/openssl/ssl/quic/quic_wire_pkt.c
378
|| !PACKET_get_bytes(pkt, &hdr->token, (size_t)token_len))
crypto/openssl/ssl/quic/quic_wire_pkt.c
381
hdr->token_len = (size_t)token_len;
crypto/openssl/ssl/quic/quic_wire_pkt.c
431
hdr->len = (size_t)(len - sizeof(hdr->pn));
crypto/openssl/ssl/quic/quic_wire_pkt.c
436
hdr->len = (size_t)(len - hdr->pn_len);
crypto/openssl/ssl/quic/quic_wire_pkt.c
46
|| quic_hp_key_len != (size_t)EVP_CIPHER_get_key_length(hpr->cipher)) {
crypto/openssl/ssl/quic/quic_wire_pkt.c
470
size_t short_conn_id_len,
crypto/openssl/ssl/quic/quic_wire_pkt.c
475
size_t off_start, off_sample, off_pn;
crypto/openssl/ssl/quic/quic_wire_pkt.c
618
int ossl_quic_wire_get_encoded_pkt_hdr_len(size_t short_conn_id_len,
crypto/openssl/ssl/quic/quic_wire_pkt.c
621
size_t len = 0, enclen;
crypto/openssl/ssl/quic/quic_wire_pkt.c
681
size_t buf_len,
crypto/openssl/ssl/quic/quic_wire_pkt.c
682
size_t short_conn_id_len,
crypto/openssl/ssl/quic/quic_wire_pkt.c
686
size_t blen;
crypto/openssl/ssl/quic/quic_wire_pkt.c
707
blen = (size_t)buf[5]; /* DCID Length */
crypto/openssl/ssl/quic/quic_wire_pkt.c
731
size_t enc_pn_len,
crypto/openssl/ssl/quic/quic_wire_pkt.c
77
const unsigned char *sample, size_t sample_len,
crypto/openssl/ssl/quic/quic_wire_pkt.c
802
size_t enc_pn_len)
crypto/openssl/ssl/quic/quic_wire_pkt.c
83
size_t i;
crypto/openssl/ssl/quic/quic_wire_pkt.c
876
size_t hdr_enc_len = 0;
crypto/openssl/ssl/record/methods/dtls_meth.c
114
size_t mac_size = 0;
crypto/openssl/ssl/record/methods/dtls_meth.c
158
mac_size = (size_t)imac_size;
crypto/openssl/ssl/record/methods/dtls_meth.c
172
if (i == 0 || CRYPTO_memcmp(md, mac, (size_t)mac_size) != 0) {
crypto/openssl/ssl/record/methods/dtls_meth.c
383
size_t more, n;
crypto/openssl/ssl/record/methods/dtls_meth.c
587
size_t left, written;
crypto/openssl/ssl/record/methods/dtls_meth.c
633
unsigned char *secret, size_t secretlen,
crypto/openssl/ssl/record/methods/dtls_meth.c
634
unsigned char *key, size_t keylen, unsigned char *iv,
crypto/openssl/ssl/record/methods/dtls_meth.c
635
size_t ivlen, unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/methods/dtls_meth.c
636
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/methods/dtls_meth.c
704
size_t maxcomplen;
crypto/openssl/ssl/record/methods/dtls_meth.c
730
size_t mac_size,
crypto/openssl/ssl/record/methods/dtls_meth.c
744
static size_t dtls_get_max_record_overhead(OSSL_RECORD_LAYER *rl)
crypto/openssl/ssl/record/methods/dtls_meth.c
746
size_t blocksize = 0;
crypto/openssl/ssl/record/methods/ktls_meth.c
131
size_t taglen)
crypto/openssl/ssl/record/methods/ktls_meth.c
174
unsigned char *iv, size_t ivlen,
crypto/openssl/ssl/record/methods/ktls_meth.c
175
unsigned char *key, size_t keylen,
crypto/openssl/ssl/record/methods/ktls_meth.c
176
unsigned char *mac_key, size_t mac_secret_size)
crypto/openssl/ssl/record/methods/ktls_meth.c
287
unsigned char *key, size_t keylen,
crypto/openssl/ssl/record/methods/ktls_meth.c
288
unsigned char *iv, size_t ivlen,
crypto/openssl/ssl/record/methods/ktls_meth.c
289
unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/methods/ktls_meth.c
291
size_t taglen,
crypto/openssl/ssl/record/methods/ktls_meth.c
32
size_t taglen)
crypto/openssl/ssl/record/methods/ktls_meth.c
344
static int ktls_read_n(OSSL_RECORD_LAYER *rl, size_t n, size_t max, int extend,
crypto/openssl/ssl/record/methods/ktls_meth.c
345
int clearold, size_t *readbytes)
crypto/openssl/ssl/record/methods/ktls_meth.c
374
size_t n_recs, int sending, SSL_MAC_BUF *mac,
crypto/openssl/ssl/record/methods/ktls_meth.c
375
size_t macsize)
crypto/openssl/ssl/record/methods/ktls_meth.c
401
unsigned char *secret, size_t secretlen,
crypto/openssl/ssl/record/methods/ktls_meth.c
402
unsigned char *key, size_t keylen, unsigned char *iv,
crypto/openssl/ssl/record/methods/ktls_meth.c
403
size_t ivlen, unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/methods/ktls_meth.c
404
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/methods/ktls_meth.c
444
size_t numtempl, size_t *prefix)
crypto/openssl/ssl/record/methods/ktls_meth.c
460
size_t numtempl,
crypto/openssl/ssl/record/methods/ktls_meth.c
464
size_t *wpinited)
crypto/openssl/ssl/record/methods/ktls_meth.c
501
size_t mac_size,
crypto/openssl/ssl/record/methods/ktls_meth.c
510
size_t mac_size,
crypto/openssl/ssl/record/methods/ktls_meth.c
76
unsigned char *iv, size_t ivlen,
crypto/openssl/ssl/record/methods/ktls_meth.c
77
unsigned char *key, size_t keylen,
crypto/openssl/ssl/record/methods/ktls_meth.c
78
unsigned char *mac_key, size_t mac_secret_size)
crypto/openssl/ssl/record/methods/recmethod_local.h
100
unsigned char *key, size_t keylen,
crypto/openssl/ssl/record/methods/recmethod_local.h
101
unsigned char *iv, size_t ivlen,
crypto/openssl/ssl/record/methods/recmethod_local.h
102
unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/methods/recmethod_local.h
104
size_t taglen,
crypto/openssl/ssl/record/methods/recmethod_local.h
115
int (*cipher)(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *recs, size_t n_recs,
crypto/openssl/ssl/record/methods/recmethod_local.h
116
int sending, SSL_MAC_BUF *macs, size_t macsize);
crypto/openssl/ssl/record/methods/recmethod_local.h
126
int (*read_n)(OSSL_RECORD_LAYER *rl, size_t n, size_t max, int extend,
crypto/openssl/ssl/record/methods/recmethod_local.h
127
int clearold, size_t *readbytes);
crypto/openssl/ssl/record/methods/recmethod_local.h
139
size_t (*get_max_records)(OSSL_RECORD_LAYER *rl, uint8_t type, size_t len,
crypto/openssl/ssl/record/methods/recmethod_local.h
140
size_t maxfrag, size_t *preffrag);
crypto/openssl/ssl/record/methods/recmethod_local.h
144
size_t numtempl);
crypto/openssl/ssl/record/methods/recmethod_local.h
149
size_t numtempl, size_t *prefix);
crypto/openssl/ssl/record/methods/recmethod_local.h
161
size_t numtempl,
crypto/openssl/ssl/record/methods/recmethod_local.h
165
size_t *wpinited);
crypto/openssl/ssl/record/methods/recmethod_local.h
188
size_t mac_size,
crypto/openssl/ssl/record/methods/recmethod_local.h
197
size_t mac_size,
crypto/openssl/ssl/record/methods/recmethod_local.h
245
size_t nextwbuf;
crypto/openssl/ssl/record/methods/recmethod_local.h
248
size_t numwpipes;
crypto/openssl/ssl/record/methods/recmethod_local.h
256
size_t num_recs;
crypto/openssl/ssl/record/methods/recmethod_local.h
259
size_t curr_rec;
crypto/openssl/ssl/record/methods/recmethod_local.h
262
size_t num_released;
crypto/openssl/ssl/record/methods/recmethod_local.h
269
size_t packet_length;
crypto/openssl/ssl/record/methods/recmethod_local.h
283
size_t empty_record_count;
crypto/openssl/ssl/record/methods/recmethod_local.h
299
size_t eivlen;
crypto/openssl/ssl/record/methods/recmethod_local.h
32
size_t default_len;
crypto/openssl/ssl/record/methods/recmethod_local.h
320
size_t early_data_count;
crypto/openssl/ssl/record/methods/recmethod_local.h
323
size_t block_padding;
crypto/openssl/ssl/record/methods/recmethod_local.h
324
size_t hs_padding;
crypto/openssl/ssl/record/methods/recmethod_local.h
34
size_t len;
crypto/openssl/ssl/record/methods/recmethod_local.h
345
size_t taglen;
crypto/openssl/ssl/record/methods/recmethod_local.h
36
size_t offset;
crypto/openssl/ssl/record/methods/recmethod_local.h
368
size_t max_pipelines;
crypto/openssl/ssl/record/methods/recmethod_local.h
376
size_t packet_length;
crypto/openssl/ssl/record/methods/recmethod_local.h
38
size_t left;
crypto/openssl/ssl/record/methods/recmethod_local.h
415
int tls_default_read_n(OSSL_RECORD_LAYER *rl, size_t n, size_t max, int extend,
crypto/openssl/ssl/record/methods/recmethod_local.h
416
int clearold, size_t *readbytes);
crypto/openssl/ssl/record/methods/recmethod_local.h
426
size_t mac_size,
crypto/openssl/ssl/record/methods/recmethod_local.h
440
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/methods/recmethod_local.h
449
size_t tls_app_data_pending(OSSL_RECORD_LAYER *rl);
crypto/openssl/ssl/record/methods/recmethod_local.h
450
size_t tls_get_max_records(OSSL_RECORD_LAYER *rl, uint8_t type, size_t len,
crypto/openssl/ssl/record/methods/recmethod_local.h
451
size_t maxfrag, size_t *preffrag);
crypto/openssl/ssl/record/methods/recmethod_local.h
453
size_t numtempl);
crypto/openssl/ssl/record/methods/recmethod_local.h
458
uint8_t *type, const unsigned char **data, size_t *datalen,
crypto/openssl/ssl/record/methods/recmethod_local.h
460
int tls_release_record(OSSL_RECORD_LAYER *rl, void *rechandle, size_t length);
crypto/openssl/ssl/record/methods/recmethod_local.h
465
void tls_set_max_pipelines(OSSL_RECORD_LAYER *rl, size_t max_pipelines);
crypto/openssl/ssl/record/methods/recmethod_local.h
470
void tls_set_max_frag_len(OSSL_RECORD_LAYER *rl, size_t max_frag_len);
crypto/openssl/ssl/record/methods/recmethod_local.h
472
int tls_setup_write_buffer(OSSL_RECORD_LAYER *rl, size_t numwpipes,
crypto/openssl/ssl/record/methods/recmethod_local.h
473
size_t firstlen, size_t nextlen);
crypto/openssl/ssl/record/methods/recmethod_local.h
477
size_t numtempl);
crypto/openssl/ssl/record/methods/recmethod_local.h
479
size_t tls_get_max_records_default(OSSL_RECORD_LAYER *rl, uint8_t type,
crypto/openssl/ssl/record/methods/recmethod_local.h
480
size_t len,
crypto/openssl/ssl/record/methods/recmethod_local.h
481
size_t maxfrag, size_t *preffrag);
crypto/openssl/ssl/record/methods/recmethod_local.h
482
size_t tls_get_max_records_multiblock(OSSL_RECORD_LAYER *rl, uint8_t type,
crypto/openssl/ssl/record/methods/recmethod_local.h
483
size_t len, size_t maxfrag,
crypto/openssl/ssl/record/methods/recmethod_local.h
484
size_t *preffrag);
crypto/openssl/ssl/record/methods/recmethod_local.h
487
size_t numtempl, size_t *prefix);
crypto/openssl/ssl/record/methods/recmethod_local.h
490
size_t numtempl,
crypto/openssl/ssl/record/methods/recmethod_local.h
494
size_t *wpinited);
crypto/openssl/ssl/record/methods/recmethod_local.h
497
size_t numtempl, size_t *prefix);
crypto/openssl/ssl/record/methods/recmethod_local.h
500
size_t numtempl,
crypto/openssl/ssl/record/methods/recmethod_local.h
504
size_t *wpinited);
crypto/openssl/ssl/record/methods/recmethod_local.h
511
size_t mac_size,
crypto/openssl/ssl/record/methods/recmethod_local.h
515
size_t mac_size,
crypto/openssl/ssl/record/methods/recmethod_local.h
521
size_t numtempl);
crypto/openssl/ssl/record/methods/recmethod_local.h
54
size_t length;
crypto/openssl/ssl/record/methods/recmethod_local.h
60
size_t orig_len;
crypto/openssl/ssl/record/methods/recmethod_local.h
63
size_t off;
crypto/openssl/ssl/record/methods/ssl3_cbc.c
128
size_t *md_out_size,
crypto/openssl/ssl/record/methods/ssl3_cbc.c
131
size_t data_size,
crypto/openssl/ssl/record/methods/ssl3_cbc.c
132
size_t data_plus_mac_plus_padding_size,
crypto/openssl/ssl/record/methods/ssl3_cbc.c
134
size_t mac_secret_length, char is_sslv3)
crypto/openssl/ssl/record/methods/ssl3_cbc.c
142
size_t md_size, md_block_size = 64;
crypto/openssl/ssl/record/methods/ssl3_cbc.c
143
size_t sslv3_pad_length = 40, header_length, variance_blocks,
crypto/openssl/ssl/record/methods/ssl3_cbc.c
146
size_t bits; /* at most 18 bits */
crypto/openssl/ssl/record/methods/ssl3_cbc.c
152
size_t i, j;
crypto/openssl/ssl/record/methods/ssl3_cbc.c
159
size_t md_length_size = 8;
crypto/openssl/ssl/record/methods/ssl3_cbc.c
353
size_t overhang;
crypto/openssl/ssl/record/methods/ssl3_meth.c
101
size_t l, i;
crypto/openssl/ssl/record/methods/ssl3_meth.c
102
size_t bs;
crypto/openssl/ssl/record/methods/ssl3_meth.c
18
unsigned char *key, size_t keylen,
crypto/openssl/ssl/record/methods/ssl3_meth.c
19
unsigned char *iv, size_t ivlen,
crypto/openssl/ssl/record/methods/ssl3_meth.c
20
unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/methods/ssl3_meth.c
22
size_t taglen,
crypto/openssl/ssl/record/methods/ssl3_meth.c
224
size_t md_size;
crypto/openssl/ssl/record/methods/ssl3_meth.c
225
size_t npad;
crypto/openssl/ssl/record/methods/ssl3_meth.c
258
size_t j = 0;
crypto/openssl/ssl/record/methods/ssl3_meth.c
96
size_t n_recs, int sending, SSL_MAC_BUF *mac,
crypto/openssl/ssl/record/methods/ssl3_meth.c
97
size_t macsize)
crypto/openssl/ssl/record/methods/tls13_meth.c
143
nonce_len = (size_t)ivlen;
crypto/openssl/ssl/record/methods/tls13_meth.c
17
unsigned char *key, size_t keylen,
crypto/openssl/ssl/record/methods/tls13_meth.c
18
unsigned char *iv, size_t ivlen,
crypto/openssl/ssl/record/methods/tls13_meth.c
19
unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/methods/tls13_meth.c
21
size_t taglen,
crypto/openssl/ssl/record/methods/tls13_meth.c
239
|| (size_t)(lenu + lenf) != rec->length) {
crypto/openssl/ssl/record/methods/tls13_meth.c
284
size_t end;
crypto/openssl/ssl/record/methods/tls13_meth.c
333
size_t rlen;
crypto/openssl/ssl/record/methods/tls13_meth.c
348
size_t padding = 0;
crypto/openssl/ssl/record/methods/tls13_meth.c
349
size_t max_padding = rl->max_frag_len - rlen;
crypto/openssl/ssl/record/methods/tls13_meth.c
370
size_t mask, bp = 0, remainder;
crypto/openssl/ssl/record/methods/tls13_meth.c
88
size_t n_recs, int sending, SSL_MAC_BUF *mac,
crypto/openssl/ssl/record/methods/tls13_meth.c
89
size_t macsize)
crypto/openssl/ssl/record/methods/tls13_meth.c
94
size_t nonce_len, offset, loop, hdrlen, taglen;
crypto/openssl/ssl/record/methods/tls1_meth.c
156
rl->eivlen = (size_t)eivlen;
crypto/openssl/ssl/record/methods/tls1_meth.c
174
size_t n_recs, int sending, SSL_MAC_BUF *macs,
crypto/openssl/ssl/record/methods/tls1_meth.c
175
size_t macsize)
crypto/openssl/ssl/record/methods/tls1_meth.c
178
size_t reclen[SSL_MAX_PIPELINES];
crypto/openssl/ssl/record/methods/tls1_meth.c
182
size_t bs, ctr, padnum, loop;
crypto/openssl/ssl/record/methods/tls1_meth.c
20
unsigned char *key, size_t keylen,
crypto/openssl/ssl/record/methods/tls1_meth.c
21
unsigned char *iv, size_t ivlen,
crypto/openssl/ssl/record/methods/tls1_meth.c
22
unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/methods/tls1_meth.c
24
size_t taglen,
crypto/openssl/ssl/record/methods/tls1_meth.c
467
pad ? (size_t)pad : macsize,
crypto/openssl/ssl/record/methods/tls1_meth.c
484
size_t md_size;
crypto/openssl/ssl/record/methods/tls1_meth.c
599
size_t numtempl, size_t *prefix)
crypto/openssl/ssl/record/methods/tls1_meth.c
621
size_t numtempl,
crypto/openssl/ssl/record/methods/tls1_meth.c
625
size_t *wpinited)
crypto/openssl/ssl/record/methods/tls1_meth.c
627
size_t align = 0;
crypto/openssl/ssl/record/methods/tls1_meth.c
629
size_t prefix;
crypto/openssl/ssl/record/methods/tls1_meth.c
648
align = (size_t)TLS_BUFFER_get_buf(wb) + SSL3_RT_HEADER_LENGTH;
crypto/openssl/ssl/record/methods/tls_common.c
1122
uint8_t *type, const unsigned char **data, size_t *datalen,
crypto/openssl/ssl/record/methods/tls_common.c
1166
int tls_release_record(OSSL_RECORD_LAYER *rl, void *rechandle, size_t length)
crypto/openssl/ssl/record/methods/tls_common.c
123
static void tls_release_write_buffer_int(OSSL_RECORD_LAYER *rl, size_t start)
crypto/openssl/ssl/record/methods/tls_common.c
126
size_t pipes;
crypto/openssl/ssl/record/methods/tls_common.c
1260
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/methods/tls_common.c
1399
unsigned char *secret, size_t secretlen,
crypto/openssl/ssl/record/methods/tls_common.c
1400
unsigned char *key, size_t keylen, unsigned char *iv,
crypto/openssl/ssl/record/methods/tls_common.c
1401
size_t ivlen, unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/methods/tls_common.c
1402
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/methods/tls_common.c
142
int tls_setup_write_buffer(OSSL_RECORD_LAYER *rl, size_t numwpipes,
crypto/openssl/ssl/record/methods/tls_common.c
143
size_t firstlen, size_t nextlen)
crypto/openssl/ssl/record/methods/tls_common.c
146
size_t maxalign = 0, headerlen;
crypto/openssl/ssl/record/methods/tls_common.c
148
size_t currpipe;
crypto/openssl/ssl/record/methods/tls_common.c
1483
size_t left, written;
crypto/openssl/ssl/record/methods/tls_common.c
149
size_t defltlen = 0;
crypto/openssl/ssl/record/methods/tls_common.c
150
size_t contenttypelen = 0;
crypto/openssl/ssl/record/methods/tls_common.c
1514
size_t tls_app_data_pending(OSSL_RECORD_LAYER *rl)
crypto/openssl/ssl/record/methods/tls_common.c
1516
size_t i;
crypto/openssl/ssl/record/methods/tls_common.c
1517
size_t num = 0;
crypto/openssl/ssl/record/methods/tls_common.c
1527
size_t tls_get_max_records_default(OSSL_RECORD_LAYER *rl, uint8_t type,
crypto/openssl/ssl/record/methods/tls_common.c
1528
size_t len,
crypto/openssl/ssl/record/methods/tls_common.c
1529
size_t maxfrag, size_t *preffrag)
crypto/openssl/ssl/record/methods/tls_common.c
1541
size_t pipes;
crypto/openssl/ssl/record/methods/tls_common.c
1553
size_t tls_get_max_records(OSSL_RECORD_LAYER *rl, uint8_t type, size_t len,
crypto/openssl/ssl/record/methods/tls_common.c
1554
size_t maxfrag, size_t *preffrag)
crypto/openssl/ssl/record/methods/tls_common.c
1561
size_t numtempl,
crypto/openssl/ssl/record/methods/tls_common.c
1562
size_t *prefix)
crypto/openssl/ssl/record/methods/tls_common.c
1574
size_t numtempl,
crypto/openssl/ssl/record/methods/tls_common.c
1578
size_t *wpinited)
crypto/openssl/ssl/record/methods/tls_common.c
1581
size_t j, align;
crypto/openssl/ssl/record/methods/tls_common.c
1591
align = (size_t)TLS_BUFFER_get_buf(wb);
crypto/openssl/ssl/record/methods/tls_common.c
1619
size_t maxcomplen;
crypto/openssl/ssl/record/methods/tls_common.c
1643
size_t mac_size,
crypto/openssl/ssl/record/methods/tls_common.c
1647
size_t len;
crypto/openssl/ssl/record/methods/tls_common.c
1692
size_t mac_size,
crypto/openssl/ssl/record/methods/tls_common.c
1697
size_t origlen, len;
crypto/openssl/ssl/record/methods/tls_common.c
1698
size_t headerlen = rl->isdtls ? DTLS1_RT_HEADER_LENGTH
crypto/openssl/ssl/record/methods/tls_common.c
1761
size_t numtempl)
crypto/openssl/ssl/record/methods/tls_common.c
1768
size_t wpinited = 0;
crypto/openssl/ssl/record/methods/tls_common.c
1769
size_t j, prefix = 0;
crypto/openssl/ssl/record/methods/tls_common.c
184
size_t len = (currpipe == 0) ? firstlen : nextlen;
crypto/openssl/ssl/record/methods/tls_common.c
1899
size_t numtempl)
crypto/openssl/ssl/record/methods/tls_common.c
1922
size_t tmpwrit = 0;
crypto/openssl/ssl/record/methods/tls_common.c
2034
void tls_set_max_pipelines(OSSL_RECORD_LAYER *rl, size_t max_pipelines)
crypto/openssl/ssl/record/methods/tls_common.c
2074
void tls_set_max_frag_len(OSSL_RECORD_LAYER *rl, size_t max_frag_len)
crypto/openssl/ssl/record/methods/tls_common.c
232
size_t len, maxalign = 0, headerlen;
crypto/openssl/ssl/record/methods/tls_common.c
294
int tls_default_read_n(OSSL_RECORD_LAYER *rl, size_t n, size_t max, int extend,
crypto/openssl/ssl/record/methods/tls_common.c
295
int clearold, size_t *readbytes)
crypto/openssl/ssl/record/methods/tls_common.c
306
size_t len, left, align = 0;
crypto/openssl/ssl/record/methods/tls_common.c
316
align = (size_t)rb->buf + SSL3_RT_HEADER_LENGTH;
crypto/openssl/ssl/record/methods/tls_common.c
32
static void TLS_RL_RECORD_release(TLS_RL_RECORD *r, size_t num_recs)
crypto/openssl/ssl/record/methods/tls_common.c
34
size_t i;
crypto/openssl/ssl/record/methods/tls_common.c
394
size_t bioread = 0;
crypto/openssl/ssl/record/methods/tls_common.c
465
size_t left, len;
crypto/openssl/ssl/record/methods/tls_common.c
497
static int rlayer_early_data_count_ok(OSSL_RECORD_LAYER *rl, size_t length,
crypto/openssl/ssl/record/methods/tls_common.c
498
size_t overhead, int send)
crypto/openssl/ssl/record/methods/tls_common.c
547
size_t more, n;
crypto/openssl/ssl/record/methods/tls_common.c
553
size_t mac_size = 0;
crypto/openssl/ssl/record/methods/tls_common.c
555
size_t num_recs = 0, max_recs, j;
crypto/openssl/ssl/record/methods/tls_common.c
579
size_t sslv2len;
crypto/openssl/ssl/record/methods/tls_common.c
70
size_t macsize = 0;
crypto/openssl/ssl/record/methods/tls_common.c
77
macsize = (size_t)imacsize;
crypto/openssl/ssl/record/methods/tls_common.c
784
mac_size = (size_t)imac_size;
crypto/openssl/ssl/record/methods/tls_common.c
897
|| CRYPTO_memcmp(md, thismb->mac, (size_t)mac_size) != 0)
crypto/openssl/ssl/record/methods/tls_common.c
998
size_t len = SSL3_RT_MAX_ENCRYPTED_LENGTH;
crypto/openssl/ssl/record/methods/tls_multib.c
133
packlen = (size_t)packleni;
crypto/openssl/ssl/record/methods/tls_multib.c
169
size_t numtempl)
crypto/openssl/ssl/record/methods/tls_multib.c
21
size_t len, size_t fraglen)
crypto/openssl/ssl/record/methods/tls_multib.c
39
size_t tls_get_max_records_multiblock(OSSL_RECORD_LAYER *rl, uint8_t type,
crypto/openssl/ssl/record/methods/tls_multib.c
40
size_t len, size_t maxfrag,
crypto/openssl/ssl/record/methods/tls_multib.c
41
size_t *preffrag)
crypto/openssl/ssl/record/methods/tls_multib.c
65
size_t numtempl)
crypto/openssl/ssl/record/methods/tls_multib.c
68
size_t i;
crypto/openssl/ssl/record/methods/tls_multib.c
69
size_t totlen;
crypto/openssl/ssl/record/methods/tls_multib.c
73
size_t packlen;
crypto/openssl/ssl/record/methods/tls_pad.c
103
size_t block_size, size_t mac_size,
crypto/openssl/ssl/record/methods/tls_pad.c
107
size_t good = -1;
crypto/openssl/ssl/record/methods/tls_pad.c
108
size_t padding_length, to_check, i;
crypto/openssl/ssl/record/methods/tls_pad.c
109
size_t overhead = ((block_size == 1) ? 0 : 1) /* padding length byte */
crypto/openssl/ssl/record/methods/tls_pad.c
182
static int ssl3_cbc_copy_mac(size_t *reclen,
crypto/openssl/ssl/record/methods/tls_pad.c
183
size_t origreclen,
crypto/openssl/ssl/record/methods/tls_pad.c
187
size_t block_size,
crypto/openssl/ssl/record/methods/tls_pad.c
188
size_t mac_size,
crypto/openssl/ssl/record/methods/tls_pad.c
189
size_t good,
crypto/openssl/ssl/record/methods/tls_pad.c
205
size_t mac_end = *reclen;
crypto/openssl/ssl/record/methods/tls_pad.c
206
size_t mac_start = mac_end - mac_size;
crypto/openssl/ssl/record/methods/tls_pad.c
207
size_t in_mac;
crypto/openssl/ssl/record/methods/tls_pad.c
212
size_t scan_start = 0;
crypto/openssl/ssl/record/methods/tls_pad.c
213
size_t i, j;
crypto/openssl/ssl/record/methods/tls_pad.c
214
size_t rotate_offset;
crypto/openssl/ssl/record/methods/tls_pad.c
251
rotated_mac = rotated_mac_buf + ((0 - (size_t)rotated_mac_buf) & 63);
crypto/openssl/ssl/record/methods/tls_pad.c
26
static int ssl3_cbc_copy_mac(size_t *reclen,
crypto/openssl/ssl/record/methods/tls_pad.c
262
size_t mac_started = constant_time_eq_s(i, mac_start);
crypto/openssl/ssl/record/methods/tls_pad.c
263
size_t mac_ended = constant_time_lt_s(i, mac_end);
crypto/openssl/ssl/record/methods/tls_pad.c
27
size_t origreclen,
crypto/openssl/ssl/record/methods/tls_pad.c
31
size_t block_size,
crypto/openssl/ssl/record/methods/tls_pad.c
32
size_t mac_size,
crypto/openssl/ssl/record/methods/tls_pad.c
33
size_t good,
crypto/openssl/ssl/record/methods/tls_pad.c
53
int ssl3_cbc_remove_padding_and_mac(size_t *reclen,
crypto/openssl/ssl/record/methods/tls_pad.c
54
size_t origreclen,
crypto/openssl/ssl/record/methods/tls_pad.c
58
size_t block_size, size_t mac_size,
crypto/openssl/ssl/record/methods/tls_pad.c
61
size_t padding_length;
crypto/openssl/ssl/record/methods/tls_pad.c
62
size_t good;
crypto/openssl/ssl/record/methods/tls_pad.c
63
const size_t overhead = 1 /* padding length byte */ + mac_size;
crypto/openssl/ssl/record/methods/tls_pad.c
98
int tls1_cbc_remove_padding_and_mac(size_t *reclen,
crypto/openssl/ssl/record/methods/tls_pad.c
99
size_t origreclen,
crypto/openssl/ssl/record/methods/tlsany_meth.c
137
size_t mac_size,
crypto/openssl/ssl/record/methods/tlsany_meth.c
18
unsigned char *key, size_t keylen,
crypto/openssl/ssl/record/methods/tlsany_meth.c
19
unsigned char *iv, size_t ivlen,
crypto/openssl/ssl/record/methods/tlsany_meth.c
20
unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/methods/tlsany_meth.c
22
size_t taglen,
crypto/openssl/ssl/record/methods/tlsany_meth.c
38
size_t n_recs, int sending, SSL_MAC_BUF *macs,
crypto/openssl/ssl/record/methods/tlsany_meth.c
39
size_t macsize)
crypto/openssl/ssl/record/rec_layer_d1.c
198
unsigned char *buf, size_t len,
crypto/openssl/ssl/record/rec_layer_d1.c
199
int peek, size_t *readbytes)
crypto/openssl/ssl/record/rec_layer_d1.c
202
size_t n;
crypto/openssl/ssl/record/rec_layer_d1.c
612
size_t len, size_t *written)
crypto/openssl/ssl/record/rec_layer_d1.c
626
size_t len, size_t *written)
crypto/openssl/ssl/record/rec_layer_s3.c
1139
size_t len, void *cbarg)
crypto/openssl/ssl/record/rec_layer_s3.c
1159
static size_t rlayer_padding_wrapper(void *cbarg, int type, size_t len)
crypto/openssl/ssl/record/rec_layer_s3.c
1245
unsigned char *secret, size_t secretlen,
crypto/openssl/ssl/record/rec_layer_s3.c
1246
unsigned char *key, size_t keylen,
crypto/openssl/ssl/record/rec_layer_s3.c
1247
unsigned char *iv, size_t ivlen,
crypto/openssl/ssl/record/rec_layer_s3.c
1248
unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/rec_layer_s3.c
1249
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/rec_layer_s3.c
1375
size_t i, j;
crypto/openssl/ssl/record/rec_layer_s3.c
150
static int ossl_early_data_count_ok(SSL_CONNECTION *s, size_t length,
crypto/openssl/ssl/record/rec_layer_s3.c
151
size_t overhead, int send)
crypto/openssl/ssl/record/rec_layer_s3.c
176
size_t ssl3_pending(const SSL *s)
crypto/openssl/ssl/record/rec_layer_s3.c
178
size_t i, num = 0;
crypto/openssl/ssl/record/rec_layer_s3.c
206
void SSL_CTX_set_default_read_buffer_len(SSL_CTX *ctx, size_t len)
crypto/openssl/ssl/record/rec_layer_s3.c
211
void SSL_set_default_read_buffer_len(SSL *s, size_t len)
crypto/openssl/ssl/record/rec_layer_s3.c
253
const unsigned char *buf, size_t len)
crypto/openssl/ssl/record/rec_layer_s3.c
273
int ssl3_write_bytes(SSL *ssl, uint8_t type, const void *buf_, size_t len,
crypto/openssl/ssl/record/rec_layer_s3.c
274
size_t *written)
crypto/openssl/ssl/record/rec_layer_s3.c
277
size_t tot;
crypto/openssl/ssl/record/rec_layer_s3.c
278
size_t n, max_send_fragment, split_send_fragment, maxpipes;
crypto/openssl/ssl/record/rec_layer_s3.c
407
size_t tmppipelen, remain;
crypto/openssl/ssl/record/rec_layer_s3.c
408
size_t j, lensofar = 0;
crypto/openssl/ssl/record/rec_layer_s3.c
559
int ssl_release_record(SSL_CONNECTION *s, TLS_RECORD *rr, size_t length)
crypto/openssl/ssl/record/rec_layer_s3.c
623
unsigned char *buf, size_t len,
crypto/openssl/ssl/record/rec_layer_s3.c
624
int peek, size_t *readbytes)
crypto/openssl/ssl/record/rec_layer_s3.c
627
size_t n, curr_rec, totalbytes;
crypto/openssl/ssl/record/rec_layer_s3.c
993
size_t dest_maxlen = sizeof(s->rlayer.handshake_fragment);
crypto/openssl/ssl/record/rec_layer_s3.c
995
size_t *dest_len = &s->rlayer.handshake_fragment_len;
crypto/openssl/ssl/record/record.h
101
size_t handshake_fragment_len;
crypto/openssl/ssl/record/record.h
104
size_t wpend_tot;
crypto/openssl/ssl/record/record.h
113
size_t (*record_padding_cb)(SSL *s, int type, size_t len, void *arg);
crypto/openssl/ssl/record/record.h
115
size_t block_padding;
crypto/openssl/ssl/record/record.h
116
size_t hs_padding;
crypto/openssl/ssl/record/record.h
119
size_t num_recs;
crypto/openssl/ssl/record/record.h
121
size_t curr_rec;
crypto/openssl/ssl/record/record.h
144
__owur size_t ssl3_pending(const SSL *s);
crypto/openssl/ssl/record/record.h
145
__owur int ssl3_write_bytes(SSL *s, uint8_t type, const void *buf, size_t len,
crypto/openssl/ssl/record/record.h
146
size_t *written);
crypto/openssl/ssl/record/record.h
148
unsigned char *buf, size_t len, int peek,
crypto/openssl/ssl/record/record.h
149
size_t *readbytes);
crypto/openssl/ssl/record/record.h
155
unsigned char *buf, size_t len, int peek,
crypto/openssl/ssl/record/record.h
156
size_t *readbytes);
crypto/openssl/ssl/record/record.h
158
size_t len, size_t *written);
crypto/openssl/ssl/record/record.h
160
size_t len, size_t *written);
crypto/openssl/ssl/record/record.h
163
int ssl_release_record(SSL_CONNECTION *s, TLS_RECORD *rr, size_t length);
crypto/openssl/ssl/record/record.h
176
unsigned char *secret, size_t secretlen,
crypto/openssl/ssl/record/record.h
177
unsigned char *key, size_t keylen,
crypto/openssl/ssl/record/record.h
178
unsigned char *iv, size_t ivlen,
crypto/openssl/ssl/record/record.h
179
unsigned char *mackey, size_t mackeylen,
crypto/openssl/ssl/record/record.h
180
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/record.h
188
OSSL_CORE_MAKE_FUNC(void, rlayer_msg_callback, (int write_p, int version, int content_type, const void *buf, size_t len, void *cbarg))
crypto/openssl/ssl/record/record.h
192
OSSL_CORE_MAKE_FUNC(size_t, rlayer_padding, (void *cbarg, int type, size_t len))
crypto/openssl/ssl/record/record.h
34
size_t length;
crypto/openssl/ssl/record/record.h
36
size_t off;
crypto/openssl/ssl/record/record.h
90
size_t default_read_buf_len;
crypto/openssl/ssl/record/record.h
99
size_t wnum;
crypto/openssl/ssl/rio/poll_builder.c
15
OSSL_SAFE_MATH_UNSIGNED(size_t, size_t)
crypto/openssl/ssl/rio/poll_builder.c
45
static int rpb_ensure_alloc(RIO_POLL_BUILDER *rpb, size_t alloc)
crypto/openssl/ssl/rio/poll_builder.c
48
size_t total_size;
crypto/openssl/ssl/rio/poll_builder.c
76
size_t i;
crypto/openssl/ssl/rio/poll_builder.h
35
size_t pfd_num, pfd_alloc;
crypto/openssl/ssl/rio/poll_immediate.c
163
size_t num_items,
crypto/openssl/ssl/rio/poll_immediate.c
164
size_t stride,
crypto/openssl/ssl/rio/poll_immediate.c
169
size_t i;
crypto/openssl/ssl/rio/poll_immediate.c
199
size_t num_items,
crypto/openssl/ssl/rio/poll_immediate.c
200
size_t stride,
crypto/openssl/ssl/rio/poll_immediate.c
205
size_t *p_result_count)
crypto/openssl/ssl/rio/poll_immediate.c
209
size_t result_count = 0;
crypto/openssl/ssl/rio/poll_immediate.c
214
size_t i;
crypto/openssl/ssl/rio/poll_immediate.c
283
size_t num_items,
crypto/openssl/ssl/rio/poll_immediate.c
284
size_t stride,
crypto/openssl/ssl/rio/poll_immediate.c
286
size_t *p_result_count)
crypto/openssl/ssl/rio/poll_immediate.c
33
size_t j; \
crypto/openssl/ssl/rio/poll_immediate.c
341
size_t num_items,
crypto/openssl/ssl/rio/poll_immediate.c
342
size_t stride,
crypto/openssl/ssl/rio/poll_immediate.c
344
size_t *p_result_count)
crypto/openssl/ssl/rio/poll_immediate.c
347
size_t i, result_count = 0;
crypto/openssl/ssl/rio/poll_immediate.c
415
size_t num_items,
crypto/openssl/ssl/rio/poll_immediate.c
416
size_t stride,
crypto/openssl/ssl/rio/poll_immediate.c
419
size_t *p_result_count)
crypto/openssl/ssl/rio/poll_immediate.c
422
size_t result_count = 0;
crypto/openssl/ssl/rio/poll_immediate.c
44
size_t idx_ = (idx); \
crypto/openssl/ssl/s3_enc.c
100
size_t n, iv_len, key_len;
crypto/openssl/ssl/s3_enc.c
121
md_len = (size_t)mdi;
crypto/openssl/ssl/s3_enc.c
247
int ssl3_finish_mac(SSL_CONNECTION *s, const unsigned char *buf, size_t len)
crypto/openssl/ssl/s3_enc.c
321
size_t ssl3_final_finish_mac(SSL_CONNECTION *s, const char *sender, size_t len,
crypto/openssl/ssl/s3_enc.c
376
size_t len, size_t *secret_size)
crypto/openssl/ssl/s3_enc.c
393
size_t ret_secret_size = 0;
crypto/openssl/ssl/s3_enc.c
94
size_t md_len;
crypto/openssl/ssl/s3_lib.c
3738
size_t s, const char *t, size_t u,
crypto/openssl/ssl/s3_lib.c
3739
const unsigned char *v, size_t w, int x)
crypto/openssl/ssl/s3_lib.c
3828
size_t i;
crypto/openssl/ssl/s3_lib.c
3882
size_t i;
crypto/openssl/ssl/s3_lib.c
3952
static int ssl3_set_req_cert_type(CERT *c, const unsigned char *p, size_t len);
crypto/openssl/ssl/s3_lib.c
4029
size_t len;
crypto/openssl/ssl/s3_lib.c
4142
size_t clistlen;
crypto/openssl/ssl/s3_lib.c
4149
size_t i;
crypto/openssl/ssl/s3_lib.c
4664
size_t i, j, tblsize[] = { TLS13_NUM_CIPHERS, SSL3_NUM_CIPHERS, SSL3_NUM_SCSVS };
crypto/openssl/ssl/s3_lib.c
4690
int ssl3_put_cipher_by_char(const SSL_CIPHER *c, WPACKET *pkt, size_t *len)
crypto/openssl/ssl/s3_lib.c
4800
size_t j;
crypto/openssl/ssl/s3_lib.c
4962
static int ssl3_set_req_cert_type(CERT *c, const unsigned char *p, size_t len)
crypto/openssl/ssl/s3_lib.c
5016
size_t readbytes;
crypto/openssl/ssl/s3_lib.c
5033
int ssl3_write(SSL *s, const void *buf, size_t len, size_t *written)
crypto/openssl/ssl/s3_lib.c
5048
static int ssl3_read_internal(SSL *s, void *buf, size_t len, int peek,
crypto/openssl/ssl/s3_lib.c
5049
size_t *readbytes)
crypto/openssl/ssl/s3_lib.c
5081
int ssl3_read(SSL *s, void *buf, size_t len, size_t *readbytes)
crypto/openssl/ssl/s3_lib.c
5086
int ssl3_peek(SSL *s, void *buf, size_t len, size_t *readbytes)
crypto/openssl/ssl/s3_lib.c
5169
unsigned char *result, size_t len,
crypto/openssl/ssl/s3_lib.c
5206
size_t pmslen, int free_pms)
crypto/openssl/ssl/s3_lib.c
5215
size_t psklen = s->s3.tmp.psklen;
crypto/openssl/ssl/s3_lib.c
5216
size_t pskpmslen;
crypto/openssl/ssl/s3_lib.c
5375
int ssl_gensecret(SSL_CONNECTION *s, unsigned char *pms, size_t pmslen)
crypto/openssl/ssl/s3_lib.c
5405
size_t pmslen = 0;
crypto/openssl/ssl/s3_lib.c
5459
const unsigned char *ct, size_t ctlen,
crypto/openssl/ssl/s3_lib.c
5464
size_t pmslen = 0;
crypto/openssl/ssl/s3_lib.c
5510
unsigned char **ctp, size_t *ctlenp,
crypto/openssl/ssl/s3_lib.c
5515
size_t pmslen = 0, ctlen = 0;
crypto/openssl/ssl/ssl_asn1.c
243
static int ssl_session_memcpy(unsigned char *dst, size_t *pdstlen,
crypto/openssl/ssl/ssl_asn1.c
244
ASN1_OCTET_STRING *src, size_t maxlen)
crypto/openssl/ssl/ssl_asn1.c
267
size_t tmpl;
crypto/openssl/ssl/ssl_asn1.c
91
const unsigned char *data, size_t len)
crypto/openssl/ssl/ssl_cert.c
1303
int ssl_cert_lookup_by_nid(int nid, size_t *pidx, SSL_CTX *ctx)
crypto/openssl/ssl/ssl_cert.c
1305
size_t i;
crypto/openssl/ssl/ssl_cert.c
1322
const SSL_CERT_LOOKUP *ssl_cert_lookup_by_pkey(const EVP_PKEY *pk, size_t *pidx, SSL_CTX *ctx)
crypto/openssl/ssl/ssl_cert.c
1324
size_t i;
crypto/openssl/ssl/ssl_cert.c
1352
const SSL_CERT_LOOKUP *ssl_cert_lookup_by_idx(size_t idx, SSL_CTX *ctx)
crypto/openssl/ssl/ssl_cert.c
242
size_t i;
crypto/openssl/ssl/ssl_cert.c
368
size_t i;
crypto/openssl/ssl/ssl_cert.c
392
size_t i, idx;
crypto/openssl/ssl/ssl_cert.c
399
idx = (size_t)(c->key - c->pkeys + 1);
crypto/openssl/ssl/ssl_cert.c
63
CERT *ssl_cert_new(size_t ssl_pkey_num)
crypto/openssl/ssl/ssl_cert.c
98
size_t i;
crypto/openssl/ssl/ssl_cert_comp.c
16
size_t ossl_calculate_comp_expansion(int alg, size_t length)
crypto/openssl/ssl/ssl_cert_comp.c
161
static int ssl_set_cert_comp_pref(int *prefs, int *algs, size_t len)
crypto/openssl/ssl/ssl_cert_comp.c
163
size_t j = 0;
crypto/openssl/ssl/ssl_cert_comp.c
164
size_t i;
crypto/openssl/ssl/ssl_cert_comp.c
18
size_t ret;
crypto/openssl/ssl/ssl_cert_comp.c
195
static size_t ssl_get_cert_to_compress(SSL *ssl, CERT_PKEY *cpk, unsigned char **data)
crypto/openssl/ssl/ssl_cert_comp.c
200
size_t ret = 0;
crypto/openssl/ssl/ssl_cert_comp.c
237
size_t length;
crypto/openssl/ssl/ssl_cert_comp.c
301
static size_t ssl_get_compressed_cert(SSL *ssl, CERT_PKEY *cpk, int alg, unsigned char **data,
crypto/openssl/ssl/ssl_cert_comp.c
302
size_t *orig_len)
crypto/openssl/ssl/ssl_cert_comp.c
305
size_t cert_len = 0;
crypto/openssl/ssl/ssl_cert_comp.c
306
size_t comp_len = 0;
crypto/openssl/ssl/ssl_cert_comp.c
337
unsigned char *comp_data, size_t comp_length,
crypto/openssl/ssl/ssl_cert_comp.c
338
size_t orig_length)
crypto/openssl/ssl/ssl_cert_comp.c
361
int SSL_CTX_set1_cert_comp_preference(SSL_CTX *ctx, int *algs, size_t len)
crypto/openssl/ssl/ssl_cert_comp.c
370
int SSL_set1_cert_comp_preference(SSL *ssl, int *algs, size_t len)
crypto/openssl/ssl/ssl_cert_comp.c
411
size_t SSL_get1_compressed_cert(SSL *ssl, int alg, unsigned char **data, size_t *orig_len)
crypto/openssl/ssl/ssl_cert_comp.c
431
size_t SSL_CTX_get1_compressed_cert(SSL_CTX *ctx, int alg, unsigned char **data, size_t *orig_len)
crypto/openssl/ssl/ssl_cert_comp.c
434
size_t ret;
crypto/openssl/ssl/ssl_cert_comp.c
446
size_t comp_length, size_t orig_length)
crypto/openssl/ssl/ssl_cert_comp.c
456
size_t comp_length, size_t orig_length)
crypto/openssl/ssl/ssl_cert_comp.c
61
static OSSL_COMP_CERT *OSSL_COMP_CERT_new(unsigned char *data, size_t len, size_t orig_len, int alg)
crypto/openssl/ssl/ssl_cert_comp.c
83
__owur static OSSL_COMP_CERT *OSSL_COMP_CERT_from_compressed_data(unsigned char *data, size_t len,
crypto/openssl/ssl/ssl_cert_comp.c
84
size_t orig_len, int alg)
crypto/openssl/ssl/ssl_cert_comp.c
89
__owur static OSSL_COMP_CERT *OSSL_COMP_CERT_from_uncompressed_data(unsigned char *data, size_t len,
crypto/openssl/ssl/ssl_cert_comp.c
93
size_t max_length;
crypto/openssl/ssl/ssl_ciph.c
110
size_t table_cnt, uint32_t mask)
crypto/openssl/ssl/ssl_ciph.c
112
size_t i;
crypto/openssl/ssl/ssl_ciph.c
2147
int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,
crypto/openssl/ssl/ssl_ciph.c
2148
size_t *int_overhead, size_t *blocksize,
crypto/openssl/ssl/ssl_ciph.c
2149
size_t *ext_overhead)
crypto/openssl/ssl/ssl_ciph.c
2196
*mac_overhead = (size_t)mac;
crypto/openssl/ssl/ssl_ciph.c
2197
*int_overhead = (size_t)in;
crypto/openssl/ssl/ssl_ciph.c
2198
*blocksize = (size_t)blk;
crypto/openssl/ssl/ssl_ciph.c
2199
*ext_overhead = (size_t)out;
crypto/openssl/ssl/ssl_ciph.c
2204
int ssl_cert_is_disabled(SSL_CTX *ctx, size_t idx)
crypto/openssl/ssl/ssl_ciph.c
316
size_t i;
crypto/openssl/ssl/ssl_ciph.c
468
int *mac_pkey_type, size_t *mac_secret_size)
crypto/openssl/ssl/ssl_ciph.c
495
int *mac_pkey_type, size_t *mac_secret_size,
crypto/openssl/ssl/ssl_conf.c
106
size_t ntbl;
crypto/openssl/ssl/ssl_conf.c
1063
size_t i;
crypto/openssl/ssl/ssl_conf.c
1101
size_t i;
crypto/openssl/ssl/ssl_conf.c
165
size_t i;
crypto/openssl/ssl/ssl_conf.c
326
size_t i;
crypto/openssl/ssl/ssl_conf.c
327
size_t n = OSSL_NELEM(versions);
crypto/openssl/ssl/ssl_conf.c
456
size_t fileidx = c->key - c->pkeys;
crypto/openssl/ssl/ssl_conf.c
704
rv = SSL_CTX_set_block_padding_ex(cctx->ctx, (size_t)block_padding,
crypto/openssl/ssl/ssl_conf.c
705
(size_t)hs_padding);
crypto/openssl/ssl/ssl_conf.c
714
rv = SSL_set_block_padding_ex(cctx->ssl, (size_t)block_padding,
crypto/openssl/ssl/ssl_conf.c
715
(size_t)hs_padding);
crypto/openssl/ssl/ssl_conf.c
85
size_t prefixlen;
crypto/openssl/ssl/ssl_conf.c
929
size_t i;
crypto/openssl/ssl/ssl_conf.c
94
size_t num_cert_filename;
crypto/openssl/ssl/ssl_conf.c
952
size_t idx = cmd - ssl_conf_cmds;
crypto/openssl/ssl/ssl_lib.c
118
size_t i;
crypto/openssl/ssl/ssl_lib.c
1327
uint8_t *mtype, const unsigned char **data, size_t *dlen)
crypto/openssl/ssl/ssl_lib.c
1365
uint8_t mtype, const unsigned char *data, size_t dlen)
crypto/openssl/ssl/ssl_lib.c
1792
size_t SSL_get_finished(const SSL *s, void *buf, size_t count)
crypto/openssl/ssl/ssl_lib.c
1794
size_t ret = 0;
crypto/openssl/ssl/ssl_lib.c
1808
size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count)
crypto/openssl/ssl/ssl_lib.c
1810
size_t ret = 0;
crypto/openssl/ssl/ssl_lib.c
1921
size_t pending = s->method->ssl_pending(s);
crypto/openssl/ssl/ssl_lib.c
2105
int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds)
crypto/openssl/ssl/ssl_lib.c
2118
int SSL_get_changed_async_fds(SSL *s, OSSL_ASYNC_FD *addfd, size_t *numaddfds,
crypto/openssl/ssl/ssl_lib.c
2119
OSSL_ASYNC_FD *delfd, size_t *numdelfds)
crypto/openssl/ssl/ssl_lib.c
2284
size_t num;
crypto/openssl/ssl/ssl_lib.c
2305
int ssl_read_internal(SSL *s, void *buf, size_t num, size_t *readbytes)
crypto/openssl/ssl/ssl_lib.c
2360
size_t readbytes;
crypto/openssl/ssl/ssl_lib.c
2367
ret = ssl_read_internal(s, buf, (size_t)num, &readbytes);
crypto/openssl/ssl/ssl_lib.c
2379
int SSL_read_ex(SSL *s, void *buf, size_t num, size_t *readbytes)
crypto/openssl/ssl/ssl_lib.c
2388
int SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes)
crypto/openssl/ssl/ssl_lib.c
2454
static int ssl_peek_internal(SSL *s, void *buf, size_t num, size_t *readbytes)
crypto/openssl/ssl/ssl_lib.c
2495
size_t readbytes;
crypto/openssl/ssl/ssl_lib.c
2502
ret = ssl_peek_internal(s, buf, (size_t)num, &readbytes);
crypto/openssl/ssl/ssl_lib.c
2514
int SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *readbytes)
crypto/openssl/ssl/ssl_lib.c
2523
int ssl_write_internal(SSL *s, const void *buf, size_t num,
crypto/openssl/ssl/ssl_lib.c
2524
uint64_t flags, size_t *written)
crypto/openssl/ssl/ssl_lib.c
2580
ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags)
crypto/openssl/ssl/ssl_lib.c
2650
size_t written;
crypto/openssl/ssl/ssl_lib.c
2657
ret = ssl_write_internal(s, buf, (size_t)num, 0, &written);
crypto/openssl/ssl/ssl_lib.c
2669
int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written)
crypto/openssl/ssl/ssl_lib.c
267
uint8_t mtype, const unsigned char *data, size_t dlen)
crypto/openssl/ssl/ssl_lib.c
2674
int SSL_write_ex2(SSL *s, const void *buf, size_t num, uint64_t flags,
crypto/openssl/ssl/ssl_lib.c
2675
size_t *written)
crypto/openssl/ssl/ssl_lib.c
2684
int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written)
crypto/openssl/ssl/ssl_lib.c
2687
size_t writtmp;
crypto/openssl/ssl/ssl_lib.c
281
if (ilen < 0 || dlen != (size_t)ilen) {
crypto/openssl/ssl/ssl_lib.c
2997
sc->max_cert_list = (size_t)larg;
crypto/openssl/ssl/ssl_lib.c
3012
if ((size_t)larg > sc->max_send_fragment || larg == 0)
crypto/openssl/ssl/ssl_lib.c
3021
sc->rlayer.rrlmethod->set_max_pipelines(sc->rlayer.rrl, (size_t)larg);
crypto/openssl/ssl/ssl_lib.c
306
if (mdsize <= 0 || dlen != (size_t)mdsize) {
crypto/openssl/ssl/ssl_lib.c
3125
ctx->max_cert_list = (size_t)larg;
crypto/openssl/ssl/ssl_lib.c
3132
ctx->session_cache_size = (size_t)larg;
crypto/openssl/ssl/ssl_lib.c
3179
if ((size_t)larg > ctx->max_send_fragment || larg == 0)
crypto/openssl/ssl/ssl_lib.c
3214
const void *buf, size_t len, SSL *ssl,
crypto/openssl/ssl/ssl_lib.c
338
if (!d2i_X509(&cert, &p, ilen) || p < data || dlen != (size_t)(p - data)) {
crypto/openssl/ssl/ssl_lib.c
3810
int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
crypto/openssl/ssl/ssl_lib.c
3811
const char *label, size_t llen,
crypto/openssl/ssl/ssl_lib.c
3812
const unsigned char *context, size_t contextlen,
crypto/openssl/ssl/ssl_lib.c
3830
int SSL_export_keying_material_early(SSL *s, unsigned char *out, size_t olen,
crypto/openssl/ssl/ssl_lib.c
3831
const char *label, size_t llen,
crypto/openssl/ssl/ssl_lib.c
3833
size_t contextlen)
crypto/openssl/ssl/ssl_lib.c
384
if (!d2i_PUBKEY(&pkey, &p, ilen) || p < data || dlen != (size_t)(p - data)) {
crypto/openssl/ssl/ssl_lib.c
3915
size_t len, int argi, long argl, int ret,
crypto/openssl/ssl/ssl_lib.c
3916
size_t *processed)
crypto/openssl/ssl/ssl_lib.c
42
unsigned char *s, size_t t, size_t *u)
crypto/openssl/ssl/ssl_lib.c
4346
size_t j;
crypto/openssl/ssl/ssl_lib.c
4692
size_t *serverinfo_length)
crypto/openssl/ssl/ssl_lib.c
52
static size_t ssl_undefined_function_5(SSL_CONNECTION *sc, const char *r,
crypto/openssl/ssl/ssl_lib.c
53
size_t s, unsigned char *t)
crypto/openssl/ssl/ssl_lib.c
5650
size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, size_t outlen)
crypto/openssl/ssl/ssl_lib.c
5665
size_t SSL_get_server_random(const SSL *ssl, unsigned char *out, size_t outlen)
crypto/openssl/ssl/ssl_lib.c
5680
size_t SSL_SESSION_get_master_key(const SSL_SESSION *session,
crypto/openssl/ssl/ssl_lib.c
5681
unsigned char *out, size_t outlen)
crypto/openssl/ssl/ssl_lib.c
5692
size_t len)
crypto/openssl/ssl/ssl_lib.c
5880
size_t len, SSL *ssl, void *arg))
crypto/openssl/ssl/ssl_lib.c
5888
size_t len, SSL *ssl, void *arg))
crypto/openssl/ssl/ssl_lib.c
5911
size_t (*cb)(SSL *ssl, int type,
crypto/openssl/ssl/ssl_lib.c
5912
size_t len, void *arg))
crypto/openssl/ssl/ssl_lib.c
5927
int SSL_CTX_set_block_padding_ex(SSL_CTX *ctx, size_t app_block_size,
crypto/openssl/ssl/ssl_lib.c
5928
size_t hs_block_size)
crypto/openssl/ssl/ssl_lib.c
5951
int SSL_CTX_set_block_padding(SSL_CTX *ctx, size_t block_size)
crypto/openssl/ssl/ssl_lib.c
5957
size_t (*cb)(SSL *ssl, int type,
crypto/openssl/ssl/ssl_lib.c
5958
size_t len, void *arg))
crypto/openssl/ssl/ssl_lib.c
5994
int SSL_set_block_padding_ex(SSL *ssl, size_t app_block_size,
crypto/openssl/ssl/ssl_lib.c
5995
size_t hs_block_size)
crypto/openssl/ssl/ssl_lib.c
6022
int SSL_set_block_padding(SSL *ssl, size_t block_size)
crypto/openssl/ssl/ssl_lib.c
6027
int SSL_set_num_tickets(SSL *s, size_t num_tickets)
crypto/openssl/ssl/ssl_lib.c
6039
size_t SSL_get_num_tickets(const SSL *s)
crypto/openssl/ssl/ssl_lib.c
6049
int SSL_CTX_set_num_tickets(SSL_CTX *ctx, size_t num_tickets)
crypto/openssl/ssl/ssl_lib.c
6056
size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx)
crypto/openssl/ssl/ssl_lib.c
6063
unsigned char *out, size_t outlen,
crypto/openssl/ssl/ssl_lib.c
6064
size_t *hashlen)
crypto/openssl/ssl/ssl_lib.c
6071
if (hashleni < 0 || (size_t)hashleni > outlen) {
crypto/openssl/ssl/ssl_lib.c
64
size_t s, const char *t, size_t u,
crypto/openssl/ssl/ssl_lib.c
65
const unsigned char *v, size_t w, int x)
crypto/openssl/ssl/ssl_lib.c
6752
size_t SSL_client_hello_get0_random(SSL *s, const unsigned char **out)
crypto/openssl/ssl/ssl_lib.c
6766
size_t SSL_client_hello_get0_session_id(SSL *s, const unsigned char **out)
crypto/openssl/ssl/ssl_lib.c
6780
size_t SSL_client_hello_get0_ciphers(SSL *s, const unsigned char **out)
crypto/openssl/ssl/ssl_lib.c
6794
size_t SSL_client_hello_get0_compression_methods(SSL *s, const unsigned char **out)
crypto/openssl/ssl/ssl_lib.c
6808
int SSL_client_hello_get1_extensions_present(SSL *s, int **out, size_t *outlen)
crypto/openssl/ssl/ssl_lib.c
6812
size_t num = 0, i;
crypto/openssl/ssl/ssl_lib.c
6848
int SSL_client_hello_get_extension_order(SSL *s, uint16_t *exts, size_t *num_exts)
crypto/openssl/ssl/ssl_lib.c
6851
size_t num = 0, i;
crypto/openssl/ssl/ssl_lib.c
6887
size_t *outlen)
crypto/openssl/ssl/ssl_lib.c
6889
size_t i;
crypto/openssl/ssl/ssl_lib.c
6956
size_t parameter_1_len,
crypto/openssl/ssl/ssl_lib.c
6958
size_t parameter_2_len)
crypto/openssl/ssl/ssl_lib.c
6962
size_t out_len = 0, i, prefix_len;
crypto/openssl/ssl/ssl_lib.c
7010
size_t encrypted_premaster_len,
crypto/openssl/ssl/ssl_lib.c
7012
size_t premaster_len)
crypto/openssl/ssl/ssl_lib.c
7031
size_t secret_len)
crypto/openssl/ssl/ssl_lib.c
7064
size_t numciphers = PACKET_remaining(cipher_suites) / n;
crypto/openssl/ssl/ssl_lib.c
7108
int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len,
crypto/openssl/ssl/ssl_lib.c
7707
size_t args_len)
crypto/openssl/ssl/ssl_lib.c
7866
size_t SSL_get_accept_stream_queue_len(SSL *s)
crypto/openssl/ssl/ssl_lib.c
7880
size_t args_len)
crypto/openssl/ssl/ssl_lib.c
7941
size_t info_len)
crypto/openssl/ssl/ssl_lib.c
8025
size_t SSL_get_accept_connection_queue_len(SSL *ssl)
crypto/openssl/ssl/ssl_lib.c
8155
data, (size_t)ret)
crypto/openssl/ssl/ssl_lib.c
8190
static int validate_cert_type(const unsigned char *val, size_t len)
crypto/openssl/ssl/ssl_lib.c
8192
size_t i;
crypto/openssl/ssl/ssl_lib.c
8224
size_t *cert_type_len,
crypto/openssl/ssl/ssl_lib.c
8226
size_t len)
crypto/openssl/ssl/ssl_lib.c
8242
int SSL_set1_client_cert_type(SSL *s, const unsigned char *val, size_t len)
crypto/openssl/ssl/ssl_lib.c
8253
int SSL_set1_server_cert_type(SSL *s, const unsigned char *val, size_t len)
crypto/openssl/ssl/ssl_lib.c
8264
int SSL_CTX_set1_client_cert_type(SSL_CTX *ctx, const unsigned char *val, size_t len)
crypto/openssl/ssl/ssl_lib.c
8270
int SSL_CTX_set1_server_cert_type(SSL_CTX *ctx, const unsigned char *val, size_t len)
crypto/openssl/ssl/ssl_lib.c
8276
int SSL_get0_client_cert_type(const SSL *s, unsigned char **t, size_t *len)
crypto/openssl/ssl/ssl_lib.c
8288
int SSL_get0_server_cert_type(const SSL *s, unsigned char **t, size_t *len)
crypto/openssl/ssl/ssl_lib.c
8300
int SSL_CTX_get0_client_cert_type(const SSL_CTX *ctx, unsigned char **t, size_t *len)
crypto/openssl/ssl/ssl_lib.c
8310
int SSL_CTX_get0_server_cert_type(const SSL_CTX *ctx, unsigned char **t, size_t *len)
crypto/openssl/ssl/ssl_lib.c
841
size_t add = 0;
crypto/openssl/ssl/ssl_lib.c
856
size_t add = 0;
crypto/openssl/ssl/ssl_lib.c
871
size_t add = 0;
crypto/openssl/ssl/ssl_lib.c
91
size_t num;
crypto/openssl/ssl/ssl_lib.c
96
int (*func_read)(SSL *, void *, size_t, size_t *);
crypto/openssl/ssl/ssl_lib.c
97
int (*func_write)(SSL *, const void *, size_t, size_t *);
crypto/openssl/ssl/ssl_local.h
1020
size_t ecpointformats_len;
crypto/openssl/ssl/ssl_local.h
1023
size_t supportedgroups_len;
crypto/openssl/ssl/ssl_local.h
1026
size_t keyshares_len;
crypto/openssl/ssl/ssl_local.h
1029
size_t tuples_len; /* Number of group tuples */
crypto/openssl/ssl/ssl_local.h
1030
size_t *tuples; /* Number of groups in each group tuple */
crypto/openssl/ssl/ssl_local.h
1059
size_t alpn_len;
crypto/openssl/ssl/ssl_local.h
1133
size_t (*record_padding_cb)(SSL *s, int type, size_t len, void *arg);
crypto/openssl/ssl/ssl_local.h
1135
size_t block_padding;
crypto/openssl/ssl/ssl_local.h
1136
size_t hs_padding;
crypto/openssl/ssl/ssl_local.h
1144
size_t num_tickets;
crypto/openssl/ssl/ssl_local.h
1162
size_t ssl_mac_secret_size[SSL_MD_NUM_IDX];
crypto/openssl/ssl/ssl_local.h
1164
size_t sigalg_lookup_cache_len;
crypto/openssl/ssl/ssl_local.h
1165
size_t tls12_sigalgs_len;
crypto/openssl/ssl/ssl_local.h
1172
size_t group_list_len;
crypto/openssl/ssl/ssl_local.h
1173
size_t group_list_max_len;
crypto/openssl/ssl/ssl_local.h
1176
size_t sigalg_list_len;
crypto/openssl/ssl/ssl_local.h
1177
size_t sigalg_list_max_len;
crypto/openssl/ssl/ssl_local.h
1192
size_t client_cert_type_len;
crypto/openssl/ssl/ssl_local.h
1194
size_t server_cert_type_len;
crypto/openssl/ssl/ssl_local.h
1207
int (*crypto_send_cb)(SSL *s, const unsigned char *buf, size_t buf_len,
crypto/openssl/ssl/ssl_local.h
1208
size_t *consumed, void *arg);
crypto/openssl/ssl/ssl_local.h
1210
size_t *bytes_read, void *arg);
crypto/openssl/ssl/ssl_local.h
1211
int (*crypto_release_rcd_cb)(SSL *s, size_t bytes_read, void *arg);
crypto/openssl/ssl/ssl_local.h
1213
const unsigned char *secret, size_t secret_len,
crypto/openssl/ssl/ssl_local.h
1216
size_t params_len,
crypto/openssl/ssl/ssl_local.h
1303
size_t init_num; /* amount read/written */
crypto/openssl/ssl/ssl_local.h
1304
size_t init_off; /* amount read/written */
crypto/openssl/ssl/ssl_local.h
1306
size_t ssl_pkey_num;
crypto/openssl/ssl/ssl_local.h
1351
size_t finish_md_len;
crypto/openssl/ssl/ssl_local.h
1353
size_t peer_finish_md_len;
crypto/openssl/ssl/ssl_local.h
1354
size_t message_size;
crypto/openssl/ssl/ssl_local.h
1362
size_t num_ks_pkey; /* how many keyshares are there */
crypto/openssl/ssl/ssl_local.h
1367
size_t ctype_len;
crypto/openssl/ssl/ssl_local.h
1370
size_t key_block_length;
crypto/openssl/ssl/ssl_local.h
1375
size_t new_mac_secret_size;
crypto/openssl/ssl/ssl_local.h
1384
size_t ciphers_rawlen;
crypto/openssl/ssl/ssl_local.h
1387
size_t pmslen;
crypto/openssl/ssl/ssl_local.h
1391
size_t psklen;
crypto/openssl/ssl/ssl_local.h
1406
size_t peer_sigalgslen;
crypto/openssl/ssl/ssl_local.h
1407
size_t peer_cert_sigalgslen;
crypto/openssl/ssl/ssl_local.h
1434
size_t previous_client_finished_len;
crypto/openssl/ssl/ssl_local.h
1436
size_t previous_server_finished_len;
crypto/openssl/ssl/ssl_local.h
1457
size_t alpn_selected_len;
crypto/openssl/ssl/ssl_local.h
1460
size_t alpn_proposed_len;
crypto/openssl/ssl/ssl_local.h
1488
const void *buf, size_t len, SSL *ssl, void *arg);
crypto/openssl/ssl/ssl_local.h
1531
size_t cert_verify_hash_len;
crypto/openssl/ssl/ssl_local.h
1542
size_t sid_ctx_length;
crypto/openssl/ssl/ssl_local.h
1549
size_t psksession_id_len;
crypto/openssl/ssl/ssl_local.h
1557
size_t tmp_session_id_len;
crypto/openssl/ssl/ssl_local.h
1596
size_t max_cert_list;
crypto/openssl/ssl/ssl_local.h
1607
size_t split_send_fragment;
crypto/openssl/ssl/ssl_local.h
1612
size_t max_send_fragment;
crypto/openssl/ssl/ssl_local.h
1614
size_t max_pipelines;
crypto/openssl/ssl/ssl_local.h
1640
size_t resp_len;
crypto/openssl/ssl/ssl_local.h
1649
size_t ecpointformats_len;
crypto/openssl/ssl/ssl_local.h
1652
size_t peer_ecpointformats_len;
crypto/openssl/ssl/ssl_local.h
1656
size_t supportedgroups_len;
crypto/openssl/ssl/ssl_local.h
1659
size_t peer_supportedgroups_len;
crypto/openssl/ssl/ssl_local.h
1663
size_t keyshares_len;
crypto/openssl/ssl/ssl_local.h
1666
size_t tuples_len;
crypto/openssl/ssl/ssl_local.h
1667
size_t *tuples;
crypto/openssl/ssl/ssl_local.h
1682
size_t alpn_len;
crypto/openssl/ssl/ssl_local.h
1691
size_t npn_len;
crypto/openssl/ssl/ssl_local.h
1706
size_t tls13_cookie_len;
crypto/openssl/ssl/ssl_local.h
1787
size_t pha_context_len;
crypto/openssl/ssl/ssl_local.h
1811
size_t asyncrw;
crypto/openssl/ssl/ssl_local.h
1832
size_t num_tickets;
crypto/openssl/ssl/ssl_local.h
1834
size_t sent_tickets;
crypto/openssl/ssl/ssl_local.h
1851
size_t shared_sigalgslen;
crypto/openssl/ssl/ssl_local.h
1860
size_t client_cert_type_len;
crypto/openssl/ssl/ssl_local.h
1862
size_t server_cert_type_len;
crypto/openssl/ssl/ssl_local.h
1915
size_t msg_len;
crypto/openssl/ssl/ssl_local.h
1917
size_t frag_off;
crypto/openssl/ssl/ssl_local.h
1918
size_t frag_len;
crypto/openssl/ssl/ssl_local.h
1950
size_t pqueue_size(pqueue *pq);
crypto/openssl/ssl/ssl_local.h
1954
size_t cookie_len;
crypto/openssl/ssl/ssl_local.h
1964
size_t link_mtu; /* max on-the-wire DTLS packet size */
crypto/openssl/ssl/ssl_local.h
1965
size_t mtu; /* max DTLS packet size */
crypto/openssl/ssl/ssl_local.h
1996
size_t len;
crypto/openssl/ssl/ssl_local.h
1997
size_t orig_len;
crypto/openssl/ssl/ssl_local.h
2020
size_t serverinfo_length;
crypto/openssl/ssl/ssl_local.h
2076
size_t meths_count;
crypto/openssl/ssl/ssl_local.h
2094
size_t ssl_pkey_num;
crypto/openssl/ssl/ssl_local.h
2097
size_t ctype_len;
crypto/openssl/ssl/ssl_local.h
2105
size_t conf_sigalgslen;
crypto/openssl/ssl/ssl_local.h
2115
size_t client_sigalgslen;
crypto/openssl/ssl/ssl_local.h
2153
unsigned char *, size_t, size_t *);
crypto/openssl/ssl/ssl_local.h
2155
size_t (*final_finish_mac)(SSL_CONNECTION *, const char *, size_t,
crypto/openssl/ssl/ssl_local.h
2158
size_t client_finished_label_len;
crypto/openssl/ssl/ssl_local.h
2160
size_t server_finished_label_len;
crypto/openssl/ssl/ssl_local.h
2162
int (*export_keying_material)(SSL_CONNECTION *, unsigned char *, size_t,
crypto/openssl/ssl/ssl_local.h
2163
const char *, size_t,
crypto/openssl/ssl/ssl_local.h
2164
const unsigned char *, size_t,
crypto/openssl/ssl/ssl_local.h
2486
size_t len;
crypto/openssl/ssl/ssl_local.h
2518
size_t *pgroupslen)
crypto/openssl/ssl/ssl_local.h
2534
__owur int ssl_read_internal(SSL *s, void *buf, size_t num, size_t *readbytes);
crypto/openssl/ssl/ssl_local.h
2535
__owur int ssl_write_internal(SSL *s, const void *buf, size_t num,
crypto/openssl/ssl/ssl_local.h
2536
uint64_t flags, size_t *written);
crypto/openssl/ssl/ssl_local.h
2538
__owur CERT *ssl_cert_new(size_t ssl_pkey_num);
crypto/openssl/ssl/ssl_local.h
2546
size_t sess_id_len);
crypto/openssl/ssl/ssl_local.h
2570
int *mac_pkey_type, size_t *mac_secret_size);
crypto/openssl/ssl/ssl_local.h
2573
int *mac_pkey_type, size_t *mac_secret_size,
crypto/openssl/ssl/ssl_local.h
2575
__owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,
crypto/openssl/ssl/ssl_local.h
2576
size_t *int_overhead, size_t *blocksize,
crypto/openssl/ssl/ssl_local.h
2577
size_t *ext_overhead);
crypto/openssl/ssl/ssl_local.h
2578
__owur int ssl_cert_is_disabled(SSL_CTX *ctx, size_t idx);
crypto/openssl/ssl/ssl_local.h
2605
__owur int ssl_cert_lookup_by_nid(int nid, size_t *pidx, SSL_CTX *ctx);
crypto/openssl/ssl/ssl_local.h
2607
size_t *pidx,
crypto/openssl/ssl/ssl_local.h
2609
__owur const SSL_CERT_LOOKUP *ssl_cert_lookup_by_idx(size_t idx, SSL_CTX *ctx);
crypto/openssl/ssl/ssl_local.h
2615
size_t *serverinfo_length);
crypto/openssl/ssl/ssl_local.h
2625
unsigned char *field, size_t len,
crypto/openssl/ssl/ssl_local.h
2628
size_t pmslen, int free_pms);
crypto/openssl/ssl/ssl_local.h
2630
__owur int ssl_gensecret(SSL_CONNECTION *s, unsigned char *pms, size_t pmslen);
crypto/openssl/ssl/ssl_local.h
2634
const unsigned char *ct, size_t ctlen,
crypto/openssl/ssl/ssl_local.h
2637
unsigned char **ctp, size_t *ctlenp,
crypto/openssl/ssl/ssl_local.h
2640
__owur int ssl_set_tmp_ecdh_groups(uint16_t **pext, size_t *pextlen,
crypto/openssl/ssl/ssl_local.h
2641
uint16_t **ksext, size_t *ksextlen,
crypto/openssl/ssl/ssl_local.h
2642
size_t **tplext, size_t *tplextlen,
crypto/openssl/ssl/ssl_local.h
2651
size_t *len);
crypto/openssl/ssl/ssl_local.h
2659
unsigned char *p, size_t len,
crypto/openssl/ssl/ssl_local.h
2660
size_t *secret_size);
crypto/openssl/ssl/ssl_local.h
2669
__owur size_t ssl3_final_finish_mac(SSL_CONNECTION *s, const char *sender,
crypto/openssl/ssl/ssl_local.h
2670
size_t slen, unsigned char *p);
crypto/openssl/ssl/ssl_local.h
2672
size_t len);
crypto/openssl/ssl/ssl_local.h
2682
__owur int ssl3_read(SSL *s, void *buf, size_t len, size_t *readbytes);
crypto/openssl/ssl/ssl_local.h
2683
__owur int ssl3_peek(SSL *s, void *buf, size_t len, size_t *readbytes);
crypto/openssl/ssl/ssl_local.h
2684
__owur int ssl3_write(SSL *s, const void *buf, size_t len, size_t *written);
crypto/openssl/ssl/ssl_local.h
2723
size_t len,
crypto/openssl/ssl/ssl_local.h
2724
size_t frag_off, size_t frag_len);
crypto/openssl/ssl/ssl_local.h
2727
size_t len, size_t *written);
crypto/openssl/ssl/ssl_local.h
2747
size_t cookie_len);
crypto/openssl/ssl/ssl_local.h
2748
__owur size_t dtls1_min_mtu(SSL_CONNECTION *s);
crypto/openssl/ssl/ssl_local.h
2769
__owur size_t tls1_final_finish_mac(SSL_CONNECTION *s, const char *str,
crypto/openssl/ssl/ssl_local.h
2770
size_t slen, unsigned char *p);
crypto/openssl/ssl/ssl_local.h
2772
unsigned char *p, size_t len,
crypto/openssl/ssl/ssl_local.h
2773
size_t *secret_size);
crypto/openssl/ssl/ssl_local.h
2775
__owur size_t tls13_final_finish_mac(SSL_CONNECTION *s, const char *str, size_t slen,
crypto/openssl/ssl/ssl_local.h
2784
const unsigned char *label, size_t labellen,
crypto/openssl/ssl/ssl_local.h
2785
const unsigned char *data, size_t datalen,
crypto/openssl/ssl/ssl_local.h
2786
unsigned char *out, size_t outlen, int fatal);
crypto/openssl/ssl/ssl_local.h
2790
const unsigned char *label, size_t labellen,
crypto/openssl/ssl/ssl_local.h
2791
const unsigned char *data, size_t datalen,
crypto/openssl/ssl/ssl_local.h
2792
unsigned char *out, size_t outlen,
crypto/openssl/ssl/ssl_local.h
2796
size_t keylen);
crypto/openssl/ssl/ssl_local.h
2799
size_t ivlen);
crypto/openssl/ssl/ssl_local.h
2802
unsigned char *fin, size_t finlen);
crypto/openssl/ssl/ssl_local.h
2806
size_t insecretlen,
crypto/openssl/ssl/ssl_local.h
2810
size_t insecretlen);
crypto/openssl/ssl/ssl_local.h
2812
unsigned char *prev, size_t prevlen,
crypto/openssl/ssl/ssl_local.h
2813
size_t *secret_size);
crypto/openssl/ssl/ssl_local.h
2815
unsigned char *out, size_t olen,
crypto/openssl/ssl/ssl_local.h
2816
const char *label, size_t llen,
crypto/openssl/ssl/ssl_local.h
2817
const unsigned char *p, size_t plen,
crypto/openssl/ssl/ssl_local.h
2820
unsigned char *out, size_t olen,
crypto/openssl/ssl/ssl_local.h
2821
const char *label, size_t llen,
crypto/openssl/ssl/ssl_local.h
2823
size_t contextlen, int use_context);
crypto/openssl/ssl/ssl_local.h
2825
unsigned char *out, size_t olen,
crypto/openssl/ssl/ssl_local.h
2826
const char *label, size_t llen,
crypto/openssl/ssl/ssl_local.h
2828
size_t contextlen);
crypto/openssl/ssl/ssl_local.h
2846
size_t num, long all,
crypto/openssl/ssl/ssl_local.h
2849
__owur int tls1_set_groups(uint16_t **grpext, size_t *grpextlen,
crypto/openssl/ssl/ssl_local.h
2850
uint16_t **ksext, size_t *ksextlen,
crypto/openssl/ssl/ssl_local.h
2851
size_t **tplext, size_t *tplextlen,
crypto/openssl/ssl/ssl_local.h
2852
int *curves, size_t ncurves);
crypto/openssl/ssl/ssl_local.h
2854
uint16_t **grpext, size_t *grpextlen,
crypto/openssl/ssl/ssl_local.h
2855
uint16_t **ksext, size_t *ksextlen,
crypto/openssl/ssl/ssl_local.h
2856
size_t **tplext, size_t *tplextlen,
crypto/openssl/ssl/ssl_local.h
2863
size_t *num_formats);
crypto/openssl/ssl/ssl_local.h
2868
size_t *pgroupslen);
crypto/openssl/ssl/ssl_local.h
2870
size_t *pgroupslen);
crypto/openssl/ssl/ssl_local.h
2871
void tls1_get_group_tuples(SSL_CONNECTION *s, const size_t **ptuples,
crypto/openssl/ssl/ssl_local.h
2872
size_t *ptupleslen);
crypto/openssl/ssl/ssl_local.h
2881
size_t eticklen,
crypto/openssl/ssl/ssl_local.h
2883
size_t sesslen, SSL_SESSION **psess);
crypto/openssl/ssl/ssl_local.h
2890
__owur int tls1_set_raw_sigalgs(CERT *c, const uint16_t *psigs, size_t salglen,
crypto/openssl/ssl/ssl_local.h
2892
__owur int tls1_set_sigalgs(CERT *c, const int *salg, size_t salglen,
crypto/openssl/ssl/ssl_local.h
2913
const uint16_t *psig, size_t psiglen);
crypto/openssl/ssl/ssl_local.h
2914
__owur int tls1_save_u16(PACKET *pkt, uint16_t **pdest, size_t *pdestlen);
crypto/openssl/ssl/ssl_local.h
2920
__owur size_t tls12_get_psigalgs(SSL_CONNECTION *s, int sent,
crypto/openssl/ssl/ssl_local.h
2929
unsigned char *out, size_t outlen,
crypto/openssl/ssl/ssl_local.h
2930
size_t *hashlen);
crypto/openssl/ssl/ssl_local.h
2947
size_t encrypted_premaster_len,
crypto/openssl/ssl/ssl_local.h
2949
size_t premaster_len);
crypto/openssl/ssl/ssl_local.h
2957
const uint8_t *secret, size_t secret_len);
crypto/openssl/ssl/ssl_local.h
2982
size_t *idx);
crypto/openssl/ssl/ssl_local.h
2996
const unsigned char *ext_data, size_t ext_size,
crypto/openssl/ssl/ssl_local.h
2997
X509 *x, size_t chainidx);
crypto/openssl/ssl/ssl_local.h
2999
size_t chainidx, int maxversion);
crypto/openssl/ssl/ssl_local.h
3030
int ssl_hmac_old_init(SSL_HMAC *ctx, void *key, size_t len, char *md);
crypto/openssl/ssl/ssl_local.h
3031
int ssl_hmac_old_update(SSL_HMAC *ctx, const unsigned char *data, size_t len);
crypto/openssl/ssl/ssl_local.h
3032
int ssl_hmac_old_final(SSL_HMAC *ctx, unsigned char *md, size_t *len);
crypto/openssl/ssl/ssl_local.h
3033
size_t ssl_hmac_old_size(const SSL_HMAC *ctx);
crypto/openssl/ssl/ssl_local.h
3078
size_t ossl_calculate_comp_expansion(int alg, size_t length);
crypto/openssl/ssl/ssl_local.h
417
int (*ssl_read)(SSL *s, void *buf, size_t len, size_t *readbytes);
crypto/openssl/ssl/ssl_local.h
418
int (*ssl_peek)(SSL *s, void *buf, size_t len, size_t *readbytes);
crypto/openssl/ssl/ssl_local.h
419
int (*ssl_write)(SSL *s, const void *buf, size_t len, size_t *written);
crypto/openssl/ssl/ssl_local.h
424
unsigned char *buf, size_t len, int peek,
crypto/openssl/ssl/ssl_local.h
425
size_t *readbytes);
crypto/openssl/ssl/ssl_local.h
426
int (*ssl_write_bytes)(SSL *s, uint8_t type, const void *buf_, size_t len,
crypto/openssl/ssl/ssl_local.h
427
size_t *written);
crypto/openssl/ssl/ssl_local.h
433
size_t *len);
crypto/openssl/ssl/ssl_local.h
434
size_t (*ssl_pending)(const SSL *s);
crypto/openssl/ssl/ssl_local.h
479
size_t master_key_length;
crypto/openssl/ssl/ssl_local.h
489
size_t session_id_length;
crypto/openssl/ssl/ssl_local.h
496
size_t sid_ctx_length;
crypto/openssl/ssl/ssl_local.h
533
size_t ticklen; /* Session ticket length */
crypto/openssl/ssl/ssl_local.h
541
size_t alpn_selected_len;
crypto/openssl/ssl/ssl_local.h
554
size_t ticket_appdata_len;
crypto/openssl/ssl/ssl_local.h
638
size_t received_order;
crypto/openssl/ssl/ssl_local.h
645
size_t session_id_len;
crypto/openssl/ssl/ssl_local.h
647
size_t dtls_cookie_len;
crypto/openssl/ssl/ssl_local.h
650
size_t compressions_len;
crypto/openssl/ssl/ssl_local.h
653
size_t pre_proc_exts_len;
crypto/openssl/ssl/ssl_local.h
727
int ssl_hmac_init(SSL_HMAC *ctx, void *key, size_t len, char *md);
crypto/openssl/ssl/ssl_local.h
728
int ssl_hmac_update(SSL_HMAC *ctx, const unsigned char *data, size_t len);
crypto/openssl/ssl/ssl_local.h
729
int ssl_hmac_final(SSL_HMAC *ctx, unsigned char *md, size_t *len,
crypto/openssl/ssl/ssl_local.h
730
size_t max_size);
crypto/openssl/ssl/ssl_local.h
731
size_t ssl_hmac_size(const SSL_HMAC *ctx);
crypto/openssl/ssl/ssl_local.h
736
size_t enckeylen);
crypto/openssl/ssl/ssl_local.h
808
size_t session_cache_size;
crypto/openssl/ssl/ssl_local.h
889
size_t *cookie_len);
crypto/openssl/ssl/ssl_local.h
893
size_t cookie_len);
crypto/openssl/ssl/ssl_local.h
926
size_t max_cert_list;
crypto/openssl/ssl/ssl_local.h
937
size_t sid_ctx_length;
crypto/openssl/ssl/ssl_local.h
963
size_t split_send_fragment;
crypto/openssl/ssl/ssl_local.h
968
size_t max_send_fragment;
crypto/openssl/ssl/ssl_local.h
971
size_t max_pipelines;
crypto/openssl/ssl/ssl_local.h
974
size_t default_read_buf_len;
crypto/openssl/ssl/ssl_mcnf.c
26
size_t i, idx, cmd_count;
crypto/openssl/ssl/ssl_rsa.c
135
size_t i;
crypto/openssl/ssl/ssl_rsa.c
261
size_t i;
crypto/openssl/ssl/ssl_rsa.c
600
size_t serverinfo_length,
crypto/openssl/ssl/ssl_rsa.c
603
size_t *extension_length)
crypto/openssl/ssl/ssl_rsa.c
640
size_t inlen, X509 *x, size_t chainidx,
crypto/openssl/ssl/ssl_rsa.c
654
size_t inlen, int *al, void *arg)
crypto/openssl/ssl/ssl_rsa.c
663
size_t *outlen, X509 *x, size_t chainidx,
crypto/openssl/ssl/ssl_rsa.c
667
size_t serverinfo_length = 0;
crypto/openssl/ssl/ssl_rsa.c
699
const unsigned char **out, size_t *outlen,
crypto/openssl/ssl/ssl_rsa.c
713
size_t serverinfo_length, SSL_CTX *ctx)
crypto/openssl/ssl/ssl_rsa.c
770
static size_t extension_contextoff(unsigned int version)
crypto/openssl/ssl/ssl_rsa.c
775
static size_t extension_append_length(unsigned int version, size_t extension_length)
crypto/openssl/ssl/ssl_rsa.c
782
const size_t extension_length,
crypto/openssl/ssl/ssl_rsa.c
785
const size_t contextoff = extension_contextoff(version);
crypto/openssl/ssl/ssl_rsa.c
800
size_t serverinfo_length)
crypto/openssl/ssl/ssl_rsa.c
813
const size_t sinfo_length = extension_append_length(SSL_SERVERINFOV1,
crypto/openssl/ssl/ssl_rsa.c
860
size_t serverinfo_length)
crypto/openssl/ssl/ssl_rsa.c
870
size_t serverinfo_length = 0;
crypto/openssl/ssl/ssl_rsa.c
878
size_t num_extensions = 0;
crypto/openssl/ssl/ssl_rsa.c
897
size_t append_length;
crypto/openssl/ssl/ssl_rsa.c
983
size_t i;
crypto/openssl/ssl/ssl_sess.c
1049
size_t *len)
crypto/openssl/ssl/ssl_sess.c
1070
size_t *len)
crypto/openssl/ssl/ssl_sess.c
1077
size_t len)
crypto/openssl/ssl/ssl_sess.c
1429
int SSL_SESSION_set1_ticket_appdata(SSL_SESSION *ss, const void *data, size_t len)
crypto/openssl/ssl/ssl_sess.c
1445
int SSL_SESSION_get0_ticket_appdata(SSL_SESSION *ss, void **data, size_t *len)
crypto/openssl/ssl/ssl_sess.c
1456
size_t *cookie_len))
crypto/openssl/ssl/ssl_sess.c
1465
size_t cookie_len))
crypto/openssl/ssl/ssl_sess.c
493
size_t sess_id_len)
crypto/openssl/ssl/ssl_txt.c
181
size_t i;
crypto/openssl/ssl/ssl_txt.c
36
size_t i;
crypto/openssl/ssl/statem/extensions.c
101
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/extensions.c
105
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/extensions.c
1057
size_t i;
crypto/openssl/ssl/statem/extensions.c
1236
size_t chainidx)
crypto/openssl/ssl/statem/extensions.c
1264
size_t chainidx)
crypto/openssl/ssl/statem/extensions.c
1458
size_t binderoffset, const unsigned char *binderin,
crypto/openssl/ssl/statem/extensions.c
1472
size_t bindersize, labelsize, hashsize;
crypto/openssl/ssl/statem/extensions.c
1483
hashsize = (size_t)hashsizei;
crypto/openssl/ssl/statem/extensions.c
1554
size_t hdatalen;
crypto/openssl/ssl/statem/extensions.c
1732
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions.c
1804
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions.c
386
unsigned int ossl_get_extension_type(size_t idx)
crypto/openssl/ssl/statem/extensions.c
388
size_t num_exts = OSSL_NELEM(ext_defs);
crypto/openssl/ssl/statem/extensions.c
417
size_t i, num_exts, builtin_num = OSSL_NELEM(ext_defs), offset;
crypto/openssl/ssl/statem/extensions.c
46
size_t chainidx);
crypto/openssl/ssl/statem/extensions.c
463
size_t i;
crypto/openssl/ssl/statem/extensions.c
464
size_t builtin_num = OSSL_NELEM(ext_defs);
crypto/openssl/ssl/statem/extensions.c
479
size_t offset = 0;
crypto/openssl/ssl/statem/extensions.c
49
size_t chainidx);
crypto/openssl/ssl/statem/extensions.c
560
RAW_EXTENSION **res, size_t *len, int init)
crypto/openssl/ssl/statem/extensions.c
563
size_t i = 0;
crypto/openssl/ssl/statem/extensions.c
564
size_t num_exts;
crypto/openssl/ssl/statem/extensions.c
688
RAW_EXTENSION *exts, X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions.c
692
size_t chainidx)
crypto/openssl/ssl/statem/extensions.c
73
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/extensions.c
740
size_t chainidx, int fin)
crypto/openssl/ssl/statem/extensions.c
742
size_t i, numexts = OSSL_NELEM(ext_defs);
crypto/openssl/ssl/statem/extensions.c
76
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/extensions.c
801
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions.c
803
size_t i;
crypto/openssl/ssl/statem/extensions.c
844
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/extensions.c
94
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/extensions.c
97
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/extensions_clnt.c
1065
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1069
size_t binderoffset, msglen;
crypto/openssl/ssl/statem/extensions_clnt.c
115
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1276
ossl_unused size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1303
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1305
size_t expected_len = s->s3.previous_client_finished_len
crypto/openssl/ssl/statem/extensions_clnt.c
1307
size_t ilen;
crypto/openssl/ssl/statem/extensions_clnt.c
1360
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1399
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1428
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1430
size_t ecpointformats_len;
crypto/openssl/ssl/statem/extensions_clnt.c
145
size_t num_groups, j;
crypto/openssl/ssl/statem/extensions_clnt.c
1468
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1494
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1534
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1547
size_t size = PACKET_remaining(pkt);
crypto/openssl/ssl/statem/extensions_clnt.c
1618
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1672
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1674
size_t len;
crypto/openssl/ssl/statem/extensions_clnt.c
1760
unsigned int context, X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
18
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1809
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1825
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1838
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
185
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
1874
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
188
size_t num_formats;
crypto/openssl/ssl/statem/extensions_clnt.c
1882
size_t i;
crypto/openssl/ssl/statem/extensions_clnt.c
1898
size_t num_groups;
crypto/openssl/ssl/statem/extensions_clnt.c
2029
size_t ctlen = PACKET_remaining(&encoded_pt);
crypto/openssl/ssl/statem/extensions_clnt.c
2043
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
2059
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
2114
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
216
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
2172
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
219
size_t num_groups = 0, i, tls13added = 0, added = 0;
crypto/openssl/ssl/statem/extensions_clnt.c
2191
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
2224
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
2243
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
285
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
287
size_t ticklen;
crypto/openssl/ssl/statem/extensions_clnt.c
325
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
327
size_t salglen;
crypto/openssl/ssl/statem/extensions_clnt.c
366
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
431
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
453
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
477
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
518
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
535
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
556
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
572
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
615
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
64
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
640
static int add_key_share(SSL_CONNECTION *s, WPACKET *pkt, unsigned int group_id, size_t loop_num)
crypto/openssl/ssl/statem/extensions_clnt.c
644
size_t encodedlen;
crypto/openssl/ssl/statem/extensions_clnt.c
703
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
706
size_t i, num_groups = 0;
crypto/openssl/ssl/statem/extensions_clnt.c
710
size_t valid_keyshare = 0;
crypto/openssl/ssl/statem/extensions_clnt.c
790
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
819
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
825
size_t idlen = 0;
crypto/openssl/ssl/statem/extensions_clnt.c
846
size_t psklen = 0;
crypto/openssl/ssl/statem/extensions_clnt.c
90
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
991
size_t chainidx)
crypto/openssl/ssl/statem/extensions_clnt.c
994
size_t hlen;
crypto/openssl/ssl/statem/extensions_cust.c
105
size_t i;
crypto/openssl/ssl/statem/extensions_cust.c
115
const unsigned char *ext_data, size_t ext_size, X509 *x,
crypto/openssl/ssl/statem/extensions_cust.c
116
size_t chainidx)
crypto/openssl/ssl/statem/extensions_cust.c
174
size_t chainidx, int maxversion)
crypto/openssl/ssl/statem/extensions_cust.c
178
size_t i;
crypto/openssl/ssl/statem/extensions_cust.c
184
size_t outlen = 0;
crypto/openssl/ssl/statem/extensions_cust.c
259
size_t i;
crypto/openssl/ssl/statem/extensions_cust.c
303
size_t i;
crypto/openssl/ssl/statem/extensions_cust.c
329
size_t i;
crypto/openssl/ssl/statem/extensions_cust.c
333
size_t meths_count = 0;
crypto/openssl/ssl/statem/extensions_cust.c
35
size_t *outlen, X509 *x, size_t chainidx,
crypto/openssl/ssl/statem/extensions_cust.c
377
size_t i;
crypto/openssl/ssl/statem/extensions_cust.c
62
size_t inlen, X509 *x, size_t chainidx,
crypto/openssl/ssl/statem/extensions_cust.c
83
size_t *idx)
crypto/openssl/ssl/statem/extensions_cust.c
85
size_t i;
crypto/openssl/ssl/statem/extensions_srvr.c
1004
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1015
size_t rawlen, hmaclen, hrrlen, ciphlen;
crypto/openssl/ssl/statem/extensions_srvr.c
106
unsigned int context, X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1218
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1246
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1263
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1307
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1310
size_t binderoffset;
crypto/openssl/ssl/statem/extensions_srvr.c
1336
size_t idlen;
crypto/openssl/ssl/statem/extensions_srvr.c
1530
if (PACKET_remaining(&binder) != (size_t)hashsize) {
crypto/openssl/ssl/statem/extensions_srvr.c
1555
ossl_unused size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1573
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1597
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1621
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1643
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1650
size_t plistlen;
crypto/openssl/ssl/statem/extensions_srvr.c
1669
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1672
size_t numgroups, i, first = 1;
crypto/openssl/ssl/statem/extensions_srvr.c
1729
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1748
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1787
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
179
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1816
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1839
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1860
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1890
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1906
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1926
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
1930
size_t encoded_pubkey_len = 0;
crypto/openssl/ssl/statem/extensions_srvr.c
2019
size_t ctlen = 0;
crypto/openssl/ssl/statem/extensions_srvr.c
2063
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
2068
size_t startlen, ciphlen, totcookielen, hashlen, hmaclen, appcookielen;
crypto/openssl/ssl/statem/extensions_srvr.c
2195
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
221
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
2223
size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
2255
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
2273
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
2312
static int reconcile_cert_type(const unsigned char *pref, size_t pref_len,
crypto/openssl/ssl/statem/extensions_srvr.c
2313
const unsigned char *other, size_t other_len,
crypto/openssl/ssl/statem/extensions_srvr.c
2316
size_t i;
crypto/openssl/ssl/statem/extensions_srvr.c
2329
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
2333
size_t len;
crypto/openssl/ssl/statem/extensions_srvr.c
2368
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
2394
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
2398
size_t len;
crypto/openssl/ssl/statem/extensions_srvr.c
242
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
266
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
279
ossl_unused size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
304
unsigned int context, X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
331
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
434
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
44
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
452
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
489
unsigned int context, X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
556
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
570
X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
652
const uint16_t *clntgroups, size_t clnt_num_groups,
crypto/openssl/ssl/statem/extensions_srvr.c
653
const uint16_t *srvrgroups, size_t srvr_num_groups,
crypto/openssl/ssl/statem/extensions_srvr.c
655
size_t *keyshares_cnt, size_t *keyshares_max)
crypto/openssl/ssl/statem/extensions_srvr.c
658
size_t key_share_pos = 0;
crypto/openssl/ssl/statem/extensions_srvr.c
659
size_t previous_key_share_pos = 0;
crypto/openssl/ssl/statem/extensions_srvr.c
787
const uint16_t *prio_groups, size_t prio_num_groups,
crypto/openssl/ssl/statem/extensions_srvr.c
788
const uint16_t *candidate_groups, size_t candidate_num_groups,
crypto/openssl/ssl/statem/extensions_srvr.c
793
size_t group_idx = prio_num_groups;
crypto/openssl/ssl/statem/extensions_srvr.c
794
size_t new_group_idx = 0;
crypto/openssl/ssl/statem/extensions_srvr.c
825
unsigned int context, X509 *x, size_t chainidx)
crypto/openssl/ssl/statem/extensions_srvr.c
830
const size_t *srvrtuples;
crypto/openssl/ssl/statem/extensions_srvr.c
832
size_t clnt_num_groups, srvr_num_groups, srvr_num_tuples;
crypto/openssl/ssl/statem/extensions_srvr.c
835
size_t keyshares_cnt = 0;
crypto/openssl/ssl/statem/extensions_srvr.c
836
size_t keyshares_max = GROUPLIST_INCREMENT;
crypto/openssl/ssl/statem/extensions_srvr.c
840
size_t current_tuple;
crypto/openssl/ssl/statem/extensions_srvr.c
917
size_t number_of_groups_in_tuple = srvrtuples[current_tuple];
crypto/openssl/ssl/statem/statem.c
544
static int grow_init_buf(SSL_CONNECTION *s, size_t size)
crypto/openssl/ssl/statem/statem.c
547
size_t msg_offset = (char *)s->init_msg - s->init_buf->data;
crypto/openssl/ssl/statem/statem.c
590
size_t len = 0;
crypto/openssl/ssl/statem/statem.c
595
size_t (*max_message_size)(SSL_CONNECTION *s);
crypto/openssl/ssl/statem/statem_clnt.c
1028
size_t ossl_statem_client_max_message_size(SSL_CONNECTION *s)
crypto/openssl/ssl/statem/statem_clnt.c
1178
size_t sess_id_len;
crypto/openssl/ssl/statem/statem_clnt.c
1212
size_t idx;
crypto/openssl/ssl/statem/statem_clnt.c
1364
size_t cookie_len;
crypto/openssl/ssl/statem/statem_clnt.c
1469
size_t session_id_len;
crypto/openssl/ssl/statem/statem_clnt.c
1766
size_t labellen;
crypto/openssl/ssl/statem/statem_clnt.c
1929
size_t certidx;
crypto/openssl/ssl/statem/statem_clnt.c
2000
size_t chainidx;
crypto/openssl/ssl/statem/statem_clnt.c
2097
size_t certidx;
crypto/openssl/ssl/statem/statem_clnt.c
2492
size_t tbslen;
crypto/openssl/ssl/statem/statem_clnt.c
2868
size_t hashlen;
crypto/openssl/ssl/statem/statem_clnt.c
2878
hashlen = (size_t)hashleni;
crypto/openssl/ssl/statem/statem_clnt.c
2910
size_t resplen;
crypto/openssl/ssl/statem/statem_clnt.c
3035
size_t identitylen = 0;
crypto/openssl/ssl/statem/statem_clnt.c
3039
size_t psklen = 0;
crypto/openssl/ssl/statem/statem_clnt.c
3108
size_t enclen;
crypto/openssl/ssl/statem/statem_clnt.c
3110
size_t pmslen = 0;
crypto/openssl/ssl/statem/statem_clnt.c
3194
size_t encoded_pub_len, pad_len;
crypto/openssl/ssl/statem/statem_clnt.c
3254
size_t encoded_pt_len = 0;
crypto/openssl/ssl/statem/statem_clnt.c
3301
size_t msglen;
crypto/openssl/ssl/statem/statem_clnt.c
3307
size_t pmslen = 0;
crypto/openssl/ssl/statem/statem_clnt.c
3455
size_t pmslen = 0;
crypto/openssl/ssl/statem/statem_clnt.c
3456
size_t msglen;
crypto/openssl/ssl/statem/statem_clnt.c
3626
size_t pmslen = 0;
crypto/openssl/ssl/statem/statem_clnt.c
3660
size_t labellen;
crypto/openssl/ssl/statem/statem_clnt.c
3869
size_t length;
crypto/openssl/ssl/statem/statem_clnt.c
3870
size_t max_length;
crypto/openssl/ssl/statem/statem_clnt.c
3967
size_t idx;
crypto/openssl/ssl/statem/statem_clnt.c
4016
size_t len, padding_len;
crypto/openssl/ssl/statem/statem_clnt.c
4114
size_t totlen = 0, len, maxlen, maxverok = 0;
crypto/openssl/ssl/statem/statem_dtls.c
1031
size_t len;
crypto/openssl/ssl/statem/statem_dtls.c
121
size_t written;
crypto/openssl/ssl/statem/statem_dtls.c
122
size_t curr_mtu;
crypto/openssl/ssl/statem/statem_dtls.c
124
size_t len, frag_off, overhead, used_len;
crypto/openssl/ssl/statem/statem_dtls.c
1256
unsigned char mt, size_t len,
crypto/openssl/ssl/statem/statem_dtls.c
1257
size_t frag_off, size_t frag_len)
crypto/openssl/ssl/statem/statem_dtls.c
1271
size_t len, unsigned short seq_num,
crypto/openssl/ssl/statem/statem_dtls.c
1272
size_t frag_off, size_t frag_len)
crypto/openssl/ssl/statem/statem_dtls.c
1284
dtls1_fix_message_header(SSL_CONNECTION *s, size_t frag_off, size_t frag_len)
crypto/openssl/ssl/statem/statem_dtls.c
1344
size_t msglen;
crypto/openssl/ssl/statem/statem_dtls.c
293
size_t xlen;
crypto/openssl/ssl/statem/statem_dtls.c
348
size_t msg_len;
crypto/openssl/ssl/statem/statem_dtls.c
349
size_t tmplen;
crypto/openssl/ssl/statem/statem_dtls.c
404
int dtls_get_message_body(SSL_CONNECTION *s, size_t *len)
crypto/openssl/ssl/statem/statem_dtls.c
407
size_t msg_len = s->init_num + DTLS1_HM_HEADER_LENGTH;
crypto/openssl/ssl/statem/statem_dtls.c
445
static size_t dtls1_max_handshake_message_len(const SSL_CONNECTION *s)
crypto/openssl/ssl/statem/statem_dtls.c
447
size_t max_len = DTLS1_HM_HEADER_LENGTH + SSL3_RT_MAX_ENCRYPTED_LENGTH;
crypto/openssl/ssl/statem/statem_dtls.c
456
size_t frag_off, frag_len, msg_len;
crypto/openssl/ssl/statem/statem_dtls.c
500
static int dtls1_retrieve_buffered_fragment(SSL_CONNECTION *s, size_t *len)
crypto/openssl/ssl/statem/statem_dtls.c
575
size_t frag_len = frag->msg_header.frag_len;
crypto/openssl/ssl/statem/statem_dtls.c
58
static void dtls1_fix_message_header(SSL_CONNECTION *s, size_t frag_off,
crypto/openssl/ssl/statem/statem_dtls.c
59
size_t frag_len);
crypto/openssl/ssl/statem/statem_dtls.c
620
size_t frag_len = msg_hdr->frag_len;
crypto/openssl/ssl/statem/statem_dtls.c
621
size_t readbytes;
crypto/openssl/ssl/statem/statem_dtls.c
63
size_t len,
crypto/openssl/ssl/statem/statem_dtls.c
65
size_t frag_off,
crypto/openssl/ssl/statem/statem_dtls.c
66
size_t frag_len);
crypto/openssl/ssl/statem/statem_dtls.c
68
size_t *len);
crypto/openssl/ssl/statem/statem_dtls.c
70
static hm_fragment *dtls1_hm_fragment_new(size_t frag_len, int reassembly)
crypto/openssl/ssl/statem/statem_dtls.c
727
size_t frag_len = msg_hdr->frag_len;
crypto/openssl/ssl/statem/statem_dtls.c
728
size_t readbytes;
crypto/openssl/ssl/statem/statem_dtls.c
816
size_t *len)
crypto/openssl/ssl/statem/statem_dtls.c
818
size_t mlen, frag_off, frag_len;
crypto/openssl/ssl/statem/statem_dtls.c
822
size_t readbytes;
crypto/openssl/ssl/statem/statem_lib.c
117
(size_t)(s->init_off + s->init_num), ussl,
crypto/openssl/ssl/statem/statem_lib.c
128
size_t msglen;
crypto/openssl/ssl/statem/statem_lib.c
1559
size_t l, readbytes;
crypto/openssl/ssl/statem/statem_lib.c
1664
int tls_get_message_body(SSL_CONNECTION *s, size_t *len)
crypto/openssl/ssl/statem/statem_lib.c
1666
size_t n, readbytes;
crypto/openssl/ssl/statem/statem_lib.c
1712
(size_t)s->init_num, ussl, s->msg_callback_arg);
crypto/openssl/ssl/statem/statem_lib.c
1741
(size_t)s->init_num + SSL3_HM_HEADER_LENGTH, ussl,
crypto/openssl/ssl/statem/statem_lib.c
1925
size_t i;
crypto/openssl/ssl/statem/statem_lib.c
259
void **hdata, size_t *hdatalen)
crypto/openssl/ssl/statem/statem_lib.c
2605
size_t num_groups, int checkallow, size_t *pos)
crypto/openssl/ssl/statem/statem_lib.c
2607
size_t i;
crypto/openssl/ssl/statem/statem_lib.c
2630
size_t hashlen, const unsigned char *hrr,
crypto/openssl/ssl/statem/statem_lib.c
2631
size_t hrrlen)
crypto/openssl/ssl/statem/statem_lib.c
269
size_t hashlen;
crypto/openssl/ssl/statem/statem_lib.c
2795
size_t construct_key_exchange_tbs(SSL_CONNECTION *s, unsigned char **ptbs,
crypto/openssl/ssl/statem/statem_lib.c
2796
const void *param, size_t paramlen)
crypto/openssl/ssl/statem/statem_lib.c
2798
size_t tbslen = 2 * SSL3_RANDOM_SIZE + paramlen;
crypto/openssl/ssl/statem/statem_lib.c
2869
size_t expected_length;
crypto/openssl/ssl/statem/statem_lib.c
2870
size_t comp_length;
crypto/openssl/ssl/statem/statem_lib.c
299
size_t retlen;
crypto/openssl/ssl/statem/statem_lib.c
319
size_t hdatalen = 0, siglen = 0;
crypto/openssl/ssl/statem/statem_lib.c
452
size_t hdatalen = 0;
crypto/openssl/ssl/statem/statem_lib.c
620
size_t finish_md_len;
crypto/openssl/ssl/statem/statem_lib.c
622
size_t slen;
crypto/openssl/ssl/statem/statem_lib.c
65
size_t written = 0;
crypto/openssl/ssl/statem/statem_lib.c
765
size_t slen;
crypto/openssl/ssl/statem/statem_lib.c
78
size_t msglen;
crypto/openssl/ssl/statem/statem_lib.c
790
size_t remain;
crypto/openssl/ssl/statem/statem_lib.c
845
size_t md_len;
crypto/openssl/ssl/statem/statem_lib.c
935
size_t dummy;
crypto/openssl/ssl/statem/statem_local.h
105
size_t ossl_statem_server_max_message_size(SSL_CONNECTION *s);
crypto/openssl/ssl/statem/statem_local.h
113
__owur int tls_get_message_body(SSL_CONNECTION *s, size_t *len);
crypto/openssl/ssl/statem/statem_local.h
115
__owur int dtls_get_message_body(SSL_CONNECTION *s, size_t *len);
crypto/openssl/ssl/statem/statem_local.h
262
RAW_EXTENSION **res, size_t *len, int init);
crypto/openssl/ssl/statem/statem_local.h
264
RAW_EXTENSION *exts, X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
267
X509 *x, size_t chainidx, int fin);
crypto/openssl/ssl/statem/statem_local.h
272
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
276
size_t binderoffset, const unsigned char *binderin,
crypto/openssl/ssl/statem/statem_local.h
283
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
286
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
289
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
292
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
296
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
299
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
302
X509 *x, size_t chainidxl);
crypto/openssl/ssl/statem/statem_local.h
305
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
308
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
310
unsigned int context, X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
314
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
318
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
321
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
324
unsigned int context, X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
327
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
329
unsigned int context, X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
331
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
333
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
336
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
338
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
341
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
345
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
348
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
351
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
354
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
357
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
360
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
363
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
367
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
372
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
376
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
380
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
384
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
387
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
390
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
393
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
396
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
404
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
407
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
412
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
415
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
418
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
422
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
426
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
429
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
433
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
436
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
439
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
443
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
448
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
452
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
456
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
46
unsigned int ossl_get_extension_type(size_t idx);
crypto/openssl/ssl/statem/statem_local.h
460
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
464
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
468
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
471
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
474
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
477
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
480
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
483
size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
486
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
489
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
493
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
496
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
499
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
502
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
505
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
508
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
512
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
516
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
520
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
523
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
526
unsigned int context, X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
529
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
531
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
534
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
536
unsigned int context, X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
538
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
540
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
551
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
554
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
557
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
560
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
563
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
566
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
569
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
572
X509 *x, size_t chainidx);
crypto/openssl/ssl/statem/statem_local.h
69
size_t num_groups, int checkallow, size_t *pos);
crypto/openssl/ssl/statem/statem_local.h
72
size_t hashlen, const unsigned char *hrr,
crypto/openssl/ssl/statem/statem_local.h
73
size_t hrrlen);
crypto/openssl/ssl/statem/statem_local.h
78
size_t construct_key_exchange_tbs(SSL_CONNECTION *s, unsigned char **ptbs,
crypto/openssl/ssl/statem/statem_local.h
79
const void *param, size_t paramlen);
crypto/openssl/ssl/statem/statem_local.h
90
size_t ossl_statem_client_max_message_size(SSL_CONNECTION *s);
crypto/openssl/ssl/statem/statem_srvr.c
1038
size_t dummy;
crypto/openssl/ssl/statem/statem_srvr.c
1235
size_t ossl_statem_server_max_message_size(SSL_CONNECTION *s)
crypto/openssl/ssl/statem/statem_srvr.c
1383
size_t cookie_len)
crypto/openssl/ssl/statem/statem_srvr.c
1474
static const size_t kSafariCommonExtensionsLength = 18;
crypto/openssl/ssl/statem/statem_srvr.c
1477
size_t ext_len;
crypto/openssl/ssl/statem/statem_srvr.c
2432
size_t sl, len;
crypto/openssl/ssl/statem/statem_srvr.c
2556
size_t encodedlen = 0;
crypto/openssl/ssl/statem/statem_srvr.c
2564
size_t paramlen, paramoffset;
crypto/openssl/ssl/statem/statem_srvr.c
2713
size_t len = (s->cert->psk_identity_hint == NULL)
crypto/openssl/ssl/statem/statem_srvr.c
2752
size_t len = BN_num_bytes(r[0]) - BN_num_bytes(r[2]);
crypto/openssl/ssl/statem/statem_srvr.c
2795
size_t siglen = 0, tbslen;
crypto/openssl/ssl/statem/statem_srvr.c
2913
size_t nl = tls12_get_psigalgs(s, 1, &psigs);
crypto/openssl/ssl/statem/statem_srvr.c
2939
size_t psklen;
crypto/openssl/ssl/statem/statem_srvr.c
2997
size_t outlen;
crypto/openssl/ssl/statem/statem_srvr.c
3246
size_t outlen = sizeof(premaster_secret), inlen;
crypto/openssl/ssl/statem/statem_srvr.c
3352
size_t outlen = sizeof(premaster_secret), inlen = 0;
crypto/openssl/ssl/statem/statem_srvr.c
3499
size_t labellen;
crypto/openssl/ssl/statem/statem_srvr.c
3651
size_t chainidx;
crypto/openssl/ssl/statem/statem_srvr.c
3975
size_t hlen;
crypto/openssl/ssl/statem/statem_srvr.c
3981
size_t macoffset, macendoffset;
crypto/openssl/ssl/statem/statem_srvr.c
4217
size_t i, hashlen;
crypto/openssl/ssl/statem/statem_srvr.c
4230
hashlen = (size_t)hashleni;
crypto/openssl/ssl/statem/statem_srvr.c
4378
size_t next_proto_len;
crypto/openssl/ssl/statem/statem_srvr.c
936
size_t labellen;
crypto/openssl/ssl/t1_enc.c
124
size_t mac_secret_size;
crypto/openssl/ssl/t1_enc.c
125
size_t n, i, j, k, cl;
crypto/openssl/ssl/t1_enc.c
131
size_t taglen = 0;
crypto/openssl/ssl/t1_enc.c
237
NULL, 0, key, cl, iv, (size_t)k, mac_secret,
crypto/openssl/ssl/t1_enc.c
265
size_t num, mac_secret_size = 0;
crypto/openssl/ssl/t1_enc.c
27
const void *seed1, size_t seed1_len,
crypto/openssl/ssl/t1_enc.c
28
const void *seed2, size_t seed2_len,
crypto/openssl/ssl/t1_enc.c
29
const void *seed3, size_t seed3_len,
crypto/openssl/ssl/t1_enc.c
30
const void *seed4, size_t seed4_len,
crypto/openssl/ssl/t1_enc.c
31
const void *seed5, size_t seed5_len,
crypto/openssl/ssl/t1_enc.c
32
const unsigned char *sec, size_t slen,
crypto/openssl/ssl/t1_enc.c
33
unsigned char *out, size_t olen, int fatal)
crypto/openssl/ssl/t1_enc.c
335
size_t tls1_final_finish_mac(SSL_CONNECTION *s, const char *str,
crypto/openssl/ssl/t1_enc.c
336
size_t slen, unsigned char *out)
crypto/openssl/ssl/t1_enc.c
338
size_t hashlen;
crypto/openssl/ssl/t1_enc.c
340
size_t finished_size = TLS1_FINISH_MAC_LENGTH;
crypto/openssl/ssl/t1_enc.c
366
unsigned char *p, size_t len,
crypto/openssl/ssl/t1_enc.c
367
size_t *secret_size)
crypto/openssl/ssl/t1_enc.c
371
size_t hashlen;
crypto/openssl/ssl/t1_enc.c
434
size_t olen, const char *label, size_t llen,
crypto/openssl/ssl/t1_enc.c
436
size_t contextlen, int use_context)
crypto/openssl/ssl/t1_enc.c
439
size_t vallen = 0, currentvalpos;
crypto/openssl/ssl/t1_enc.c
63
(size_t)slen);
crypto/openssl/ssl/t1_enc.c
65
(void *)seed1, (size_t)seed1_len);
crypto/openssl/ssl/t1_enc.c
67
(void *)seed2, (size_t)seed2_len);
crypto/openssl/ssl/t1_enc.c
69
(void *)seed3, (size_t)seed3_len);
crypto/openssl/ssl/t1_enc.c
71
(void *)seed4, (size_t)seed4_len);
crypto/openssl/ssl/t1_enc.c
73
(void *)seed5, (size_t)seed5_len);
crypto/openssl/ssl/t1_enc.c
90
size_t num)
crypto/openssl/ssl/t1_lib.c
1007
size_t num_pref, num_supp, i;
crypto/openssl/ssl/t1_lib.c
1079
int tls1_set_groups(uint16_t **grpext, size_t *grpextlen,
crypto/openssl/ssl/t1_lib.c
1080
uint16_t **ksext, size_t *ksextlen,
crypto/openssl/ssl/t1_lib.c
1081
size_t **tplext, size_t *tplextlen,
crypto/openssl/ssl/t1_lib.c
1082
int *groups, size_t ngroups)
crypto/openssl/ssl/t1_lib.c
1085
size_t *tpllist = NULL;
crypto/openssl/ssl/t1_lib.c
1086
size_t i;
crypto/openssl/ssl/t1_lib.c
1237
size_t gidmax; /* The memory allocation chunk size for the group IDs */
crypto/openssl/ssl/t1_lib.c
1238
size_t gidcnt; /* Number of groups */
crypto/openssl/ssl/t1_lib.c
1240
size_t tplmax; /* The memory allocation chunk size for the tuple counters */
crypto/openssl/ssl/t1_lib.c
1241
size_t tplcnt; /* Number of tuples */
crypto/openssl/ssl/t1_lib.c
1242
size_t *tuplcnt_arr; /* The number of groups inside a tuple */
crypto/openssl/ssl/t1_lib.c
1243
size_t ksidmax; /* The memory allocation chunk size */
crypto/openssl/ssl/t1_lib.c
1244
size_t ksidcnt; /* Number of key shares */
crypto/openssl/ssl/t1_lib.c
1262
size_t i, j, k;
crypto/openssl/ssl/t1_lib.c
1271
size_t restored_prefix_index = 0;
crypto/openssl/ssl/t1_lib.c
1321
if ((size_t)len == (strlen(default_group_strings[i].list_name))
crypto/openssl/ssl/t1_lib.c
1527
static size_t max_tplcnt = (~(size_t)0) / sizeof(size_t);
crypto/openssl/ssl/t1_lib.c
1531
size_t newcnt = garg->tplmax + GROUPLIST_INCREMENT;
crypto/openssl/ssl/t1_lib.c
1532
size_t newsz = newcnt * sizeof(size_t);
crypto/openssl/ssl/t1_lib.c
1533
size_t *tmp;
crypto/openssl/ssl/t1_lib.c
1547
size_t gidcnt = garg->tuplcnt_arr[garg->tplcnt];
crypto/openssl/ssl/t1_lib.c
1604
uint16_t **grpext, size_t *grpextlen,
crypto/openssl/ssl/t1_lib.c
1605
uint16_t **ksext, size_t *ksextlen,
crypto/openssl/ssl/t1_lib.c
1606
size_t **tplext, size_t *tplextlen,
crypto/openssl/ssl/t1_lib.c
1609
size_t i = 0, j;
crypto/openssl/ssl/t1_lib.c
1729
size_t groups_len;
crypto/openssl/ssl/t1_lib.c
1779
size_t *num_formats)
crypto/openssl/ssl/t1_lib.c
1801
size_t i;
crypto/openssl/ssl/t1_lib.c
1884
size_t i;
crypto/openssl/ssl/t1_lib.c
2187
size_t i, cache_idx, sigalgs_len, enabled;
crypto/openssl/ssl/t1_lib.c
2271
size_t j;
crypto/openssl/ssl/t1_lib.c
2312
size_t i, maxretlen = SIGLEN_BUF_INCREMENT;
crypto/openssl/ssl/t1_lib.c
2387
size_t i;
crypto/openssl/ssl/t1_lib.c
2456
size_t i;
crypto/openssl/ssl/t1_lib.c
2526
size_t idx;
crypto/openssl/ssl/t1_lib.c
2538
size_t tls12_get_psigalgs(SSL_CONNECTION *s, int sent, const uint16_t **psigs)
crypto/openssl/ssl/t1_lib.c
2581
size_t siglen, i;
crypto/openssl/ssl/t1_lib.c
2704
size_t sent_sigslen, i, cidx;
crypto/openssl/ssl/t1_lib.c
2954
size_t i;
crypto/openssl/ssl/t1_lib.c
2975
size_t sent_sigslen = tls12_get_psigalgs(s, 1, &sent_sigs);
crypto/openssl/ssl/t1_lib.c
2979
size_t j;
crypto/openssl/ssl/t1_lib.c
3018
size_t size;
crypto/openssl/ssl/t1_lib.c
3067
size_t eticklen,
crypto/openssl/ssl/t1_lib.c
3069
size_t sesslen, SSL_SESSION **psess)
crypto/openssl/ssl/t1_lib.c
3076
size_t mlen;
crypto/openssl/ssl/t1_lib.c
3280
size_t keyname_len = eticklen;
crypto/openssl/ssl/t1_lib.c
3420
size_t i, sigalgslen;
crypto/openssl/ssl/t1_lib.c
3448
const uint16_t *psig, size_t psiglen)
crypto/openssl/ssl/t1_lib.c
3450
size_t i;
crypto/openssl/ssl/t1_lib.c
3473
static size_t tls12_shared_sigalgs(SSL_CONNECTION *s,
crypto/openssl/ssl/t1_lib.c
3475
const uint16_t *pref, size_t preflen,
crypto/openssl/ssl/t1_lib.c
3476
const uint16_t *allow, size_t allowlen)
crypto/openssl/ssl/t1_lib.c
3479
size_t i, j, nmatch = 0;
crypto/openssl/ssl/t1_lib.c
3503
size_t preflen, allowlen, conflen;
crypto/openssl/ssl/t1_lib.c
3504
size_t nmatch;
crypto/openssl/ssl/t1_lib.c
3545
int tls1_save_u16(PACKET *pkt, uint16_t **pdest, size_t *pdestlen)
crypto/openssl/ssl/t1_lib.c
3548
size_t size, i;
crypto/openssl/ssl/t1_lib.c
3597
size_t i;
crypto/openssl/ssl/t1_lib.c
3626
size_t numsigalgs;
crypto/openssl/ssl/t1_lib.c
3691
size_t sigalgcnt;
crypto/openssl/ssl/t1_lib.c
3720
size_t i = 0;
crypto/openssl/ssl/t1_lib.c
3844
int tls1_set_raw_sigalgs(CERT *c, const uint16_t *psigs, size_t salglen,
crypto/openssl/ssl/t1_lib.c
3866
int tls1_set_sigalgs(CERT *c, const int *psig_nids, size_t salglen, int client)
crypto/openssl/ssl/t1_lib.c
3869
size_t i;
crypto/openssl/ssl/t1_lib.c
3876
size_t j;
crypto/openssl/ssl/t1_lib.c
3913
size_t i;
crypto/openssl/ssl/t1_lib.c
3915
size_t sigalgslen;
crypto/openssl/ssl/t1_lib.c
4046
size_t certidx;
crypto/openssl/ssl/t1_lib.c
4131
size_t j;
crypto/openssl/ssl/t1_lib.c
4208
size_t j;
crypto/openssl/ssl/t1_lib.c
4487
size_t i;
crypto/openssl/ssl/t1_lib.c
4561
size_t idx;
crypto/openssl/ssl/t1_lib.c
4582
size_t i;
crypto/openssl/ssl/t1_lib.c
4663
size_t i;
crypto/openssl/ssl/t1_lib.c
4739
size_t sent_sigslen;
crypto/openssl/ssl/t1_lib.c
4865
int ssl_hmac_init(SSL_HMAC *ctx, void *key, size_t len, char *md)
crypto/openssl/ssl/t1_lib.c
4882
int ssl_hmac_update(SSL_HMAC *ctx, const unsigned char *data, size_t len)
crypto/openssl/ssl/t1_lib.c
4893
int ssl_hmac_final(SSL_HMAC *ctx, unsigned char *md, size_t *len,
crypto/openssl/ssl/t1_lib.c
4894
size_t max_size)
crypto/openssl/ssl/t1_lib.c
4905
size_t ssl_hmac_size(const SSL_HMAC *ctx)
crypto/openssl/ssl/t1_lib.c
4928
size_t enckeylen)
crypto/openssl/ssl/t1_lib.c
4933
if (bits <= 0 || enckeylen != (size_t)bits / 8)
crypto/openssl/ssl/t1_lib.c
678
size_t i;
crypto/openssl/ssl/t1_lib.c
707
size_t i;
crypto/openssl/ssl/t1_lib.c
720
size_t i;
crypto/openssl/ssl/t1_lib.c
742
size_t i;
crypto/openssl/ssl/t1_lib.c
762
size_t i;
crypto/openssl/ssl/t1_lib.c
781
size_t *pgroupslen)
crypto/openssl/ssl/t1_lib.c
828
size_t *pgroupslen)
crypto/openssl/ssl/t1_lib.c
841
void tls1_get_group_tuples(SSL_CONNECTION *s, const size_t **ptuples,
crypto/openssl/ssl/t1_lib.c
842
size_t *ptupleslen)
crypto/openssl/ssl/t1_lib.c
912
static int tls1_in_list(uint16_t id, const uint16_t *list, size_t listlen)
crypto/openssl/ssl/t1_lib.c
914
size_t i;
crypto/openssl/ssl/t1_lib.c
923
size_t ix;
crypto/openssl/ssl/t1_lib.c
949
TLS_GROUP_INFO *grps, size_t num, long all,
crypto/openssl/ssl/t1_lib.c
956
size_t ix;
crypto/openssl/ssl/t1_trce.c
1021
const unsigned char *msg, size_t msglen)
crypto/openssl/ssl/t1_trce.c
1023
size_t len;
crypto/openssl/ssl/t1_trce.c
1078
const unsigned char *msg, size_t msglen)
crypto/openssl/ssl/t1_trce.c
1088
const unsigned char *msg, size_t msglen)
crypto/openssl/ssl/t1_trce.c
1172
const unsigned char *msg, size_t msglen)
crypto/openssl/ssl/t1_trce.c
1224
const unsigned char *msg, size_t msglen)
crypto/openssl/ssl/t1_trce.c
1292
const unsigned char **pmsg, size_t *pmsglen)
crypto/openssl/ssl/t1_trce.c
1294
size_t msglen = *pmsglen;
crypto/openssl/ssl/t1_trce.c
1295
size_t clen;
crypto/openssl/ssl/t1_trce.c
1333
size_t *pmsglen)
crypto/openssl/ssl/t1_trce.c
1336
size_t clen;
crypto/openssl/ssl/t1_trce.c
1338
size_t msglen = *pmsglen;
crypto/openssl/ssl/t1_trce.c
1363
size_t msglen)
crypto/openssl/ssl/t1_trce.c
1365
size_t clen;
crypto/openssl/ssl/t1_trce.c
1403
size_t msglen)
crypto/openssl/ssl/t1_trce.c
1405
size_t uclen;
crypto/openssl/ssl/t1_trce.c
1406
size_t clen;
crypto/openssl/ssl/t1_trce.c
1472
const unsigned char *msg, size_t msglen)
crypto/openssl/ssl/t1_trce.c
1474
size_t xlen;
crypto/openssl/ssl/t1_trce.c
1529
size_t dlen;
crypto/openssl/ssl/t1_trce.c
1561
const unsigned char *msg, size_t msglen)
crypto/openssl/ssl/t1_trce.c
1609
const unsigned char *msg, size_t msglen,
crypto/openssl/ssl/t1_trce.c
1612
size_t hlen;
crypto/openssl/ssl/t1_trce.c
1724
const void *buf, size_t msglen, SSL *ssl, void *arg)
crypto/openssl/ssl/t1_trce.c
1751
if (msglen < (size_t)(SSL_CONNECTION_IS_DTLS(sc) ? DTLS1_RT_HEADER_LENGTH : SSL3_RT_HEADER_LENGTH)) {
crypto/openssl/ssl/t1_trce.c
32
size_t ntbl)
crypto/openssl/ssl/t1_trce.c
34
size_t i;
crypto/openssl/ssl/t1_trce.c
44
const unsigned char *msg, size_t msglen,
crypto/openssl/ssl/t1_trce.c
45
size_t vlen, const ssl_trace_tbl *tbl, size_t ntbl)
crypto/openssl/ssl/t1_trce.c
665
const unsigned char *msg, size_t msglen)
crypto/openssl/ssl/t1_trce.c
667
size_t i;
crypto/openssl/ssl/t1_trce.c
676
static int ssl_print_hexbuf(BIO *bio, int indent, const char *name, size_t nlen,
crypto/openssl/ssl/t1_trce.c
677
const unsigned char **pmsg, size_t *pmsglen)
crypto/openssl/ssl/t1_trce.c
679
size_t blen;
crypto/openssl/ssl/t1_trce.c
697
const unsigned char **pmsg, size_t *pmsglen,
crypto/openssl/ssl/t1_trce.c
716
const unsigned char **pmsg, size_t *pmsglen)
crypto/openssl/ssl/t1_trce.c
739
const unsigned char **pmsg, size_t *pmsglen)
crypto/openssl/ssl/t1_trce.c
758
const unsigned char *ext, size_t extlen)
crypto/openssl/ssl/t1_trce.c
760
size_t xlen, share_len;
crypto/openssl/ssl/t1_trce.c
805
size_t plen = *ext++;
crypto/openssl/ssl/t1_trce.c
969
size_t *msginlen)
crypto/openssl/ssl/t1_trce.c
971
size_t extslen, msglen = *msginlen;
crypto/openssl/ssl/t1_trce.c
996
size_t extlen;
crypto/openssl/ssl/tls13_enc.c
102
const unsigned char *label, size_t labellen,
crypto/openssl/ssl/tls13_enc.c
103
const unsigned char *data, size_t datalen,
crypto/openssl/ssl/tls13_enc.c
104
unsigned char *out, size_t outlen, int fatal)
crypto/openssl/ssl/tls13_enc.c
124
unsigned char *key, size_t keylen)
crypto/openssl/ssl/tls13_enc.c
139
unsigned char *iv, size_t ivlen)
crypto/openssl/ssl/tls13_enc.c
150
unsigned char *fin, size_t finlen)
crypto/openssl/ssl/tls13_enc.c
167
size_t insecretlen,
crypto/openssl/ssl/tls13_enc.c
170
size_t mdlen;
crypto/openssl/ssl/tls13_enc.c
197
mdlen = (size_t)mdleni;
crypto/openssl/ssl/tls13_enc.c
233
size_t insecretlen)
crypto/openssl/ssl/tls13_enc.c
247
unsigned char *prev, size_t prevlen,
crypto/openssl/ssl/tls13_enc.c
248
size_t *secret_size)
crypto/openssl/ssl/tls13_enc.c
258
*secret_size = (size_t)md_size;
crypto/openssl/ssl/tls13_enc.c
267
size_t tls13_final_finish_mac(SSL_CONNECTION *s, const char *str, size_t slen,
crypto/openssl/ssl/tls13_enc.c
275
size_t len = 0, hashlen;
crypto/openssl/ssl/tls13_enc.c
328
size_t mac_secret_size = 0;
crypto/openssl/ssl/tls13_enc.c
355
size_t labellen, unsigned char *secret,
crypto/openssl/ssl/tls13_enc.c
356
unsigned char *key, size_t *keylen,
crypto/openssl/ssl/tls13_enc.c
357
unsigned char **iv, size_t *ivlen,
crypto/openssl/ssl/tls13_enc.c
358
size_t *taglen)
crypto/openssl/ssl/tls13_enc.c
36
const unsigned char *label, size_t labellen,
crypto/openssl/ssl/tls13_enc.c
361
size_t hashlen;
crypto/openssl/ssl/tls13_enc.c
369
hashlen = (size_t)hashleni;
crypto/openssl/ssl/tls13_enc.c
37
const unsigned char *data, size_t datalen,
crypto/openssl/ssl/tls13_enc.c
38
unsigned char *out, size_t outlen, int raise_error)
crypto/openssl/ssl/tls13_enc.c
387
*ivlen = *taglen = (size_t)mac_mdleni;
crypto/openssl/ssl/tls13_enc.c
449
static int tls13_store_hash(SSL_CONNECTION *s, unsigned char *hash, size_t len)
crypto/openssl/ssl/tls13_enc.c
451
size_t hashlen;
crypto/openssl/ssl/tls13_enc.c
46
size_t hashlen;
crypto/openssl/ssl/tls13_enc.c
503
size_t labellen, hashlen = 0;
crypto/openssl/ssl/tls13_enc.c
509
size_t keylen, ivlen = EVP_MAX_IV_LENGTH, taglen;
crypto/openssl/ssl/tls13_enc.c
71
hashlen = (size_t)ret;
crypto/openssl/ssl/tls13_enc.c
729
finsecret, (size_t)finsecretlen)) {
crypto/openssl/ssl/tls13_enc.c
776
size_t hashlen;
crypto/openssl/ssl/tls13_enc.c
781
size_t keylen, ivlen, taglen;
crypto/openssl/ssl/tls13_enc.c
792
hashlen = (size_t)l;
crypto/openssl/ssl/tls13_enc.c
847
unsigned char *out, size_t olen,
crypto/openssl/ssl/tls13_enc.c
848
const char *label, size_t llen,
crypto/openssl/ssl/tls13_enc.c
850
size_t contextlen, int use_context)
crypto/openssl/ssl/tls13_enc.c
887
unsigned char *out, size_t olen,
crypto/openssl/ssl/tls13_enc.c
888
const char *label, size_t llen,
crypto/openssl/ssl/tls13_enc.c
890
size_t contextlen)
crypto/openssl/ssl/tls_depr.c
120
int ssl_hmac_old_init(SSL_HMAC *ctx, void *key, size_t len, char *md)
crypto/openssl/ssl/tls_depr.c
125
int ssl_hmac_old_update(SSL_HMAC *ctx, const unsigned char *data, size_t len)
crypto/openssl/ssl/tls_depr.c
130
int ssl_hmac_old_final(SSL_HMAC *ctx, unsigned char *md, size_t *len)
crypto/openssl/ssl/tls_depr.c
143
size_t ssl_hmac_old_size(const SSL_HMAC *ctx)
crypto/openssl/ssl/tls_depr.c
173
int ssl_set_tmp_ecdh_groups(uint16_t **pext, size_t *pextlen,
crypto/openssl/ssl/tls_depr.c
174
uint16_t **ksext, size_t *ksextlen,
crypto/openssl/ssl/tls_depr.c
175
size_t **tplext, size_t *tplextlen,
crypto/openssl/test/acvp_test.c
1012
const unsigned char *pt, size_t pt_len,
crypto/openssl/test/acvp_test.c
1013
const unsigned char *key, size_t key_len,
crypto/openssl/test/acvp_test.c
1014
const unsigned char *iv, size_t iv_len,
crypto/openssl/test/acvp_test.c
1015
const unsigned char *aad, size_t aad_len,
crypto/openssl/test/acvp_test.c
1016
const unsigned char *ct, size_t ct_len,
crypto/openssl/test/acvp_test.c
1017
const unsigned char *tag, size_t tag_len,
crypto/openssl/test/acvp_test.c
102
size_t sig_len;
crypto/openssl/test/acvp_test.c
103
size_t sz = EVP_PKEY_get_size(pkey);
crypto/openssl/test/acvp_test.c
1152
const unsigned char *pub, size_t pub_len,
crypto/openssl/test/acvp_test.c
1153
const unsigned char *priv, size_t priv_len,
crypto/openssl/test/acvp_test.c
1207
size_t priv_len = 0, pub_len = 0;
crypto/openssl/test/acvp_test.c
1262
const unsigned char *n, size_t n_len,
crypto/openssl/test/acvp_test.c
1263
const unsigned char *e, size_t e_len,
crypto/openssl/test/acvp_test.c
1264
const unsigned char *d, size_t d_len,
crypto/openssl/test/acvp_test.c
1319
size_t n_len = 0, d_len = 0;
crypto/openssl/test/acvp_test.c
1320
size_t p_len = 0, p1_len = 0, p2_len = 0;
crypto/openssl/test/acvp_test.c
1321
size_t q_len = 0, q1_len = 0, q2_len = 0;
crypto/openssl/test/acvp_test.c
1420
size_t sig_len = 0, n_len = 0, e_len = 0;
crypto/openssl/test/acvp_test.c
150
size_t priv_len = 0, pubx_len = 0, puby_len = 0;
crypto/openssl/test/acvp_test.c
1515
size_t pt_len = sizeof(pt);
crypto/openssl/test/acvp_test.c
1517
size_t n_len = 0, e_len = 0;
crypto/openssl/test/acvp_test.c
1521
if (!TEST_ptr(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "RSA", (size_t)2048))
crypto/openssl/test/acvp_test.c
1583
const size_t returned_bits_len = sizeof(returned_bits);
crypto/openssl/test/acvp_test.c
180
const unsigned char *pub, size_t pub_len,
crypto/openssl/test/acvp_test.c
238
static int get_ecdsa_sig_rs_bytes(const unsigned char *sig, size_t sig_len,
crypto/openssl/test/acvp_test.c
240
size_t *rlen, size_t *slen)
crypto/openssl/test/acvp_test.c
244
size_t r1_len, s1_len;
crypto/openssl/test/acvp_test.c
283
size_t sig_len = 0, rlen = 0, slen = 0;
crypto/openssl/test/acvp_test.c
313
size_t sig_len;
crypto/openssl/test/acvp_test.c
359
size_t secret1_len = sizeof(secret1);
crypto/openssl/test/acvp_test.c
420
unsigned char **out, size_t *out_len)
crypto/openssl/test/acvp_test.c
422
size_t len = 0;
crypto/openssl/test/acvp_test.c
444
const unsigned char *pub, size_t pub_len,
crypto/openssl/test/acvp_test.c
499
size_t priv_len = 0, pub_len = 0;
crypto/openssl/test/acvp_test.c
566
size_t priv_len = 0, pub_len = 0;
crypto/openssl/test/acvp_test.c
608
size_t plen = 0, qlen = 0, seedlen = 0;
crypto/openssl/test/acvp_test.c
650
const unsigned char *p, size_t p_len,
crypto/openssl/test/acvp_test.c
651
const unsigned char *q, size_t q_len,
crypto/openssl/test/acvp_test.c
652
const unsigned char *g, size_t g_len,
crypto/openssl/test/acvp_test.c
653
const unsigned char *seed, size_t seed_len,
crypto/openssl/test/acvp_test.c
656
const unsigned char *pub, size_t pub_len,
crypto/openssl/test/acvp_test.c
70
unsigned char **out, size_t *out_len)
crypto/openssl/test/acvp_test.c
751
static int get_dsa_sig_rs_bytes(const unsigned char *sig, size_t sig_len,
crypto/openssl/test/acvp_test.c
753
size_t *r_len, size_t *s_len)
crypto/openssl/test/acvp_test.c
757
size_t r1_len, s1_len;
crypto/openssl/test/acvp_test.c
796
size_t sig_len = 0, rlen = 0, slen = 0;
crypto/openssl/test/acvp_test.c
827
size_t sig_len;
crypto/openssl/test/acvp_test.c
877
const unsigned char *pt, size_t pt_len,
crypto/openssl/test/acvp_test.c
878
const unsigned char *key, size_t key_len,
crypto/openssl/test/acvp_test.c
879
const unsigned char *iv, size_t iv_len,
crypto/openssl/test/acvp_test.c
880
const unsigned char *ct, size_t ct_len,
crypto/openssl/test/acvp_test.c
922
const unsigned char *pt, size_t pt_len,
crypto/openssl/test/acvp_test.c
923
const unsigned char *key, size_t key_len,
crypto/openssl/test/acvp_test.c
924
const unsigned char *iv, size_t iv_len,
crypto/openssl/test/acvp_test.c
925
const unsigned char *aad, size_t aad_len,
crypto/openssl/test/acvp_test.c
926
const unsigned char *ct, size_t ct_len,
crypto/openssl/test/acvp_test.c
927
const unsigned char *tag, size_t tag_len,
crypto/openssl/test/acvp_test.c
96
const unsigned char *msg, size_t msg_len,
crypto/openssl/test/acvp_test.c
97
unsigned char **sig_out, size_t *sig_out_len)
crypto/openssl/test/acvp_test.c
986
const size_t tag_len = tst->ct_len - tst->pt_len;
crypto/openssl/test/acvp_test.c
987
const size_t ct_len = tst->ct_len - tag_len;
crypto/openssl/test/algorithmid_test.c
123
size_t algid_prov_len = 0;
crypto/openssl/test/algorithmid_test.c
34
size_t algid_prov_len = 0;
crypto/openssl/test/asn1_encode_test.c
156
size_t encode_expectations_size;
crypto/openssl/test/asn1_encode_test.c
157
size_t encode_expectations_elem_size;
crypto/openssl/test/asn1_encode_test.c
164
size_t encdec_data_size;
crypto/openssl/test/asn1_encode_test.c
165
size_t encdec_data_elem_size;
crypto/openssl/test/asn1_encode_test.c
491
const EXPECTED *expected, size_t expected_size,
crypto/openssl/test/asn1_encode_test.c
527
const unsigned char *expected, size_t expected_len,
crypto/openssl/test/asn1_encode_test.c
538
if ((size_t)len != expected_len
crypto/openssl/test/asn1_encode_test.c
572
static size_t der_encode_length(size_t len, unsigned char **pp)
crypto/openssl/test/asn1_encode_test.c
574
size_t lenbytes;
crypto/openssl/test/asn1_encode_test.c
600
static size_t make_custom_der(const TEST_CUSTOM_DATA *custom_data,
crypto/openssl/test/asn1_encode_test.c
603
size_t firstbytes, secondbytes = 0, secondbytesinner = 0, seqbytes;
crypto/openssl/test/asn1_encode_test.c
606
size_t i;
crypto/openssl/test/asn1_encode_test.c
665
OPENSSL_assert(seqbytes == (size_t)(p - *encoding));
crypto/openssl/test/asn1_encode_test.c
672
const EXPECTED *expected, size_t expected_size,
crypto/openssl/test/asn1_encode_test.c
680
size_t encoding_length = make_custom_der(custom_data, &encoding, 1);
crypto/openssl/test/asn1_encode_test.c
699
size_t expected_length = make_custom_der(custom_data, &expected, 0);
crypto/openssl/test/asn1_encode_test.c
733
size_t nelems;
crypto/openssl/test/asn1_encode_test.c
744
size_t pos = i * package->encode_expectations_elem_size;
crypto/openssl/test/asn1_encode_test.c
797
size_t pos = i * package->encdec_data_elem_size;
crypto/openssl/test/asn1_encode_test.c
92
size_t nbytes1;
crypto/openssl/test/asn1_encode_test.c
94
size_t nbytes2;
crypto/openssl/test/asn1_internal_test.c
160
static int test_unicode(const unsigned char *univ, size_t len, int expected)
crypto/openssl/test/asn1_internal_test.c
40
size_t i;
crypto/openssl/test/asn1_internal_test.c
76
size_t i;
crypto/openssl/test/asynciotest.c
128
size_t written = 0;
crypto/openssl/test/asynciotest.c
295
size_t i, j;
crypto/openssl/test/asynctest.c
257
size_t numfds, numdelfds;
crypto/openssl/test/asynctest.c
417
static void *test_alloc_stack(size_t *num)
crypto/openssl/test/bad_dtls_test.c
470
const void *msg, size_t len)
crypto/openssl/test/bad_dtls_test.c
71
size_t outlen = olen;
crypto/openssl/test/bio_addr_test.c
38
size_t wherelen;
crypto/openssl/test/bio_addr_test.c
84
size_t alen, blen;
crypto/openssl/test/bio_callback_test.c
24
static size_t my_param_len[MAXCOUNT];
crypto/openssl/test/bio_callback_test.c
25
static size_t my_param_processed[MAXCOUNT];
crypto/openssl/test/bio_callback_test.c
27
static long my_bio_cb_ex(BIO *b, int oper, const char *argp, size_t len,
crypto/openssl/test/bio_callback_test.c
28
int argi, long argl, int ret, size_t *processed)
crypto/openssl/test/bio_callback_test.c
51
const size_t test1len = sizeof(test1) - 1;
crypto/openssl/test/bio_callback_test.c
53
const size_t test2len = sizeof(test2) - 1;
crypto/openssl/test/bio_comp_test.c
37
static int do_bio_comp_test(const BIO_METHOD *meth, size_t size)
crypto/openssl/test/bio_core_test.c
19
static int tst_bio_core_read_ex(OSSL_CORE_BIO *bio, char *data, size_t data_len,
crypto/openssl/test/bio_core_test.c
20
size_t *bytes_read)
crypto/openssl/test/bio_core_test.c
26
size_t data_len, size_t *written)
crypto/openssl/test/bio_dgram_test.c
112
size_t inal, i;
crypto/openssl/test/bio_dgram_test.c
117
size_t num_processed = 0;
crypto/openssl/test/bio_dgram_test.c
26
size_t slen, tmplen;
crypto/openssl/test/bio_dgram_test.c
456
static int random_data(const uint32_t *key, uint8_t *data, size_t data_len, size_t offset)
crypto/openssl/test/bio_dgram_test.c
499
size_t i, num_dgram, num_processed = 0;
crypto/openssl/test/bio_dgram_test.c
503
size_t total = 0;
crypto/openssl/test/bio_dgram_test.c
530
size_t bufsz;
crypto/openssl/test/bio_dgram_test.c
536
bufsz = 9 * (mtu1 + (sizeof(BIO_ADDR) * 2) + sizeof(size_t));
crypto/openssl/test/bio_dgram_test.c
65
size_t num_msg, uint64_t flags,
crypto/openssl/test/bio_dgram_test.c
66
size_t *num_processed)
crypto/openssl/test/bio_dgram_test.c
68
size_t done;
crypto/openssl/test/bio_dgram_test.c
83
size_t num_msg, uint64_t flags,
crypto/openssl/test/bio_dgram_test.c
84
size_t *num_processed)
crypto/openssl/test/bio_dgram_test.c
86
size_t done;
crypto/openssl/test/bio_enc_test.c
278
size_t key_size, iv_size;
crypto/openssl/test/bio_memleak_test.c
226
size_t len, int argi,
crypto/openssl/test/bio_memleak_test.c
227
long argl, int ret, size_t *processed)
crypto/openssl/test/bio_prefix_text.c
102
size_t i;
crypto/openssl/test/bio_prefix_text.c
146
size_t idx, indent;
crypto/openssl/test/bio_prefix_text.c
39
static size_t amount = 0;
crypto/openssl/test/bio_prefix_text.c
77
size_t bytes_in;
crypto/openssl/test/bio_prefix_text.c
78
size_t bytes_out;
crypto/openssl/test/bio_prefix_text.c
84
size_t bytes;
crypto/openssl/test/bio_prefix_text.c
97
size_t n = amount;
crypto/openssl/test/bio_readbuffer_test.c
32
size_t readbytes = 0, bytes = 0, count = 0;
crypto/openssl/test/bio_tfo_test.c
218
size_t addrlen;
crypto/openssl/test/bio_tfo_test.c
62
size_t bytes;
crypto/openssl/test/bioprinttest.c
117
size_t value;
crypto/openssl/test/bioprinttest.c
123
{ SIZE_MAX, "%zu", (sizeof(size_t) == 4 ? "4294967295" : sizeof(size_t) == 8 ? "18446744073709551615"
crypto/openssl/test/bioprinttest.c
129
{ SIZE_MAX / 2 + 1, "%zi", (sizeof(size_t) == 4 ? "-2147483648" : sizeof(size_t) == 8 ? "-9223372036854775808"
crypto/openssl/test/bntest.c
1860
size_t bytes;
crypto/openssl/test/bntest.c
1970
static int copy_reversed(uint8_t *dst, uint8_t *src, size_t len)
crypto/openssl/test/bntest.c
2248
size_t mpi_len, mpi_len2;
crypto/openssl/test/bntest.c
2395
static int test_rand_range_single(size_t n)
crypto/openssl/test/bntest.c
2403
size_t *counts;
crypto/openssl/test/bntest.c
2443
size_t i;
crypto/openssl/test/bntest.c
2768
size_t i;
crypto/openssl/test/bntest.c
2788
size_t i;
crypto/openssl/test/bntest.c
2830
size_t i = 0;
crypto/openssl/test/bntest.c
39
size_t mpi_len;
crypto/openssl/test/byteorder_test.c
21
&& memcmp(in, out, (size_t)2) == 0
crypto/openssl/test/byteorder_test.c
32
&& memcmp(in, out, (size_t)2) == 0
crypto/openssl/test/byteorder_test.c
43
&& memcmp(in, out, (size_t)4) == 0
crypto/openssl/test/byteorder_test.c
54
&& memcmp(in, out, (size_t)4) == 0
crypto/openssl/test/byteorder_test.c
65
&& memcmp(in, out, (size_t)8) == 0
crypto/openssl/test/byteorder_test.c
76
&& memcmp(in, out, (size_t)8) == 0
crypto/openssl/test/ca_internals_test.c
24
size_t argc = test_get_argument_count();
crypto/openssl/test/cc_dummy.c
14
size_t max_dgram_len;
crypto/openssl/test/cc_dummy.c
15
size_t *p_diag_max_dgram_len;
crypto/openssl/test/cc_dummy.c
45
size_t value;
crypto/openssl/test/cc_dummy.c
69
|| p->data_size != sizeof(size_t))
crypto/openssl/test/cert_comp_test.c
92
size_t comp_len = 0;
crypto/openssl/test/cert_comp_test.c
93
size_t orig_len = 0;
crypto/openssl/test/cipher_overhead_test.c
37
size_t mac, in, blk, ex;
crypto/openssl/test/ciphername_test.c
372
size_t i;
crypto/openssl/test/clienthellotest.c
63
size_t msglen;
crypto/openssl/test/cmactest.c
147
size_t len;
crypto/openssl/test/cmactest.c
149
size_t case_idx = 0;
crypto/openssl/test/cmactest.c
155
size_t str_len = strlen((char *)test[case_idx].data);
crypto/openssl/test/cmactest.c
156
size_t fill_len = test[case_idx].data_len - str_len;
crypto/openssl/test/cmactest.c
157
size_t fill_idx = str_len;
crypto/openssl/test/cmactest.c
277
size_t len;
crypto/openssl/test/cmp_protect_test.c
212
const size_t size = sizeof(rand_data) / 2;
crypto/openssl/test/cmsapitest.c
416
size_t keylen = 16;
crypto/openssl/test/cmsapitest.c
447
size_t keylen = 16;
crypto/openssl/test/constant_time_test.c
147
size_t a = test_values_s[i];
crypto/openssl/test/constant_time_test.c
183
static int test_select_s(size_t a, size_t b)
crypto/openssl/test/constant_time_test.c
22
static const size_t CONSTTIME_TRUE_S = ~((size_t)0);
crypto/openssl/test/constant_time_test.c
227
static int test_eq_s(size_t a, size_t b)
crypto/openssl/test/constant_time_test.c
23
static const size_t CONSTTIME_FALSE_S = 0;
crypto/openssl/test/constant_time_test.c
307
size_t a = test_values_s[i];
crypto/openssl/test/constant_time_test.c
312
size_t b = test_values_s[j];
crypto/openssl/test/constant_time_test.c
368
size_t j;
crypto/openssl/test/constant_time_test.c
45
static size_t test_values_s[] = {
crypto/openssl/test/constant_time_test.c
83
static int test_binary_op_s(size_t (*op)(size_t a, size_t b),
crypto/openssl/test/constant_time_test.c
84
const char *op_name, size_t a, size_t b,
crypto/openssl/test/crltest.c
284
size_t s = 0;
crypto/openssl/test/ct_test.c
232
size_t tls_sct_list_len = 0;
crypto/openssl/test/ct_test.c
47
size_t tls_sct_list_len;
crypto/openssl/test/curve448_internal_test.c
582
size_t msglen)
crypto/openssl/test/d2i_test.c
120
size_t i;
crypto/openssl/test/defltfips_test.c
73
size_t argc;
crypto/openssl/test/destest.c
469
const size_t cbc_data_len = strlen((char *)cbc_data);
crypto/openssl/test/destest.c
493
const size_t n = strlen((char *)cbc_data) + 1;
crypto/openssl/test/destest.c
516
const size_t i = strlen((char *)cbc_data) + 1;
crypto/openssl/test/destest.c
517
const size_t n = (i + 7) / 8 * 8;
crypto/openssl/test/destest.c
547
const size_t n = strlen(i + (char *)cbc_data) + 1;
crypto/openssl/test/destest.c
562
const size_t n = strlen((char *)cbc_data) + 1;
crypto/openssl/test/destest.c
648
size_t i;
crypto/openssl/test/destest.c
726
size_t i;
crypto/openssl/test/destest.c
749
size_t i;
crypto/openssl/test/dhtest.c
551
size_t xA_len;
crypto/openssl/test/dhtest.c
553
size_t yA_len;
crypto/openssl/test/dhtest.c
555
size_t xB_len;
crypto/openssl/test/dhtest.c
557
size_t yB_len;
crypto/openssl/test/dhtest.c
559
size_t Z_len;
crypto/openssl/test/dhtest.c
609
|| !TEST_size_t_eq(td->Z_len, (size_t)szA)
crypto/openssl/test/dhtest.c
610
|| !TEST_size_t_eq(td->Z_len, (size_t)szB))
crypto/openssl/test/dhtest.c
613
if (!TEST_ptr(Z1 = OPENSSL_malloc((size_t)szA))
crypto/openssl/test/dhtest.c
614
|| !TEST_ptr(Z2 = OPENSSL_malloc((size_t)szB)))
crypto/openssl/test/dsa_no_digest_size_test.c
133
size_t sigLength;
crypto/openssl/test/dsatest.c
305
size_t len = 0;
crypto/openssl/test/dtls_mtu_test.c
103
size_t reclen;
crypto/openssl/test/dtls_mtu_test.c
114
if (!TEST_false(s <= mtus[i] && reclen > (size_t)(500 + i))) {
crypto/openssl/test/dtls_mtu_test.c
124
if (!TEST_false(s > mtus[i] && reclen <= (size_t)(500 + i))) {
crypto/openssl/test/dtls_mtu_test.c
55
size_t s;
crypto/openssl/test/dtls_mtu_test.c
56
size_t mtus[30];
crypto/openssl/test/ec_internal_test.c
22
static size_t crv_len = 0;
crypto/openssl/test/ecdsatest.c
195
size_t sig_len;
crypto/openssl/test/ecdsatest.c
247
|| !TEST_ptr(sig = OPENSSL_malloc(sig_len = (size_t)temp))
crypto/openssl/test/ecdsatest.c
31
static size_t crv_len = 0;
crypto/openssl/test/ecdsatest.c
35
static int fbytes(unsigned char *buf, size_t num, ossl_unused const char *name,
crypto/openssl/test/ecdsatest.c
81
size_t p_len;
crypto/openssl/test/ectest.c
1079
size_t len;
crypto/openssl/test/ectest.c
170
size_t len, r = 0;
crypto/openssl/test/ectest.c
1909
static size_t invalid_seed_len = sizeof(invalid_seed);
crypto/openssl/test/ectest.c
2228
static size_t invalid_seed_len = sizeof(invalid_seed);
crypto/openssl/test/ectest.c
2452
size_t bsize;
crypto/openssl/test/ectest.c
2892
size_t buf_len, name_len;
crypto/openssl/test/ectest.c
3205
size_t sslen, t;
crypto/openssl/test/ectest.c
35
static size_t crv_len = 0;
crypto/openssl/test/ectest.c
930
size_t len;
crypto/openssl/test/endecode_test.c
1112
size_t gen_len)
crypto/openssl/test/endecode_test.c
1210
size_t gen_len)
crypto/openssl/test/endecode_test.c
1326
size_t enc_len = 0;
crypto/openssl/test/endecode_test.c
1379
static size_t qbits = 160; /* PVK only tolerates 160 Q bits */
crypto/openssl/test/endecode_test.c
1380
static size_t pbits = 1024; /* With 160 Q bits, we MUST use 1024 P bits */
crypto/openssl/test/endecode_test.c
144
const void *data1, size_t data1_len,
crypto/openssl/test/endecode_test.c
145
const void *data2, size_t data2_len);
crypto/openssl/test/endecode_test.c
147
const char *type, const void *data, size_t data_len);
crypto/openssl/test/endecode_test.c
148
typedef void(dumper)(const char *label, const void *data, size_t data_len);
crypto/openssl/test/endecode_test.c
370
size_t passlen = 0;
crypto/openssl/test/endecode_test.c
479
const void *data1, size_t data1_len,
crypto/openssl/test/endecode_test.c
480
const void *data2, size_t data2_len)
crypto/openssl/test/endecode_test.c
486
const void *data1, size_t data1_len,
crypto/openssl/test/endecode_test.c
487
const void *data2, size_t data2_len)
crypto/openssl/test/endecode_test.c
498
size_t space;
crypto/openssl/test/endecode_test.c
517
static void dump_der(const char *label, const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
522
static void dump_pem(const char *label, const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
529
const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
567
const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
588
const char *type, const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
615
const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
647
const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
673
const char *type, const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
695
const char *type, const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
720
const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
744
const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
766
const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
812
const char *type, const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
834
const char *type, const void *data, size_t data_len)
crypto/openssl/test/endecode_test.c
855
const void *data, size_t data_len)
crypto/openssl/test/endecoder_legacy_test.c
203
static size_t qbits = 160; /* PVK only tolerates 160 Q bits */
crypto/openssl/test/endecoder_legacy_test.c
204
static size_t pbits = 1024; /* With 160 Q bits, we MUST use 1024 P bits */
crypto/openssl/test/endecoder_legacy_test.c
279
size_t i;
crypto/openssl/test/endecoder_legacy_test.c
441
size_t der_legacy_len = 0;
crypto/openssl/test/endecoder_legacy_test.c
444
size_t der_provided_len = 0;
crypto/openssl/test/endecoder_legacy_test.c
445
size_t tmp_size;
crypto/openssl/test/endecoder_legacy_test.c
506
size_t i;
crypto/openssl/test/endecoder_legacy_test.c
675
size_t i;
crypto/openssl/test/endecoder_legacy_test.c
716
size_t i;
crypto/openssl/test/enginetest.c
197
size_t *siglen, const unsigned char *tbs, size_t tbslen)
crypto/openssl/test/enginetest.c
254
size_t len;
crypto/openssl/test/evp_extra_test.c
1281
size_t len = 0;
crypto/openssl/test/evp_extra_test.c
1642
size_t sig_len = 0, shortsig_len = 1;
crypto/openssl/test/evp_extra_test.c
1711
size_t sig_len = 0, shortsig_len = 1;
crypto/openssl/test/evp_extra_test.c
1864
size_t sig_len = 0, sig2_len = 0, shortsig_len = 1;
crypto/openssl/test/evp_extra_test.c
1868
size_t written;
crypto/openssl/test/evp_extra_test.c
2110
size_t len = 8;
crypto/openssl/test/evp_extra_test.c
2238
size_t input_len = ak->size;
crypto/openssl/test/evp_extra_test.c
2285
size_t len;
crypto/openssl/test/evp_extra_test.c
2346
size_t input_len = ak->size;
crypto/openssl/test/evp_extra_test.c
2413
|| !TEST_mem_eq(membuf, (size_t)membuf_len,
crypto/openssl/test/evp_extra_test.c
2445
size_t i;
crypto/openssl/test/evp_extra_test.c
2586
size_t sig_len = 0;
crypto/openssl/test/evp_extra_test.c
2594
size_t ctext_len = sizeof(ciphertext);
crypto/openssl/test/evp_extra_test.c
2597
size_t ptext_len = sizeof(plaintext);
crypto/openssl/test/evp_extra_test.c
3157
unsigned char **ret, size_t *retlen)
crypto/openssl/test/evp_extra_test.c
3201
size_t inlen, len = 0, shortlen = sizeof(shortbuf);
crypto/openssl/test/evp_extra_test.c
3325
size_t input_len = ak->size;
crypto/openssl/test/evp_extra_test.c
3384
size_t maclen = AES_BLOCK_SIZE;
crypto/openssl/test/evp_extra_test.c
3465
size_t outlen;
crypto/openssl/test/evp_extra_test.c
3474
size_t expectedlen = sizeof(expected);
crypto/openssl/test/evp_extra_test.c
3512
size_t outlen;
crypto/openssl/test/evp_extra_test.c
3521
size_t expectedlen = sizeof(expected);
crypto/openssl/test/evp_extra_test.c
3556
size_t outlen;
crypto/openssl/test/evp_extra_test.c
3566
size_t expectedlen = sizeof(expected);
crypto/openssl/test/evp_extra_test.c
3606
size_t input_len = sizeof(kExampleECPubKeyDER);
crypto/openssl/test/evp_extra_test.c
3637
size_t input_len = sizeof(kExampleECPubKeyDER);
crypto/openssl/test/evp_extra_test.c
3985
size_t clen = 0, plen = 0;
crypto/openssl/test/evp_extra_test.c
4172
size_t len = 0;
crypto/openssl/test/evp_extra_test.c
4425
size_t ivlen, ref_len;
crypto/openssl/test/evp_extra_test.c
4570
size_t ivlen, ref_len;
crypto/openssl/test/evp_extra_test.c
4859
size_t ivlen; /* 0 if we do not need to set a specific IV len */
crypto/openssl/test/evp_extra_test.c
4860
size_t inlen;
crypto/openssl/test/evp_extra_test.c
4861
size_t expectedlen;
crypto/openssl/test/evp_extra_test.c
4862
size_t taglen;
crypto/openssl/test/evp_extra_test.c
4944
size_t taglen = sizeof(tag);
crypto/openssl/test/evp_extra_test.c
5061
size_t inlen;
crypto/openssl/test/evp_extra_test.c
5062
size_t expectedlen;
crypto/openssl/test/evp_extra_test.c
5231
size_t ivlen1;
crypto/openssl/test/evp_extra_test.c
5232
size_t ivlen2;
crypto/openssl/test/evp_extra_test.c
5233
size_t expectedlen1;
crypto/openssl/test/evp_extra_test.c
5234
size_t expectedlen2;
crypto/openssl/test/evp_extra_test.c
5255
size_t taglen = sizeof(tag);
crypto/openssl/test/evp_extra_test.c
5368
size_t ivlen = 13; /* non-default IV length */
crypto/openssl/test/evp_extra_test.c
5436
size_t keylen = 12; /* non-default key length */
crypto/openssl/test/evp_extra_test.c
5498
size_t *outlen, const unsigned char *in,
crypto/openssl/test/evp_extra_test.c
5499
size_t inlen)
crypto/openssl/test/evp_extra_test.c
5501
int (*psign)(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/test/evp_extra_test.c
5502
const unsigned char *tbs, size_t tbslen);
crypto/openssl/test/evp_extra_test.c
5509
size_t *siglen, const unsigned char *tbs,
crypto/openssl/test/evp_extra_test.c
5510
size_t tbslen)
crypto/openssl/test/evp_extra_test.c
5512
int (*pdigestsign)(EVP_MD_CTX *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/test/evp_extra_test.c
5513
const unsigned char *tbs, size_t tbslen);
crypto/openssl/test/evp_extra_test.c
5520
size_t *keylen)
crypto/openssl/test/evp_extra_test.c
5522
int (*pderive)(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen);
crypto/openssl/test/evp_extra_test.c
5559
size_t reslen;
crypto/openssl/test/evp_extra_test.c
5934
size_t ctlen = 0, secretlen = 0;
crypto/openssl/test/evp_extra_test.c
5988
size_t maclen = 0;
crypto/openssl/test/evp_extra_test.c
6169
size_t maclen = 0;
crypto/openssl/test/evp_extra_test.c
6171
size_t pubkeylen;
crypto/openssl/test/evp_extra_test.c
6236
size_t siglen = 256;
crypto/openssl/test/evp_extra_test.c
6286
static int aes_gcm_encrypt(const unsigned char *gcm_key, size_t gcm_key_s,
crypto/openssl/test/evp_extra_test.c
6287
const unsigned char *gcm_iv, size_t gcm_ivlen,
crypto/openssl/test/evp_extra_test.c
6288
const unsigned char *gcm_pt, size_t gcm_pt_s,
crypto/openssl/test/evp_extra_test.c
6289
const unsigned char *gcm_aad, size_t gcm_aad_s,
crypto/openssl/test/evp_extra_test.c
6290
const unsigned char *gcm_ct, size_t gcm_ct_s,
crypto/openssl/test/evp_extra_test.c
6291
const unsigned char *gcm_tag, size_t gcm_tag_s)
crypto/openssl/test/evp_extra_test.c
6335
static int aes_gcm_decrypt(const unsigned char *gcm_key, size_t gcm_key_s,
crypto/openssl/test/evp_extra_test.c
6336
const unsigned char *gcm_iv, size_t gcm_ivlen,
crypto/openssl/test/evp_extra_test.c
6337
const unsigned char *gcm_pt, size_t gcm_pt_s,
crypto/openssl/test/evp_extra_test.c
6338
const unsigned char *gcm_aad, size_t gcm_aad_s,
crypto/openssl/test/evp_extra_test.c
6339
const unsigned char *gcm_ct, size_t gcm_ct_s,
crypto/openssl/test/evp_extra_test.c
6340
const unsigned char *gcm_tag, size_t gcm_tag_s)
crypto/openssl/test/evp_extra_test.c
6427
static int rc4_encrypt(const unsigned char *rc4_key, size_t rc4_key_s,
crypto/openssl/test/evp_extra_test.c
6428
const unsigned char *rc4_pt, size_t rc4_pt_s,
crypto/openssl/test/evp_extra_test.c
6429
const unsigned char *rc4_ct, size_t rc4_ct_s)
crypto/openssl/test/evp_extra_test.c
6464
static int rc4_decrypt(const unsigned char *rc4_key, size_t rc4_key_s,
crypto/openssl/test/evp_extra_test.c
6465
const unsigned char *rc4_pt, size_t rc4_pt_s,
crypto/openssl/test/evp_extra_test.c
6466
const unsigned char *rc4_ct, size_t rc4_ct_s)
crypto/openssl/test/evp_extra_test.c
6597
size_t keylen = 32;
crypto/openssl/test/evp_extra_test.c
6598
size_t ivlen = EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_FIXED_IV_LEN;
crypto/openssl/test/evp_extra_test.c
6599
size_t taglen = EVP_GCM_TLS_TAG_LEN;
crypto/openssl/test/evp_extra_test.c
6605
size_t outsize_array[EVP_MAX_PIPES], outlen_array[EVP_MAX_PIPES];
crypto/openssl/test/evp_extra_test.c
6606
size_t ciphertextlen_array[EVP_MAX_PIPES];
crypto/openssl/test/evp_extra_test.c
6607
size_t inlen_array[EVP_MAX_PIPES];
crypto/openssl/test/evp_extra_test.c
6610
size_t numpipes, plaintextlen, i;
crypto/openssl/test/evp_extra_test.c
6635
size_t ciphertextlen = 0;
crypto/openssl/test/evp_extra_test.c
848
size_t size;
crypto/openssl/test/evp_extra_test.c
896
const unsigned char *data, size_t data_len)
crypto/openssl/test/evp_extra_test2.c
1502
size_t size;
crypto/openssl/test/evp_extra_test2.c
1718
size_t outlen, secretlen, secretlen2;
crypto/openssl/test/evp_extra_test2.c
1847
size_t input_len = ak->size;
crypto/openssl/test/evp_extra_test2.c
1866
size_t len;
crypto/openssl/test/evp_extra_test2.c
3084
const unsigned char *expected, size_t expected_len)
crypto/openssl/test/evp_extra_test2.c
3331
size_t sig_len = 0;
crypto/openssl/test/evp_fetch_prov_test.c
263
size_t len)
crypto/openssl/test/evp_fetch_prov_test.c
57
static int calculate_digest(const EVP_MD *md, const char *msg, size_t len,
crypto/openssl/test/evp_fetch_prov_test.c
83
size_t i;
crypto/openssl/test/evp_kdf_test.c
1254
size_t keylen, char *salt, char *info, int *r)
crypto/openssl/test/evp_kdf_test.c
193
size_t keylen, char *salt, char *info)
crypto/openssl/test/evp_kdf_test.c
1959
size_t mac_size = 20;
crypto/openssl/test/evp_kdf_test.c
244
size_t sz = 0;
crypto/openssl/test/evp_kdf_test.c
681
size_t len = 0;
crypto/openssl/test/evp_libctx_test.c
692
size_t len = 0;
crypto/openssl/test/evp_libctx_test.c
695
if (!TEST_ptr(*priv = EVP_PKEY_Q_keygen(libctx, NULL, "RSA", (size_t)bits))
crypto/openssl/test/evp_libctx_test.c
727
size_t ctlen = 0, unwraplen = 0, secretlen = 0;
crypto/openssl/test/evp_libctx_test.c
824
size_t ctlen = 0, secretlen = 0;
crypto/openssl/test/evp_pkey_dhkem_test.c
172
size_t len = 0;
crypto/openssl/test/evp_pkey_dhkem_test.c
189
size_t secretlen = sizeof(secret);
crypto/openssl/test/evp_pkey_dhkem_test.c
190
size_t enclen = sizeof(enc);
crypto/openssl/test/evp_pkey_dhkem_test.c
213
size_t seclen = sizeof(sec);
crypto/openssl/test/evp_pkey_dhkem_test.c
214
size_t enclen = sizeof(enc);
crypto/openssl/test/evp_pkey_dhkem_test.c
301
size_t slen = sizeof(s);
crypto/openssl/test/evp_pkey_dhkem_test.c
302
size_t elen = sizeof(e);
crypto/openssl/test/evp_pkey_dhkem_test.c
483
size_t pubkeylen = 0, privkeylen = 0;
crypto/openssl/test/evp_pkey_dhkem_test.c
525
size_t sender_secretlen = sizeof(sender_secret);
crypto/openssl/test/evp_pkey_dhkem_test.c
526
size_t recip_secretlen = sizeof(recip_secret);
crypto/openssl/test/evp_pkey_dhkem_test.c
527
size_t sender_publen = sizeof(sender_pub);
crypto/openssl/test/evp_pkey_dhkem_test.c
618
size_t secretlen = sizeof(secret);
crypto/openssl/test/evp_pkey_dhkem_test.c
634
size_t enclen = sizeof(enc);
crypto/openssl/test/evp_pkey_dhkem_test.c
667
size_t enclen = sizeof(enc);
crypto/openssl/test/evp_pkey_dhkem_test.c
668
size_t secretlen = sizeof(secret);
crypto/openssl/test/evp_pkey_dhkem_test.c
708
size_t secretlen = sizeof(secret);
crypto/openssl/test/evp_pkey_dhkem_test.c
733
size_t pubkeylen = 0, privkeylen = 0;
crypto/openssl/test/evp_pkey_dparams_test.c
217
size_t param_bin_len;
crypto/openssl/test/evp_pkey_dparams_test.c
33
size_t key_bin_len;
crypto/openssl/test/evp_pkey_provided_test.c
1130
size_t len;
crypto/openssl/test/evp_pkey_provided_test.c
1352
size_t len;
crypto/openssl/test/evp_pkey_provided_test.c
1643
size_t len;
crypto/openssl/test/evp_pkey_provided_test.c
1886
size_t len;
crypto/openssl/test/evp_pkey_provided_test.c
2164
size_t keylen, char *salt)
crypto/openssl/test/evp_pkey_provided_test.c
2184
size_t len = 0, dlen = 0;
crypto/openssl/test/evp_pkey_provided_test.c
38
static void stripcr(char *buf, size_t *len)
crypto/openssl/test/evp_pkey_provided_test.c
40
size_t i;
crypto/openssl/test/evp_pkey_provided_test.c
61
size_t readbytes;
crypto/openssl/test/evp_pkey_provided_test.c
64
size_t slen;
crypto/openssl/test/evp_pkey_provided_test.c
890
size_t len;
crypto/openssl/test/evp_skey_test.c
125
size_t export_length;
crypto/openssl/test/evp_skey_test.c
203
size_t export_length;
crypto/openssl/test/evp_skey_test.c
61
size_t export_len;
crypto/openssl/test/evp_test.c
1028
cdat->key_bits = (size_t)i;
crypto/openssl/test/evp_test.c
1086
static int cipher_test_enc(EVP_TEST *t, int enc, size_t out_misalign,
crypto/openssl/test/evp_test.c
1087
size_t inp_misalign, int frag, int in_place,
crypto/openssl/test/evp_test.c
1092
size_t in_len, out_len, donelen = 0;
crypto/openssl/test/evp_test.c
1161
} else if (expected->iv_len != (size_t)EVP_CIPHER_CTX_get_iv_length(ctx_base)) {
crypto/openssl/test/evp_test.c
1292
size_t aad_len = expected->aad_len[i];
crypto/openssl/test/evp_test.c
1296
size_t current_aad_len = (size_t)data_chunk_size;
crypto/openssl/test/evp_test.c
1298
if (data_chunk_size == 0 || (size_t)data_chunk_size > aad_len)
crypto/openssl/test/evp_test.c
1375
size_t current_in_len = (size_t)data_chunk_size;
crypto/openssl/test/evp_test.c
1377
if (data_chunk_size == 0 || (size_t)data_chunk_size > in_len)
crypto/openssl/test/evp_test.c
1478
size_t out_misalign, inp_misalign;
crypto/openssl/test/evp_test.c
1480
size_t params_n = 0;
crypto/openssl/test/evp_test.c
1579
size_t key_len;
crypto/openssl/test/evp_test.c
1582
size_t iv_len;
crypto/openssl/test/evp_test.c
1585
size_t input_len;
crypto/openssl/test/evp_test.c
1588
size_t output_len;
crypto/openssl/test/evp_test.c
1590
size_t custom_len;
crypto/openssl/test/evp_test.c
1593
size_t salt_len;
crypto/openssl/test/evp_test.c
1623
size_t sz = strlen(alg);
crypto/openssl/test/evp_test.c
1755
size_t got_len;
crypto/openssl/test/evp_test.c
1757
size_t input_len, donelen;
crypto/openssl/test/evp_test.c
1830
size_t current_len = (size_t)data_chunk_size;
crypto/openssl/test/evp_test.c
1832
if (data_chunk_size == 0 || (size_t)data_chunk_size > input_len)
crypto/openssl/test/evp_test.c
1872
size_t got_len = 0, size = 0;
crypto/openssl/test/evp_test.c
1873
size_t size_before_init = 0, size_after_init, size_val = 0;
crypto/openssl/test/evp_test.c
1876
size_t params_n = 0;
crypto/openssl/test/evp_test.c
1877
size_t params_n_allocstart = 0;
crypto/openssl/test/evp_test.c
1881
size_t input_len, donelen;
crypto/openssl/test/evp_test.c
2006
size_t current_len = (size_t)data_chunk_size;
crypto/openssl/test/evp_test.c
2008
if (data_chunk_size == 0 || (size_t)data_chunk_size > input_len)
crypto/openssl/test/evp_test.c
2129
size_t inputlen;
crypto/openssl/test/evp_test.c
2132
size_t outputlen;
crypto/openssl/test/evp_test.c
2140
size_t encoded_pub_key_len;
crypto/openssl/test/evp_test.c
2143
size_t encoded_priv_key_len;
crypto/openssl/test/evp_test.c
2146
size_t entropylen;
crypto/openssl/test/evp_test.c
2149
size_t ciphertext_len;
crypto/openssl/test/evp_test.c
2216
unsigned char **outwrapped, size_t *outwrappedlen,
crypto/openssl/test/evp_test.c
2217
unsigned char **outsecret, size_t *outsecretlen)
crypto/openssl/test/evp_test.c
2222
size_t wrappedlen = 0, secretlen = 0;
crypto/openssl/test/evp_test.c
2224
size_t params_n = 0;
crypto/openssl/test/evp_test.c
2226
const size_t params_max = OSSL_NELEM(params) - 1 - (kdata->entropy != NULL);
crypto/openssl/test/evp_test.c
2302
const unsigned char *in, size_t inlen,
crypto/openssl/test/evp_test.c
2303
const unsigned char *expected, size_t expectedlen)
crypto/openssl/test/evp_test.c
2307
size_t outlen = 0;
crypto/openssl/test/evp_test.c
2311
size_t params_n = 0, params_n_allocated = 0;
crypto/openssl/test/evp_test.c
2401
size_t wrappedlen = 0, secretlen = 0;
crypto/openssl/test/evp_test.c
2450
unsigned char *sig, size_t *siglen,
crypto/openssl/test/evp_test.c
2451
const unsigned char *tbs, size_t tbslen);
crypto/openssl/test/evp_test.c
2454
size_t input_len;
crypto/openssl/test/evp_test.c
2457
size_t output_len;
crypto/openssl/test/evp_test.c
247
OSSL_PARAM params[], size_t params_sz, size_t *params_n)
crypto/openssl/test/evp_test.c
2503
unsigned char *sig, size_t *siglen,
crypto/openssl/test/evp_test.c
2505
size_t tbslen))
crypto/openssl/test/evp_test.c
2527
unsigned char *sig, size_t *siglen,
crypto/openssl/test/evp_test.c
2529
size_t tbslen))
crypto/openssl/test/evp_test.c
2652
size_t params_n = 0, params_n_allocstart = 0;
crypto/openssl/test/evp_test.c
2692
size_t got_len;
crypto/openssl/test/evp_test.c
2816
size_t params_n = 0, params_n_allocstart = 0;
crypto/openssl/test/evp_test.c
289
size_t params_n, size_t params_n_allocstart)
crypto/openssl/test/evp_test.c
3033
size_t got_len;
crypto/openssl/test/evp_test.c
3109
size_t pass_len;
crypto/openssl/test/evp_test.c
3112
size_t salt_len;
crypto/openssl/test/evp_test.c
3115
size_t key_len;
crypto/openssl/test/evp_test.c
327
const void *expected, size_t expected_len,
crypto/openssl/test/evp_test.c
328
const void *got, size_t got_len)
crypto/openssl/test/evp_test.c
3335
size_t input_len;
crypto/openssl/test/evp_test.c
3338
size_t output_len;
crypto/openssl/test/evp_test.c
3396
size_t input_len, donelen, decode_length;
crypto/openssl/test/evp_test.c
3415
size_t current_len = (size_t)data_chunk_size;
crypto/openssl/test/evp_test.c
3417
if (data_chunk_size == 0 || (size_t)data_chunk_size > input_len)
crypto/openssl/test/evp_test.c
3452
size_t current_len = (size_t)data_chunk_size;
crypto/openssl/test/evp_test.c
3454
if (data_chunk_size == 0 || (size_t)data_chunk_size > input_len)
crypto/openssl/test/evp_test.c
3521
size_t entropy_len, nonce_len, pers_len, addinA_len, addinB_len,
crypto/openssl/test/evp_test.c
361
size_t buflen;
crypto/openssl/test/evp_test.c
362
size_t count;
crypto/openssl/test/evp_test.c
3675
size_t got_len = expected->generate_bits / 8;
crypto/openssl/test/evp_test.c
3680
size_t params_n = 0, params_allocated_n = 0;
crypto/openssl/test/evp_test.c
375
static int evp_test_buffer_append(const char *value, size_t max_len,
crypto/openssl/test/evp_test.c
380
size_t offset = 0;
crypto/openssl/test/evp_test.c
3807
size_t output_len;
crypto/openssl/test/evp_test.c
394
size_t new_offset = 0;
crypto/openssl/test/evp_test.c
3978
size_t got_len = expected->output_len;
crypto/openssl/test/evp_test.c
3981
size_t params_n = 0, params_allocated_n = 0;
crypto/openssl/test/evp_test.c
4046
size_t output_len;
crypto/openssl/test/evp_test.c
4104
size_t got_len = 0;
crypto/openssl/test/evp_test.c
426
size_t tbuflen;
crypto/openssl/test/evp_test.c
4342
size_t out_params_n = 0, len;
crypto/openssl/test/evp_test.c
4382
size_t params_n = 0;
crypto/openssl/test/evp_test.c
4494
size_t osin_len; /* Input length data if one shot */
crypto/openssl/test/evp_test.c
4496
size_t output_len; /* Expected output length */
crypto/openssl/test/evp_test.c
4627
size_t params_n = 0, params_allocated_n = 0;
crypto/openssl/test/evp_test.c
465
db->count = (size_t)count;
crypto/openssl/test/evp_test.c
4664
size_t buflen)
crypto/openssl/test/evp_test.c
4674
size_t got_len;
crypto/openssl/test/evp_test.c
4731
size_t buflen)
crypto/openssl/test/evp_test.c
474
size_t buflen),
crypto/openssl/test/evp_test.c
4772
size_t got_len;
crypto/openssl/test/evp_test.c
481
size_t j;
crypto/openssl/test/evp_test.c
496
static unsigned char *unescape(const char *input, size_t input_len,
crypto/openssl/test/evp_test.c
497
size_t *out_len)
crypto/openssl/test/evp_test.c
500
size_t i;
crypto/openssl/test/evp_test.c
5168
size_t keylen;
crypto/openssl/test/evp_test.c
537
static int parse_bin(const char *value, unsigned char **buf, size_t *buflen)
crypto/openssl/test/evp_test.c
5393
size_t n;
crypto/openssl/test/evp_test.c
565
size_t vlen = strlen(++value);
crypto/openssl/test/evp_test.c
589
static int parse_bin_chunk(const char *value, size_t offset, size_t max,
crypto/openssl/test/evp_test.c
590
unsigned char **buf, size_t *buflen, size_t *out_offset)
crypto/openssl/test/evp_test.c
592
size_t vlen;
crypto/openssl/test/evp_test.c
593
size_t chunk_len;
crypto/openssl/test/evp_test.c
657
size_t output_len;
crypto/openssl/test/evp_test.c
663
size_t digest_size;
crypto/openssl/test/evp_test.c
733
static int digest_update_fn(void *ctx, const unsigned char *buf, size_t buflen)
crypto/openssl/test/evp_test.c
765
size_t size = 0;
crypto/openssl/test/evp_test.c
883
size_t key_len;
crypto/openssl/test/evp_test.c
884
size_t key_bits; /* Used by RC2 */
crypto/openssl/test/evp_test.c
888
size_t iv_len;
crypto/openssl/test/evp_test.c
890
size_t plaintext_len;
crypto/openssl/test/evp_test.c
892
size_t ciphertext_len;
crypto/openssl/test/evp_test.c
895
size_t aad_len[AAD_NUM];
crypto/openssl/test/evp_test.c
900
size_t tag_len;
crypto/openssl/test/evp_test.c
903
size_t mac_key_len;
crypto/openssl/test/evp_test.c
96
static int parse_bin(const char *value, unsigned char **buf, size_t *buflen);
crypto/openssl/test/evp_test.c
97
static int parse_bin_chunk(const char *value, size_t offset, size_t max,
crypto/openssl/test/evp_test.c
98
unsigned char **buf, size_t *buflen, size_t *out_offset);
crypto/openssl/test/evp_xof_test.c
280
size_t sz = 12;
crypto/openssl/test/evp_xof_test.c
318
size_t total = sizeof(shake256_largemsg_input);
crypto/openssl/test/evp_xof_test.c
319
size_t i, stride, sz;
crypto/openssl/test/evp_xof_test.c
353
size_t startsz, incsz;
crypto/openssl/test/evp_xof_test.c
398
const unsigned char *in, size_t inlen,
crypto/openssl/test/evp_xof_test.c
400
size_t expected_outlen)
crypto/openssl/test/evp_xof_test.c
405
size_t i = 0, sz = stride_tests[tst].startsz;
crypto/openssl/test/evp_xof_test.c
462
static const size_t dupoffset_tests[] = {
crypto/openssl/test/evp_xof_test.c
468
const unsigned char *in, size_t inlen,
crypto/openssl/test/evp_xof_test.c
470
size_t expected_outlen)
crypto/openssl/test/evp_xof_test.c
475
size_t i = 0, sz = 10;
crypto/openssl/test/evp_xof_test.c
476
size_t dupoffset = dupoffset_tests[tst];
crypto/openssl/test/ext_internal_test.c
20
size_t idx;
crypto/openssl/test/ext_internal_test.c
82
size_t n = OSSL_NELEM(ext_list);
crypto/openssl/test/ext_internal_test.c
83
size_t i;
crypto/openssl/test/fake_cipherprov.c
129
const unsigned char *iv, size_t ivlen,
crypto/openssl/test/fake_cipherprov.c
140
const unsigned char *iv, size_t ivlen,
crypto/openssl/test/fake_cipherprov.c
153
const unsigned char *iv, size_t ivlen,
crypto/openssl/test/fake_cipherprov.c
165
static int fake_cipher(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/test/fake_cipherprov.c
166
size_t outsize, const unsigned char *in, size_t inl)
crypto/openssl/test/fake_cipherprov.c
169
size_t i;
crypto/openssl/test/fake_cipherprov.c
182
static int fake_final(void *vctx, unsigned char *out, size_t *outl,
crypto/openssl/test/fake_cipherprov.c
183
size_t outsize)
crypto/openssl/test/fake_cipherprov.c
49
size_t data_size = p->data_size;
crypto/openssl/test/fake_pipelineprov.c
101
const unsigned char *key, size_t keylen,
crypto/openssl/test/fake_pipelineprov.c
102
size_t numpipes, const unsigned char **iv,
crypto/openssl/test/fake_pipelineprov.c
103
size_t ivlen, const OSSL_PARAM params[])
crypto/openssl/test/fake_pipelineprov.c
109
const unsigned char *key, size_t keylen,
crypto/openssl/test/fake_pipelineprov.c
110
size_t numpipes, const unsigned char **iv,
crypto/openssl/test/fake_pipelineprov.c
111
size_t ivlen, const OSSL_PARAM params[])
crypto/openssl/test/fake_pipelineprov.c
116
int fake_pipeline_update(void *vctx, size_t numpipes,
crypto/openssl/test/fake_pipelineprov.c
117
unsigned char **out, size_t *outl,
crypto/openssl/test/fake_pipelineprov.c
118
const size_t *outsize,
crypto/openssl/test/fake_pipelineprov.c
119
const unsigned char **in, const size_t *inl)
crypto/openssl/test/fake_pipelineprov.c
123
size_t i = 0;
crypto/openssl/test/fake_pipelineprov.c
132
outl[i] = (size_t)ioutl;
crypto/openssl/test/fake_pipelineprov.c
137
int fake_pipeline_final(void *vctx, size_t numpipes,
crypto/openssl/test/fake_pipelineprov.c
138
unsigned char **out, size_t *outl,
crypto/openssl/test/fake_pipelineprov.c
139
const size_t *outsize)
crypto/openssl/test/fake_pipelineprov.c
143
size_t i = 0;
crypto/openssl/test/fake_pipelineprov.c
148
outl[i] = (size_t)ioutl;
crypto/openssl/test/fake_pipelineprov.c
180
size_t taglen, i;
crypto/openssl/test/fake_pipelineprov.c
227
size_t taglen, i;
crypto/openssl/test/fake_pipelineprov.c
32
size_t keylen;
crypto/openssl/test/fake_pipelineprov.c
33
size_t ivlen;
crypto/openssl/test/fake_pipelineprov.c
34
size_t numpipes;
crypto/openssl/test/fake_pipelineprov.c
40
size_t kbits, size_t ivbits)
crypto/openssl/test/fake_pipelineprov.c
63
size_t i;
crypto/openssl/test/fake_pipelineprov.c
81
const unsigned char *key, size_t keylen,
crypto/openssl/test/fake_pipelineprov.c
82
size_t numpipes, const unsigned char **iv,
crypto/openssl/test/fake_pipelineprov.c
83
size_t ivlen, int enc)
crypto/openssl/test/fake_pipelineprov.c
86
size_t i = 0;
crypto/openssl/test/fake_rsaprov.c
1054
const void *reference, size_t reference_sz,
crypto/openssl/test/fake_rsaprov.c
225
static void *fake_rsa_keymgmt_load(const void *reference, size_t reference_sz)
crypto/openssl/test/fake_rsaprov.c
340
size_t *siglen, size_t sigsize,
crypto/openssl/test/fake_rsaprov.c
341
const unsigned char *tbs, size_t tbslen)
crypto/openssl/test/fake_rsaprov.c
427
size_t datalen)
crypto/openssl/test/fake_rsaprov.c
443
size_t *siglen, size_t sigsize)
crypto/openssl/test/fake_rsaprov.c
480
size_t siglen)
crypto/openssl/test/fake_rsaprov.c
485
static int fake_rsa_dgstsgn(void *ctx, unsigned char *sig, size_t *siglen,
crypto/openssl/test/fake_rsaprov.c
486
size_t sigsize, const unsigned char *tbs,
crypto/openssl/test/fake_rsaprov.c
487
size_t tbslen)
crypto/openssl/test/fake_rsaprov.c
495
static int fake_rsa_dgstvfy(void *ctx, unsigned char *sig, size_t siglen,
crypto/openssl/test/fake_rsaprov.c
496
const unsigned char *tbv, size_t tbvlen)
crypto/openssl/test/fake_rsaprov.c
563
size_t fakepw_len = 0;
crypto/openssl/test/fake_rsaprov.c
903
size_t i;
crypto/openssl/test/filterprov.c
208
size_t namelen;
crypto/openssl/test/helpers/handshake.c
1244
static char *dup_str(const unsigned char *in, size_t len)
crypto/openssl/test/helpers/handshake.c
1261
size_t name_len;
crypto/openssl/test/helpers/handshake.c
141
size_t len, remaining;
crypto/openssl/test/helpers/handshake.c
1428
size_t tick_len = 0;
crypto/openssl/test/helpers/handshake.c
341
static int parse_protos(const char *protos, unsigned char **out, size_t *outlen)
crypto/openssl/test/helpers/handshake.c
343
size_t len, i, prefix;
crypto/openssl/test/helpers/handshake.c
466
size_t keyname_len,
crypto/openssl/test/helpers/handshake.c
497
size_t ticket_key_len;
crypto/openssl/test/helpers/handshake.c
635
size_t alpn_protos_len = 0;
crypto/openssl/test/helpers/handshake.h
17
size_t npn_protocols_len;
crypto/openssl/test/helpers/handshake.h
19
size_t alpn_protocols_len;
crypto/openssl/test/helpers/noisydgrambio.c
112
static size_t bandwidth_limit(struct bw_limiter_st *limit, OSSL_TIME now,
crypto/openssl/test/helpers/noisydgrambio.c
113
BIO_MSG *msg, size_t num_msg)
crypto/openssl/test/helpers/noisydgrambio.c
115
size_t i;
crypto/openssl/test/helpers/noisydgrambio.c
127
size_t idx = (limit->start + i) % MAX_PKTS_PER_WINDOW;
crypto/openssl/test/helpers/noisydgrambio.c
137
size_t end;
crypto/openssl/test/helpers/noisydgrambio.c
138
size_t pktsize = msg[i].data_len;
crypto/openssl/test/helpers/noisydgrambio.c
169
static int noisy_dgram_sendmmsg(BIO *bio, BIO_MSG *msg, size_t stride,
crypto/openssl/test/helpers/noisydgrambio.c
170
size_t num_msg, uint64_t flags,
crypto/openssl/test/helpers/noisydgrambio.c
171
size_t *msgs_processed)
crypto/openssl/test/helpers/noisydgrambio.c
19
size_t size;
crypto/openssl/test/helpers/noisydgrambio.c
228
int *should_drop, uint16_t *flip, size_t *flip_offset)
crypto/openssl/test/helpers/noisydgrambio.c
25
size_t start, num; /* ring buffer start and number of items */
crypto/openssl/test/helpers/noisydgrambio.c
26
size_t size_sum; /* sum of packet sizes in window */
crypto/openssl/test/helpers/noisydgrambio.c
27
size_t bw; /* bandwidth in bytes/ms */
crypto/openssl/test/helpers/noisydgrambio.c
279
static void flip_bits(unsigned char *msg, size_t msg_len, uint16_t flip,
crypto/openssl/test/helpers/noisydgrambio.c
280
size_t flip_offset)
crypto/openssl/test/helpers/noisydgrambio.c
302
static int noisy_dgram_recvmmsg(BIO *bio, BIO_MSG *msg, size_t stride,
crypto/openssl/test/helpers/noisydgrambio.c
303
size_t num_msg, uint64_t flags,
crypto/openssl/test/helpers/noisydgrambio.c
304
size_t *msgs_processed)
crypto/openssl/test/helpers/noisydgrambio.c
307
size_t i, j, data_len = 0, msg_cnt = 0;
crypto/openssl/test/helpers/noisydgrambio.c
367
size_t flip_offset = 0;
crypto/openssl/test/helpers/noisydgrambio.c
79
data->recv_limit.bw = (size_t)num;
crypto/openssl/test/helpers/noisydgrambio.c
89
data->send_limit.bw = (size_t)num;
crypto/openssl/test/helpers/pktsplitbio.c
33
static int pkt_split_dgram_sendmmsg(BIO *bio, BIO_MSG *msg, size_t stride,
crypto/openssl/test/helpers/pktsplitbio.c
34
size_t num_msg, uint64_t flags,
crypto/openssl/test/helpers/pktsplitbio.c
35
size_t *msgs_processed)
crypto/openssl/test/helpers/pktsplitbio.c
49
static int pkt_split_dgram_recvmmsg(BIO *bio, BIO_MSG *msg, size_t stride,
crypto/openssl/test/helpers/pktsplitbio.c
50
size_t num_msg, uint64_t flags,
crypto/openssl/test/helpers/pktsplitbio.c
51
size_t *msgs_processed)
crypto/openssl/test/helpers/pktsplitbio.c
54
size_t i, j, data_len = 0, msg_cnt = 0;
crypto/openssl/test/helpers/pktsplitbio.c
86
size_t remain;
crypto/openssl/test/helpers/predefined_dhparams.c
49
unsigned char *pdata, size_t plen,
crypto/openssl/test/helpers/predefined_dhparams.c
50
unsigned char *gdata, size_t glen,
crypto/openssl/test/helpers/predefined_dhparams.c
51
unsigned char *qdata, size_t qlen)
crypto/openssl/test/helpers/quictestlib.c
1037
int qtest_fault_resize_handshake(QTEST_FAULT *fault, size_t newlen)
crypto/openssl/test/helpers/quictestlib.c
1040
size_t oldlen = fault->handbuflen;
crypto/openssl/test/helpers/quictestlib.c
1066
int qtest_fault_resize_message(QTEST_FAULT *fault, size_t newlen)
crypto/openssl/test/helpers/quictestlib.c
1082
size_t *extlen,
crypto/openssl/test/helpers/quictestlib.c
1089
size_t newlen, w;
crypto/openssl/test/helpers/quictestlib.c
1090
size_t msglen = fault->handbuflen;
crypto/openssl/test/helpers/quictestlib.c
1151
if ((size_t)(end - start) + SSL3_HM_HEADER_LENGTH > msglen)
crypto/openssl/test/helpers/quictestlib.c
1166
static int pcipher_sendmmsg(BIO *b, BIO_MSG *msg, size_t stride,
crypto/openssl/test/helpers/quictestlib.c
1167
size_t num_msg, uint64_t flags,
crypto/openssl/test/helpers/quictestlib.c
1168
size_t *num_processed)
crypto/openssl/test/helpers/quictestlib.c
1172
size_t i = 0, tmpnump;
crypto/openssl/test/helpers/quictestlib.c
1315
int qtest_fault_resize_datagram(QTEST_FAULT *fault, size_t newlen)
crypto/openssl/test/helpers/quictestlib.c
1330
size_t ctos_bw, size_t stoc_bw,
crypto/openssl/test/helpers/quictestlib.c
45
size_t pplainbuf_alloc;
crypto/openssl/test/helpers/quictestlib.c
53
size_t handbufalloc;
crypto/openssl/test/helpers/quictestlib.c
55
size_t handbuflen;
crypto/openssl/test/helpers/quictestlib.c
71
size_t msgalloc;
crypto/openssl/test/helpers/quictestlib.c
789
const OSSL_QTX_IOVEC *iovecin, size_t numin,
crypto/openssl/test/helpers/quictestlib.c
792
size_t *numout,
crypto/openssl/test/helpers/quictestlib.c
796
size_t i, bufsz = 0;
crypto/openssl/test/helpers/quictestlib.c
880
int qtest_fault_resize_plain_packet(QTEST_FAULT *fault, size_t newlen)
crypto/openssl/test/helpers/quictestlib.c
883
size_t oldlen = fault->pplainio.buf_len;
crypto/openssl/test/helpers/quictestlib.c
916
size_t frame_len)
crypto/openssl/test/helpers/quictestlib.c
919
size_t old_len;
crypto/openssl/test/helpers/quictestlib.c
943
static int handshake_mutate(const unsigned char *msgin, size_t msginlen,
crypto/openssl/test/helpers/quictestlib.c
944
unsigned char **msgout, size_t *msgoutlen,
crypto/openssl/test/helpers/quictestlib.c
97
const void *buf, size_t len, SSL *ssl,
crypto/openssl/test/helpers/quictestlib.h
121
size_t len,
crypto/openssl/test/helpers/quictestlib.h
136
int qtest_fault_resize_plain_packet(QTEST_FAULT *fault, size_t newlen);
crypto/openssl/test/helpers/quictestlib.h
143
size_t frame_len);
crypto/openssl/test/helpers/quictestlib.h
151
size_t msglen,
crypto/openssl/test/helpers/quictestlib.h
167
int qtest_fault_resize_handshake(QTEST_FAULT *fault, size_t newlen);
crypto/openssl/test/helpers/quictestlib.h
17
size_t short_conn_id_len;
crypto/openssl/test/helpers/quictestlib.h
182
size_t eelen,
crypto/openssl/test/helpers/quictestlib.h
199
int qtest_fault_resize_message(QTEST_FAULT *fault, size_t newlen);
crypto/openssl/test/helpers/quictestlib.h
210
size_t *extlen,
crypto/openssl/test/helpers/quictestlib.h
228
size_t len,
crypto/openssl/test/helpers/quictestlib.h
240
size_t stride,
crypto/openssl/test/helpers/quictestlib.h
253
int qtest_fault_resize_datagram(QTEST_FAULT *fault, size_t newlen);
crypto/openssl/test/helpers/quictestlib.h
261
size_t ctos_bw, size_t stoc_bw,
crypto/openssl/test/helpers/quictestlib.h
29
size_t extensionslen;
crypto/openssl/test/helpers/ssl_test_ctx.c
63
__owur static int parse_enum(const test_enum *enums, size_t num_enums,
crypto/openssl/test/helpers/ssl_test_ctx.c
66
size_t i;
crypto/openssl/test/helpers/ssl_test_ctx.c
76
static const char *enum_name(const test_enum *enums, size_t num_enums,
crypto/openssl/test/helpers/ssl_test_ctx.c
79
size_t i;
crypto/openssl/test/helpers/ssl_test_ctx.c
791
size_t j;
crypto/openssl/test/helpers/ssl_test_ctx.c
824
size_t j;
crypto/openssl/test/helpers/ssl_test_ctx.c
858
size_t j;
crypto/openssl/test/helpers/ssltestlib.c
1405
size_t readbytes;
crypto/openssl/test/helpers/ssltestlib.c
1444
SSL_SESSION *create_a_psk(SSL *ssl, size_t mdsize)
crypto/openssl/test/helpers/ssltestlib.c
578
size_t len = ((inu[RECORD_LEN_HI] << 8) | inu[RECORD_LEN_LO])
crypto/openssl/test/helpers/ssltestlib.c
584
if ((size_t)inl < len)
crypto/openssl/test/helpers/ssltestlib.c
587
if ((size_t)inl == len)
crypto/openssl/test/helpers/ssltestlib.h
85
SSL_SESSION *create_a_psk(SSL *ssl, size_t mdsize);
crypto/openssl/test/hexstr_test.c
121
size_t len = 0;
crypto/openssl/test/hexstr_test.c
22
size_t expected_len;
crypto/openssl/test/hpke_test.c
1000
size_t aeadind = 0; /* index into hpke_aead_list */
crypto/openssl/test/hpke_test.c
1005
size_t aadlen = OSSL_HPKE_TSTSIZE;
crypto/openssl/test/hpke_test.c
1008
size_t infolen = 32;
crypto/openssl/test/hpke_test.c
1014
size_t psklen = 32;
crypto/openssl/test/hpke_test.c
1018
size_t plainlen = OSSL_HPKE_TSTSIZE;
crypto/openssl/test/hpke_test.c
102
size_t ptoutlen = sizeof(ptout);
crypto/openssl/test/hpke_test.c
103
size_t enclen = sizeof(enc);
crypto/openssl/test/hpke_test.c
104
size_t ctlen = sizeof(ct);
crypto/openssl/test/hpke_test.c
1058
size_t authpublen = OSSL_HPKE_TSTSIZE;
crypto/openssl/test/hpke_test.c
106
size_t publen = sizeof(pub);
crypto/openssl/test/hpke_test.c
1087
size_t publen = OSSL_HPKE_TSTSIZE;
crypto/openssl/test/hpke_test.c
1089
size_t senderpublen = OSSL_HPKE_TSTSIZE;
crypto/openssl/test/hpke_test.c
109
size_t authpublen = sizeof(authpub);
crypto/openssl/test/hpke_test.c
1091
size_t cipherlen = OSSL_HPKE_TSTSIZE;
crypto/openssl/test/hpke_test.c
1093
size_t clearlen = OSSL_HPKE_TSTSIZE;
crypto/openssl/test/hpke_test.c
112
size_t rpublen = sizeof(pub);
crypto/openssl/test/hpke_test.c
115
size_t i;
crypto/openssl/test/hpke_test.c
1215
size_t publen = sizeof(pub);
crypto/openssl/test/hpke_test.c
1225
size_t plainlen = sizeof(plain);
crypto/openssl/test/hpke_test.c
1227
size_t enclen = sizeof(enc);
crypto/openssl/test/hpke_test.c
1229
size_t cipherlen = sizeof(cipher);
crypto/openssl/test/hpke_test.c
1231
size_t clearlen = sizeof(clear);
crypto/openssl/test/hpke_test.c
1355
size_t g_pub_len = OSSL_HPKE_TSTSIZE;
crypto/openssl/test/hpke_test.c
1357
size_t g_cipher_len = 266;
crypto/openssl/test/hpke_test.c
1358
size_t clearlen = 128;
crypto/openssl/test/hpke_test.c
1359
size_t expanded = 0;
crypto/openssl/test/hpke_test.c
1360
size_t enclen = 0;
crypto/openssl/test/hpke_test.c
1361
size_t ikmelen = 0;
crypto/openssl/test/hpke_test.c
1407
size_t publen = sizeof(pub);
crypto/openssl/test/hpke_test.c
1415
size_t plainlen = sizeof(plain);
crypto/openssl/test/hpke_test.c
1417
size_t enclen = sizeof(enc), smallenclen = sizeof(smallenc);
crypto/openssl/test/hpke_test.c
1419
size_t cipherlen = sizeof(cipher);
crypto/openssl/test/hpke_test.c
1421
size_t clearlen = sizeof(clear);
crypto/openssl/test/hpke_test.c
1747
size_t enclen = sizeof(enc);
crypto/openssl/test/hpke_test.c
1749
size_t ctlen = sizeof(ct);
crypto/openssl/test/hpke_test.c
1829
const unsigned char *ikm, size_t ikmlen,
crypto/openssl/test/hpke_test.c
1830
const unsigned char *pub, size_t publen)
crypto/openssl/test/hpke_test.c
1834
size_t lpublen = OSSL_HPKE_TSTSIZE;
crypto/openssl/test/hpke_test.c
1895
size_t publen = sizeof(pub);
crypto/openssl/test/hpke_test.c
1898
size_t authpublen = sizeof(authpub);
crypto/openssl/test/hpke_test.c
1904
size_t plainlen = sizeof(plain);
crypto/openssl/test/hpke_test.c
1906
size_t enclen = sizeof(enc);
crypto/openssl/test/hpke_test.c
1908
size_t cipherlen = sizeof(cipher);
crypto/openssl/test/hpke_test.c
1910
size_t clearlen = sizeof(clear);
crypto/openssl/test/hpke_test.c
1976
size_t publen = sizeof(pub);
crypto/openssl/test/hpke_test.c
1982
size_t plainlen = sizeof(plain);
crypto/openssl/test/hpke_test.c
1984
size_t enclen = sizeof(enc);
crypto/openssl/test/hpke_test.c
1986
size_t cipherlen = sizeof(cipher);
crypto/openssl/test/hpke_test.c
1988
size_t clearlen = sizeof(clear);
crypto/openssl/test/hpke_test.c
213
size_t len = export[i].expected_secretlen;
crypto/openssl/test/hpke_test.c
29
size_t ikmElen;
crypto/openssl/test/hpke_test.c
31
size_t expected_pkEmlen;
crypto/openssl/test/hpke_test.c
33
size_t ikmRlen;
crypto/openssl/test/hpke_test.c
35
size_t expected_pkRmlen;
crypto/openssl/test/hpke_test.c
37
size_t expected_skRmlen;
crypto/openssl/test/hpke_test.c
39
size_t expected_secretlen;
crypto/openssl/test/hpke_test.c
41
size_t ksinfolen;
crypto/openssl/test/hpke_test.c
43
size_t ikmAuthlen;
crypto/openssl/test/hpke_test.c
45
size_t psklen;
crypto/openssl/test/hpke_test.c
52
size_t ptlen;
crypto/openssl/test/hpke_test.c
54
size_t aadlen;
crypto/openssl/test/hpke_test.c
56
size_t expected_ctlen;
crypto/openssl/test/hpke_test.c
61
size_t contextlen;
crypto/openssl/test/hpke_test.c
63
size_t expected_secretlen;
crypto/openssl/test/hpke_test.c
74
const unsigned char *pub, size_t publen)
crypto/openssl/test/hpke_test.c
77
size_t pubbuflen = 0;
crypto/openssl/test/hpke_test.c
93
const TEST_AEADDATA *aead, size_t aeadsz,
crypto/openssl/test/hpke_test.c
94
const TEST_EXPORTDATA *export, size_t exportsz)
crypto/openssl/test/hpke_test.c
997
size_t mind = 0; /* index into hpke_mode_list */
crypto/openssl/test/hpke_test.c
998
size_t kemind = 0; /* index into hpke_kem_list */
crypto/openssl/test/hpke_test.c
999
size_t kdfind = 0; /* index into hpke_kdf_list */
crypto/openssl/test/http_test.c
137
static long http_bio_cb_ex(BIO *bio, int oper, const char *argp, size_t len,
crypto/openssl/test/http_test.c
138
int cmd, long argl, int ret, size_t *processed)
crypto/openssl/test/http_test.c
515
static int test_http_resp_hdr_limit(size_t limit)
crypto/openssl/test/ideatest.c
94
const size_t text_len = sizeof(text);
crypto/openssl/test/igetest.c
297
const size_t ctsize = sizeof(checktext);
crypto/openssl/test/igetest.c
298
size_t matches;
crypto/openssl/test/igetest.c
355
size_t matches;
crypto/openssl/test/igetest.c
386
size_t matches;
crypto/openssl/test/igetest.c
417
size_t matches;
crypto/openssl/test/igetest.c
42
const size_t length;
crypto/openssl/test/igetest.c
86
const size_t keysize;
crypto/openssl/test/igetest.c
87
const size_t length;
crypto/openssl/test/json_test.c
101
typedef void (*fp_pz_type)(OSSL_JSON_ENC *, const void *, size_t);
crypto/openssl/test/json_test.c
551
size_t wp = 0;
crypto/openssl/test/json_test.c
626
f(&h.j, p, (size_t)u64);
crypto/openssl/test/json_test.c
679
size_t i;
crypto/openssl/test/json_test.c
75
size_t num_words;
crypto/openssl/test/json_test.c
77
size_t expected_output_len;
crypto/openssl/test/keymgmt_internal_test.c
144
size_t i;
crypto/openssl/test/lhash_test.c
112
if (!TEST_int_eq((size_t)lh_int_num_items(h), n_int_tests))
crypto/openssl/test/lhash_test.c
209
static uint64_t hashtable_hash(uint8_t *key, size_t keylen)
crypto/openssl/test/lhash_test.c
227
const size_t n_dels = OSSL_NELEM(dels);
crypto/openssl/test/lhash_test.c
237
size_t i;
crypto/openssl/test/lhash_test.c
260
if (!TEST_int_eq((size_t)ossl_ht_count(ht), n_int_tests))
crypto/openssl/test/lhash_test.c
280
if (!TEST_int_eq((size_t)list->list_len, n_int_tests))
crypto/openssl/test/lhash_test.c
37
static const size_t n_int_tests = OSSL_NELEM(int_tests);
crypto/openssl/test/lhash_test.c
451
if (!TEST_int_eq((size_t)ossl_ht_count(h), n))
crypto/openssl/test/lhash_test.c
579
size_t iter = 0;
crypto/openssl/test/list_test.c
103
size_t i;
crypto/openssl/test/mdc2test.c
52
size_t tlen = strlen(text), i = 0;
crypto/openssl/test/ml_dsa_test.c
130
size_t psig_len = 0, sig_len2 = 0;
crypto/openssl/test/ml_dsa_test.c
132
size_t digest_len = sizeof(digest);
crypto/openssl/test/ml_dsa_test.c
29
const uint8_t *seed, size_t seed_len)
crypto/openssl/test/ml_dsa_test.c
331
size_t len = 0;
crypto/openssl/test/ml_dsa_test.c
373
size_t msg_len;
crypto/openssl/test/ml_dsa_test.c
375
size_t ctx_len;
crypto/openssl/test/ml_dsa_test.c
401
size_t sig_len = 0;
crypto/openssl/test/ml_dsa_test.c
462
size_t sig_len = 0;
crypto/openssl/test/ml_dsa_test.c
53
const uint8_t *priv, size_t priv_len,
crypto/openssl/test/ml_dsa_test.c
54
const uint8_t *pub, size_t pub_len,
crypto/openssl/test/ml_dsa_test.c
92
size_t priv_len, pub_len, seed_len;
crypto/openssl/test/ml_kem_evp_extra_test.c
101
size_t publen;
crypto/openssl/test/ml_kem_evp_extra_test.c
105
size_t wrpkeylen, agenkeylen, bgenkeylen, i;
crypto/openssl/test/ml_kem_evp_extra_test.c
238
size_t publen;
crypto/openssl/test/ml_kem_evp_extra_test.c
242
size_t wrpkeylen, agenkeylen, bgenkeylen;
crypto/openssl/test/modes_internal_test.c
136
size_t (*last_blocks_correction)(const unsigned char *in,
crypto/openssl/test/modes_internal_test.c
137
unsigned char *out, size_t len);
crypto/openssl/test/modes_internal_test.c
138
size_t (*encrypt_block)(const unsigned char *in,
crypto/openssl/test/modes_internal_test.c
139
unsigned char *out, size_t len,
crypto/openssl/test/modes_internal_test.c
142
size_t (*encrypt_stream)(const unsigned char *in, unsigned char *out,
crypto/openssl/test/modes_internal_test.c
143
size_t len, const void *key,
crypto/openssl/test/modes_internal_test.c
145
size_t (*decrypt_block)(const unsigned char *in,
crypto/openssl/test/modes_internal_test.c
146
unsigned char *out, size_t len,
crypto/openssl/test/modes_internal_test.c
149
size_t (*decrypt_stream)(const unsigned char *in, unsigned char *out,
crypto/openssl/test/modes_internal_test.c
150
size_t len, const void *key,
crypto/openssl/test/modes_internal_test.c
154
static size_t last_blocks_correction(const unsigned char *in,
crypto/openssl/test/modes_internal_test.c
155
unsigned char *out, size_t len)
crypto/openssl/test/modes_internal_test.c
157
size_t tail;
crypto/openssl/test/modes_internal_test.c
167
static size_t last_blocks_correction_nist(const unsigned char *in,
crypto/openssl/test/modes_internal_test.c
168
unsigned char *out, size_t len)
crypto/openssl/test/modes_internal_test.c
170
size_t tail;
crypto/openssl/test/modes_internal_test.c
188
size_t test_iv_len = sizeof(cts128_test_iv);
crypto/openssl/test/modes_internal_test.c
190
size_t len = aes_cts128_vectors[num].size;
crypto/openssl/test/modes_internal_test.c
197
size_t tail, size;
crypto/openssl/test/modes_internal_test.c
28
size_t size;
crypto/openssl/test/p_test.c
120
size_t buf_l;
crypto/openssl/test/p_test.c
66
static int local_snprintf(char *buf, size_t n, const char *format, ...)
crypto/openssl/test/packettest.c
206
size_t len;
crypto/openssl/test/packettest.c
222
size_t len;
crypto/openssl/test/packettest.c
351
const size_t len = 16;
crypto/openssl/test/packettest.c
376
const size_t len = 516; /* 0x0204 */
crypto/openssl/test/packettest.c
400
const size_t len = 516; /* 0x000204 */
crypto/openssl/test/packettest.c
424
const size_t len = 16;
crypto/openssl/test/packettest.c
448
const size_t len = 516; /* 0x0204 */
crypto/openssl/test/packettest.c
474
size_t expected_read_count;
crypto/openssl/test/packettest.c
502
size_t i;
crypto/openssl/test/packettest.c
524
size_t enclen, len;
crypto/openssl/test/packettest.c
542
size_t i;
crypto/openssl/test/pairwise_fail_test.c
99
if (!TEST_ptr_null(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "RSA", (size_t)2048)))
crypto/openssl/test/param_build_test.c
245
size_t st;
crypto/openssl/test/param_build_test.c
337
|| !TEST_size_t_eq(p->data_size, sizeof(size_t))
crypto/openssl/test/param_build_test.c
452
size_t st;
crypto/openssl/test/param_build_test.c
515
|| !TEST_size_t_eq(p->data_size, sizeof(size_t))
crypto/openssl/test/params_api_test.c
119
size_t width)
crypto/openssl/test/params_api_test.c
123
size_t s, sz;
crypto/openssl/test/params_api_test.c
126
const int sizet = param->data_size <= sizeof(size_t);
crypto/openssl/test/params_api_test.c
167
if (sizeof(size_t) > width) {
crypto/openssl/test/params_api_test.c
171
|| !TEST_size_t_eq((size_t)i64, 12345))
crypto/openssl/test/params_api_test.c
176
|| !TEST_size_t_eq((size_t)i64, 12345))
crypto/openssl/test/params_api_test.c
201
const size_t len = raw_values[n].len >= sizeof(int) ? sizeof(int) : raw_values[n].len;
crypto/openssl/test/params_api_test.c
21
static void swap_copy(unsigned char *out, const void *in, size_t len)
crypto/openssl/test/params_api_test.c
23
size_t j;
crypto/openssl/test/params_api_test.c
230
const size_t len = raw_values[n].len >= sizeof(long int)
crypto/openssl/test/params_api_test.c
261
const size_t len = raw_values[n].len >= sizeof(unsigned int) ? sizeof(unsigned int) : raw_values[n].len;
crypto/openssl/test/params_api_test.c
290
const size_t len = raw_values[n].len >= sizeof(unsigned long int)
crypto/openssl/test/params_api_test.c
321
const size_t len = raw_values[n].len >= sizeof(int32_t)
crypto/openssl/test/params_api_test.c
352
const size_t len = raw_values[n].len >= sizeof(uint32_t)
crypto/openssl/test/params_api_test.c
37
static void le_copy(unsigned char *out, size_t outlen,
crypto/openssl/test/params_api_test.c
38
const void *in, size_t inlen)
crypto/openssl/test/params_api_test.c
383
const size_t len = raw_values[n].len >= sizeof(int64_t)
crypto/openssl/test/params_api_test.c
414
const size_t len = raw_values[n].len >= sizeof(uint64_t)
crypto/openssl/test/params_api_test.c
443
size_t in, out;
crypto/openssl/test/params_api_test.c
444
unsigned char buf[MAX_LEN], cmp[sizeof(size_t)];
crypto/openssl/test/params_api_test.c
445
const size_t len = raw_values[n].len >= sizeof(size_t)
crypto/openssl/test/params_api_test.c
446
? sizeof(size_t)
crypto/openssl/test/params_api_test.c
469
return test_param_type_extra(&param, raw_values[n].value, sizeof(size_t));
crypto/openssl/test/params_api_test.c
476
const size_t len = raw_values[n].len >= sizeof(time_t)
crypto/openssl/test/params_api_test.c
500
return test_param_type_extra(&param, raw_values[n].value, sizeof(size_t));
crypto/openssl/test/params_api_test.c
506
const size_t len = raw_values[n].len;
crypto/openssl/test/params_api_test.c
541
const size_t len = raw_values[n].len;
crypto/openssl/test/params_api_test.c
56
size_t len;
crypto/openssl/test/params_api_test.c
619
size_t j, k, s;
crypto/openssl/test/params_api_test.c
666
|| !TEST_size_t_eq((size_t)i64, 3 + j)) {
crypto/openssl/test/params_api_test.c
677
|| !TEST_size_t_eq((size_t)u64, 3 + j)) {
crypto/openssl/test/params_conversion_test.c
32
size_t size;
crypto/openssl/test/params_conversion_test.c
357
size_t n;
crypto/openssl/test/params_test.c
155
size_t data_length = OPENSSL_strnlen(params->data, params->data_size);
crypto/openssl/test/params_test.c
382
size_t n = 0;
crypto/openssl/test/params_test.c
570
size_t expected_bufsize;
crypto/openssl/test/params_test.c
61
size_t p4_l;
crypto/openssl/test/params_test.c
67
size_t p5_l;
crypto/openssl/test/params_test.c
73
size_t p6_l;
crypto/openssl/test/pkcs7_test.c
132
size_t i;
crypto/openssl/test/pkey_meth_kdf_test.c
157
size_t outlen = sizeof(out);
crypto/openssl/test/pkey_meth_kdf_test.c
24
size_t outlen = sizeof(out);
crypto/openssl/test/pkey_meth_kdf_test.c
90
size_t outlen = sizeof(out);
crypto/openssl/test/pkey_meth_test.c
56
size_t i;
crypto/openssl/test/poly1305_internal_test.c
1104
size_t inlen = test.input.size;
crypto/openssl/test/poly1305_internal_test.c
1107
size_t expectedlen = test.expected.size;
crypto/openssl/test/poly1305_internal_test.c
1135
size_t half = inlen / 2;
crypto/openssl/test/poly1305_internal_test.c
20
size_t size;
crypto/openssl/test/priority_queue_test.c
162
size_t idx;
crypto/openssl/test/priority_queue_test.c
182
size_t i;
crypto/openssl/test/priority_queue_test.c
23
DEFINE_PRIORITY_QUEUE_OF(size_t);
crypto/openssl/test/priority_queue_test.c
25
static size_t num_rec_freed;
crypto/openssl/test/priority_queue_test.c
27
static int size_t_compare(const size_t *a, const size_t *b)
crypto/openssl/test/priority_queue_test.c
38
return size_t_compare((size_t *)a, (size_t *)b);
crypto/openssl/test/priority_queue_test.c
43
return size_t_compare((size_t *)b, (size_t *)a);
crypto/openssl/test/priority_queue_test.c
46
static void free_checker(ossl_unused size_t *p)
crypto/openssl/test/priority_queue_test.c
54
PRIORITY_QUEUE_OF(size_t) *pq = NULL;
crypto/openssl/test/priority_queue_test.c
55
static size_t values[MAX_SAMPLES], sorted[MAX_SAMPLES], ref[MAX_SAMPLES];
crypto/openssl/test/priority_queue_test.c
56
size_t n;
crypto/openssl/test/priority_queue_test.c
73
values[i] = random ? test_random() : (size_t)(count - i);
crypto/openssl/test/property_test.c
383
size_t i;
crypto/openssl/test/property_test.c
402
const size_t j = (1 + i * 3) % OSSL_NELEM(impls);
crypto/openssl/test/property_test.c
458
size_t i;
crypto/openssl/test/property_test.c
665
size_t bufsize;
crypto/openssl/test/provfetchtest.c
101
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/test/provfetchtest.c
112
static int dummy_rand_generate(void *vctx, unsigned char *out, size_t outlen,
crypto/openssl/test/provfetchtest.c
114
const unsigned char *addin, size_t addin_len)
crypto/openssl/test/provfetchtest.c
116
size_t i;
crypto/openssl/test/provider_pkey_test.c
542
size_t i;
crypto/openssl/test/provider_pkey_test.c
83
size_t siglen;
crypto/openssl/test/punycode_test.c
117
size_t i;
crypto/openssl/test/punycode_test.c
132
size_t outlen;
crypto/openssl/test/punycode_test.c
201
const size_t num_reps = OSSL_NELEM(string) / 2;
crypto/openssl/test/punycode_test.c
205
size_t i;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
466
size_t nread;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
468
size_t bytes_read = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
469
size_t bytes_written = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
470
size_t offset = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
473
size_t total_read = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
481
static size_t poll_count = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
498
static size_t total_requests = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
507
static size_t req_idx = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
522
static size_t build_request_set(SSL *ssl)
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
524
size_t poll_idx;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
529
size_t written;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
531
size_t retry_count;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
863
size_t readbytes = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
869
size_t read_offset = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
870
size_t bytes_read = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
871
size_t poll_idx = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
872
size_t poll_done = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
873
size_t result_count = 0;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
875
size_t this_poll_count = 0;
crypto/openssl/test/quic_ackm_test.c
146
size_t pn_table_len;
crypto/openssl/test/quic_ackm_test.c
148
size_t num_ack_ranges;
crypto/openssl/test/quic_ackm_test.c
344
size_t i;
crypto/openssl/test/quic_ackm_test.c
493
size_t num_pn; /* PKT, ACK */
crypto/openssl/test/quic_ackm_test.c
50
size_t num_pkts;
crypto/openssl/test/quic_ackm_test.c
528
size_t i, num_pkts = 0, pkt_idx = 0;
crypto/openssl/test/quic_ackm_test.c
58
size_t i;
crypto/openssl/test/quic_ackm_test.c
636
size_t num_pn; /* PKT, CHECK_(UN)PROC, TX, RX_ACK */
crypto/openssl/test/quic_ackm_test.c
642
size_t num_ack_ranges; /* CHECK_ACKS */
crypto/openssl/test/quic_ackm_test.c
86
static int helper_init(struct helper *h, size_t num_pkts)
crypto/openssl/test/quic_ackm_test.c
914
size_t i, num_tx = 0, txi = 0;
crypto/openssl/test/quic_ackm_test.c
921
size_t opn = 0;
crypto/openssl/test/quic_ackm_test.c
999
if (i != (size_t)space
crypto/openssl/test/quic_cc_test.c
138
static int net_sim_process(struct net_sim *s, size_t skip_forward);
crypto/openssl/test/quic_cc_test.c
140
static int net_sim_send(struct net_sim *s, size_t sz)
crypto/openssl/test/quic_cc_test.c
263
static int net_sim_process(struct net_sim *s, size_t skip_forward)
crypto/openssl/test/quic_cc_test.c
335
size_t mdpl = 1472;
crypto/openssl/test/quic_cc_test.c
406
if (!TEST_true(net_sim_send(&sim, (size_t)sz)))
crypto/openssl/test/quic_cc_test.c
492
size_t mdpl = 1472, diag_mdpl = SIZE_MAX;
crypto/openssl/test/quic_cc_test.c
81
size_t size;
crypto/openssl/test/quic_cc_test.c
84
size_t idx;
crypto/openssl/test/quic_cfq_test.c
105
size_t i;
crypto/openssl/test/quic_cfq_test.c
58
static size_t g_free_len;
crypto/openssl/test/quic_cfq_test.c
60
static void free_cb(unsigned char *buf, size_t buf_len, void *arg)
crypto/openssl/test/quic_cfq_test.c
70
size_t i;
crypto/openssl/test/quic_client_test.c
42
size_t l = 0, c_total_read = 0;
crypto/openssl/test/quic_fc_test.c
223
size_t stream_idx;
crypto/openssl/test/quic_fifd_test.c
113
size_t i, consumed = 0;
crypto/openssl/test/quic_fifd_test.c
117
size_t num_iov;
crypto/openssl/test/quic_fifd_test.c
326
size_t i;
crypto/openssl/test/quic_fifd_test.c
87
static size_t regen_count;
crypto/openssl/test/quic_fifd_test.c
99
static void cfq_free_cb_(unsigned char *buf, size_t buf_len, void *arg)
crypto/openssl/test/quic_lcidm_test.c
25
size_t lcid_len = 10; /* != ODCID len */
crypto/openssl/test/quic_multistream_test.c
1000
BIO_MSG *msg, size_t stride,
crypto/openssl/test/quic_multistream_test.c
1044
size_t offset = 0;
crypto/openssl/test/quic_multistream_test.c
1045
size_t op_idx = 0;
crypto/openssl/test/quic_multistream_test.c
105
unsigned char *buf, size_t buf_len);
crypto/openssl/test/quic_multistream_test.c
1054
size_t repeat_stack_idx[REPEAT_SLOTS], repeat_stack_done[REPEAT_SLOTS];
crypto/openssl/test/quic_multistream_test.c
1055
size_t repeat_stack_limit[REPEAT_SLOTS];
crypto/openssl/test/quic_multistream_test.c
1056
size_t repeat_stack_len = 0;
crypto/openssl/test/quic_multistream_test.c
107
unsigned char *buf, size_t buf_len);
crypto/openssl/test/quic_multistream_test.c
109
BIO_MSG *m, size_t stride);
crypto/openssl/test/quic_multistream_test.c
1172
size_t i;
crypto/openssl/test/quic_multistream_test.c
1258
size_t alpn_len = strlen(alpn);
crypto/openssl/test/quic_multistream_test.c
1294
size_t bytes_written = 0;
crypto/openssl/test/quic_multistream_test.c
1308
size_t bytes_written = 0;
crypto/openssl/test/quic_multistream_test.c
1323
size_t bytes_written = 0;
crypto/openssl/test/quic_multistream_test.c
134
size_t arg1;
crypto/openssl/test/quic_multistream_test.c
1349
size_t bytes_read = 0;
crypto/openssl/test/quic_multistream_test.c
1360
size_t bytes_read = 0;
crypto/openssl/test/quic_multistream_test.c
1389
size_t bytes_read = 0;
crypto/openssl/test/quic_multistream_test.c
139
unsigned char *buf, size_t buf_len);
crypto/openssl/test/quic_multistream_test.c
141
unsigned char *buf, size_t buf_len);
crypto/openssl/test/quic_multistream_test.c
1419
size_t bytes_read = 0;
crypto/openssl/test/quic_multistream_test.c
143
BIO_MSG *m, size_t stride);
crypto/openssl/test/quic_multistream_test.c
1710
size_t bytes_written = 0;
crypto/openssl/test/quic_multistream_test.c
1723
size_t bytes_written = 0;
crypto/openssl/test/quic_multistream_test.c
1735
size_t bytes_read = 0;
crypto/openssl/test/quic_multistream_test.c
1750
size_t bytes_read = 0;
crypto/openssl/test/quic_multistream_test.c
1769
size_t bytes_read = 0;
crypto/openssl/test/quic_multistream_test.c
1809
size_t i;
crypto/openssl/test/quic_multistream_test.c
1847
if (!TEST_size_t_eq((size_t)SSL_get_error(c_tgt, 0), op->arg1))
crypto/openssl/test/quic_multistream_test.c
1854
if (!TEST_size_t_eq((size_t)ERR_GET_REASON(ERR_peek_last_error()), op->arg1))
crypto/openssl/test/quic_multistream_test.c
1859
if (!TEST_size_t_eq((size_t)ERR_GET_LIB(ERR_peek_last_error()), op->arg1))
crypto/openssl/test/quic_multistream_test.c
1941
size_t i;
crypto/openssl/test/quic_multistream_test.c
2752
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
2757
size_t written;
crypto/openssl/test/quic_multistream_test.c
2892
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
2921
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
2926
size_t written;
crypto/openssl/test/quic_multistream_test.c
2974
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
2979
size_t written;
crypto/openssl/test/quic_multistream_test.c
3084
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
3089
size_t written;
crypto/openssl/test/quic_multistream_test.c
3218
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
3223
size_t written;
crypto/openssl/test/quic_multistream_test.c
3433
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
3438
size_t i, written;
crypto/openssl/test/quic_multistream_test.c
3582
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
3587
size_t written;
crypto/openssl/test/quic_multistream_test.c
3618
const void *buf, size_t len, SSL *ssl, void *arg)
crypto/openssl/test/quic_multistream_test.c
3696
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
3700
size_t written;
crypto/openssl/test/quic_multistream_test.c
3776
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
3781
size_t written;
crypto/openssl/test/quic_multistream_test.c
3876
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
3881
size_t written;
crypto/openssl/test/quic_multistream_test.c
4087
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
4091
size_t written;
crypto/openssl/test/quic_multistream_test.c
4175
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
4178
size_t written;
crypto/openssl/test/quic_multistream_test.c
4182
size_t frame_len, i;
crypto/openssl/test/quic_multistream_test.c
4202
frame_len = 1 + 8 + 8 + (size_t)data_len;
crypto/openssl/test/quic_multistream_test.c
4253
unsigned char *buf, size_t buf_len)
crypto/openssl/test/quic_multistream_test.c
4255
size_t i;
crypto/openssl/test/quic_multistream_test.c
4349
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
4353
size_t written;
crypto/openssl/test/quic_multistream_test.c
4472
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
4477
size_t written;
crypto/openssl/test/quic_multistream_test.c
4595
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
4599
size_t written;
crypto/openssl/test/quic_multistream_test.c
4652
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
4657
size_t written;
crypto/openssl/test/quic_multistream_test.c
4737
size_t msglen)
crypto/openssl/test/quic_multistream_test.c
4740
size_t datalen;
crypto/openssl/test/quic_multistream_test.c
494
static int join_threads(struct child_thread_args *threads, size_t num_threads)
crypto/openssl/test/quic_multistream_test.c
4957
static int server_gen_version_neg(struct helper *h, BIO_MSG *msg, size_t stride)
crypto/openssl/test/quic_multistream_test.c
4960
size_t l;
crypto/openssl/test/quic_multistream_test.c
497
size_t i;
crypto/openssl/test/quic_multistream_test.c
5016
const OSSL_QTX_IOVEC *iovecin, size_t numin,
crypto/openssl/test/quic_multistream_test.c
5019
size_t *numout,
crypto/openssl/test/quic_multistream_test.c
5143
static size_t new_session_count;
crypto/openssl/test/quic_multistream_test.c
5237
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
5262
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
5265
size_t l;
crypto/openssl/test/quic_multistream_test.c
5310
unsigned char *buf, size_t len)
crypto/openssl/test/quic_multistream_test.c
5571
size_t result_count, expected_result_count = 0;
crypto/openssl/test/quic_multistream_test.c
5574
size_t i;
crypto/openssl/test/quic_multistream_test.c
5997
size_t i;
crypto/openssl/test/quic_multistream_test.c
6003
s[i].arg1 = (size_t)forbidden_frame_types[idx].pkt_type;
crypto/openssl/test/quic_multistream_test.c
84
size_t num_threads;
crypto/openssl/test/quic_multistream_test.c
982
unsigned char *buf, size_t buf_len,
crypto/openssl/test/quic_multistream_test.c
991
unsigned char *buf, size_t buf_len,
crypto/openssl/test/quic_newcid_test.c
22
static size_t ncid_injected;
crypto/openssl/test/quic_newcid_test.c
24
unsigned char *buf, size_t len, void *cbarg)
crypto/openssl/test/quic_newcid_test.c
56
size_t msglen = strlen(msg);
crypto/openssl/test/quic_newcid_test.c
58
size_t byteswritten;
crypto/openssl/test/quic_newcid_test.c
59
size_t bytesread;
crypto/openssl/test/quic_qlog_test.c
84
size_t buf_len = 0;
crypto/openssl/test/quic_record_test.c
10009
size_t trunc_len)
crypto/openssl/test/quic_record_test.c
10018
size_t l = 0, i, j;
crypto/openssl/test/quic_record_test.c
10138
size_t jrel = 0;
crypto/openssl/test/quic_record_test.c
10192
size_t i;
crypto/openssl/test/quic_record_test.c
10212
size_t i, cipher;
crypto/openssl/test/quic_record_test.c
10267
size_t buf_len;
crypto/openssl/test/quic_record_test.c
41
size_t buf_len;
crypto/openssl/test/quic_record_test.c
9063
size_t i;
crypto/openssl/test/quic_record_test.c
9204
size_t expected_len;
crypto/openssl/test/quic_record_test.c
9206
size_t payload_len;
crypto/openssl/test/quic_record_test.c
9207
size_t short_conn_id_len;
crypto/openssl/test/quic_record_test.c
9212
size_t min_success_len;
crypto/openssl/test/quic_record_test.c
9213
size_t pn_offset, sample_offset;
crypto/openssl/test/quic_record_test_util.h
14
const unsigned char *b_data, size_t b_len,
crypto/openssl/test/quic_srt_gen_test.c
21
size_t key_len;
crypto/openssl/test/quic_srt_gen_test.c
49
size_t i;
crypto/openssl/test/quic_stream_test.c
13
static int compare_iov(const unsigned char *ref, size_t ref_len,
crypto/openssl/test/quic_stream_test.c
14
const OSSL_QTX_IOVEC *iov, size_t iov_len)
crypto/openssl/test/quic_stream_test.c
16
size_t i, total_len = 0;
crypto/openssl/test/quic_stream_test.c
222
size_t i, j, num_iov = 0, init_size = 8192, l;
crypto/openssl/test/quic_stream_test.c
223
size_t consumed = 0, total_written = 0, rd, cur_rd, expected = 0, start_at;
crypto/openssl/test/quic_stream_test.c
342
unsigned char *buf, size_t size,
crypto/openssl/test/quic_stream_test.c
343
size_t *readbytes, int *fin)
crypto/openssl/test/quic_stream_test.c
346
size_t rec_len;
crypto/openssl/test/quic_stream_test.c
380
size_t readbytes = 0, avail = 0;
crypto/openssl/test/quic_stream_test.c
384
int (*read_fn)(QUIC_RSTREAM *, unsigned char *, size_t, size_t *,
crypto/openssl/test/quic_stream_test.c
46
size_t num_iov = 0, wr = 0, i, init_size = 8192;
crypto/openssl/test/quic_stream_test.c
480
size_t i, read_off, queued_min, queued_max;
crypto/openssl/test/quic_stream_test.c
481
const size_t data_size = 10000;
crypto/openssl/test/quic_stream_test.c
484
size_t readbytes = 0;
crypto/openssl/test/quic_stream_test.c
500
size_t off = (r * 10 + s) * 10, size = 10;
crypto/openssl/test/quic_tserver_test.c
374
size_t msgs_processed = 0;
crypto/openssl/test/quic_tserver_test.c
71
size_t l = 0, s_total_read = 0, s_total_written = 0, c_total_read = 0;
crypto/openssl/test/quic_tserver_test.c
72
size_t idle_units_done = 0;
crypto/openssl/test/quic_tserver_test.c
76
size_t limit_ms = 10000;
crypto/openssl/test/quic_txp_test.c
1238
size_t i;
crypto/openssl/test/quic_txp_test.c
1319
size_t opn = 0;
crypto/openssl/test/quic_txp_test.c
1360
if (!TEST_size_t_ge(h.qrx_pkt->datagram_len, (size_t)op->arg0)
crypto/openssl/test/quic_txp_test.c
1361
|| !TEST_size_t_le(h.qrx_pkt->datagram_len, (size_t)op->arg1))
crypto/openssl/test/quic_txp_test.c
1370
op->buf, (size_t)op->arg0))
crypto/openssl/test/quic_txp_test.c
139
size_t i;
crypto/openssl/test/quic_txp_test.c
1493
size_t consumed = 0;
crypto/openssl/test/quic_txp_test.c
1525
size_t consumed = 0;
crypto/openssl/test/quic_txp_test.c
1675
static const size_t dyn_script_1_crypto_idx = 3;
crypto/openssl/test/quic_txp_test.c
1676
static const size_t dyn_script_1_pkt_idx = 9;
crypto/openssl/test/quic_txp_test.c
1677
static const size_t dyn_script_1_check_idx = 10;
crypto/openssl/test/quic_txp_test.c
1678
static const size_t dyn_script_1_start_from = 1000;
crypto/openssl/test/quic_txp_test.c
1682
size_t target_size = dyn_script_1_start_from + (size_t)idx;
crypto/openssl/test/quic_txp_test.c
288
size_t buf_len;
crypto/openssl/test/quic_txp_test.c
421
static void free_buf_mem(unsigned char *buf, size_t buf_len, void *arg)
crypto/openssl/test/quic_txp_test.c
432
size_t l = 0;
crypto/openssl/test/quic_txp_test.c
513
size_t l = 0;
crypto/openssl/test/quic_txp_test.c
577
size_t i;
crypto/openssl/test/quic_txp_test.c
656
if (!TEST_mem_eq(h->frame.stream.data, (size_t)h->frame.stream.len,
crypto/openssl/test/quic_txp_test.c
82
size_t token_len;
crypto/openssl/test/quic_txp_test.c
924
if (!TEST_mem_eq(h->frame.stream.data, (size_t)h->frame.stream.len,
crypto/openssl/test/quic_txp_test.c
925
stream_10a, (size_t)h->frame.stream.len))
crypto/openssl/test/quic_txp_test.c
938
if (!TEST_mem_eq(h->frame.stream.data, (size_t)h->frame.stream.len,
crypto/openssl/test/quic_txp_test.c
939
stream_10b, (size_t)h->frame.stream.len))
crypto/openssl/test/quic_txp_test.c
95
size_t i;
crypto/openssl/test/quic_txp_test.c
952
if (!TEST_mem_eq(h->frame.stream.data, (size_t)h->frame.stream.len,
crypto/openssl/test/quic_txp_test.c
953
stream_10a + stream_10a_off, (size_t)h->frame.stream.len))
crypto/openssl/test/quic_txp_test.c
965
if (!TEST_mem_eq(h->frame.stream.data, (size_t)h->frame.stream.len,
crypto/openssl/test/quic_txp_test.c
966
stream_10b + stream_10b_off, (size_t)h->frame.stream.len))
crypto/openssl/test/quic_txpim_test.c
18
size_t i, j;
crypto/openssl/test/quic_wire_test.c
1108
size_t len = 0;
crypto/openssl/test/quic_wire_test.c
1284
size_t written;
crypto/openssl/test/quic_wire_test.c
1287
size_t i;
crypto/openssl/test/quic_wire_test.c
130
(size_t)f.num_ack_ranges * sizeof(OSSL_QUIC_ACK_RANGE),
crypto/openssl/test/quic_wire_test.c
132
(size_t)encode_case_3_f.num_ack_ranges * sizeof(OSSL_QUIC_ACK_RANGE)))
crypto/openssl/test/quic_wire_test.c
1341
size_t input_buf_len;
crypto/openssl/test/quic_wire_test.c
1436
size_t i;
crypto/openssl/test/quic_wire_test.c
1668
static const size_t non_minimal_len[] = {
crypto/openssl/test/quic_wire_test.c
18
size_t expect_buf_len;
crypto/openssl/test/quic_wire_test.c
288
if (!TEST_mem_eq(f.data, (size_t)f.len,
crypto/openssl/test/quic_wire_test.c
322
size_t token_len = 0;
crypto/openssl/test/quic_wire_test.c
384
if (!TEST_mem_eq(f.data, (size_t)f.len,
crypto/openssl/test/quic_wire_test.c
439
if (!TEST_mem_eq(f.data, (size_t)f.len,
crypto/openssl/test/quicapitest.c
1044
const size_t msglen = 1024;
crypto/openssl/test/quicapitest.c
1046
size_t readbytes, written;
crypto/openssl/test/quicapitest.c
1101
const void *buf, size_t msglen, SSL *ssl, void *arg)
crypto/openssl/test/quicapitest.c
1120
const size_t buflen = 1400;
crypto/openssl/test/quicapitest.c
1121
size_t written;
crypto/openssl/test/quicapitest.c
1219
size_t *idlen, SSL_SESSION **sess)
crypto/openssl/test/quicapitest.c
1234
size_t identity_len, SSL_SESSION **sess)
crypto/openssl/test/quicapitest.c
1306
size_t msglen = strlen(msg);
crypto/openssl/test/quicapitest.c
1307
size_t numbytes = 0;
crypto/openssl/test/quicapitest.c
1492
size_t buflen, size_t *readbytes,
crypto/openssl/test/quicapitest.c
1521
void *buf, size_t buflen, size_t *readbytes,
crypto/openssl/test/quicapitest.c
1557
size_t msglen = strlen(msg), written, readbytes, i, j;
crypto/openssl/test/quicapitest.c
1662
size_t sendlen = TEST_TRANSFER_DATA_SIZE;
crypto/openssl/test/quicapitest.c
1663
size_t recvlen = TEST_TRANSFER_DATA_SIZE;
crypto/openssl/test/quicapitest.c
1664
size_t written, readbytes;
crypto/openssl/test/quicapitest.c
1786
size_t buf_len;
crypto/openssl/test/quicapitest.c
2117
size_t data_len,
crypto/openssl/test/quicapitest.c
2181
size_t ee_len, void *arg)
crypto/openssl/test/quicapitest.c
2190
size_t tp_len, written, old_len, eb_len;
crypto/openssl/test/quicapitest.c
220
size_t numbytes;
crypto/openssl/test/quicapitest.c
300
size_t i, j;
crypto/openssl/test/quicapitest.c
361
size_t i;
crypto/openssl/test/quicapitest.c
564
size_t written;
crypto/openssl/test/quicapitest.c
59
size_t msglen = strlen(msg);
crypto/openssl/test/quicapitest.c
60
size_t numbytes = 0;
crypto/openssl/test/quicapitest.c
625
size_t i;
crypto/openssl/test/quicapitest.c
628
for (i = 0; i < (size_t)sk_SSL_CIPHER_num(ciphers); ++i) {
crypto/openssl/test/quicapitest.c
736
size_t len;
crypto/openssl/test/quicapitest.c
908
size_t written, readbytes, msglen;
crypto/openssl/test/quicfaultstest.c
100
size_t byteswritten;
crypto/openssl/test/quicfaultstest.c
166
size_t eelen, void *encextcbarg)
crypto/openssl/test/quicfaultstest.c
231
unsigned char *buf, size_t len, void *cbarg)
crypto/openssl/test/quicfaultstest.c
236
buf[(size_t)test_random() % len] ^= 0xff;
crypto/openssl/test/quicfaultstest.c
242
static int on_datagram_cb(QTEST_FAULT *fault, BIO_MSG *m, size_t stride,
crypto/openssl/test/quicfaultstest.c
268
size_t msglen = strlen(msg);
crypto/openssl/test/quicfaultstest.c
270
size_t bytesread, byteswritten;
crypto/openssl/test/quicfaultstest.c
30
size_t msglen = strlen(msg);
crypto/openssl/test/quicfaultstest.c
32
size_t bytesread;
crypto/openssl/test/quicfaultstest.c
71
unsigned char *buf, size_t len, void *cbarg)
crypto/openssl/test/quicfaultstest.c
73
static size_t done = 0;
crypto/openssl/test/quicfaultstest.c
98
size_t msglen = strlen(msg);
crypto/openssl/test/radix/quic_bindings.c
148
static int RADIX_PROCESS_init(RADIX_PROCESS *rp, size_t node_idx, size_t process_idx)
crypto/openssl/test/radix/quic_bindings.c
299
size_t i;
crypto/openssl/test/radix/quic_bindings.c
335
size_t i;
crypto/openssl/test/radix/quic_bindings.c
342
for (i = 1; i < (size_t)sk_RADIX_THREAD_num(rp->threads); ++i) {
crypto/openssl/test/radix/quic_bindings.c
377
size_t i;
crypto/openssl/test/radix/quic_bindings.c
386
for (i = 1; i < (size_t)sk_RADIX_THREAD_num(rp->threads); ++i) {
crypto/openssl/test/radix/quic_bindings.c
416
size_t i;
crypto/openssl/test/radix/quic_bindings.c
420
for (i = 0; i < (size_t)sk_RADIX_THREAD_num(rp->threads); ++i)
crypto/openssl/test/radix/quic_bindings.c
517
assert(rt->thread_idx + 1 == (size_t)sk_RADIX_THREAD_num(rp->threads));
crypto/openssl/test/radix/quic_bindings.c
589
static int bindings_process_init(size_t node_idx, size_t process_idx)
crypto/openssl/test/radix/quic_bindings.c
61
size_t node_idx;
crypto/openssl/test/radix/quic_bindings.c
62
size_t process_idx;
crypto/openssl/test/radix/quic_bindings.c
63
size_t next_thread_idx;
crypto/openssl/test/radix/quic_bindings.c
670
static int expect_slot_ssl(FUNC_CTX *fctx, size_t idx, SSL **p_ssl)
crypto/openssl/test/radix/quic_bindings.c
776
static void radix_activate_slot(size_t idx)
crypto/openssl/test/radix/quic_bindings.c
826
size_t i;
crypto/openssl/test/radix/quic_bindings.c
87
size_t tmp_buf_offset;
crypto/openssl/test/radix/quic_bindings.c
88
size_t thread_idx; /* 0=main thread */
crypto/openssl/test/radix/quic_ops.c
554
size_t buf_len, bytes_written = 0;
crypto/openssl/test/radix/quic_ops.c
575
size_t buf_len, bytes_written = 0;
crypto/openssl/test/radix/quic_ops.c
581
size_t thislen = buf_len > 1024 ? 1024 : buf_len;
crypto/openssl/test/radix/quic_ops.c
609
size_t buf_len, bytes_written = 0;
crypto/openssl/test/radix/quic_ops.c
631
size_t bytes_written = 0;
crypto/openssl/test/radix/quic_ops.c
651
size_t buf_len, bytes_read = 0;
crypto/openssl/test/radix/quic_ops.c
692
size_t bytes_read = 0;
crypto/openssl/test/radix/quic_ops.c
803
size_t bytes_read = 0;
crypto/openssl/test/radix/quic_ops.c
863
size_t bytes_read = 0;
crypto/openssl/test/radix/quic_ops.c
882
if (!TEST_size_t_eq((size_t)ERR_GET_LIB(ERR_peek_last_error()),
crypto/openssl/test/radix/quic_ops.c
883
(size_t)lib)
crypto/openssl/test/radix/quic_ops.c
884
|| !TEST_size_t_eq((size_t)ERR_GET_REASON(ERR_peek_last_error()),
crypto/openssl/test/radix/quic_ops.c
885
(size_t)reason))
crypto/openssl/test/radix/quic_ops.c
902
if (!TEST_size_t_eq((size_t)SSL_get_error(ssl, 0), (size_t)expected)
crypto/openssl/test/radix/quic_tests.c
173
size_t i;
crypto/openssl/test/radix/quic_tests.c
250
size_t result_count = 0;
crypto/openssl/test/radix/quic_tests.c
31
size_t i;
crypto/openssl/test/radix/quic_tests.c
64
size_t i;
crypto/openssl/test/radix/quic_tests.c
86
size_t result_count = 0, i;
crypto/openssl/test/radix/quic_tests.c
90
size_t expected_result_count;
crypto/openssl/test/radix/terp.c
104
void *buf, size_t buf_len);
crypto/openssl/test/radix/terp.c
160
static void *openc_alloc_space(GEN_CTX *ctx, size_t num_bytes);
crypto/openssl/test/radix/terp.c
173
DEF_ENCODER(openc_size, size_t)
crypto/openssl/test/radix/terp.c
201
ossl_unused static void opgen_PUSH_SIZE(GEN_CTX *ctx, size_t v)
crypto/openssl/test/radix/terp.c
252
static void *openc_alloc_space(GEN_CTX *ctx, size_t num_bytes)
crypto/openssl/test/radix/terp.c
255
size_t cur_spare, old_size, new_size, off;
crypto/openssl/test/radix/terp.c
282
size_t buf_len;
crypto/openssl/test/radix/terp.c
336
static void SRDR_init(SRDR *rdr, const uint8_t *buf, size_t buf_len)
crypto/openssl/test/radix/terp.c
343
static ossl_inline int SRDR_get_operand(SRDR *srdr, void *buf, size_t buf_len)
crypto/openssl/test/radix/terp.c
370
static void print_opc(BIO *bio, size_t op_num, size_t offset, const char *name)
crypto/openssl/test/radix/terp.c
380
static int SRDR_print_one(SRDR *srdr, BIO *bio, size_t i, int *was_end)
crypto/openssl/test/radix/terp.c
392
#define PRINT_OPC(name) print_opc(bio, i, (size_t)(opc_start - srdr->beg), #name)
crypto/openssl/test/radix/terp.c
427
size_t v;
crypto/openssl/test/radix/terp.c
468
size_t i;
crypto/openssl/test/radix/terp.c
581
static int TERP_stk_ensure_capacity(TERP *terp, size_t spare)
crypto/openssl/test/radix/terp.c
584
size_t old_size, new_size, off;
crypto/openssl/test/radix/terp.c
603
const void *buf, size_t buf_len)
crypto/openssl/test/radix/terp.c
614
void *buf, size_t buf_len)
crypto/openssl/test/radix/terp.c
627
BIO_printf(bio, " (%zu bytes)\n", (size_t)(terp->stk_end - terp->stk_cur));
crypto/openssl/test/radix/terp.c
646
static void TERP_log_spin(TERP *terp, size_t spin_count)
crypto/openssl/test/radix/terp.c
657
size_t op_num = 0;
crypto/openssl/test/radix/terp.c
659
size_t spin_count = 0;
crypto/openssl/test/radix/terp.c
726
size_t v;
crypto/openssl/test/radix/terp.c
839
(size_t)(terp.stk_end - terp.stk_cur));
crypto/openssl/test/rand_test.c
108
static int fips_health_test_one(const uint8_t *buf, size_t n, size_t gen)
crypto/openssl/test/rand_test.c
153
size_t i;
crypto/openssl/test/rand_test.c
187
void *buf, size_t n, ossl_unused unsigned int strength)
crypto/openssl/test/rdcpu_sanitytest.c
18
size_t OPENSSL_ia32_rdrand_bytes(unsigned char *buf, size_t len);
crypto/openssl/test/rdcpu_sanitytest.c
19
size_t OPENSSL_ia32_rdseed_bytes(unsigned char *buf, size_t len);
crypto/openssl/test/rdcpu_sanitytest.c
28
size_t OPENSSL_rndr_bytes(unsigned char *buf, size_t len);
crypto/openssl/test/rdcpu_sanitytest.c
29
size_t OPENSSL_rndrrs_bytes(unsigned char *buf, size_t len);
crypto/openssl/test/rdcpu_sanitytest.c
35
static int sanity_check_bytes(size_t (*rng)(unsigned char *, size_t),
crypto/openssl/test/rdcpu_sanitytest.c
44
size_t generated = 0;
crypto/openssl/test/rdcpu_sanitytest.c
59
size_t j;
crypto/openssl/test/recordlentest.c
27
static int write_record(BIO *b, size_t len, uint8_t rectype, int recversion)
crypto/openssl/test/recordlentest.c
30
size_t written;
crypto/openssl/test/recordlentest.c
46
size_t outlen;
crypto/openssl/test/recordlentest.c
85
size_t len = 0;
crypto/openssl/test/recordlentest.c
86
size_t written;
crypto/openssl/test/rsa_test.c
373
size_t buflen = 384;
crypto/openssl/test/rsa_test.c
374
size_t msglen = 64;
crypto/openssl/test/safe_math_test.c
213
size_t a, b;
crypto/openssl/test/safe_math_test.c
231
size_t r;
crypto/openssl/test/safe_math_test.c
232
const size_t a = test_size_ts[n].a, b = test_size_ts[n].b;
crypto/openssl/test/safe_math_test.c
26
OSSL_SAFE_MATH_UNSIGNED(size_t, size_t)
crypto/openssl/test/sanitytest.c
218
|| !TEST_size_t_ge(sizeof(ossl_uintmax_t), sizeof(size_t)))
crypto/openssl/test/secmemtest.c
113
if (sizeof(size_t) > 4) {
crypto/openssl/test/secmemtest.c
115
if (TEST_true(CRYPTO_secure_malloc_init((size_t)1<<34, 1<<4) != 0))
crypto/openssl/test/secmemtest.c
77
TEST_ptr_null(OPENSSL_secure_malloc((size_t)-1));
crypto/openssl/test/sha_test.c
14
static int test_static_sha_common(const char *input, size_t length,
crypto/openssl/test/sha_test.c
17
size_t n,
crypto/openssl/test/sha_test.c
22
const size_t in_len = strlen(input);
crypto/openssl/test/siphash_internal_test.c
1841
size_t inlen = test.idx;
crypto/openssl/test/siphash_internal_test.c
1843
size_t expectedlen = test.expected.size;
crypto/openssl/test/siphash_internal_test.c
1845
size_t i;
crypto/openssl/test/siphash_internal_test.c
1887
size_t half = inlen / 2;
crypto/openssl/test/siphash_internal_test.c
21
size_t size;
crypto/openssl/test/slh_dsa_test.c
122
size_t i;
crypto/openssl/test/slh_dsa_test.c
212
uint8_t *sig, size_t sig_len)
crypto/openssl/test/slh_dsa_test.c
252
size_t psig_len = 0, sig_len2 = 0;
crypto/openssl/test/slh_dsa_test.c
254
size_t digest_len = sizeof(digest);
crypto/openssl/test/slh_dsa_test.c
307
const uint8_t *seed, size_t seed_len)
crypto/openssl/test/slh_dsa_test.c
32
const unsigned char *data, size_t datalen,
crypto/openssl/test/slh_dsa_test.c
334
size_t priv_len, pub_len;
crypto/openssl/test/slh_dsa_test.c
335
size_t key_len = tst->priv_len;
crypto/openssl/test/slh_dsa_test.c
336
size_t n = key_len / 4;
crypto/openssl/test/slh_dsa_test.c
380
size_t sig_len = 0;
crypto/openssl/test/slh_dsa_test.c
382
size_t msg_len = sizeof(msg) - 1;
crypto/openssl/test/slh_dsa_test.c
450
size_t sig_len = 0, len = 0;
crypto/openssl/test/slh_dsa_test.c
452
size_t msg_len = sizeof(msg);
crypto/openssl/test/slh_dsa_test.c
454
size_t key_len = tst->priv_len / 2;
crypto/openssl/test/slh_dsa_test.c
455
size_t n = key_len / 2;
crypto/openssl/test/slh_dsa_test.c
535
size_t sig_len = 0;
crypto/openssl/test/slh_dsa_test.c
541
size_t msg_len = sizeof(msg);
crypto/openssl/test/slh_dsa_test.c
56
const uint8_t *priv, size_t priv_len,
crypto/openssl/test/slh_dsa_test.c
57
const uint8_t *pub, size_t pub_len)
crypto/openssl/test/slh_dsa_test.c
595
size_t key_len = tst->priv_len;
crypto/openssl/test/slh_dsa_test.c
596
size_t n = key_len / 4;
crypto/openssl/test/slh_dsa_test.c
95
size_t pub_len = 0;
crypto/openssl/test/sm2_internal_test.c
139
const size_t msg_len = strlen(message);
crypto/openssl/test/sm2_internal_test.c
144
size_t ctext_len = 0;
crypto/openssl/test/sm2_internal_test.c
145
size_t ptext_len = 0;
crypto/openssl/test/sm2_internal_test.c
148
size_t recovered_len = msg_len;
crypto/openssl/test/sm2_internal_test.c
308
const size_t msg_len = strlen(message);
crypto/openssl/test/sm2_internal_test.c
35
static size_t fake_rand_bytes_offset = 0;
crypto/openssl/test/sm2_internal_test.c
36
static size_t fake_rand_size = 0;
crypto/openssl/test/sm2_internal_test.c
38
static int get_faked_bytes(unsigned char *buf, size_t num,
crypto/openssl/test/sparse_array_test.c
105
size_t num_cases;
crypto/openssl/test/sparse_array_test.c
115
size_t i;
crypto/openssl/test/sparse_array_test.c
131
size_t i;
crypto/openssl/test/sparse_array_test.c
156
size_t i;
crypto/openssl/test/sparse_array_test.c
40
size_t i, j;
crypto/openssl/test/sparse_array_test.c
70
size_t num;
crypto/openssl/test/sparse_array_test.c
80
size_t i;
crypto/openssl/test/ssl_cert_table_internal_test.c
24
static int do_test_cert_table(int nid, uint32_t amask, size_t idx,
crypto/openssl/test/ssl_old_test.c
1714
size_t alpn_len;
crypto/openssl/test/ssl_old_test.c
2222
size_t bufsiz = 256; /* small buffer for testing */
crypto/openssl/test/ssl_old_test.c
2433
size_t r1, r2;
crypto/openssl/test/ssl_old_test.c
2445
size_t num;
crypto/openssl/test/ssl_old_test.c
2482
size_t num;
crypto/openssl/test/ssl_old_test.c
252
static unsigned char *next_protos_parse(size_t *outlen,
crypto/openssl/test/ssl_old_test.c
255
size_t len;
crypto/openssl/test/ssl_old_test.c
257
size_t i, start = 0;
crypto/openssl/test/ssl_old_test.c
288
size_t protos_len;
crypto/openssl/test/ssl_old_test.c
417
const unsigned char *in, size_t inlen,
crypto/openssl/test/ssl_old_test.c
450
size_t *outlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
459
size_t inlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
466
size_t *outlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
477
size_t inlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
484
size_t *outlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
495
size_t inlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
506
size_t *outlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
517
size_t inlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
534
size_t inlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
543
size_t *outlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
552
size_t inlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
566
size_t *outlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
573
size_t inlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
587
size_t *outlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
596
size_t inlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
610
size_t *outlen, int *al, void *arg)
crypto/openssl/test/ssl_old_test.c
746
size_t size;
crypto/openssl/test/ssl_old_test.c
824
size_t i;
crypto/openssl/test/ssl_old_test.c
825
size_t n = OSSL_NELEM(versions);
crypto/openssl/test/ssl_test.c
197
size_t result_len = 0;
crypto/openssl/test/ssl_test.c
198
size_t expected_len = 0;
crypto/openssl/test/sslapitest.c
10071
size_t groups_len;
crypto/openssl/test/sslapitest.c
1042
size_t err = 0;
crypto/openssl/test/sslapitest.c
108
static size_t server_log_buffer_index = 0;
crypto/openssl/test/sslapitest.c
10881
size_t expdhsize = 0;
crypto/openssl/test/sslapitest.c
110
static size_t client_log_buffer_index = 0;
crypto/openssl/test/sslapitest.c
11427
size_t written, readbytes;
crypto/openssl/test/sslapitest.c
11484
static size_t record_pad_cb(SSL *s, int type, size_t len, void *arg)
crypto/openssl/test/sslapitest.c
1149
const size_t bufsz = SSL3_RT_MAX_PLAIN_LENGTH + 16;
crypto/openssl/test/sslapitest.c
1151
size_t offset = 0, i;
crypto/openssl/test/sslapitest.c
11527
size_t written, readbytes;
crypto/openssl/test/sslapitest.c
11648
size_t written, readbytes, offset, msglen, fragsize = 10, numpipes = 5;
crypto/openssl/test/sslapitest.c
11649
size_t expectedreads;
crypto/openssl/test/sslapitest.c
11768
size_t sendlen = msglen - offset;
crypto/openssl/test/sslapitest.c
11789
size_t readbytes2;
crypto/openssl/test/sslapitest.c
11979
size_t written, readbytes;
crypto/openssl/test/sslapitest.c
12144
size_t i;
crypto/openssl/test/sslapitest.c
12147
size_t written, readbytes, totread = 0;
crypto/openssl/test/sslapitest.c
12408
size_t selectedlen;
crypto/openssl/test/sslapitest.c
12715
size_t rcd_data_len[4];
crypto/openssl/test/sslapitest.c
12717
size_t rsecret_len[3];
crypto/openssl/test/sslapitest.c
12719
size_t wsecret_len[3];
crypto/openssl/test/sslapitest.c
12721
size_t params_len;
crypto/openssl/test/sslapitest.c
12744
static int crypto_send_cb(SSL *s, const unsigned char *buf, size_t buf_len,
crypto/openssl/test/sslapitest.c
12745
size_t *consumed, void *arg)
crypto/openssl/test/sslapitest.c
12749
size_t max_len = sizeof(peer->rcd_data[data->wenc_level])
crypto/openssl/test/sslapitest.c
12774
size_t *bytes_read, void *arg)
crypto/openssl/test/sslapitest.c
12788
static int crypto_release_rcd_cb(SSL *s, size_t bytes_read, void *arg)
crypto/openssl/test/sslapitest.c
12903
const unsigned char *secret, size_t secret_len,
crypto/openssl/test/sslapitest.c
12949
const unsigned char *secret, size_t secret_len,
crypto/openssl/test/sslapitest.c
12965
size_t params_len,
crypto/openssl/test/sslapitest.c
13163
const void *buf, size_t msglen, SSL *ssl, void *arg)
crypto/openssl/test/sslapitest.c
1564
size_t written, readbytes;
crypto/openssl/test/sslapitest.c
1719
size_t i;
crypto/openssl/test/sslapitest.c
1892
size_t len;
crypto/openssl/test/sslapitest.c
192
size_t hex_length,
crypto/openssl/test/sslapitest.c
194
size_t raw_length)
crypto/openssl/test/sslapitest.c
196
size_t i, j;
crypto/openssl/test/sslapitest.c
218
size_t client_random_size = SSL3_RANDOM_SIZE;
crypto/openssl/test/sslapitest.c
220
size_t master_key_size = SSL_MAX_MASTER_KEY_LENGTH;
crypto/openssl/test/sslapitest.c
2561
size_t j;
crypto/openssl/test/sslapitest.c
2734
size_t nbytes;
crypto/openssl/test/sslapitest.c
3146
size_t listlen;
crypto/openssl/test/sslapitest.c
3195
if (!TEST_size_t_le((size_t)idx, OSSL_NELEM(testsigalgs) * 2))
crypto/openssl/test/sslapitest.c
3198
testctx = ((size_t)idx < OSSL_NELEM(testsigalgs));
crypto/openssl/test/sslapitest.c
3274
size_t *idlen, SSL_SESSION **sess)
crypto/openssl/test/sslapitest.c
3335
size_t identity_len, SSL_SESSION **sess)
crypto/openssl/test/sslapitest.c
3435
size_t mdsize)
crypto/openssl/test/sslapitest.c
3563
size_t readbytes, written, eoedlen, rawread, rawwritten;
crypto/openssl/test/sslapitest.c
3807
size_t readbytes, written;
crypto/openssl/test/sslapitest.c
3965
size_t readbytes, written;
crypto/openssl/test/sslapitest.c
4191
size_t readbytes, written;
crypto/openssl/test/sslapitest.c
4283
size_t readbytes, written;
crypto/openssl/test/sslapitest.c
4465
size_t readbytes, written;
crypto/openssl/test/sslapitest.c
447
size_t readbytes, written;
crypto/openssl/test/sslapitest.c
4601
size_t readbytes, written;
crypto/openssl/test/sslapitest.c
4660
size_t readbytes, written;
crypto/openssl/test/sslapitest.c
5483
size_t i;
crypto/openssl/test/sslapitest.c
5850
size_t j;
crypto/openssl/test/sslapitest.c
5972
size_t *cookie_len)
crypto/openssl/test/sslapitest.c
5981
size_t cookie_len)
crypto/openssl/test/sslapitest.c
6084
size_t *outlen, int *al, void *add_arg)
crypto/openssl/test/sslapitest.c
6111
size_t inlen, int *al, void *parse_arg)
crypto/openssl/test/sslapitest.c
6129
const unsigned char **out, size_t *outlen, X509 *x,
crypto/openssl/test/sslapitest.c
6130
size_t chainidx, int *al, void *add_arg)
crypto/openssl/test/sslapitest.c
6157
const unsigned char *in, size_t inlen, X509 *x,
crypto/openssl/test/sslapitest.c
6158
size_t chainidx, int *al, void *parse_arg)
crypto/openssl/test/sslapitest.c
6453
static const size_t serverinfo_custom_tls13_len = sizeof(serverinfo_custom_tls13);
crypto/openssl/test/sslapitest.c
6454
static const size_t serverinfo_custom_v2_len = sizeof(serverinfo_custom_v2);
crypto/openssl/test/sslapitest.c
6455
static const size_t serverinfo_custom_v1_len = sizeof(serverinfo_custom_v1);
crypto/openssl/test/sslapitest.c
6460
size_t inlen, X509 *x,
crypto/openssl/test/sslapitest.c
6461
size_t chainidx, int *al,
crypto/openssl/test/sslapitest.c
6464
const size_t len = serverinfo_custom_v1_len;
crypto/openssl/test/sslapitest.c
6487
size_t si_len = 0;
crypto/openssl/test/sslapitest.c
6578
size_t labellen;
crypto/openssl/test/sslapitest.c
6611
OPENSSL_assert(tst >= 0 && (size_t)tst < OSSL_NELEM(protocols));
crypto/openssl/test/sslapitest.c
6774
size_t readbytes, written;
crypto/openssl/test/sslapitest.c
7266
size_t written, readbytes;
crypto/openssl/test/sslapitest.c
738
size_t len;
crypto/openssl/test/sslapitest.c
7572
size_t i;
crypto/openssl/test/sslapitest.c
76
size_t *idlen, SSL_SESSION **sess);
crypto/openssl/test/sslapitest.c
78
size_t identity_len, SSL_SESSION **sess);
crypto/openssl/test/sslapitest.c
8130
size_t written, readbytes;
crypto/openssl/test/sslapitest.c
8235
size_t written, readbytes;
crypto/openssl/test/sslapitest.c
8490
size_t keyname_length,
crypto/openssl/test/sslapitest.c
8495
size_t tickdlen;
crypto/openssl/test/sslapitest.c
869
size_t readbytes;
crypto/openssl/test/sslapitest.c
8861
size_t written, readbytes;
crypto/openssl/test/sslapitest.c
9380
size_t i;
crypto/openssl/test/sslapitest.c
9540
size_t readbytes, written, len;
crypto/openssl/test/sslbuffertest.c
200
size_t written, readbytes;
crypto/openssl/test/sslbuffertest.c
238
size_t readlen = 1;
crypto/openssl/test/sslbuffertest.c
253
size_t partial_len;
crypto/openssl/test/sslbuffertest.c
279
const size_t first_rec_len = 57;
crypto/openssl/test/sslbuffertest.c
83
size_t i, j;
crypto/openssl/test/strtoultest.c
19
size_t expect_endptr_offset; /* the expected endptr offset, +1 for NULL */
crypto/openssl/test/test_test.c
173
if (!TEST(1, TEST_size_t_eq((size_t)10, (size_t)10))
crypto/openssl/test/test_test.c
174
|| !TEST(0, TEST_size_t_eq((size_t)10, (size_t)12))
crypto/openssl/test/test_test.c
175
|| !TEST(1, TEST_size_t_ne((size_t)10, (size_t)12))
crypto/openssl/test/test_test.c
176
|| !TEST(0, TEST_size_t_ne((size_t)24, (size_t)24))
crypto/openssl/test/test_test.c
177
|| !TEST(1, TEST_size_t_lt((size_t)30, (size_t)88))
crypto/openssl/test/test_test.c
178
|| !TEST(0, TEST_size_t_lt((size_t)88, (size_t)30))
crypto/openssl/test/test_test.c
179
|| !TEST(1, TEST_size_t_le((size_t)30, (size_t)88))
crypto/openssl/test/test_test.c
180
|| !TEST(1, TEST_size_t_le((size_t)33, (size_t)33))
crypto/openssl/test/test_test.c
181
|| !TEST(0, TEST_size_t_le((size_t)88, (size_t)30))
crypto/openssl/test/test_test.c
182
|| !TEST(1, TEST_size_t_gt((size_t)52, (size_t)33))
crypto/openssl/test/test_test.c
183
|| !TEST(0, TEST_size_t_gt((size_t)33, (size_t)52))
crypto/openssl/test/test_test.c
184
|| !TEST(1, TEST_size_t_ge((size_t)52, (size_t)33))
crypto/openssl/test/test_test.c
185
|| !TEST(1, TEST_size_t_ge((size_t)38, (size_t)38))
crypto/openssl/test/test_test.c
186
|| !TEST(0, TEST_size_t_ge((size_t)33, (size_t)52)))
crypto/openssl/test/test_test.c
455
size_t st = 1234;
crypto/openssl/test/testutil.h
198
char *test_get_argument(size_t n);
crypto/openssl/test/testutil.h
200
size_t test_get_argument_count(void);
crypto/openssl/test/testutil.h
331
DECLARE_COMPARISONS(size_t, size_t)
crypto/openssl/test/testutil.h
358
const char *a, size_t an, const char *b, size_t bn);
crypto/openssl/test/testutil.h
360
const char *a, size_t an, const char *b, size_t bn);
crypto/openssl/test/testutil.h
369
const void *, size_t, const void *, size_t);
crypto/openssl/test/testutil.h
371
const void *, size_t, const void *, size_t);
crypto/openssl/test/testutil.h
570
void test_output_string(const char *name, const char *m, size_t l);
crypto/openssl/test/testutil.h
572
void test_output_memory(const char *name, const unsigned char *m, size_t l);
crypto/openssl/test/testutil.h
621
char *glue_strings(const char *list[], size_t *out_len);
crypto/openssl/test/testutil.h
632
typedef int fake_random_generate_cb(unsigned char *out, size_t outlen,
crypto/openssl/test/testutil.h
638
int (*cb)(unsigned char *out, size_t outlen,
crypto/openssl/test/testutil/apps_shims.c
16
void *app_malloc(size_t sz, const char *what)
crypto/openssl/test/testutil/cb.c
13
int openssl_error_cb(const char *str, size_t len, void *u)
crypto/openssl/test/testutil/compare.c
14
size_t i;
crypto/openssl/test/testutil/compare.c
29
size_t i;
crypto/openssl/test/testutil/compare.c
52
size_t line_len;
crypto/openssl/test/testutil/driver.c
412
char *glue_strings(const char *list[], size_t *out_len)
crypto/openssl/test/testutil/driver.c
414
size_t len = 0;
crypto/openssl/test/testutil/driver.c
442
size_t dirlen = dir != NULL ? strlen(dir) : 0;
crypto/openssl/test/testutil/driver.c
443
size_t len = dirlen + strlen(sep) + strlen(file) + 1;
crypto/openssl/test/testutil/fake_random.c
215
int (*cb)(unsigned char *out, size_t outlen,
crypto/openssl/test/testutil/fake_random.c
224
size_t outlen,
crypto/openssl/test/testutil/fake_random.c
53
size_t pstr_len,
crypto/openssl/test/testutil/fake_random.c
70
static int fake_rand_generate(void *vrng, unsigned char *out, size_t outlen,
crypto/openssl/test/testutil/fake_random.c
72
const unsigned char *adin, size_t adinlen)
crypto/openssl/test/testutil/fake_random.c
75
size_t l;
crypto/openssl/test/testutil/format_output.c
129
const char *op, const char *m1, size_t l1,
crypto/openssl/test/testutil/format_output.c
130
const char *m2, size_t l2)
crypto/openssl/test/testutil/format_output.c
137
void test_output_string(const char *name, const char *m, size_t l)
crypto/openssl/test/testutil/format_output.c
149
static void hex_convert_memory(const unsigned char *m, size_t n, char *b,
crypto/openssl/test/testutil/format_output.c
150
size_t width)
crypto/openssl/test/testutil/format_output.c
152
size_t i;
crypto/openssl/test/testutil/format_output.c
206
static int convert_bn_memory(const unsigned char *in, size_t bytes,
crypto/openssl/test/testutil/format_output.c
271
const size_t bytes = bn_bytes;
crypto/openssl/test/testutil/format_output.c
274
size_t l1, l2, n1, n2, i, len;
crypto/openssl/test/testutil/format_output.c
41
const char *op, const char *m1, size_t l1,
crypto/openssl/test/testutil/format_output.c
42
const char *m2, size_t l2)
crypto/openssl/test/testutil/format_output.c
427
const unsigned char *m1, size_t l1,
crypto/openssl/test/testutil/format_output.c
428
const unsigned char *m2, size_t l2)
crypto/openssl/test/testutil/format_output.c
430
const size_t bytes = (MAX_STRING_WIDTH - 9) / 17 * 8;
crypto/openssl/test/testutil/format_output.c
433
size_t n1, n2, i;
crypto/openssl/test/testutil/format_output.c
44
const size_t width = (MAX_STRING_WIDTH - BIO_get_indent(bio_err) - 12) / 16 * 16;
crypto/openssl/test/testutil/format_output.c
47
size_t n1, n2, i;
crypto/openssl/test/testutil/format_output.c
470
const size_t j = n1 < n2 ? n1 : n2;
crypto/openssl/test/testutil/format_output.c
522
const unsigned char *m1, size_t l1,
crypto/openssl/test/testutil/format_output.c
523
const unsigned char *m2, size_t l2)
crypto/openssl/test/testutil/format_output.c
530
void test_output_memory(const char *name, const unsigned char *m, size_t l)
crypto/openssl/test/testutil/format_output.c
84
const size_t j = n1 < n2 ? n1 : n2;
crypto/openssl/test/testutil/options.c
33
size_t test_get_argument_count(void)
crypto/openssl/test/testutil/options.c
38
char *test_get_argument(size_t n)
crypto/openssl/test/testutil/tests.c
238
DEFINE_COMPARISONS(size_t, size_t, "%zu", size_t)
crypto/openssl/test/testutil/tests.c
305
const char *s1, size_t n1, const char *s2, size_t n2)
crypto/openssl/test/testutil/tests.c
319
const char *s1, size_t n1, const char *s2, size_t n2)
crypto/openssl/test/testutil/tests.c
333
const void *s1, size_t n1, const void *s2, size_t n2)
crypto/openssl/test/testutil/tests.c
346
const void *s1, size_t n1, const void *s2, size_t n2)
crypto/openssl/test/testutil/testutil_init.c
22
static size_t internal_trace_cb(const char *buf, size_t cnt,
crypto/openssl/test/testutil/tu_local.h
18
int openssl_error_cb(const char *str, size_t len, void *u);
crypto/openssl/test/testutil/tu_local.h
29
const char *op, const char *m1, size_t l1,
crypto/openssl/test/testutil/tu_local.h
30
const char *m2, size_t l2);
crypto/openssl/test/testutil/tu_local.h
46
const unsigned char *m1, size_t l1,
crypto/openssl/test/testutil/tu_local.h
47
const unsigned char *m2, size_t l2);
crypto/openssl/test/threadpool_test.c
101
size_t i;
crypto/openssl/test/threadstest.c
1057
size_t i = 1;
crypto/openssl/test/threadstest.c
1205
size_t num_processed = 0;
crypto/openssl/test/threadstest.c
1271
size_t len;
crypto/openssl/test/threadstest.c
745
static size_t multi_num_threads;
crypto/openssl/test/threadstest.c
782
size_t n;
crypto/openssl/test/threadstest.c
800
size_t i;
crypto/openssl/test/threadstest.c
808
static int start_threads(size_t n, void (*thread_func)(void))
crypto/openssl/test/threadstest.c
810
size_t i;
crypto/openssl/test/threadstest.c
823
size_t num_threads, void (*thread_func)(void),
crypto/openssl/test/threadstest.c
852
size_t messlen = strlen(message);
crypto/openssl/test/threadstest.c
898
pkey = EVP_PKEY_Q_keygen(multi_libctx, NULL, "RSA", (size_t)(isfips ? 2048 : 512));
crypto/openssl/test/threadstest.c
930
size_t ptlen, ctlen = sizeof(ctbuf);
crypto/openssl/test/tls-provider.c
1004
size_t priv_len = 0, pub_len = 0;
crypto/openssl/test/tls-provider.c
1375
size_t klen = 0;
crypto/openssl/test/tls-provider.c
1795
size_t i;
crypto/openssl/test/tls-provider.c
2288
size_t i;
crypto/openssl/test/tls-provider.c
2428
const void *reference, size_t reference_sz,
crypto/openssl/test/tls-provider.c
2623
size_t aid_len;
crypto/openssl/test/tls-provider.c
2718
static int xor_sig_sign(void *vpxor_sigctx, unsigned char *sig, size_t *siglen,
crypto/openssl/test/tls-provider.c
2719
size_t sigsize, const unsigned char *tbs, size_t tbslen)
crypto/openssl/test/tls-provider.c
2724
size_t max_sig_len = EVP_MAX_MD_SIZE;
crypto/openssl/test/tls-provider.c
2725
size_t xor_sig_len = 0;
crypto/openssl/test/tls-provider.c
2761
const unsigned char *sig, size_t siglen,
crypto/openssl/test/tls-provider.c
2762
const unsigned char *tbs, size_t tbslen)
crypto/openssl/test/tls-provider.c
2767
size_t resiglen;
crypto/openssl/test/tls-provider.c
2847
size_t datalen)
crypto/openssl/test/tls-provider.c
2858
unsigned char *sig, size_t *siglen,
crypto/openssl/test/tls-provider.c
2859
size_t sigsize)
crypto/openssl/test/tls-provider.c
2875
return xor_sig_sign(vpxor_sigctx, sig, siglen, sigsize, digest, (size_t)dlen);
crypto/openssl/test/tls-provider.c
2879
size_t siglen)
crypto/openssl/test/tls-provider.c
2893
return xor_sig_verify(vpxor_sigctx, sig, siglen, digest, (size_t)dlen);
crypto/openssl/test/tls-provider.c
383
const size_t dummy_name_max_size = strlen(dummy_base) + 3;
crypto/openssl/test/tls-provider.c
495
static int xor_derive(void *vpxorctx, unsigned char *secret, size_t *secretlen,
crypto/openssl/test/tls-provider.c
496
size_t outlen)
crypto/openssl/test/tls-provider.c
561
unsigned char *ct, size_t *ctlen,
crypto/openssl/test/tls-provider.c
562
unsigned char *ss, size_t *sslen)
crypto/openssl/test/tls-provider.c
619
unsigned char *ss, size_t *sslen,
crypto/openssl/test/tls-provider.c
620
const unsigned char *ct, size_t ctlen)
crypto/openssl/test/tls-provider.c
846
static void *xor_load(const void *reference, size_t reference_sz)
crypto/openssl/test/tls-provider.c
976
size_t i;
crypto/openssl/test/tls13ccstest.c
25
static size_t chsessidlen = 0;
crypto/openssl/test/tls13ccstest.c
252
size_t written, readbytes;
crypto/openssl/test/tls13encryptiontest.c
178
static unsigned char *multihexstr2buf(const char *str[3], size_t *len)
crypto/openssl/test/tls13encryptiontest.c
180
size_t outer, inner, curr = 0;
crypto/openssl/test/tls13encryptiontest.c
182
size_t totlen = 0;
crypto/openssl/test/tls13encryptiontest.c
216
unsigned char **key, unsigned char *iv, size_t ivlen,
crypto/openssl/test/tls13encryptiontest.c
220
size_t ptlen;
crypto/openssl/test/tls13encryptiontest.c
257
size_t refdatalen = 0;
crypto/openssl/test/tls13encryptiontest.c
287
size_t ivlen, ctr;
crypto/openssl/test/tls13groupselection_test.c
337
size_t len, SSL *ssl, void *arg)
crypto/openssl/test/tls13secretstest.c
138
int ssl_handshake_hash(SSL_CONNECTION *s, unsigned char *out, size_t outlen,
crypto/openssl/test/tls13secretstest.c
139
size_t *hashlen)
crypto/openssl/test/tls13secretstest.c
169
int *mac_pkey_type, size_t *mac_secret_size)
crypto/openssl/test/tls13secretstest.c
176
int *mac_pkey_type, size_t *mac_secret_size,
crypto/openssl/test/tls13secretstest.c
191
size_t secret_len)
crypto/openssl/test/tls13secretstest.c
229
int level, unsigned char *secret, size_t secretlen,
crypto/openssl/test/tls13secretstest.c
230
unsigned char *key, size_t keylen,
crypto/openssl/test/tls13secretstest.c
231
unsigned char *iv, size_t ivlen,
crypto/openssl/test/tls13secretstest.c
232
unsigned char *mackey, size_t mackeylen,
crypto/openssl/test/tls13secretstest.c
233
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/test/tls13secretstest.c
243
const unsigned char *label, size_t labellen,
crypto/openssl/test/tls13secretstest.c
247
size_t hashsize;
crypto/openssl/test/tls13secretstest.c
293
size_t hashsize;
crypto/openssl/test/tls13secretstest.c
295
size_t master_secret_length;
crypto/openssl/test/trace_api_test.c
125
static const size_t expected_len = sizeof(expected) - 1;
crypto/openssl/test/trace_api_test.c
166
static size_t trace_cb(const char *buffer, size_t count,
crypto/openssl/test/uitest.c
22
OPENSSL_strlcpy(buf, (char *)userdata, (size_t)size);
crypto/openssl/test/user_property_test.c
39
static int tmpmd_digest(void *provctx, const unsigned char *in, size_t inl,
crypto/openssl/test/user_property_test.c
40
unsigned char *out, size_t *outl, size_t outsz)
crypto/openssl/test/v3ext.c
178
size_t i;
crypto/openssl/test/v3ext.c
369
size_t i;
crypto/openssl/test/v3nametest.c
288
size_t namelen = strlen(*pname);
crypto/openssl/test/v3nametest.c
364
size_t derlen;
crypto/openssl/test/v3nametest.c
607
size_t i, j;
crypto/openssl/test/wpackettest.c
144
size_t written;
crypto/openssl/test/wpackettest.c
191
size_t written;
crypto/openssl/test/wpackettest.c
192
size_t len;
crypto/openssl/test/wpackettest.c
272
size_t written;
crypto/openssl/test/wpackettest.c
332
size_t written;
crypto/openssl/test/wpackettest.c
362
size_t written;
crypto/openssl/test/wpackettest.c
389
size_t written[2];
crypto/openssl/test/wpackettest.c
390
size_t size1, size2;
crypto/openssl/test/wpackettest.c
459
size_t written, len;
crypto/openssl/test/wpackettest.c
582
size_t i, written;
crypto/openssl/test/wpackettest.c
69
size_t written;
crypto/openssl/test/x509_acert_test.c
108
size_t len;
crypto/openssl/test/x509_dup_cert_test.c
38
size_t n;
crypto/openssl/test/x509_internal_test.c
31
size_t i;
crypto/openssl/test/x509aux.c
172
size_t n;
include/arpa/inet.h
155
char * inet_neta(in_addr_t, char *, size_t);
include/arpa/inet.h
158
char *inet_net_ntop(int, const void *, int, char *, size_t);
include/arpa/inet.h
159
int inet_net_pton(int, const char *, void *, size_t);
include/arpa/inet.h
161
char *inet_cidr_ntop(int, const void *, int, char *, size_t);
include/arpa/nameser.h
164
size_t nnamel;
include/arpa/nameser.h
574
const char *, const char *, char *, size_t);
include/arpa/nameser.h
575
int ns_sprintrrf(const u_char *, size_t, const char *,
include/arpa/nameser.h
577
size_t, const char *, const char *,
include/arpa/nameser.h
578
char *, size_t);
include/arpa/nameser.h
579
int ns_format_ttl(u_long, char *, size_t);
include/arpa/nameser.h
584
int ns_name_ntol(const u_char *, u_char *, size_t);
include/arpa/nameser.h
585
int ns_name_ntop(const u_char *, char *, size_t);
include/arpa/nameser.h
586
int ns_name_pton(const char *, u_char *, size_t);
include/arpa/nameser.h
587
int ns_name_pton2(const char *, u_char *, size_t, size_t *);
include/arpa/nameser.h
589
const u_char *, u_char *, size_t);
include/arpa/nameser.h
591
const u_char *, u_char *, size_t,
include/arpa/nameser.h
592
size_t *);
include/arpa/nameser.h
596
const u_char *, char *, size_t);
include/arpa/nameser.h
597
int ns_name_compress(const char *, u_char *, size_t,
include/arpa/nameser.h
602
ssize_t ns_name_length(ns_nname_ct, size_t);
include/arpa/nameser.h
603
int ns_name_eq(ns_nname_ct, size_t, ns_nname_ct, size_t);
include/arpa/nameser.h
605
int ns_name_map(ns_nname_ct, size_t, ns_namemap_t, int);
include/arpa/nameser.h
606
int ns_name_labels(ns_nname_ct, size_t);
include/arpa/nameser.h
632
int ns_makecanon(const char *, char *, size_t);
include/db.h
121
size_t (*prefix) /* prefix function */
include/db.h
136
(*hash)(const void *, size_t);
include/db.h
149
size_t reclen; /* record length (fixed-length records) */
include/db.h
54
size_t size; /* data length */
include/dirent.h
111
ssize_t getdents(int, char *, size_t);
include/dirent.h
112
ssize_t getdirentries(int, char *, size_t, off_t *);
include/dlfcn.h
109
size_t dls_size; /* total buffer size */
include/exterr.h
17
int uexterr_gettext(char *buf, size_t bufsz);
include/glob.h
48
size_t gl_pathc; /* Count of total paths so far. */
include/glob.h
49
size_t gl_matchc; /* Count of paths matching pattern. */
include/glob.h
50
size_t gl_offs; /* Reserved at beginning of gl_pathv. */
include/grp.h
80
int getgrgid_r(gid_t, struct group *, char *, size_t,
include/grp.h
82
int getgrnam_r(const char *, struct group *, char *, size_t,
include/grp.h
86
int getgrent_r(struct group *, char *, size_t, struct group **);
include/gssapi/gssapi.h
125
size_t count;
include/gssapi/gssapi.h
130
size_t length;
include/gssapi/gssapi.h
804
size_t count;
include/iconv.h
105
size_t, void (*write_replacement) (const unsigned int *,
include/iconv.h
106
size_t, void*), void*, void*);
include/iconv.h
108
void (*write_replacement) (const char *, size_t, void*),
include/iconv.h
110
typedef void (*iconv_wchar_mb_to_wc_fallback) (const char*, size_t,
include/iconv.h
111
void (*write_replacement) (const wchar_t *, size_t, void*),
include/iconv.h
114
void (*write_replacement) (const char *, size_t, void*),
include/iconv.h
55
size_t iconv(iconv_t, char ** __restrict,
include/iconv.h
56
size_t * __restrict, char ** __restrict,
include/iconv.h
57
size_t * __restrict);
include/iconv.h
62
int __iconv_get_list(char ***, size_t *, __iconv_bool);
include/iconv.h
63
void __iconv_free_list(char **, size_t);
include/iconv.h
64
size_t __iconv(iconv_t, char **, size_t *, char **,
include/iconv.h
65
size_t *, __uint32_t, size_t *);
include/malloc_np.h
100
size_t nallocx(size_t size, int flags);
include/malloc_np.h
102
void * __calloc(size_t number, size_t size) __malloc_like;
include/malloc_np.h
103
void * __malloc(size_t size) __malloc_like;
include/malloc_np.h
104
void * __realloc(void *ptr, size_t size);
include/malloc_np.h
106
int __posix_memalign(void **ptr, size_t alignment, size_t size);
include/malloc_np.h
107
void *__aligned_alloc(size_t alignment, size_t size);
include/malloc_np.h
108
size_t __malloc_usable_size(const void *ptr);
include/malloc_np.h
111
int __mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp,
include/malloc_np.h
112
size_t newlen);
include/malloc_np.h
113
int __mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp);
include/malloc_np.h
114
int __mallctlbymib(const size_t *mib, size_t miblen, void *oldp,
include/malloc_np.h
115
size_t *oldlenp, void *newp, size_t newlen);
include/malloc_np.h
116
void *__mallocx(size_t size, int flags);
include/malloc_np.h
117
void *__rallocx(void *ptr, size_t size, int flags);
include/malloc_np.h
118
size_t __xallocx(void *ptr, size_t size, size_t extra, int flags);
include/malloc_np.h
119
size_t __sallocx(const void *ptr, int flags);
include/malloc_np.h
121
void __sdallocx(void *ptr, size_t size, int flags);
include/malloc_np.h
122
size_t __nallocx(size_t size, int flags);
include/malloc_np.h
124
void *memalign(size_t, size_t) __malloc_like __alloc_align(1)
include/malloc_np.h
45
typedef void *(extent_alloc_t)(extent_hooks_t *, void *, size_t, size_t,
include/malloc_np.h
47
typedef __MyBool (extent_dalloc_t)(extent_hooks_t *, void *, size_t, __MyBool,
include/malloc_np.h
49
typedef void (extent_destroy_t)(extent_hooks_t *, void *, size_t, __MyBool,
include/malloc_np.h
51
typedef __MyBool (extent_commit_t)(extent_hooks_t *, void *, size_t, size_t,
include/malloc_np.h
52
size_t, unsigned);
include/malloc_np.h
53
typedef __MyBool (extent_decommit_t)(extent_hooks_t *, void *, size_t, size_t,
include/malloc_np.h
54
size_t, unsigned);
include/malloc_np.h
55
typedef __MyBool (extent_purge_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
include/malloc_np.h
57
typedef __MyBool (extent_split_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
include/malloc_np.h
59
typedef __MyBool (extent_merge_t)(extent_hooks_t *, void *, size_t, void *, size_t,
include/malloc_np.h
73
size_t malloc_usable_size(const void *ptr);
include/malloc_np.h
81
int mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp,
include/malloc_np.h
82
size_t newlen);
include/malloc_np.h
83
int mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp);
include/malloc_np.h
84
int mallctlbymib(const size_t *mib, size_t miblen, void *oldp,
include/malloc_np.h
85
size_t *oldlenp, void *newp, size_t newlen);
include/malloc_np.h
94
void *mallocx(size_t size, int flags);
include/malloc_np.h
95
void *rallocx(void *ptr, size_t size, int flags);
include/malloc_np.h
96
size_t xallocx(void *ptr, size_t size, size_t extra, int flags);
include/malloc_np.h
97
size_t sallocx(const void *ptr, int flags);
include/malloc_np.h
99
void sdallocx(void *ptr, size_t size, int flags);
include/monetary.h
49
ssize_t strfmon(char * __restrict, size_t, const char * __restrict, ...);
include/mqueue.h
43
ssize_t mq_receive(mqd_t, char *, size_t, unsigned *);
include/mqueue.h
44
int mq_send(mqd_t, const char *, size_t, unsigned);
include/mqueue.h
47
ssize_t mq_timedreceive(mqd_t, char *__restrict, size_t,
include/mqueue.h
49
int mq_timedsend(mqd_t, const char *, size_t, unsigned,
include/netdb.h
253
size_t, char *, size_t, int);
include/netdb.h
262
char *, size_t, struct hostent **, int *);
include/netdb.h
263
int gethostbyname_r(const char *, struct hostent *, char *, size_t,
include/netdb.h
267
size_t, struct hostent **, int *);
include/netdb.h
268
int gethostent_r(struct hostent *, char *, size_t,
include/netdb.h
270
struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
include/netdb.h
272
int getnetbyaddr_r(uint32_t, int, struct netent *, char *, size_t,
include/netdb.h
274
int getnetbyname_r(const char *, struct netent *, char *, size_t,
include/netdb.h
276
int getnetent_r(struct netent *, char *, size_t, struct netent **,
include/netdb.h
279
int getnetgrent_r(char **, char **, char **, char *, size_t);
include/netdb.h
281
size_t, struct protoent **);
include/netdb.h
282
int getprotobynumber_r(int, struct protoent *, char *, size_t,
include/netdb.h
284
int getprotoent_r(struct protoent *, char *, size_t,
include/netdb.h
287
char *, size_t, struct servent **);
include/netdb.h
289
size_t, struct servent **);
include/netdb.h
290
int getservent_r(struct servent *, char *, size_t,
include/ossfuzz.h
43
extern const size_t bc_fuzzer_args_len;
include/ossfuzz.h
68
LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size);
include/printf.h
102
typedef int printf_arginfo_function(const struct printf_info *, size_t, int *);
include/proc_service.h
65
ps_err_e ps_pread(struct ps_prochandle *, psaddr_t, void *, size_t);
include/proc_service.h
67
ps_err_e ps_pwrite(struct ps_prochandle *, psaddr_t, const void *, size_t);
include/pthread.h
156
size_t * __restrict);
include/pthread.h
158
size_t * __restrict);
include/pthread.h
160
size_t * __restrict);
include/pthread.h
165
int pthread_attr_setstacksize(pthread_attr_t *, size_t);
include/pthread.h
166
int pthread_attr_setguardsize(pthread_attr_t *, size_t);
include/pthread.h
168
size_t);
include/pthread.h
306
int pthread_getname_np(pthread_t, char *, size_t);
include/pthread_np.h
43
int pthread_attr_getaffinity_np(const pthread_attr_t *, size_t, cpuset_t *);
include/pthread_np.h
44
int pthread_attr_setaffinity_np(pthread_attr_t *, size_t, const cpuset_t *);
include/pthread_np.h
45
void pthread_get_name_np(pthread_t, char *, size_t);
include/pthread_np.h
46
int pthread_getaffinity_np(pthread_t, size_t, cpuset_t *);
include/pthread_np.h
61
int pthread_setaffinity_np(pthread_t, size_t, const cpuset_t *);
include/pwd.h
157
int getpwnam_r(const char *, struct passwd *, char *, size_t,
include/pwd.h
159
int getpwuid_r(uid_t, struct passwd *, char *, size_t,
include/pwd.h
164
int getpwent_r(struct passwd *, char *, size_t, struct passwd **);
include/readpassphrase.h
45
char * readpassphrase(const char *, char *, size_t, int);
include/regex.h
105
size_t regerror(int, const regex_t * __restrict, char * __restrict, size_t);
include/regex.h
111
int regexec(const regex_t * __restrict, const char * __restrict, size_t,
include/regex.h
52
size_t re_nsub; /* number of parenthesized subexpressions */
include/resolv.h
421
int b64_ntop(u_char const *, size_t, char *, size_t);
include/resolv.h
422
int b64_pton(char const *, u_char *, size_t);
include/resolv.h
436
const char * p_sockun(union res_sockaddr_union, char *, size_t);
include/resolv.h
459
const char * res_hostalias(const res_state, const char *, char *, size_t);
include/resolv.h
472
char *, size_t, struct in_addr *, int);
include/resolv.h
475
char *, size_t,
include/rpc/rpcsec_gss.h
171
bool_t __rpc_gss_wrap(AUTH *auth, void *header, size_t headerlen,
include/rpc/svc_dg.h
43
size_t su_iosz; /* size of send.recv buffer */
include/rpcsvc/nislib.h
151
extern nis_name __nis_map_group_r(nis_name, char*, size_t);
include/rpcsvc/nislib.h
73
extern nis_name nis_leaf_of_r(const nis_name, char *, size_t);
include/sched.h
42
int sched_getaffinity(pid_t pid, size_t cpusetsz, cpuset_t *cpuset);
include/sched.h
43
int sched_setaffinity(pid_t pid, size_t cpusetsz, const cpuset_t *cpuset);
include/search.h
57
int hcreate(size_t);
include/search.h
61
void *lfind(const void *, const void *, size_t *, size_t,
include/search.h
63
void *lsearch(const void *, void *, size_t *, size_t,
include/search.h
77
int hcreate_r(size_t, struct hsearch_data *);
include/ssp/random.h
36
__ssp_redirect(ssize_t, getrandom, (void *__buf, size_t __len,
include/ssp/socket.h
100
(int s, struct mmsghdr *__restrict hdrvec, size_t vlen, int flags,
include/ssp/socket.h
103
const size_t vecsz = __ssp_bos(hdrvec);
include/ssp/socket.h
104
size_t i;
include/ssp/socket.h
106
if (vecsz != (size_t)-1 && vecsz / sizeof(*hdrvec) < vlen)
include/ssp/socket.h
53
size_t namesz = __ssp_bos(name);
include/ssp/socket.h
55
if (namesz != (size_t)-1 && namesz < *namelen)
include/ssp/socket.h
65
size_t namesz = __ssp_bos(name);
include/ssp/socket.h
67
if (namesz != (size_t)-1 && namesz < *namelen)
include/ssp/socket.h
73
__ssp_redirect(ssize_t, recv, (int __sock, void *__buf, size_t __len,
include/ssp/socket.h
77
(int s, void *buf, size_t len, int flags,
include/ssp/ssp.h
115
const size_t iovsz = __ssp_bos(iov);
include/ssp/ssp.h
118
if (iovsz != (size_t)-1 && iovsz / sizeof(*iov) < (size_t)iovcnt)
include/ssp/ssp.h
70
if (bos(buf) != (size_t)-1 && (size_t)len > bos(buf)) \
include/ssp/stdio.h
49
__ssp_redirect(size_t, fread, (void *__restrict __buf, size_t __len,
include/ssp/stdio.h
50
size_t __nmemb, FILE *__restrict __fp), (__buf, __len, __nmemb, __fp));
include/ssp/stdio.h
51
__ssp_redirect(size_t, fread_unlocked, (void *__restrict __buf, size_t __len,
include/ssp/stdio.h
52
size_t __nmemb, FILE *__restrict __fp), (__buf, __len, __nmemb, __fp));
include/ssp/stdio.h
60
int __sprintf_chk(char *__restrict, int, size_t, const char *__restrict, ...)
include/ssp/stdio.h
62
int __vsprintf_chk(char *__restrict, int, size_t, const char *__restrict,
include/ssp/stdio.h
65
int __snprintf_chk(char *__restrict, size_t, int, size_t,
include/ssp/stdio.h
68
int __vsnprintf_chk(char *__restrict, size_t, int, size_t,
include/ssp/stdio.h
71
char *__fgets_chk(char *, int, size_t, FILE *);
include/ssp/stdlib.h
38
__ssp_redirect(void, arc4random_buf, (void *__buf, size_t __len),
include/ssp/stdlib.h
42
(const char *name, char * _Nonnull __buf, size_t __len),
include/ssp/string.h
112
__ssp_redirect(void *, memset_explicit, (void *__buf, int __ch, size_t __len),
include/ssp/string.h
118
__ssp_redirect0(int, strerror_r, (int __errnum, char *__buf, size_t __len),
include/ssp/string.h
40
void *__memcpy_chk(void *, const void *, size_t, size_t);
include/ssp/string.h
41
void *__memmove_chk(void *, const void *, size_t, size_t);
include/ssp/string.h
42
void *__memset_chk(void *, int, size_t, size_t);
include/ssp/string.h
43
char *__stpcpy_chk(char *, const char *, size_t);
include/ssp/string.h
44
char *__stpncpy_chk(char *, const char *, size_t, size_t);
include/ssp/string.h
45
char *__strcat_chk(char *, const char *, size_t);
include/ssp/string.h
46
char *__strcpy_chk(char *, const char *, size_t);
include/ssp/string.h
47
char *__strncat_chk(char *, const char *, size_t, size_t);
include/ssp/string.h
48
size_t __strlcat_chk(char *, const char *, size_t, size_t);
include/ssp/string.h
49
char *__strncpy_chk(char *, const char *, size_t, size_t);
include/ssp/string.h
50
size_t __strlcpy_chk(char *, const char *, size_t, size_t);
include/ssp/string.h
59
size_t lenvar = (len); \
include/ssp/string.h
60
((__ssp_bos0(dstvar) != (size_t)-1) ? \
include/ssp/string.h
77
((__ssp_bos0(dstvar) != (size_t)-1) ? \
include/ssp/string.h
87
static __inline type1 __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \
include/ssp/string.h
89
__ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \
include/ssp/string.h
94
static __inline type1 __ ## fun ## _ichk(type1, type2, size_t); \
include/ssp/string.h
96
__ ## fun ## _ichk(type1 dst, type2 src, size_t len) { \
include/ssp/strings.h
45
size_t lenvar = (len); \
include/ssp/strings.h
46
((__ssp_bos0(dstvar) != (size_t)-1) ? \
include/ssp/strings.h
57
size_t lenvar = (len); \
include/ssp/strings.h
58
((__ssp_bos0(dstvar) != (size_t)-1) ? \
include/ssp/strings.h
67
__ssp_redirect(void, explicit_bzero, (void *__buf, size_t __len),
include/ssp/unistd.h
46
__ssp_inline size_t
include/ssp/unistd.h
49
size_t ptrsize = __ssp_bos(ptr);
include/ssp/unistd.h
51
if (ptrsize == (size_t)-1)
include/ssp/unistd.h
64
__ssp_redirect(int, getloginclass, (char *__buf, size_t __len),
include/ssp/unistd.h
68
size_t __len), (__fd, __buf, __len));
include/ssp/unistd.h
69
__ssp_redirect(ssize_t, pread, (int __fd, void *__buf, size_t __len,
include/ssp/unistd.h
73
char *__restrict __buf, size_t __len), (__path, __buf, __len));
include/ssp/unistd.h
75
char *__restrict __buf, size_t __len), (__fd, __path, __buf, __len));
include/ssp/unistd.h
77
__ssp_redirect_raw(char *, getcwd, getcwd, (char *__buf, size_t __len),
include/ssp/unistd.h
81
__ssp_redirect(int, getentropy, (void *__buf, size_t __len), (__buf, __len));
include/ssp/unistd.h
82
__ssp_redirect(int, gethostname, (char *__buf, size_t __len), (__buf, __len));
include/ssp/unistd.h
83
__ssp_redirect(int, getlogin_r, (char *__buf, size_t __len), (__buf, __len));
include/ssp/unistd.h
84
__ssp_redirect(int, ttyname_r, (int __fd, char *__buf, size_t __len),
include/ssp/wchar.h
109
const size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
110
const size_t len = wcslen(src);
include/ssp/wchar.h
122
(wchar_t *__restrict buf, const wchar_t *__restrict src, size_t len))
include/ssp/wchar.h
124
const size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
137
size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
162
const size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
163
size_t len = wcslen(src) + 1;
include/ssp/wchar.h
174
(wchar_t *__restrict buf, const wchar_t *__restrict src, size_t len))
include/ssp/wchar.h
176
const size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
188
__ssp_redirect_raw_impl(size_t, wcslcat, wcslcat,
include/ssp/wchar.h
189
(wchar_t *__restrict buf, const wchar_t *__restrict src, size_t len))
include/ssp/wchar.h
191
const size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
202
(wchar_t *__restrict buf, const wchar_t *__restrict src, size_t len))
include/ssp/wchar.h
204
const size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
214
__ssp_redirect_raw_impl(size_t, wcslcpy, wcslcpy,
include/ssp/wchar.h
215
(wchar_t *__restrict buf, const wchar_t *__restrict src, size_t len))
include/ssp/wchar.h
217
const size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
35
__ssp_wchar_overlap(const void *leftp, const void *rightp, size_t len)
include/ssp/wchar.h
47
__ssp_inline size_t
include/ssp/wchar.h
50
const size_t ptrsize = __ssp_bos(ptr);
include/ssp/wchar.h
52
if (ptrsize == (size_t)-1)
include/ssp/wchar.h
60
(wchar_t *__restrict buf, const wchar_t *__restrict src, size_t len))
include/ssp/wchar.h
62
const size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
73
(wchar_t *__restrict buf, const wchar_t *__restrict src, size_t len))
include/ssp/wchar.h
75
const size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
86
(wchar_t *buf, const wchar_t *src, size_t len))
include/ssp/wchar.h
88
const size_t slen = __ssp_wbos(buf);
include/ssp/wchar.h
97
(wchar_t *buf, wchar_t c, size_t len))
include/ssp/wchar.h
99
const size_t slen = __ssp_wbos(buf);
include/stddef.h
76
typedef size_t rsize_t;
include/stdio.h
278
size_t fread(void * __restrict, size_t, size_t, FILE * __restrict);
include/stdio.h
284
size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict);
include/stdio.h
300
int setvbuf(FILE * __restrict, char * __restrict, int, size_t);
include/stdio.h
313
int (snprintf)(char * __restrict, size_t, const char * __restrict,
include/stdio.h
315
int (vsnprintf)(char * __restrict, size_t, const char * __restrict,
include/stdio.h
359
size_t fread_unlocked(void * __restrict, size_t, size_t, FILE * __restrict);
include/stdio.h
360
size_t fwrite_unlocked(const void * __restrict, size_t, size_t,
include/stdio.h
379
FILE *fmemopen(void * __restrict, size_t, const char * __restrict);
include/stdio.h
380
ssize_t getdelim(char ** __restrict, size_t * __restrict, int,
include/stdio.h
382
FILE *open_memstream(char **, size_t *);
include/stdio.h
386
ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
include/stdio.h
398
char *fgetln(FILE *, size_t *);
include/stdio.h
427
typedef __ssize_t cookie_read_function_t(void *, char *, size_t);
include/stdio.h
428
typedef __ssize_t cookie_write_function_t(void *, const char *, size_t);
include/stdio.h
453
void *mmap(void *, size_t, int, int, int, __off_t);
include/stdio.h
55
typedef size_t rsize_t;
include/stdlib.h
103
void *malloc(size_t) __malloc_like __result_use_check __alloc_size(1);
include/stdlib.h
104
int mblen(const char *, size_t);
include/stdlib.h
105
size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t);
include/stdlib.h
106
int mbtowc(wchar_t * __restrict, const char * __restrict, size_t);
include/stdlib.h
107
void qsort(void *, size_t, size_t,
include/stdlib.h
110
void *realloc(void *, size_t) __result_use_check __alloc_size(2);
include/stdlib.h
121
size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
include/stdlib.h
164
void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
include/stdlib.h
175
size_t memalignment(const void *) __pure2;
include/stdlib.h
188
int posix_memalign(void **, size_t, size_t); /* (ADV) */
include/stdlib.h
219
char *initstate(unsigned int, char *, size_t);
include/stdlib.h
247
int ptsname_r(int, char *, size_t);
include/stdlib.h
269
void arc4random_buf(void *, size_t);
include/stdlib.h
275
void *bsearch_b(const void *, const void *, size_t,
include/stdlib.h
276
size_t, int (^ _Nonnull)(const void *, const void *));
include/stdlib.h
303
int heapsort(void *, size_t, size_t,
include/stdlib.h
306
int heapsort_b(void *, size_t, size_t,
include/stdlib.h
308
void qsort_b(void *, size_t, size_t,
include/stdlib.h
312
int mergesort(void *, size_t, size_t, int (*)(const void *, const void *));
include/stdlib.h
314
int mergesort_b(void *, size_t, size_t, int (^)(const void *, const void *));
include/stdlib.h
319
void qsort_r(void *, size_t, size_t,
include/stdlib.h
323
void *reallocarray(void *, size_t, size_t) __result_use_check
include/stdlib.h
325
void *recallocarray(void *, size_t, size_t, size_t) __result_use_check
include/stdlib.h
327
void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
include/stdlib.h
362
void __qsort_r_compat(void *, size_t, size_t, void *,
include/stdlib.h
374
static inline void qsort_r(void *base, size_t nmemb, size_t size,
include/stdlib.h
389
typedef size_t rsize_t;
include/stdlib.h
82
#define MB_CUR_MAX ((size_t)___mb_cur_max())
include/stdlib.h
90
void *bsearch(const void *, const void *, size_t,
include/stdlib.h
91
size_t, int (*)(const void * _Nonnull, const void *));
include/stdlib.h
92
void *calloc(size_t, size_t) __malloc_like __result_use_check
include/stdlib.h
99
int getenv_r(const char *, char * _Nonnull, size_t);
include/string.h
102
size_t (strlcat)(char * __restrict, const char * __restrict, size_t);
include/string.h
103
size_t (strlcpy)(char * __restrict, const char * __restrict, size_t);
include/string.h
105
size_t strlen(const char *) __pure;
include/string.h
115
char *(strncat)(char * __restrict, const char * __restrict, size_t);
include/string.h
116
int strncmp(const char *, const char *, size_t) __pure;
include/string.h
117
char *(strncpy)(char * __restrict, const char * __restrict, size_t);
include/string.h
119
char *strndup(const char *, size_t) __malloc_like;
include/string.h
122
size_t strnlen(const char *, size_t) __pure;
include/string.h
125
char *strnstr(const char *, const char *, size_t) __pure;
include/string.h
135
size_t strspn(const char *, const char *) __pure;
include/string.h
141
size_t strxfrm(char * __restrict, const char * __restrict, size_t);
include/string.h
155
int timingsafe_bcmp(const void *, const void *, size_t);
include/string.h
156
int timingsafe_memcmp(const void *, const void *, size_t);
include/string.h
161
size_t _Len; \
include/string.h
174
size_t _Len; \
include/string.h
195
typedef size_t rsize_t;
include/string.h
58
void *memccpy(void * __restrict, const void * __restrict, int, size_t);
include/string.h
60
void *memchr(const void *, int, size_t) __pure;
include/string.h
62
void *memrchr(const void *, int, size_t) __pure;
include/string.h
64
int memcmp(const void *, const void *, size_t) __pure;
include/string.h
65
void *(memcpy)(void * __restrict, const void * __restrict, size_t);
include/string.h
67
void *memmem(const void *, size_t, const void *, size_t) __pure;
include/string.h
69
void *(memmove)(void *, const void *, size_t);
include/string.h
71
void *(mempcpy)(void * __restrict, const void * __restrict, size_t);
include/string.h
73
void *(memset)(void *, int, size_t);
include/string.h
75
void *memset_explicit(void *, int, size_t);
include/string.h
79
char *(stpncpy)(char * __restrict, const char * __restrict, size_t);
include/string.h
93
size_t strcspn(const char *, const char *) __pure;
include/string.h
99
int strerror_r(int, char *, size_t);
include/stringlist.h
41
size_t sl_max;
include/stringlist.h
42
size_t sl_cur;
include/strings.h
46
int bcmp(const void *, const void *, size_t) __pure; /* LEGACY */
include/strings.h
47
void (bcopy)(const void *, void *, size_t); /* LEGACY */
include/strings.h
48
void (bzero)(void *, size_t); /* LEGACY */
include/strings.h
51
void explicit_bzero(void *, size_t);
include/strings.h
68
int strncasecmp(const char *, const char *, size_t) __pure;
include/time.h
127
size_t strftime(char * __restrict, size_t, const char * __restrict,
include/uchar.h
61
size_t c16rtomb(char * __restrict, char16_t, mbstate_t * __restrict);
include/uchar.h
62
size_t c32rtomb(char * __restrict, char32_t, mbstate_t * __restrict);
include/uchar.h
63
size_t mbrtoc16(char16_t * __restrict, const char * __restrict, size_t,
include/uchar.h
65
size_t mbrtoc32(char32_t * __restrict, const char * __restrict, size_t,
include/unistd.h
345
char *getcwd(char *, size_t);
include/unistd.h
364
ssize_t read(int, void *, size_t);
include/unistd.h
375
int ttyname_r(int, char *, size_t);
include/unistd.h
377
ssize_t write(int, const void *, size_t);
include/unistd.h
381
size_t confstr(int, char *, size_t);
include/unistd.h
407
int getlogin_r(char *, size_t);
include/unistd.h
413
ssize_t readlink(const char * __restrict, char * __restrict, size_t);
include/unistd.h
416
int gethostname(char *, size_t);
include/unistd.h
427
ssize_t pread(int, void *, size_t, off_t);
include/unistd.h
428
ssize_t pwrite(int, const void *, size_t, off_t);
include/unistd.h
442
ssize_t readlinkat(int, const char * __restrict, char * __restrict, size_t);
include/unistd.h
503
ssize_t copy_file_range(int, off_t *, int, off_t *, size_t, unsigned int);
include/unistd.h
518
int getentropy(void *, size_t);
include/unistd.h
520
int getloginclass(char *, size_t);
include/unistd.h
554
int profil(char *, size_t, vm_offset_t, int);
include/unistd.h
595
void *valloc(size_t); /* obsoleted by malloc() */
include/wchar.h
112
size_t wcslen(const wchar_t *) __pure;
include/wchar.h
131
size_t mbrlen(const char * __restrict, size_t, mbstate_t * __restrict);
include/wchar.h
132
size_t mbrtowc(wchar_t * __restrict, const char * __restrict, size_t,
include/wchar.h
135
size_t mbsrtowcs(wchar_t * __restrict, const char ** __restrict, size_t,
include/wchar.h
139
int swprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict,
include/wchar.h
145
int vswprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict,
include/wchar.h
148
size_t wcrtomb(char * __restrict, wchar_t, mbstate_t * __restrict);
include/wchar.h
154
size_t wcscspn(const wchar_t *, const wchar_t *) __pure;
include/wchar.h
155
size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t * __restrict,
include/wchar.h
158
size_t);
include/wchar.h
159
int wcsncmp(const wchar_t *, const wchar_t *, size_t) __pure;
include/wchar.h
160
wchar_t *wcsncpy(wchar_t * __restrict , const wchar_t * __restrict, size_t);
include/wchar.h
163
size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
include/wchar.h
165
size_t wcsspn(const wchar_t *, const wchar_t *) __pure;
include/wchar.h
168
size_t wcsxfrm(wchar_t * __restrict, const wchar_t * __restrict, size_t);
include/wchar.h
176
wchar_t *wmemchr(const wchar_t *, wchar_t, size_t) __pure;
include/wchar.h
177
int wmemcmp(const wchar_t *, const wchar_t *, size_t) __pure;
include/wchar.h
178
wchar_t *wmemcpy(wchar_t * __restrict, const wchar_t * __restrict, size_t);
include/wchar.h
179
wchar_t *wmemmove(wchar_t *, const wchar_t *, size_t);
include/wchar.h
181
wchar_t *wmempcpy(wchar_t * __restrict, const wchar_t * __restrict, size_t);
include/wchar.h
183
wchar_t *wmemset(wchar_t *, wchar_t, size_t);
include/wchar.h
219
int wcswidth(const wchar_t *, size_t);
include/wchar.h
225
size_t mbsnrtowcs(wchar_t * __restrict, const char ** __restrict, size_t,
include/wchar.h
226
size_t, mbstate_t * __restrict);
include/wchar.h
227
FILE *open_wmemstream(wchar_t **, size_t *);
include/wchar.h
229
wchar_t *wcpncpy(wchar_t * __restrict, const wchar_t * __restrict, size_t);
include/wchar.h
232
int wcsncasecmp(const wchar_t *, const wchar_t *, size_t n);
include/wchar.h
233
size_t wcsnlen(const wchar_t *, size_t) __pure;
include/wchar.h
234
size_t wcsnrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
include/wchar.h
235
size_t, mbstate_t * __restrict);
include/wchar.h
239
wchar_t *fgetwln(FILE * __restrict, size_t * __restrict);
include/wchar.h
240
size_t wcslcat(wchar_t *, const wchar_t *, size_t);
include/wchar.h
241
size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
include/xlocale/_monetary.h
40
ssize_t strfmon_l(char *, size_t, locale_t, const char *, ...)
include/xlocale/_stdio.h
40
int snprintf_l(char * __restrict, size_t, locale_t,
include/xlocale/_stdio.h
56
int vsnprintf_l(char * __restrict, size_t, locale_t,
include/xlocale/_stdlib.h
40
int mblen_l(const char *, size_t, locale_t);
include/xlocale/_stdlib.h
41
size_t mbstowcs_l(wchar_t * __restrict,
include/xlocale/_stdlib.h
42
const char * __restrict, size_t, locale_t);
include/xlocale/_stdlib.h
44
const char * __restrict, size_t, locale_t);
include/xlocale/_stdlib.h
52
size_t wcstombs_l(char * __restrict,
include/xlocale/_stdlib.h
53
const wchar_t * __restrict, size_t, locale_t);
include/xlocale/_stdlib.h
57
#define MB_CUR_MAX_L(x) ((size_t)___mb_cur_max_l(x))
include/xlocale/_string.h
47
size_t strxfrm_l(char *, const char *, size_t, locale_t);
include/xlocale/_strings.h
44
int strncasecmp_l(const char *, const char *, size_t, locale_t);
include/xlocale/_time.h
44
size_t strftime_l(char * __restrict, size_t, const char * __restrict,
include/xlocale/_uchar.h
37
size_t c16rtomb_l(char * __restrict, char16_t, mbstate_t * __restrict,
include/xlocale/_uchar.h
39
size_t c32rtomb_l(char * __restrict, char32_t, mbstate_t * __restrict,
include/xlocale/_uchar.h
41
size_t mbrtoc16_l(char16_t * __restrict, const char * __restrict, size_t,
include/xlocale/_uchar.h
43
size_t mbrtoc32_l(char32_t * __restrict, const char * __restrict, size_t,
include/xlocale/_wchar.h
105
int wcswidth_l(const wchar_t *, size_t, locale_t);
include/xlocale/_wchar.h
124
size_t mbsnrtowcs_l(wchar_t * __restrict,
include/xlocale/_wchar.h
125
const char ** __restrict, size_t, size_t,
include/xlocale/_wchar.h
127
size_t wcsnrtombs_l(char * __restrict,
include/xlocale/_wchar.h
128
const wchar_t ** __restrict, size_t, size_t,
include/xlocale/_wchar.h
40
int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t,
include/xlocale/_wchar.h
43
size_t wcsxfrm_l(wchar_t * __restrict,
include/xlocale/_wchar.h
44
const wchar_t * __restrict, size_t, locale_t);
include/xlocale/_wchar.h
69
size_t mbrlen_l(const char * __restrict, size_t,
include/xlocale/_wchar.h
71
size_t mbrtowc_l(wchar_t * __restrict,
include/xlocale/_wchar.h
72
const char * __restrict, size_t,
include/xlocale/_wchar.h
75
size_t mbsrtowcs_l(wchar_t * __restrict,
include/xlocale/_wchar.h
76
const char ** __restrict, size_t,
include/xlocale/_wchar.h
80
int swprintf_l(wchar_t * __restrict, size_t n, locale_t,
include/xlocale/_wchar.h
87
int vswprintf_l(wchar_t * __restrict, size_t n, locale_t,
include/xlocale/_wchar.h
91
size_t wcrtomb_l(char * __restrict, wchar_t,
include/xlocale/_wchar.h
93
size_t wcsftime_l(wchar_t * __restrict, size_t,
include/xlocale/_wchar.h
96
size_t wcsrtombs_l(char * __restrict,
include/xlocale/_wchar.h
97
const wchar_t ** __restrict, size_t,
kerberos5/lib/libgssapi_krb5/gss_krb5.c
583
size_t size;
kerberos5/lib/libgssapi_krb5/pname_to_uid.c
44
size_t buflen;
kerberos5/lib/libgssapi_krb5/pname_to_uid.c
47
static size_t buflen_hint = 1024;
krb5/lib/gssapi/errmap.h
59
size_t allocated;
krb5/lib/gssapi/errmap.h
83
size_t upper_bound;
krb5/lib/gssapi/errmap.h
94
size_t oldsize = sizeof(*arr->elts) * arr->allocated;
krb5/lib/gssapi/errmap.h
95
size_t newsize;
lib/clang/liblldb/LLDBWrapLua.cpp
1169
SWIGRUNTIME void SWIG_Lua_NewPackedObj(lua_State *L,void *ptr,size_t size,swig_type_info *type);
lib/clang/liblldb/LLDBWrapLua.cpp
1500
size_t bases_count;
lib/clang/liblldb/LLDBWrapLua.cpp
15027
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
15059
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
15151
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
15175
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
15201
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
15233
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
1529
size_t i;
lib/clang/liblldb/LLDBWrapLua.cpp
15672
arg2 = (char *)luaL_checklstring(L, 2, (size_t *)&arg3);
lib/clang/liblldb/LLDBWrapLua.cpp
16758
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
16761
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
16775
arg3 = (size_t)lua_tointeger(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
16798
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
16800
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
16813
arg3 = (size_t)lua_tointeger(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
18327
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
18849
size_t arg5 ;
lib/clang/liblldb/LLDBWrapLua.cpp
18850
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
19035
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19076
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19177
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19236
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19295
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19354
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19413
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19498
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19555
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19612
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19669
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
19726
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
2071
size_t bases_count = 0;
lib/clang/liblldb/LLDBWrapLua.cpp
22459
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
22466
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
22671
size_t size = lua_rawlen(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
22844
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
25404
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
25428
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
25439
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
25455
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
25466
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
25757
arg2 = (char *)luaL_checklstring(L, 2, (size_t *)&arg3);
lib/clang/liblldb/LLDBWrapLua.cpp
2602
SWIGRUNTIME void SWIG_Lua_NewPackedObj(lua_State *L,void *ptr,size_t size,swig_type_info *type)
lib/clang/liblldb/LLDBWrapLua.cpp
2614
SWIGRUNTIME int SWIG_Lua_ConvertPacked(lua_State *L,int index,void *ptr,size_t size,swig_type_info *type)
lib/clang/liblldb/LLDBWrapLua.cpp
28727
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
28728
size_t *arg4 = (size_t *) 0 ;
lib/clang/liblldb/LLDBWrapLua.cpp
28746
arg3 = (size_t)lua_tointeger(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
28771
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
28772
size_t *arg4 = (size_t *) 0 ;
lib/clang/liblldb/LLDBWrapLua.cpp
28790
arg3 = (size_t)lua_tointeger(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
29414
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
29427
arg3 = (size_t)lua_tointeger(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
29444
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
29453
arg3 = (size_t)lua_tointeger(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
3330
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3340
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3350
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
33509
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
3360
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3370
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3380
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3399
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
34042
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
3409
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
34099
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
34139
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
3419
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3438
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3448
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3467
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3477
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
34841
size_t size = lua_rawlen(L, 1);
lib/clang/liblldb/LLDBWrapLua.cpp
3487
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3497
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3507
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3517
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3527
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
35295
size_t size = lua_rawlen(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
3537
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
35402
size_t size = lua_rawlen(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
3547
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3557
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3567
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3577
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3587
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3600
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3610
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3620
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3630
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3640
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3650
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3660
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3670
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3680
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3690
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3700
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3710
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3720
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3730
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3740
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3750
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3760
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3768
const size_t n = self->GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3771
for (size_t i=0; i<n; ++i)
lib/clang/liblldb/LLDBWrapLua.cpp
3779
size_t desc_len = description.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
3788
size_t desc_len = stream.GetSize();
lib/clang/liblldb/LLDBWrapLua.cpp
385
size_t size; /* Number of types in this module */
lib/clang/liblldb/LLDBWrapLua.cpp
39254
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
39278
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
39289
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
39552
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
39576
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
39587
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
40719
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
40744
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
40761
arg3 = (size_t)lua_tointeger(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
41290
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
41314
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
41325
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
43666
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
43667
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
43695
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
43696
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
43738
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
43739
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
43781
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
43782
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
44079
size_t size = lua_rawlen(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
44102
size_t size = lua_rawlen(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
44185
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
44196
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
44444
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
44455
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
45070
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
45072
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
45123
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
45125
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
45162
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
45164
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
45432
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
45456
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
45467
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
46938
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
46953
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
49141
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
49165
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
49176
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
49823
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
49874
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
50415
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
50922
size_t size = lua_rawlen(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
51083
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
51094
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
51110
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
51121
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
51661
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
51746
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
51757
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
52277
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
52278
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
54649
size_t size = lua_rawlen(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
54672
size_t size = lua_rawlen(L, 4);
lib/clang/liblldb/LLDBWrapLua.cpp
54880
size_t size = lua_rawlen(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
54903
size_t size = lua_rawlen(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
56666
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
56669
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
57655
size_t size = lua_rawlen(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
57734
size_t size = lua_rawlen(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
57816
size_t size = lua_rawlen(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
584
size_t l = 0;
lib/clang/liblldb/LLDBWrapLua.cpp
585
size_t r = iter->size - 1;
lib/clang/liblldb/LLDBWrapLua.cpp
588
size_t i = (l + r) >> 1;
lib/clang/liblldb/LLDBWrapLua.cpp
59818
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
59837
arg3 = (size_t)lua_tointeger(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
59864
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
59882
arg3 = (size_t)lua_tointeger(L, 3);
lib/clang/liblldb/LLDBWrapLua.cpp
60507
size_t arg4 ;
lib/clang/liblldb/LLDBWrapLua.cpp
60549
size_t arg5 ;
lib/clang/liblldb/LLDBWrapLua.cpp
61453
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
61566
size_t arg3 ;
lib/clang/liblldb/LLDBWrapLua.cpp
61567
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
635
size_t i = 0;
lib/clang/liblldb/LLDBWrapLua.cpp
64239
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
64263
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
64274
arg2 = (size_t)lua_tointeger(L, 2);
lib/clang/liblldb/LLDBWrapLua.cpp
64599
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
652
SWIG_PackData(char *c, void *ptr, size_t sz) {
lib/clang/liblldb/LLDBWrapLua.cpp
668
SWIG_UnpackData(const char *c, void *ptr, size_t sz) {
lib/clang/liblldb/LLDBWrapLua.cpp
696
SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) {
lib/clang/liblldb/LLDBWrapLua.cpp
720
SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) {
lib/clang/liblldb/LLDBWrapLua.cpp
722
size_t lname = (name ? strlen(name) : 0);
lib/clang/liblldb/LLDBWrapLua.cpp
735
SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
lib/clang/liblldb/LLDBWrapLua.cpp
75570
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
80254
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
83238
size_t i;
lib/clang/liblldb/LLDBWrapLua.cpp
83386
size_t i;
lib/clang/liblldb/LLDBWrapLua.cpp
8871
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
8895
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
923
static const char *(lua_tolstring)(lua_State *L, int idx, size_t *len) {
lib/clang/liblldb/LLDBWrapLua.cpp
9414
size_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
9438
size_t arg2 ;
lib/clang/liblldb/LLDBWrapLua.cpp
9449
arg2 = (size_t)lua_tointeger(L, 2);
lib/geom/eli/geom_eli.c
371
struct hmac_ctx *ctxp, char *passbuf, size_t passbufsize)
lib/geom/eli/geom_eli.c
444
size_t passbufsize)
lib/geom/part/geom_part.c
1220
size_t bootsize, partsize;
lib/geom/virstor/geom_virstor.c
155
size_t ssize, secsize;
lib/geom/virstor/geom_virstor.c
160
size_t total_chunks, write_max_map_entries;
lib/geom/virstor/geom_virstor.c
162
size_t map_size; /* In bytes. */
lib/geom/virstor/geom_virstor.c
222
size_t new_size = roundup(md.md_chunk_size, secsize);
lib/geom/virstor/geom_virstor.c
235
(size_t)(md.md_virsize / (1024 * 1024)));
lib/geom/virstor/geom_virstor.c
244
size_t add_chunks = (secsize - ssize) / sizeof(*map);
lib/geom/virstor/geom_virstor.c
257
total_chunks, (size_t)(md.md_chunk_size / (1024 * 1024)),
lib/geom/virstor/geom_virstor.c
336
for (size_t chunk = 0; chunk < total_chunks;
lib/geom/virstor/geom_virstor.c
338
size_t bytes_to_write, entries_to_write;
lib/geom/virstor/geom_virstor.c
344
for (size_t off = 0; off < bytes_to_write; off += written) {
lib/lib80211/lib80211_regdomain.c
415
lib80211_regdomain_readconfig(struct regdata *rdp, const void *p, size_t len)
lib/lib80211/lib80211_regdomain.h
106
int lib80211_regdomain_readconfig(struct regdata *, const void *, size_t);
lib/libbe/be.c
1262
size_t len = p - s;
lib/libbe/be.c
193
be_nicenum(uint64_t num, char *buf, size_t buflen)
lib/libbe/be.c
399
size_t rootlen;
lib/libbe/be.c
548
be_setup_snapshot_name(libbe_handle_t *lbh, char *buf, size_t buflen)
lib/libbe/be.c
977
size_t name_len, root_len;
lib/libbe/be.h
116
void be_nicenum(uint64_t num, char *buf, size_t buflen);
lib/libbe/be_impl.h
19
size_t altroot_len;
lib/libbluetooth/bluetooth.h
147
size_t clen;
lib/libbluetooth/bluetooth.h
149
size_t rlen;
lib/libbluetooth/bluetooth.h
171
int bt_devsend (int s, uint16_t opcode, void *param, size_t plen);
lib/libbluetooth/bluetooth.h
172
ssize_t bt_devrecv (int s, void *buf, size_t size, time_t to);
lib/libbluetooth/hci.c
137
bt_devrecv(int s, void *buf, size_t size, time_t to)
lib/libbluetooth/hci.c
800
size_t to_size = sizeof(to);
lib/libbluetooth/hci.c
98
bt_devsend(int s, uint16_t opcode, void *param, size_t plen)
lib/libbsdstat/bsdstat.c
84
bsdstat_get(struct bsdstat *sf, int s, char b[] __unused, size_t bs __unused)
lib/libbsdstat/bsdstat.h
100
static int _t##_get_curstat(struct _t *wf, int s, char b[], size_t bs) \
lib/libbsdstat/bsdstat.h
102
static int _t##_get_totstat(struct _t *wf, int s, char b[], size_t bs) \
lib/libbsdstat/bsdstat.h
60
int (*get_curstat)(_p, int, char [], size_t); \
lib/libbsdstat/bsdstat.h
62
int (*get_totstat)(_p, int, char [], size_t); \
lib/libc/aarch64/gen/getcontextx.c
35
size_t size;
lib/libc/aarch64/string/bcopy.c
10
bcopy(const void *src, void *dst, size_t len)
lib/libc/aarch64/string/bzero.c
10
bzero(void *b, size_t len)
lib/libc/aarch64/string/memcpy_resolver.c
32
void *__memcpy_aarch64_simd(void *, const void *, size_t);
lib/libc/aarch64/string/memcpy_resolver.c
33
void *__memcpy_aarch64_mops(void *, const void *, size_t);
lib/libc/aarch64/string/memcpy_resolver.c
35
DEFINE_UIFUNC(, void *, memcpy, (void *, const void *, size_t))
lib/libc/aarch64/string/memmove_resolver.c
32
void *__memmove_aarch64_simd(void *, const void *, size_t);
lib/libc/aarch64/string/memmove_resolver.c
33
void *__memmove_aarch64_mops(void *, const void *, size_t);
lib/libc/aarch64/string/memmove_resolver.c
35
DEFINE_UIFUNC(, void *, memmove, (void *, const void *, size_t))
lib/libc/aarch64/string/memset_resolver.c
34
void *__memset_aarch64(void *, int, size_t);
lib/libc/aarch64/string/memset_resolver.c
35
void *__memset_aarch64_zva64(void *, int, size_t);
lib/libc/aarch64/string/memset_resolver.c
36
void *__memset_aarch64_mops(void *, int, size_t);
lib/libc/aarch64/string/memset_resolver.c
38
DEFINE_UIFUNC(, void *, memset, (void *, int, size_t))
lib/libc/aarch64/string/strlcat.c
13
void *__memchr_aarch64(const void *, int, size_t);
lib/libc/aarch64/string/strlcat.c
14
size_t __strlcpy(char *restrict, const char *restrict, size_t);
lib/libc/aarch64/string/strlcat.c
16
size_t
lib/libc/aarch64/string/strlcat.c
17
strlcat(char *restrict dst, const char *restrict src, size_t dstsize)
lib/libc/aarch64/string/strlcat.c
22
size_t dstlen = (size_t)(loc - dst);
lib/libc/aarch64/string/strncat.c
13
void *__memccpy(void *restrict, const void *restrict, int, size_t);
lib/libc/aarch64/string/strncat.c
16
strncat(char *dest, const char *src, size_t n)
lib/libc/aarch64/string/strncat.c
18
size_t len;
lib/libc/aarch64/string/strpbrk.c
33
size_t __strcspn(const char *, const char *);
lib/libc/aarch64/string/strpbrk.c
38
size_t loc;
lib/libc/aarch64/string/strsep.c
32
size_t __strcspn(const char *, const char *);
lib/libc/aarch64/string/strsep.c
41
size_t n;
lib/libc/amd64/string/amd64_archlevel.c
138
size_t i;
lib/libc/amd64/string/amd64_archlevel.c
165
size_t i;
lib/libc/amd64/string/amd64_archlevel.c
171
size_t j;
lib/libc/amd64/string/bcopy.c
10
bcopy(const void *src, void *dst, size_t len)
lib/libc/amd64/string/bzero.c
10
bzero(void *b, size_t len)
lib/libc/amd64/string/strlcat.c
13
void *__memchr(const void *, int, size_t);
lib/libc/amd64/string/strlcat.c
14
size_t __strlcpy(char *restrict, const char *restrict, size_t);
lib/libc/amd64/string/strlcat.c
16
size_t
lib/libc/amd64/string/strlcat.c
17
strlcat(char *restrict dst, const char *restrict src, size_t dstsize)
lib/libc/amd64/string/strlcat.c
22
size_t dstlen = (size_t)(loc - dst);
lib/libc/amd64/string/strncat.c
13
void *__memccpy(void *restrict, const void *restrict, int, size_t);
lib/libc/amd64/string/strncat.c
16
strncat(char *dest, const char *src, size_t n)
lib/libc/amd64/string/strncat.c
18
size_t len;
lib/libc/amd64/string/strncpy.c
34
char *__stpncpy(char *restrict, const char *restrict, size_t);
lib/libc/amd64/string/strncpy.c
37
strncpy(char *restrict dst, const char *restrict src, size_t len)
lib/libc/amd64/string/strnlen.c
31
char *__memchr(const void *, int, size_t);
lib/libc/amd64/string/strnlen.c
33
size_t
lib/libc/amd64/string/strnlen.c
34
strnlen(const char *s, size_t maxlen)
lib/libc/amd64/string/strnlen.c
40
return (loc == NULL ? maxlen : (size_t)(loc - s));
lib/libc/amd64/string/strpbrk.c
33
size_t __strcspn(const char *, const char *);
lib/libc/amd64/string/strpbrk.c
38
size_t loc;
lib/libc/amd64/string/strsep.c
32
size_t __strcspn(const char *, const char *);
lib/libc/amd64/string/strsep.c
41
size_t n;
lib/libc/arm/gen/arm_initfini.c
49
extern int __sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp,
lib/libc/arm/gen/arm_initfini.c
50
void *newp, size_t newlen);
lib/libc/arm/gen/arm_initfini.c
61
size_t len;
lib/libc/compat-43/gethostid.c
41
size_t size;
lib/libc/csu/libc_start1.c
102
size_t array_size, n;
lib/libc/csu/libc_start1.c
85
size_t array_size, n;
lib/libc/db/btree/bt_overflow.c
133
size_t nb, plen;
lib/libc/db/btree/bt_overflow.c
183
size_t plen;
lib/libc/db/btree/bt_overflow.c
74
__ovfl_get(BTREE *t, void *p, size_t *ssz, void **buf, size_t *bufsz)
lib/libc/db/btree/bt_overflow.c
78
size_t nb, plen;
lib/libc/db/btree/bt_split.c
333
bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
lib/libc/db/btree/bt_split.c
431
bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen)
lib/libc/db/btree/bt_split.c
46
static PAGE *bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
lib/libc/db/btree/bt_split.c
48
static PAGE *bt_psplit(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
lib/libc/db/btree/bt_split.c
49
static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
lib/libc/db/btree/bt_split.c
590
bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen)
lib/libc/db/btree/bt_split.c
74
size_t ilen, u_int32_t argskip)
lib/libc/db/btree/bt_utils.c
202
size_t len;
lib/libc/db/btree/bt_utils.c
228
size_t
lib/libc/db/btree/bt_utils.c
232
size_t cnt, len;
lib/libc/db/btree/btree.h
336
size_t (*bt_pfx)(const DBT *, const DBT *);
lib/libc/db/btree/btree.h
346
size_t bt_msize; /* R: size of mapped region. */
lib/libc/db/btree/btree.h
349
size_t bt_reclen; /* R: fixed record length */
lib/libc/db/btree/extern.h
36
size_t __bt_defpfx(const DBT *, const DBT *);
lib/libc/db/btree/extern.h
52
const DBT *, const DBT *, int, size_t, u_int32_t);
lib/libc/db/btree/extern.h
56
int __ovfl_get(BTREE *, void *, size_t *, void **, size_t *);
lib/libc/db/hash/extern.h
57
u_int32_t __default_hash(const void *, size_t);
lib/libc/db/hash/hash.h
94
(*hash)(const void *, size_t);
lib/libc/db/hash/hash_bigkey.c
424
val->size = (size_t)collect_data(hashp, bufp, (int)len, set_current);
lib/libc/db/hash/hash_bigkey.c
425
if (val->size == (size_t)-1)
lib/libc/db/hash/hash_bigkey.c
496
key->size = (size_t)collect_key(hashp, bufp, 0, val, set);
lib/libc/db/hash/hash_bigkey.c
497
if (key->size == (size_t)-1)
lib/libc/db/hash/hash_func.c
44
__default_hash(const void *key, size_t len)
lib/libc/db/recno/rec_get.c
116
size_t len;
lib/libc/db/recno/rec_get.c
168
size_t len;
lib/libc/db/recno/rec_get.c
169
size_t sz;
lib/libc/db/recno/rec_get.c
222
size_t len;
lib/libc/db/test/btree.tests/main.c
609
size_t len;
lib/libc/db/test/dbtest.c
331
size_t len;
lib/libc/db/test/dbtest.c
58
void *rfile(char *, size_t *);
lib/libc/db/test/dbtest.c
63
void *xmalloc(char *, size_t);
lib/libc/db/test/dbtest.c
668
size_t *lenp;
lib/libc/db/test/dbtest.c
696
size_t len;
lib/libc/db/test/dbtest.c
84
size_t len;
lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c
37
void *(calloc_cb)(size_t, size_t))
lib/libc/gen/__xuname.c
43
size_t len;
lib/libc/gen/_pthread_stubs.c
272
STUB_FUNC2(pthread_attr_setguardsize, PJT_ATTR_SETGUARDSIZE, int, void *, size_t)
lib/libc/gen/_pthread_stubs.c
274
STUB_FUNC2(pthread_attr_setstacksize, PJT_ATTR_SETSTACKSIZE, int, void *, size_t)
lib/libc/gen/_pthread_stubs.c
297
STUB_FUNC3(pthread_getname_np, PJT_GETNAME_NP, int, pthread_t, char *, size_t)
lib/libc/gen/_pthread_stubs.c
356
stub_getname_np(pthread_t thread, char *buf, size_t len)
lib/libc/gen/_pthread_stubs.c
61
static int stub_getname_np(pthread_t, char *, size_t);
lib/libc/gen/arc4random.c
163
_rs_stir_if_needed(size_t len)
lib/libc/gen/arc4random.c
175
_rs_rekey(u_char *dat, size_t datlen)
lib/libc/gen/arc4random.c
185
size_t i, m;
lib/libc/gen/arc4random.c
198
_rs_random_buf(void *_buf, size_t n)
lib/libc/gen/arc4random.c
202
size_t m;
lib/libc/gen/arc4random.c
247
__ssp_real(arc4random_buf)(void *buf, size_t n)
lib/libc/gen/arc4random.c
71
size_t rs_have; /* valid bytes at end of rs_buf */
lib/libc/gen/arc4random.c
72
size_t rs_count; /* bytes till reseed */
lib/libc/gen/arc4random.c
88
static inline void _rs_rekey(u_char *dat, size_t datlen);
lib/libc/gen/arc4random.c
91
_rs_init(u_char *buf, size_t n)
lib/libc/gen/basename_compat.c
32
size_t len;
lib/libc/gen/confstr.c
41
size_t
lib/libc/gen/confstr.c
42
confstr(int name, char *buf, size_t len)
lib/libc/gen/cpuset_alloc.c
30
__cpuset_alloc(size_t ncpus)
lib/libc/gen/ctermid.c
46
size_t dlen;
lib/libc/gen/devname.c
45
size_t j;
lib/libc/gen/dirname_compat.c
31
size_t len;
lib/libc/gen/dlfcn.c
208
size_t, void *), void *data);
lib/libc/gen/dlfcn.c
211
int (*callback)(struct dl_phdr_info *, size_t, void *) __unused,
lib/libc/gen/dlfcn.c
217
int (*r)(int (*)(struct dl_phdr_info *, size_t, void *), void *);
lib/libc/gen/dlfcn.c
241
dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, void *) __unused,
lib/libc/gen/dlfcn.c
284
_rtld_addr_phdr_cb(struct dl_phdr_info *dli, size_t sz, void *arg)
lib/libc/gen/elf_utils.c
82
size_t len;
lib/libc/gen/exec.c
152
size_t cnt;
lib/libc/gen/exec.c
251
size_t ln, lp;
lib/libc/gen/feature_present.c
48
size_t len;
lib/libc/gen/fmtmsg.c
115
size_t size;
lib/libc/gen/fmtmsg.c
205
size_t len1, len2;
lib/libc/gen/fnmatch.c
101
if (sclen == (size_t)-1 || sclen == (size_t)-2) {
lib/libc/gen/fnmatch.c
186
if (pclen == 0 || pclen == (size_t)-1 ||
lib/libc/gen/fnmatch.c
187
pclen == (size_t)-2)
lib/libc/gen/fnmatch.c
212
if (sclen == (size_t)-1 ||
lib/libc/gen/fnmatch.c
213
sclen == (size_t)-2) {
lib/libc/gen/fnmatch.c
241
size_t pclen;
lib/libc/gen/fnmatch.c
249
size_t sclen, len;
lib/libc/gen/fnmatch.c
297
if (len == (size_t)-1 || len == 0)
lib/libc/gen/fnmatch.c
323
if (sclen == (size_t)-1 ||
lib/libc/gen/fnmatch.c
324
sclen == (size_t)-2) {
lib/libc/gen/fnmatch.c
394
if (pclen == (size_t)-1 || pclen == (size_t)-2)
lib/libc/gen/fnmatch.c
407
if (pclen == (size_t)-1 || pclen == (size_t)-2)
lib/libc/gen/fnmatch.c
482
if (pclen == (size_t)-1 || pclen == (size_t)-2)
lib/libc/gen/fnmatch.c
92
size_t pclen, sclen;
lib/libc/gen/fnmatch.c
97
if (pclen == (size_t)-1 || pclen == (size_t)-2)
lib/libc/gen/fts-compat.c
1039
size_t len;
lib/libc/gen/fts-compat.c
1101
fts_palloc(FTS *sp, size_t more)
lib/libc/gen/fts-compat.c
1149
static size_t
lib/libc/gen/fts-compat.c
1152
size_t len, max;
lib/libc/gen/fts-compat.c
67
static size_t fts_maxarglen(char * const *);
lib/libc/gen/fts-compat.c
69
static int fts_palloc(FTS *, size_t);
lib/libc/gen/fts-compat11.c
1027
fts_alloc(FTS11 *sp, char *name, size_t namelen)
lib/libc/gen/fts-compat11.c
1030
size_t len;
lib/libc/gen/fts-compat11.c
1092
fts_palloc(FTS11 *sp, size_t more)
lib/libc/gen/fts-compat11.c
1128
static size_t
lib/libc/gen/fts-compat11.c
1131
size_t len, max;
lib/libc/gen/fts-compat11.c
114
size_t len, nitems;
lib/libc/gen/fts-compat11.c
221
size_t len;
lib/libc/gen/fts-compat11.c
52
static FTSENT11 *fts_alloc(FTS11 *, char *, size_t);
lib/libc/gen/fts-compat11.c
56
static size_t fts_maxarglen(char * const *);
lib/libc/gen/fts-compat11.c
58
static int fts_palloc(FTS11 *, size_t);
lib/libc/gen/fts-compat11.c
59
static FTSENT11 *fts_sort(FTS11 *, FTSENT11 *, size_t);
lib/libc/gen/fts-compat11.c
645
size_t dnamlen, len, maxlen, nitems;
lib/libc/gen/fts-compat11.c
998
fts_sort(FTS11 *sp, FTSENT11 *head, size_t nitems)
lib/libc/gen/fts.c
1092
fts_sort(FTS *sp, FTSENT *head, size_t nitems)
lib/libc/gen/fts.c
1132
fts_alloc(FTS *sp, char *name, size_t namelen)
lib/libc/gen/fts.c
1135
size_t len;
lib/libc/gen/fts.c
1185
fts_palloc(FTS *sp, size_t more)
lib/libc/gen/fts.c
122
size_t len, nitems;
lib/libc/gen/fts.c
1221
static size_t
lib/libc/gen/fts.c
1224
size_t len, max;
lib/libc/gen/fts.c
307
size_t len;
lib/libc/gen/fts.c
57
void qsort_b(void *, size_t, size_t, fts_block);
lib/libc/gen/fts.c
64
static FTSENT *fts_alloc(FTS *, char *, size_t);
lib/libc/gen/fts.c
68
static size_t fts_maxarglen(char * const *);
lib/libc/gen/fts.c
70
static int fts_palloc(FTS *, size_t);
lib/libc/gen/fts.c
71
static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
lib/libc/gen/fts.c
740
size_t dnamlen, len, maxlen, nitems;
lib/libc/gen/gen-private.h
46
size_t dd_loc; /* offset in current buffer */
lib/libc/gen/gen-private.h
47
size_t dd_size; /* amount of data returned by getdirentries */
lib/libc/gen/getbootfile.c
41
size_t size = sizeof name;
lib/libc/gen/getcap.c
332
size_t newsize;
lib/libc/gen/getcap.c
472
size_t newsize;
lib/libc/gen/getcap.c
518
reallocf(record, (size_t)(rp - record))) == NULL) {
lib/libc/gen/getcap.c
60
static size_t topreclen; /* toprec length */
lib/libc/gen/getcap.c
645
size_t len;
lib/libc/gen/getcap.c
874
size_t size = mp - mem;
lib/libc/gen/getcap.c
890
if ((mem = reallocf(mem, (size_t)(mp - mem))) == NULL)
lib/libc/gen/getcap.c
946
size_t size = mp - mem;
lib/libc/gen/getcap.c
962
if ((mem = reallocf(mem, (size_t)(mp - mem))) == NULL)
lib/libc/gen/getcwd.c
187
size_t len, off;
lib/libc/gen/getcwd.c
52
extern int __getcwd(char *, size_t);
lib/libc/gen/getcwd.c
55
__ssp_real(getcwd)(char *pt, size_t size)
lib/libc/gen/getcwd.c
66
size_t ptsize;
lib/libc/gen/getdomainname.c
42
size_t size;
lib/libc/gen/getentropy.c
47
__ssp_real(getentropy)(void *buf, size_t buflen)
lib/libc/gen/getgrent.c
1098
size_t bufsize;
lib/libc/gen/getgrent.c
1121
bufsize = va_arg(ap, size_t);
lib/libc/gen/getgrent.c
1321
size_t bufsize, linesize;
lib/libc/gen/getgrent.c
1349
bufsize = va_arg(ap, size_t);
lib/libc/gen/getgrent.c
1491
__gr_match_entry(const char *line, size_t linesize, enum nss_lookup_type how,
lib/libc/gen/getgrent.c
1494
size_t namesize;
lib/libc/gen/getgrent.c
151
static int grp_id_func(char *, size_t *, va_list, void *);
lib/libc/gen/getgrent.c
1516
if (namesize + 1 == (size_t)(p - line) &&
lib/libc/gen/getgrent.c
152
static int grp_marshal_func(char *, size_t *, void *, va_list, void *);
lib/libc/gen/getgrent.c
153
static int grp_unmarshal_func(char *, size_t, void *, va_list, void *);
lib/libc/gen/getgrent.c
1535
__gr_parse_entry(char *line, size_t linesize, struct group *grp, char *membuf,
lib/libc/gen/getgrent.c
1536
size_t membufsize, int *errnop)
lib/libc/gen/getgrent.c
156
grp_id_func(char *buffer, size_t *buffer_size, va_list ap, void *cache_mdata)
lib/libc/gen/getgrent.c
161
size_t desired_size, size;
lib/libc/gen/getgrent.c
207
grp_marshal_func(char *buffer, size_t *buffer_size, void *retval, va_list ap,
lib/libc/gen/getgrent.c
214
size_t orig_buf_size __unused;
lib/libc/gen/getgrent.c
216
size_t desired_size, size, mem_size;
lib/libc/gen/getgrent.c
235
orig_buf_size = va_arg(ap, size_t);
lib/libc/gen/getgrent.c
301
grp_unmarshal_func(char *buffer, size_t buffer_size, void *retval, va_list ap,
lib/libc/gen/getgrent.c
308
size_t orig_buf_size;
lib/libc/gen/getgrent.c
330
orig_buf_size = va_arg(ap, size_t);
lib/libc/gen/getgrent.c
474
size_t bufsize;
lib/libc/gen/getgrent.c
571
getgrent_r(struct group *grp, char *buffer, size_t bufsize,
lib/libc/gen/getgrent.c
588
getgrnam_r(const char *name, struct group *grp, char *buffer, size_t bufsize,
lib/libc/gen/getgrent.c
626
getgrgid_r(gid_t gid, struct group *grp, char *buffer, size_t bufsize,
lib/libc/gen/getgrent.c
688
static size_t grp_storage_size;
lib/libc/gen/getgrent.c
691
getgr(int (*fn)(union key, struct group *, char *, size_t, struct group **),
lib/libc/gen/getgrent.c
725
wrap_getgrnam_r(union key key, struct group *grp, char *buffer, size_t bufsize,
lib/libc/gen/getgrent.c
733
wrap_getgrgid_r(union key key, struct group *grp, char *buffer, size_t bufsize,
lib/libc/gen/getgrent.c
742
size_t bufsize, struct group **res)
lib/libc/gen/getgrent.c
779
is_comment_line(const char *s, size_t n)
lib/libc/gen/getgrent.c
78
int __gr_match_entry(const char *, size_t, enum nss_lookup_type,
lib/libc/gen/getgrent.c
80
int __gr_parse_entry(char *, size_t, struct group *, char *, size_t,
lib/libc/gen/getgrent.c
83
static int is_comment_line(const char *, size_t);
lib/libc/gen/getgrent.c
847
size_t bufsize, linesize;
lib/libc/gen/getgrent.c
869
bufsize = va_arg(ap, size_t);
lib/libc/gen/getgrent.c
89
static struct group *getgr(int (*)(union key, struct group *, char *, size_t,
lib/libc/gen/getgrent.c
91
static int wrap_getgrnam_r(union key, struct group *, char *, size_t,
lib/libc/gen/getgrent.c
93
static int wrap_getgrgid_r(union key, struct group *, char *, size_t,
lib/libc/gen/getgrent.c
95
static int wrap_getgrent_r(union key, struct group *, char *, size_t,
lib/libc/gen/getgrent.c
961
size_t bufsize, adjsize, linesize;
lib/libc/gen/getgrent.c
983
bufsize = va_arg(ap, size_t);
lib/libc/gen/gethostname.c
40
__ssp_real(gethostname)(char *name, size_t namelen)
lib/libc/gen/getloadavg.c
51
size_t size;
lib/libc/gen/getlogin.c
58
__ssp_real(getlogin_r)(char *logname, size_t namelen)
lib/libc/gen/getnetgrent.c
161
static int _getnetgrent_r(char **, char **, char **, char *, size_t, int *,
lib/libc/gen/getnetgrent.c
230
size_t bufsize;
lib/libc/gen/getnetgrent.c
237
bufsize = va_arg(ap, size_t);
lib/libc/gen/getnetgrent.c
298
size_t bufsize;
lib/libc/gen/getnetgrent.c
308
bufsize = va_arg(ap, size_t);
lib/libc/gen/getnetgrent.c
415
size_t bufsize, int *errnop, struct netgr_state *st)
lib/libc/gen/getnetgrent.c
418
size_t len;
lib/libc/gen/getnetgrent.c
602
size_t bufsize;
lib/libc/gen/getnetgrent.c
925
getnetgrent_r(char **hostp, char **userp, char **domp, char *buf, size_t bufsize)
lib/libc/gen/getnetgrent.c
944
static size_t ngrp_storage_size;
lib/libc/gen/getosreldate.c
42
size_t size;
lib/libc/gen/getpwent.c
102
size_t, struct passwd **), union key);
lib/libc/gen/getpwent.c
1024
pwdb_parse_entry_v4(char *buffer, size_t bufsize, struct passwd *pwd,
lib/libc/gen/getpwent.c
104
size_t, struct passwd **);
lib/libc/gen/getpwent.c
105
static int wrap_getpwuid_r(union key, struct passwd *, char *, size_t,
lib/libc/gen/getpwent.c
107
static int wrap_getpwent_r(union key, struct passwd *, char *, size_t,
lib/libc/gen/getpwent.c
1099
size_t bufsize, linesize;
lib/libc/gen/getpwent.c
110
static int pwdb_match_entry_v3(char *, size_t, enum nss_lookup_type,
lib/libc/gen/getpwent.c
112
static int pwdb_parse_entry_v3(char *, size_t, struct passwd *, int *);
lib/libc/gen/getpwent.c
1121
bufsize = va_arg(ap, size_t);
lib/libc/gen/getpwent.c
113
static int pwdb_match_entry_v4(char *, size_t, enum nss_lookup_type,
lib/libc/gen/getpwent.c
115
static int pwdb_parse_entry_v4(char *, size_t, struct passwd *, int *);
lib/libc/gen/getpwent.c
119
int (*match)(char *, size_t, enum nss_lookup_type, const char *,
lib/libc/gen/getpwent.c
121
int (*parse)(char *, size_t, struct passwd *, int *);
lib/libc/gen/getpwent.c
1214
nis_map(char *domain, enum nss_lookup_type how, char *buffer, size_t bufsize,
lib/libc/gen/getpwent.c
1240
nis_adjunct(char *domain, const char *name, char *buffer, size_t bufsize)
lib/libc/gen/getpwent.c
1294
size_t bufsize;
lib/libc/gen/getpwent.c
1314
bufsize = va_arg(ap, size_t);
lib/libc/gen/getpwent.c
1466
size_t bufsize)
lib/libc/gen/getpwent.c
1470
size_t n;
lib/libc/gen/getpwent.c
1579
uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize, int *errnop)
lib/libc/gen/getpwent.c
167
static int nis_map(char *, enum nss_lookup_type, char *, size_t, int *);
lib/libc/gen/getpwent.c
168
static int nis_adjunct(char *, const char *, char *, size_t);
lib/libc/gen/getpwent.c
1740
size_t bufsize;
lib/libc/gen/getpwent.c
1764
bufsize = va_arg(ap, size_t);
lib/libc/gen/getpwent.c
194
size_t);
lib/libc/gen/getpwent.c
1955
__pw_match_entry(const char *entry, size_t entrysize, enum nss_lookup_type how,
lib/libc/gen/getpwent.c
1960
size_t len;
lib/libc/gen/getpwent.c
197
struct passwd *, char *, size_t, int *);
lib/libc/gen/getpwent.c
1993
__pw_parse_entry(char *buffer, size_t bufsize __unused, struct passwd *pwd,
lib/libc/gen/getpwent.c
200
static int pwd_id_func(char *, size_t *, va_list ap, void *);
lib/libc/gen/getpwent.c
201
static int pwd_marshal_func(char *, size_t *, void *, va_list, void *);
lib/libc/gen/getpwent.c
202
static int pwd_unmarshal_func(char *, size_t, void *, va_list, void *);
lib/libc/gen/getpwent.c
205
pwd_id_func(char *buffer, size_t *buffer_size, va_list ap, void *cache_mdata)
lib/libc/gen/getpwent.c
209
size_t size, desired_size;
lib/libc/gen/getpwent.c
254
pwd_marshal_func(char *buffer, size_t *buffer_size, void *retval, va_list ap,
lib/libc/gen/getpwent.c
261
size_t orig_buf_size __unused;
lib/libc/gen/getpwent.c
264
size_t desired_size, size;
lib/libc/gen/getpwent.c
283
orig_buf_size = va_arg(ap, size_t);
lib/libc/gen/getpwent.c
358
pwd_unmarshal_func(char *buffer, size_t buffer_size, void *retval, va_list ap,
lib/libc/gen/getpwent.c
365
size_t orig_buf_size;
lib/libc/gen/getpwent.c
386
orig_buf_size = va_arg(ap, size_t);
lib/libc/gen/getpwent.c
507
getpwent_r(struct passwd *pwd, char *buffer, size_t bufsize,
lib/libc/gen/getpwent.c
545
getpwnam_r(const char *name, struct passwd *pwd, char *buffer, size_t bufsize,
lib/libc/gen/getpwent.c
584
getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize,
lib/libc/gen/getpwent.c
624
static size_t pwd_storage_size;
lib/libc/gen/getpwent.c
628
getpw(int (*fn)(union key, struct passwd *, char *, size_t, struct passwd **),
lib/libc/gen/getpwent.c
663
size_t bufsize, struct passwd **res)
lib/libc/gen/getpwent.c
671
size_t bufsize, struct passwd **res)
lib/libc/gen/getpwent.c
679
size_t bufsize, struct passwd **res)
lib/libc/gen/getpwent.c
802
size_t bufsize, namesize;
lib/libc/gen/getpwent.c
828
bufsize = va_arg(ap, size_t);
lib/libc/gen/getpwent.c
92
int __pw_match_entry(const char *, size_t, enum nss_lookup_type,
lib/libc/gen/getpwent.c
926
pwdb_match_entry_v3(char *entry, size_t entrysize, enum nss_lookup_type how,
lib/libc/gen/getpwent.c
94
int __pw_parse_entry(char *, size_t, struct passwd *, int, int *errnop);
lib/libc/gen/getpwent.c
953
pwdb_parse_entry_v3(char *buffer, size_t bufsize, struct passwd *pwd,
lib/libc/gen/getpwent.c
996
pwdb_match_entry_v4(char *entry, size_t entrysize, enum nss_lookup_type how,
lib/libc/gen/getttyent.c
124
size_t i;
lib/libc/gen/getttyent.c
44
static size_t lbsize;
lib/libc/gen/getttyent.c
70
size_t len;
lib/libc/gen/getvfsbyname.c
63
size_t buflen;
lib/libc/gen/glob-compat11.c
1017
g_Ctoc(const Char *str, char *buf, size_t len)
lib/libc/gen/glob-compat11.c
1020
size_t clen;
lib/libc/gen/glob-compat11.c
1025
if (clen == (size_t)-1) {
lib/libc/gen/glob-compat11.c
117
static int g_Ctoc(const Char *, char *, size_t);
lib/libc/gen/glob-compat11.c
135
globtilde(const Char *, Char *, size_t, glob11_t *);
lib/libc/gen/glob-compat11.c
141
static int globfinal(glob11_t *, struct glob_limit *, size_t,
lib/libc/gen/glob-compat11.c
159
size_t clen;
lib/libc/gen/glob-compat11.c
185
if (clen == (size_t)-1 || clen == (size_t)-2)
lib/libc/gen/glob-compat11.c
207
if (clen == (size_t)-1 || clen == (size_t)-2)
lib/libc/gen/glob-compat11.c
231
size_t oldpathc;
lib/libc/gen/glob-compat11.c
384
globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob11_t *pglob)
lib/libc/gen/glob-compat11.c
393
size_t clen;
lib/libc/gen/glob-compat11.c
449
if (clen == (size_t)-1 || clen == (size_t)-2) {
lib/libc/gen/glob-compat11.c
499
size_t oldpathc;
lib/libc/gen/glob-compat11.c
572
globfinal(glob11_t *pglob, struct glob_limit *limit, size_t oldpathc,
lib/libc/gen/glob-compat11.c
726
size_t clen;
lib/libc/gen/glob-compat11.c
73
size_t l_brace_cnt;
lib/libc/gen/glob-compat11.c
74
size_t l_path_lim;
lib/libc/gen/glob-compat11.c
747
if (clen == (size_t)-1 || clen == (size_t)-2) {
lib/libc/gen/glob-compat11.c
75
size_t l_readdir_cnt;
lib/libc/gen/glob-compat11.c
76
size_t l_stat_cnt;
lib/libc/gen/glob-compat11.c
77
size_t l_string_cnt;
lib/libc/gen/glob-compat11.c
817
size_t i, newn, len;
lib/libc/gen/glob-compat11.c
846
len = MB_CUR_MAX * (size_t)(p - path); /* XXX overallocation */
lib/libc/gen/glob-compat11.c
944
size_t i;
lib/libc/gen/glob-compat11.h
41
size_t gl_pathc; /* Count of total paths so far. */
lib/libc/gen/glob-compat11.h
42
size_t gl_matchc; /* Count of paths matching pattern. */
lib/libc/gen/glob-compat11.h
43
size_t gl_offs; /* Reserved at beginning of gl_pathv. */
lib/libc/gen/glob.c
1006
size_t i;
lib/libc/gen/glob.c
1079
g_Ctoc(const Char *str, char *buf, size_t len)
lib/libc/gen/glob.c
108
size_t l_brace_cnt;
lib/libc/gen/glob.c
1082
size_t clen;
lib/libc/gen/glob.c
1087
if (clen == (size_t)-1) {
lib/libc/gen/glob.c
109
size_t l_path_lim;
lib/libc/gen/glob.c
110
size_t l_readdir_cnt;
lib/libc/gen/glob.c
111
size_t l_stat_cnt;
lib/libc/gen/glob.c
112
size_t l_string_cnt;
lib/libc/gen/glob.c
152
static int g_Ctoc(const Char *, char *, size_t);
lib/libc/gen/glob.c
170
globtilde(const Char *, Char *, size_t, glob_t *);
lib/libc/gen/glob.c
176
static int globfinal(glob_t *, struct glob_limit *, size_t,
lib/libc/gen/glob.c
193
size_t clen;
lib/libc/gen/glob.c
217
if (clen == (size_t)-1 || clen == (size_t)-2)
lib/libc/gen/glob.c
239
if (clen == (size_t)-1 || clen == (size_t)-2)
lib/libc/gen/glob.c
293
size_t oldpathc;
lib/libc/gen/glob.c
446
globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob)
lib/libc/gen/glob.c
455
size_t clen;
lib/libc/gen/glob.c
511
if (clen == (size_t)-1 || clen == (size_t)-2) {
lib/libc/gen/glob.c
561
size_t oldpathc;
lib/libc/gen/glob.c
635
globfinal(glob_t *pglob, struct glob_limit *limit, size_t oldpathc,
lib/libc/gen/glob.c
788
size_t clen;
lib/libc/gen/glob.c
809
if (clen == (size_t)-1 || clen == (size_t)-2) {
lib/libc/gen/glob.c
879
size_t i, newn, len;
lib/libc/gen/glob.c
908
len = MB_CUR_MAX * (size_t)(p - path); /* XXX overallocation */
lib/libc/gen/memalign.c
33
memalign(size_t align, size_t size)
lib/libc/gen/memfd_create.c
54
size_t pgs[MAXPAGESIZES];
lib/libc/gen/memfd_create.c
55
size_t namelen, pgsize;
lib/libc/gen/nlist.c
155
base = mmap(NULL, (size_t)shdr_size, PROT_READ, MAP_PRIVATE, fd,
lib/libc/gen/nlist.c
188
base = mmap(NULL, (size_t)symstrsize, PROT_READ, MAP_PRIVATE, fd,
lib/libc/gen/opendir2.c
320
dirp->dd_size = (size_t)ret;
lib/libc/gen/pmadvise.c
11
posix_madvise(void *address, size_t size, int how)
lib/libc/gen/posix_spawn.c
289
size_t stacksz;
lib/libc/gen/posix_spawn.c
294
size_t cnt;
lib/libc/gen/readdir.c
52
size_t initial_loc = 0;
lib/libc/gen/readdir.c
71
dirp->dd_size = (size_t)ret;
lib/libc/gen/readpassphrase.c
43
readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags)
lib/libc/gen/scandir-compat11.c
66
size_t arraysz, numitems;
lib/libc/gen/scandir.c
52
void qsort_b(void *, size_t, size_t, void *);
lib/libc/gen/scandir.c
77
size_t arraysz = 32, numitems = 0;
lib/libc/gen/sched_getaffinity.c
38
sched_getaffinity(pid_t pid, size_t cpusetsz, cpuset_t *cpuset)
lib/libc/gen/sched_setaffinity.c
39
sched_setaffinity(pid_t pid, size_t cpusetsz, const cpuset_t *cpuset)
lib/libc/gen/sched_setaffinity.c
45
size_t len, sz;
lib/libc/gen/sem.c
318
size_t tm_size;
lib/libc/gen/sem_new.c
352
size_t tm_size;
lib/libc/gen/setmode.c
345
size_t len;
lib/libc/gen/setproctitle.c
78
size_t len;
lib/libc/gen/stringlist.c
105
size_t i;
lib/libc/gen/stringlist.c
85
size_t i;
lib/libc/gen/sysconf.c
76
size_t len;
lib/libc/gen/sysctl.c
43
size_t *oldlenp, const void *newp, size_t newlen);
lib/libc/gen/sysctl.c
46
set_user_str(void *dstp, size_t *dstlenp, const char *src, size_t len,
lib/libc/gen/sysctl.c
47
size_t maxlen)
lib/libc/gen/sysctl.c
65
sysctl(const int *name, u_int namelen, void *oldp, size_t *oldlenp,
lib/libc/gen/sysctl.c
66
const void *newp, size_t newlen)
lib/libc/gen/sysctl.c
69
size_t orig_oldlen;
lib/libc/gen/sysctlbyname.c
33
extern int __sysctlbyname(const char *name, size_t namelen, void *oldp,
lib/libc/gen/sysctlbyname.c
34
size_t *oldlenp, const void *newp, size_t newlen);
lib/libc/gen/sysctlbyname.c
37
sysctlbyname(const char *name, void *oldp, size_t *oldlenp,
lib/libc/gen/sysctlbyname.c
38
const void *newp, size_t newlen)
lib/libc/gen/sysctlbyname.c
40
size_t len;
lib/libc/gen/sysctlnametomib.c
42
sysctlnametomib(const char *name, int *mibp, size_t *sizep)
lib/libc/gen/telldir.c
121
size_t loc_loc;
lib/libc/gen/telldir.c
174
_fixtelldir(DIR *dirp, off_t oldseek, size_t oldloc)
lib/libc/gen/telldir.h
105
void _fixtelldir(DIR *dirp, off_t oldseek, size_t oldloc);
lib/libc/gen/telldir.h
49
size_t loc_index; /* key associated with structure */
lib/libc/gen/telldir.h
51
size_t loc_loc; /* offset of entry in buffer */
lib/libc/gen/tls.c
108
libc_malloc_aligned(size_t size, size_t align)
lib/libc/gen/tls.c
177
get_tls_block_ptr(void *tcb, size_t tcbsize)
lib/libc/gen/tls.c
179
size_t extra_size, post_size, pre_size, tls_block_size;
lib/libc/gen/tls.c
201
__libc_free_tls(void *tcb, size_t tcbsize, size_t tcbalign __unused)
lib/libc/gen/tls.c
231
__libc_allocate_tls(void *oldtcb, size_t tcbsize, size_t tcbalign)
lib/libc/gen/tls.c
236
size_t extra_size, maxalign, post_size, pre_size, tls_block_size;
lib/libc/gen/tls.c
302
__libc_free_tls(void *tcb, size_t tcbsize __unused, size_t tcbalign)
lib/libc/gen/tls.c
304
size_t size;
lib/libc/gen/tls.c
326
__libc_allocate_tls(void *oldtcb, size_t tcbsize, size_t tcbalign)
lib/libc/gen/tls.c
328
size_t size;
lib/libc/gen/tls.c
387
__libc_allocate_tls(void *oldtcb __unused, size_t tcbsize __unused,
lib/libc/gen/tls.c
388
size_t tcbalign __unused)
lib/libc/gen/tls.c
394
__libc_free_tls(void *tcb __unused, size_t tcbsize __unused,
lib/libc/gen/tls.c
395
size_t tcbalign __unused)
lib/libc/gen/tls.c
408
size_t phent, phnum;
lib/libc/gen/tls.c
50
void *__je_bootstrap_malloc(size_t size);
lib/libc/gen/tls.c
51
void *__je_bootstrap_calloc(size_t num, size_t size);
lib/libc/gen/tls.c
67
void *_rtld_allocate_tls(void *oldtls, size_t tcbsize, size_t tcbalign);
lib/libc/gen/tls.c
68
void _rtld_free_tls(void *tls, size_t tcbsize, size_t tcbalign);
lib/libc/gen/tls.c
69
void *__libc_allocate_tls(void *oldtls, size_t tcbsize, size_t tcbalign);
lib/libc/gen/tls.c
70
void __libc_free_tls(void *tls, size_t tcbsize, size_t tcbalign);
lib/libc/gen/tls.c
74
static size_t libc_tls_static_space;
lib/libc/gen/tls.c
75
static size_t libc_tls_init_size;
lib/libc/gen/tls.c
76
static size_t libc_tls_init_align;
lib/libc/gen/ttyname.c
57
__ssp_real(ttyname_r)(int fd, char *buf, size_t len)
lib/libc/gen/ttyname.c
59
size_t used;
lib/libc/gen/uexterr_format.c
65
__uexterr_format(const struct uexterror *ue, char *buf, size_t bufsz)
lib/libc/gen/uexterr_gettext.c
33
__libc_uexterr_gettext(char *buf, size_t bufsz)
lib/libc/gen/uexterr_gettext.c
39
uexterr_gettext(char *buf, size_t bufsz)
lib/libc/gen/uexterr_gettext.c
41
return (((int (*)(char *, size_t))
lib/libc/gen/valloc.c
36
valloc(size_t i)
lib/libc/gen/wordexp.c
129
size_t sofs; /* Offset into we->we_strings */
lib/libc/gen/wordexp.c
130
size_t vofs; /* Offset into we->we_wordv */
lib/libc/gen/wordexp.c
78
static size_t
lib/libc/gen/wordexp.c
79
we_read_fully(int fd, char *buffer, size_t len)
lib/libc/gen/wordexp.c
81
size_t done;
lib/libc/gen/wordexp.c
97
we_write_fully(int fd, const char *buffer, size_t len)
lib/libc/gen/wordexp.c
99
size_t done;
lib/libc/gmon/gmon.c
123
size_t size;
lib/libc/iconv/__iconv.c
33
size_t
lib/libc/iconv/__iconv.c
34
__iconv(iconv_t a, char **b, size_t *c, char **d,
lib/libc/iconv/__iconv.c
35
size_t *e, __uint32_t f, size_t *g)
lib/libc/iconv/__iconv_free_list.c
34
__iconv_free_list(char **a, size_t b)
lib/libc/iconv/__iconv_get_list.c
34
__iconv_get_list(char ***a, size_t *b, __iconv_bool c)
lib/libc/iconv/bsd_iconv.c
106
size_t
lib/libc/iconv/bsd_iconv.c
107
__bsd_iconv(iconv_t handle, char **in, size_t *szin, char **out, size_t *szout)
lib/libc/iconv/bsd_iconv.c
109
size_t ret;
lib/libc/iconv/bsd_iconv.c
114
return ((size_t)-1);
lib/libc/iconv/bsd_iconv.c
121
ret = (size_t)-1;
lib/libc/iconv/bsd_iconv.c
127
size_t
lib/libc/iconv/bsd_iconv.c
128
__bsd___iconv(iconv_t handle, char **in, size_t *szin, char **out,
lib/libc/iconv/bsd_iconv.c
129
size_t *szout, uint32_t flags, size_t *invalids)
lib/libc/iconv/bsd_iconv.c
131
size_t ret;
lib/libc/iconv/bsd_iconv.c
136
return ((size_t)-1);
lib/libc/iconv/bsd_iconv.c
145
ret = (size_t)-1;
lib/libc/iconv/bsd_iconv.c
152
__bsd___iconv_get_list(char ***rlist, size_t *rsz, bool sorted)
lib/libc/iconv/bsd_iconv.c
166
__bsd___iconv_free_list(char **list, size_t sz)
lib/libc/iconv/bsd_iconv.c
193
size_t sz;
lib/libc/iconv/bsd_iconv.c
256
size_t srclen;
lib/libc/iconv/citrus_aliasname_local.h
36
void *buf, size_t bufsize)
lib/libc/iconv/citrus_bcs.c
107
_citrus_bcs_skip_ws_len(const char * __restrict p, size_t * __restrict len)
lib/libc/iconv/citrus_bcs.c
122
_citrus_bcs_skip_nonws_len(const char * __restrict p, size_t * __restrict len)
lib/libc/iconv/citrus_bcs.c
137
_citrus_bcs_trunc_rws_len(const char * __restrict p, size_t * __restrict len)
lib/libc/iconv/citrus_bcs.c
62
const char * __restrict str2, size_t sz)
lib/libc/iconv/citrus_bcs.h
85
const char * __restrict, size_t);
lib/libc/iconv/citrus_bcs.h
89
size_t * __restrict);
lib/libc/iconv/citrus_bcs.h
91
size_t * __restrict);
lib/libc/iconv/citrus_bcs.h
93
size_t * __restrict);
lib/libc/iconv/citrus_csmapper.c
102
size_t pvlen, unsigned long *rnorm)
lib/libc/iconv/citrus_csmapper.c
191
size_t len;
lib/libc/iconv/citrus_csmapper.c
245
size_t pvlen, unsigned long *rnorm)
lib/libc/iconv/citrus_csmapper.c
289
find_best_pivot(const char *src, const char *dst, char *pivot, size_t pvlen,
lib/libc/iconv/citrus_csmapper.c
76
memcpy(rval, _region_head(r), (size_t)4);
lib/libc/iconv/citrus_db.c
106
size_t offset;
lib/libc/iconv/citrus_db.c
300
size_t offset;
lib/libc/iconv/citrus_db.h
39
size_t dl_offset;
lib/libc/iconv/citrus_db_factory.c
104
static __inline size_t
lib/libc/iconv/citrus_db_factory.c
105
ceilto(size_t sz)
lib/libc/iconv/citrus_db_factory.c
209
size_t
lib/libc/iconv/citrus_db_factory.c
212
size_t sz;
lib/libc/iconv/citrus_db_factory.c
223
put8(struct _region *r, size_t *rofs, uint8_t val)
lib/libc/iconv/citrus_db_factory.c
231
put32(struct _region *r, size_t *rofs, uint32_t val)
lib/libc/iconv/citrus_db_factory.c
240
putpad(struct _region *r, size_t *rofs)
lib/libc/iconv/citrus_db_factory.c
242
size_t i;
lib/libc/iconv/citrus_db_factory.c
249
dump_header(struct _region *r, const char *magic, size_t *rofs,
lib/libc/iconv/citrus_db_factory.c
250
size_t num_entries)
lib/libc/iconv/citrus_db_factory.c
264
size_t dataofs, i, keyofs, nextofs, ofs;
lib/libc/iconv/citrus_db_factory.c
58
size_t df_num_entries;
lib/libc/iconv/citrus_db_factory.c
60
size_t df_total_key_size;
lib/libc/iconv/citrus_db_factory.c
61
size_t df_total_data_size;
lib/libc/iconv/citrus_db_factory.h
53
size_t _citrus_db_factory_calc_size(struct _citrus_db_factory *);
lib/libc/iconv/citrus_db_hash.c
48
size_t i;
lib/libc/iconv/citrus_esdb.c
244
_citrus_esdb_free_list(char **list, size_t num)
lib/libc/iconv/citrus_esdb.c
247
for (size_t i = 0; i < num; i++)
lib/libc/iconv/citrus_esdb.c
257
_citrus_esdb_get_list(char ***rlist, size_t *rnum, bool sorted)
lib/libc/iconv/citrus_esdb.c
263
size_t num;
lib/libc/iconv/citrus_esdb.c
62
_citrus_esdb_alias(const char *esname, char *buf, size_t bufsize)
lib/libc/iconv/citrus_esdb.h
44
size_t db_len_variable;
lib/libc/iconv/citrus_esdb.h
52
const char *_citrus_esdb_alias(const char *, char *, size_t);
lib/libc/iconv/citrus_esdb.h
55
void _citrus_esdb_free_list(char **, size_t);
lib/libc/iconv/citrus_esdb.h
56
int _citrus_esdb_get_list(char ***, size_t *, bool);
lib/libc/iconv/citrus_iconv.c
117
size_t len_convname;
lib/libc/iconv/citrus_iconv.c
297
strlcpy(realsrc, src, (size_t)PATH_MAX);
lib/libc/iconv/citrus_iconv.c
300
strlcpy(realdst, dst, (size_t)PATH_MAX);
lib/libc/iconv/citrus_iconv.c
312
strlcpy(realsrc, _lookup_alias(path, realsrc, buf, (size_t)PATH_MAX,
lib/libc/iconv/citrus_iconv.c
313
_LOOKUP_CASE_IGNORE), (size_t)PATH_MAX);
lib/libc/iconv/citrus_iconv.c
314
strlcpy(realdst, _lookup_alias(path, realdst, buf, (size_t)PATH_MAX,
lib/libc/iconv/citrus_iconv.c
315
_LOOKUP_CASE_IGNORE), (size_t)PATH_MAX);
lib/libc/iconv/citrus_iconv.c
367
if ((buf = calloc((size_t)PATH_MAX, sizeof(*buf))) == NULL)
lib/libc/iconv/citrus_iconv.c
369
_citrus_esdb_alias(name, buf, (size_t)PATH_MAX);
lib/libc/iconv/citrus_iconv.h
56
char * __restrict * __restrict in, size_t * __restrict inbytes,
lib/libc/iconv/citrus_iconv.h
57
char * __restrict * __restrict out, size_t * __restrict outbytes,
lib/libc/iconv/citrus_iconv.h
58
uint32_t flags, size_t * __restrict nresults)
lib/libc/iconv/citrus_iconv_local.h
51
size_t * __restrict, \
lib/libc/iconv/citrus_iconv_local.h
53
size_t * __restrict outbytes, \
lib/libc/iconv/citrus_iconv_local.h
54
uint32_t, size_t * __restrict); \
lib/libc/iconv/citrus_iconv_local.h
79
char *__restrict* __restrict, size_t * __restrict,
lib/libc/iconv/citrus_iconv_local.h
80
char * __restrict * __restrict, size_t * __restrict, uint32_t,
lib/libc/iconv/citrus_iconv_local.h
81
size_t * __restrict);
lib/libc/iconv/citrus_lookup.c
175
size_t len;
lib/libc/iconv/citrus_lookup.c
196
if (cl->cl_key && ((size_t)(q - p) != cl->cl_keylen ||
lib/libc/iconv/citrus_lookup.c
197
memcmp(p, cl->cl_key, (size_t)(q - p)) != 0))
lib/libc/iconv/citrus_lookup.c
202
_region_init(key, __DECONST(void *, p), (size_t)(q - p));
lib/libc/iconv/citrus_lookup.c
226
size_t len;
lib/libc/iconv/citrus_lookup.c
340
char *linebuf, size_t linebufsize, int ignore_case)
lib/libc/iconv/citrus_lookup.c
77
size_t cl_keylen;
lib/libc/iconv/citrus_lookup.h
40
size_t, int);
lib/libc/iconv/citrus_lookup.h
53
_citrus_lookup_alias(const char *path, const char *key, char *buf, size_t n,
lib/libc/iconv/citrus_lookup_factory.c
50
convert_line(struct _citrus_db_factory *df, const char *line, size_t len)
lib/libc/iconv/citrus_lookup_factory.c
82
size_t size;
lib/libc/iconv/citrus_lookup_factory.c
99
size_t size;
lib/libc/iconv/citrus_mapper.c
128
size_t linebufsize, const char **module, const char **variable)
lib/libc/iconv/citrus_mapper.c
135
size_t len;
lib/libc/iconv/citrus_mapper.c
139
snprintf(path, (size_t)PATH_MAX, "%s/%s", dir, _CITRUS_MAPPER_DIR);
lib/libc/iconv/citrus_mapper.c
163
strlcpy(p, cp, (size_t)(cq - cp + 1));
lib/libc/iconv/citrus_mapper.c
339
(size_t)PATH_MAX, &module, &variable);
lib/libc/iconv/citrus_mapper.c
87
snprintf(path, (size_t)PATH_MAX, "%s/%s", area, _CITRUS_MAPPER_DIR);
lib/libc/iconv/citrus_mapper.h
103
static __inline size_t
lib/libc/iconv/citrus_mapper.h
114
static __inline size_t
lib/libc/iconv/citrus_mapper.h
125
static __inline size_t
lib/libc/iconv/citrus_mapper_local.h
44
size_t, struct _citrus_mapper_traits * __restrict, \
lib/libc/iconv/citrus_mapper_local.h
45
size_t); \
lib/libc/iconv/citrus_mapper_local.h
68
const void *__restrict, size_t,
lib/libc/iconv/citrus_mapper_local.h
69
struct _citrus_mapper_traits * __restrict, size_t);
lib/libc/iconv/citrus_mapper_local.h
84
size_t mt_state_size;
lib/libc/iconv/citrus_mapper_local.h
85
size_t mt_src_max;
lib/libc/iconv/citrus_mapper_local.h
86
size_t mt_dst_max;
lib/libc/iconv/citrus_memstream.c
117
size_t sz;
lib/libc/iconv/citrus_memstream.c
44
size_t * __restrict rlen)
lib/libc/iconv/citrus_memstream.c
47
size_t i, ret;
lib/libc/iconv/citrus_memstream.c
70
const char * __restrict key, size_t * __restrict rlen, int iscasesensitive)
lib/libc/iconv/citrus_memstream.c
73
size_t keylen, len;
lib/libc/iconv/citrus_memstream.c
95
if ((size_t)(q - p) == keylen) {
lib/libc/iconv/citrus_memstream.h
104
_citrus_memory_stream_seek(struct _citrus_memory_stream *ms, size_t pos, int w)
lib/libc/iconv/citrus_memstream.h
106
size_t sz;
lib/libc/iconv/citrus_memstream.h
159
struct _citrus_region *r, size_t sz)
lib/libc/iconv/citrus_memstream.h
218
size_t sz;
lib/libc/iconv/citrus_memstream.h
37
size_t ms_pos;
lib/libc/iconv/citrus_memstream.h
43
size_t * __restrict);
lib/libc/iconv/citrus_memstream.h
46
const char * __restrict, size_t * __restrict, int);
lib/libc/iconv/citrus_memstream.h
70
void *ptr, size_t sz)
lib/libc/iconv/citrus_memstream.h
85
static __inline size_t
lib/libc/iconv/citrus_memstream.h
92
static __inline size_t
lib/libc/iconv/citrus_memstream.h
95
size_t sz;
lib/libc/iconv/citrus_mmap.c
74
head = mmap(NULL, (size_t)st.st_size, PROT_READ, MAP_FILE|MAP_PRIVATE,
lib/libc/iconv/citrus_mmap.c
80
_region_init(r, head, (size_t)st.st_size);
lib/libc/iconv/citrus_module.c
207
if (strncmp(dp->d_name, lname, (size_t)len) != 0)
lib/libc/iconv/citrus_none.c
107
char *s, size_t n, _csid_t csid, _index_t idx, void *ps __unused,
lib/libc/iconv/citrus_none.c
108
size_t *nresult, struct iconv_hooks *hooks __unused)
lib/libc/iconv/citrus_none.c
120
*nresult = (size_t)-1;
lib/libc/iconv/citrus_none.c
127
*nresult = (size_t)-1;
lib/libc/iconv/citrus_none.c
136
*nresult = (size_t)-1;
lib/libc/iconv/citrus_none.c
146
*nresult = (size_t)-1;
lib/libc/iconv/citrus_none.c
162
_wc_t * __restrict pwc, char ** __restrict s, size_t n,
lib/libc/iconv/citrus_none.c
163
void * __restrict pspriv __unused, size_t * __restrict nresult,
lib/libc/iconv/citrus_none.c
172
*nresult = (size_t)-2;
lib/libc/iconv/citrus_none.c
189
char * __restrict s, size_t n, _wc_t wc,
lib/libc/iconv/citrus_none.c
190
void * __restrict pspriv __unused, size_t * __restrict nresult,
lib/libc/iconv/citrus_none.c
195
*nresult = (size_t)-1;
lib/libc/iconv/citrus_none.c
199
*nresult = (size_t)-1;
lib/libc/iconv/citrus_none.c
212
char * __restrict s __unused, size_t n __unused,
lib/libc/iconv/citrus_none.c
213
void * __restrict pspriv __unused, size_t * __restrict nresult)
lib/libc/iconv/citrus_none.c
58
const void *var __unused, size_t lenvar __unused,
lib/libc/iconv/citrus_none.c
86
_csid_t *csid, _index_t *idx, char **s, size_t n,
lib/libc/iconv/citrus_none.c
87
void *ps __unused, size_t *nresult, struct iconv_hooks *hooks)
lib/libc/iconv/citrus_none.c
91
*nresult = (size_t)-2;
lib/libc/iconv/citrus_pivot_factory.c
105
convert_line(struct src_head *sh, const char *line, size_t len)
lib/libc/iconv/citrus_pivot_factory.c
162
size_t size;
lib/libc/iconv/citrus_pivot_factory.c
205
size_t size;
lib/libc/iconv/citrus_prop.c
253
size_t m, n;
lib/libc/iconv/citrus_prop.c
321
char * __restrict s, size_t n)
lib/libc/iconv/citrus_prop.c
324
size_t m;
lib/libc/iconv/citrus_prop.c
429
void * __restrict context, const void *var, size_t lenvar)
lib/libc/iconv/citrus_prop.h
90
void * __restrict, const void *, size_t);
lib/libc/iconv/citrus_region.h
105
const struct _citrus_region *r, size_t ofs, size_t sz)
lib/libc/iconv/citrus_region.h
39
size_t r_size;
lib/libc/iconv/citrus_region.h
43
_citrus_region_init(struct _citrus_region *r, void *h, size_t sz)
lib/libc/iconv/citrus_region.h
57
static __inline size_t
lib/libc/iconv/citrus_region.h
65
_citrus_region_check(const struct _citrus_region *r, size_t ofs, size_t sz)
lib/libc/iconv/citrus_region.h
72
_citrus_region_offset(const struct _citrus_region *r, size_t pos)
lib/libc/iconv/citrus_region.h
79
_citrus_region_peek8(const struct _citrus_region *r, size_t pos)
lib/libc/iconv/citrus_region.h
86
_citrus_region_peek16(const struct _citrus_region *r, size_t pos)
lib/libc/iconv/citrus_region.h
90
memcpy(&val, _citrus_region_offset(r, pos), (size_t)2);
lib/libc/iconv/citrus_region.h
95
_citrus_region_peek32(const struct _citrus_region *r, size_t pos)
lib/libc/iconv/citrus_region.h
99
memcpy(&val, _citrus_region_offset(r, pos), (size_t)4);
lib/libc/iconv/citrus_stdenc.c
53
size_t lenvar)
lib/libc/iconv/citrus_stdenc.h
103
char * __restrict s, size_t n, void * __restrict ps,
lib/libc/iconv/citrus_stdenc.h
104
size_t * __restrict nresult)
lib/libc/iconv/citrus_stdenc.h
110
static __inline size_t
lib/libc/iconv/citrus_stdenc.h
117
static __inline size_t
lib/libc/iconv/citrus_stdenc.h
124
static __inline size_t
lib/libc/iconv/citrus_stdenc.h
58
char const * __restrict, const void * __restrict, size_t);
lib/libc/iconv/citrus_stdenc.h
73
char ** __restrict s, size_t n, void * __restrict ps,
lib/libc/iconv/citrus_stdenc.h
74
size_t * __restrict nresult, struct iconv_hooks *hooks)
lib/libc/iconv/citrus_stdenc.h
83
char * __restrict s, size_t n, _citrus_csid_t csid, _citrus_index_t idx,
lib/libc/iconv/citrus_stdenc.h
84
void * __restrict ps, size_t * __restrict nresult,
lib/libc/iconv/citrus_stdenc.h
94
char * __restrict s, size_t n, _citrus_wc_t wc, void * __restrict ps,
lib/libc/iconv/citrus_stdenc.h
95
size_t * __restrict nresult, struct iconv_hooks *hooks)
lib/libc/iconv/citrus_stdenc_local.h
102
(struct _citrus_stdenc * __reatrict, const void * __restrict , size_t,
lib/libc/iconv/citrus_stdenc_local.h
110
char ** __restrict, size_t,
lib/libc/iconv/citrus_stdenc_local.h
111
void * __restrict, size_t * __restrict,
lib/libc/iconv/citrus_stdenc_local.h
114
(struct _citrus_stdenc *__restrict, char * __restrict, size_t,
lib/libc/iconv/citrus_stdenc_local.h
116
size_t * __restrict, struct iconv_hooks *);
lib/libc/iconv/citrus_stdenc_local.h
120
char ** __restrict, size_t,
lib/libc/iconv/citrus_stdenc_local.h
121
void * __restrict, size_t * __restrict,
lib/libc/iconv/citrus_stdenc_local.h
124
(struct _citrus_stdenc *__restrict, char * __restrict, size_t,
lib/libc/iconv/citrus_stdenc_local.h
125
_citrus_wc_t, void * __restrict, size_t * __restrict,
lib/libc/iconv/citrus_stdenc_local.h
128
(struct _citrus_stdenc *__restrict, char * __restrict, size_t,
lib/libc/iconv/citrus_stdenc_local.h
129
void * __restrict, size_t * __restrict);
lib/libc/iconv/citrus_stdenc_local.h
149
size_t et_state_size;
lib/libc/iconv/citrus_stdenc_local.h
150
size_t et_mb_cur_max;
lib/libc/iconv/citrus_stdenc_local.h
152
size_t et_mb_cur_min;
lib/libc/iconv/citrus_stdenc_local.h
40
int n(struct _citrus_stdenc_ops *, size_t)
lib/libc/iconv/citrus_stdenc_local.h
49
const void * __restrict, size_t, \
lib/libc/iconv/citrus_stdenc_local.h
59
char ** __restrict, size_t, \
lib/libc/iconv/citrus_stdenc_local.h
60
void * __restrict, size_t * __restrict, \
lib/libc/iconv/citrus_stdenc_local.h
64
char * __restrict, size_t, _citrus_csid_t, \
lib/libc/iconv/citrus_stdenc_local.h
66
size_t * __restrict, struct iconv_hooks *); \
lib/libc/iconv/citrus_stdenc_local.h
70
char ** __restrict, size_t, \
lib/libc/iconv/citrus_stdenc_local.h
71
void * __restrict, size_t * __restrict, \
lib/libc/iconv/citrus_stdenc_local.h
75
char * __restrict, size_t, _citrus_wc_t, \
lib/libc/iconv/citrus_stdenc_local.h
76
void * __restrict, size_t * __restrict, \
lib/libc/iconv/citrus_stdenc_local.h
80
char * __restrict, size_t, void * __restrict, \
lib/libc/iconv/citrus_stdenc_local.h
81
size_t * __restrict); \
lib/libc/iconv/citrus_stdenc_template.h
122
char ** __restrict s, size_t n, void * __restrict ps,
lib/libc/iconv/citrus_stdenc_template.h
123
size_t * __restrict nresult, struct iconv_hooks *hooks)
lib/libc/iconv/citrus_stdenc_template.h
131
if ((ret == 0) && *nresult != (size_t)-2)
lib/libc/iconv/citrus_stdenc_template.h
141
char * __restrict s, size_t n, _citrus_csid_t csid, _citrus_index_t idx,
lib/libc/iconv/citrus_stdenc_template.h
142
void * __restrict ps, size_t * __restrict nresult,
lib/libc/iconv/citrus_stdenc_template.h
161
_citrus_wc_t * __restrict wc, char ** __restrict s, size_t n,
lib/libc/iconv/citrus_stdenc_template.h
162
void * __restrict ps, size_t * __restrict nresult,
lib/libc/iconv/citrus_stdenc_template.h
176
char * __restrict s, size_t n, _citrus_wc_t wc, void * __restrict ps,
lib/libc/iconv/citrus_stdenc_template.h
177
size_t * __restrict nresult, struct iconv_hooks *hooks __unused)
lib/libc/iconv/citrus_stdenc_template.h
188
char * __restrict s __unused, size_t n __unused,
lib/libc/iconv/citrus_stdenc_template.h
189
void * __restrict ps __unused, size_t * __restrict nresult)
lib/libc/iconv/citrus_stdenc_template.h
62
size_t lenops __unused)
lib/libc/iconv/citrus_stdenc_template.h
72
const void * __restrict var, size_t lenvar,
lib/libc/iconv/iconv-internal.h
32
size_t __bsd___iconv(iconv_t, char **, size_t *, char **,
lib/libc/iconv/iconv-internal.h
33
size_t *, __uint32_t, size_t *);
lib/libc/iconv/iconv-internal.h
34
void __bsd___iconv_free_list(char **, size_t);
lib/libc/iconv/iconv-internal.h
35
int __bsd___iconv_get_list(char ***, size_t *, __iconv_bool);
lib/libc/iconv/iconv-internal.h
36
size_t __bsd_iconv(iconv_t, char ** __restrict,
lib/libc/iconv/iconv-internal.h
37
size_t * __restrict, char ** __restrict,
lib/libc/iconv/iconv-internal.h
38
size_t * __restrict);
lib/libc/iconv/iconv.c
33
size_t
lib/libc/iconv/iconv.c
35
size_t * __restrict c, char ** __restrict d,
lib/libc/iconv/iconv.c
36
size_t * __restrict e)
lib/libc/iconv/iconv_compat.c
39
size_t
lib/libc/iconv/iconv_compat.c
40
__iconv_compat(iconv_t a, char ** b, size_t * c, char ** d,
lib/libc/iconv/iconv_compat.c
41
size_t * e, __uint32_t f, size_t *g)
lib/libc/iconv/iconv_compat.c
47
__iconv_free_list_compat(char ** a, size_t b)
lib/libc/iconv/iconv_compat.c
53
__iconv_get_list_compat(char ***a, size_t *b, __iconv_bool c)
lib/libc/iconv/iconv_compat.c
58
size_t
lib/libc/iconv/iconv_compat.c
60
size_t * __restrict c, char ** __restrict d,
lib/libc/iconv/iconv_compat.c
61
size_t * __restrict e)
lib/libc/include/isc/eventlib.h
139
struct iovec evConsIovec __P((void *, size_t));
lib/libc/include/libc_private.h
380
int __strerror_rl(int errnum, char *strerrbuf, size_t buflen,
lib/libc/include/libc_private.h
384
int __uexterr_format(const struct uexterror *ue, char *buf, size_t bufsz);
lib/libc/include/libc_private.h
385
int __libc_uexterr_gettext(char *buf, size_t bufsz);
lib/libc/include/nscache.h
167
(cp) = (p_type)((char *)(cb) + (size_t)(cp) - (size_t)(ib))
lib/libc/include/nscache.h
173
((char *)(cb) + (size_t)(cp) - (size_t)(ib))
lib/libc/include/nscache.h
177
size_t key_size;
lib/libc/include/nscache.h
36
typedef int (*nss_cache_id_func_t)(char *, size_t *, va_list, void *);
lib/libc/include/nscache.h
37
typedef int (*nss_cache_marshal_func_t)(char *, size_t *, void *, va_list,
lib/libc/include/nscache.h
39
typedef int (*nss_cache_unmarshal_func_t)(char *, size_t, void *, va_list,
lib/libc/include/nscachedcli.h
102
extern int __cached_mp_read(cached_mp_read_session, char *, size_t *);
lib/libc/include/nscachedcli.h
89
size_t, const char *, size_t);
lib/libc/include/nscachedcli.h
91
size_t, char *, size_t *);
lib/libc/include/nscachedcli.h
96
extern int __cached_mp_write(cached_mp_write_session, const char *, size_t);
lib/libc/inet/inet_cidr_ntop.c
107
inet_cidr_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size) {
lib/libc/inet/inet_cidr_ntop.c
109
size_t len = 4;
lib/libc/inet/inet_cidr_ntop.c
110
size_t b;
lib/libc/inet/inet_cidr_ntop.c
111
size_t bytes;
lib/libc/inet/inet_cidr_ntop.c
151
inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) {
lib/libc/inet/inet_cidr_ntop.c
253
if ((size_t)(tp - tmp) > size) {
lib/libc/inet/inet_cidr_ntop.c
38
# define SPRINTF(x) ((size_t)sprintf x)
lib/libc/inet/inet_cidr_ntop.c
42
inet_cidr_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size);
lib/libc/inet/inet_cidr_ntop.c
44
inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size);
lib/libc/inet/inet_cidr_ntop.c
61
inet_cidr_ntop(int af, const void *src, int bits, char *dst, size_t size) {
lib/libc/inet/inet_cidr_ntop.c
74
decoct(const u_char *src, int bytes, char *dst, size_t size) {
lib/libc/inet/inet_cidr_ntop.c
88
size -= (size_t)(dst - t);
lib/libc/inet/inet_cidr_pton.c
40
# define SPRINTF(x) ((size_t)sprintf x)
lib/libc/inet/inet_cidr_pton.c
85
size_t size = 4;
lib/libc/inet/inet_net_ntop.c
146
inet_net_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size)
lib/libc/inet/inet_net_ntop.c
37
static char *inet_net_ntop_ipv4(const u_char *, int, char *, size_t);
lib/libc/inet/inet_net_ntop.c
38
static char *inet_net_ntop_ipv6(const u_char *, int, char *, size_t);
lib/libc/inet/inet_net_ntop.c
51
inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size)
lib/libc/inet/inet_net_ntop.c
78
inet_net_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size)
lib/libc/inet/inet_net_pton.c
212
inet_net_pton_ipv6(const char *src, u_char *dst, size_t size)
lib/libc/inet/inet_net_pton.c
217
size_t bytes;
lib/libc/inet/inet_net_pton.c
39
static int inet_net_pton_ipv4(const char *, u_char *, size_t);
lib/libc/inet/inet_net_pton.c
40
static int inet_net_pton_ipv6(const char *, u_char *, size_t);
lib/libc/inet/inet_net_pton.c
56
inet_net_pton(int af, const char *src, void *dst, size_t size)
lib/libc/inet/inet_net_pton.c
86
inet_net_pton_ipv4(const char *src, u_char *dst, size_t size)
lib/libc/inet/inet_neta.c
36
# define SPRINTF(x) ((size_t)sprintf x)
lib/libc/inet/inet_neta.c
51
inet_neta(in_addr_t src, char *dst, size_t size)
lib/libc/inet/inet_neta.c
69
size -= (size_t)(dst - tp);
lib/libc/isc/ev_streams.c
228
consume(evStream *str, size_t bytes) {
lib/libc/isc/ev_streams.c
230
if (bytes < (size_t)str->iovCur->iov_len) {
lib/libc/isc/ev_streams.c
44
static void consume(evStream *str, size_t bytes);
lib/libc/isc/ev_streams.c
51
evConsIovec(void *buf, size_t cnt) {
lib/libc/locale/ascii.c
101
return ((size_t)-1);
lib/libc/locale/ascii.c
108
static size_t
lib/libc/locale/ascii.c
118
return ((size_t)-1);
lib/libc/locale/ascii.c
124
static size_t
lib/libc/locale/ascii.c
126
size_t nms, size_t len, mbstate_t * __restrict ps __unused)
lib/libc/locale/ascii.c
129
size_t nchr;
lib/libc/locale/ascii.c
135
return ((size_t)-1);
lib/libc/locale/ascii.c
147
return ((size_t)-1);
lib/libc/locale/ascii.c
159
static size_t
lib/libc/locale/ascii.c
161
size_t nwc, size_t len, mbstate_t * __restrict ps __unused)
lib/libc/locale/ascii.c
164
size_t nchr;
lib/libc/locale/ascii.c
170
return ((size_t)-1);
lib/libc/locale/ascii.c
182
return ((size_t)-1);
lib/libc/locale/ascii.c
51
static size_t _ascii_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/ascii.c
52
size_t, mbstate_t * __restrict);
lib/libc/locale/ascii.c
54
static size_t _ascii_mbsnrtowcs(wchar_t * __restrict dst,
lib/libc/locale/ascii.c
55
const char ** __restrict src, size_t nms, size_t len,
lib/libc/locale/ascii.c
57
static size_t _ascii_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/ascii.c
59
static size_t _ascii_wcsnrtombs(char * __restrict, const wchar_t ** __restrict,
lib/libc/locale/ascii.c
60
size_t, size_t, mbstate_t * __restrict);
lib/libc/locale/ascii.c
88
static size_t
lib/libc/locale/ascii.c
89
_ascii_mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n,
lib/libc/locale/ascii.c
98
return ((size_t)-2);
lib/libc/locale/big5.c
103
size_t len;
lib/libc/locale/big5.c
110
return ((size_t)-1);
lib/libc/locale/big5.c
121
return ((size_t)-2);
lib/libc/locale/big5.c
126
return ((size_t)-1);
lib/libc/locale/big5.c
135
len = (size_t)_big5_check(*s);
lib/libc/locale/big5.c
141
return ((size_t)-2);
lib/libc/locale/big5.c
145
return ((size_t)-1);
lib/libc/locale/big5.c
158
static size_t
lib/libc/locale/big5.c
167
return ((size_t)-1);
lib/libc/locale/big5.c
182
static size_t
lib/libc/locale/big5.c
184
size_t nms, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/big5.c
189
static size_t
lib/libc/locale/big5.c
191
size_t nwc, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/big5.c
51
static size_t _BIG5_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/big5.c
52
size_t, mbstate_t * __restrict);
lib/libc/locale/big5.c
54
static size_t _BIG5_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/big5.c
56
static size_t _BIG5_mbsnrtowcs(wchar_t * __restrict,
lib/libc/locale/big5.c
57
const char ** __restrict, size_t, size_t,
lib/libc/locale/big5.c
59
static size_t _BIG5_wcsnrtombs(char * __restrict,
lib/libc/locale/big5.c
60
const wchar_t ** __restrict, size_t, size_t,
lib/libc/locale/big5.c
97
static size_t
lib/libc/locale/big5.c
98
_BIG5_mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n,
lib/libc/locale/c16rtomb.c
38
size_t
lib/libc/locale/c16rtomb.c
58
return ((size_t)-1);
lib/libc/locale/c16rtomb.c
75
size_t
lib/libc/locale/c32rtomb.c
34
size_t
lib/libc/locale/c32rtomb.c
42
return ((size_t)-1);
lib/libc/locale/c32rtomb.c
53
size_t
lib/libc/locale/cXXrtomb_iconv.h
102
return ((size_t)-1);
lib/libc/locale/cXXrtomb_iconv.h
107
size_t
lib/libc/locale/cXXrtomb_iconv.h
48
size_t srcbuf_len;
lib/libc/locale/cXXrtomb_iconv.h
53
size_t
lib/libc/locale/cXXrtomb_iconv.h
60
size_t srcleft, dstleft, invlen;
lib/libc/locale/collate.c
417
size_t
lib/libc/locale/collate.c
419
size_t room)
lib/libc/locale/collate.c
428
size_t want = 0;
lib/libc/locale/collate.c
429
size_t need = 0;
lib/libc/locale/collate.c
518
return ((size_t)(-1));
lib/libc/locale/collate.c
562
size_t
lib/libc/locale/collate.c
564
size_t room)
lib/libc/locale/collate.c
573
size_t want = 0;
lib/libc/locale/collate.c
574
size_t need = 0;
lib/libc/locale/collate.c
681
return ((size_t)(-1));
lib/libc/locale/collate.c
691
__collate_equiv_value(locale_t locale, const wchar_t *str, size_t len)
lib/libc/locale/collate.c
749
size_t
lib/libc/locale/collate.c
750
__collate_collating_symbol(wchar_t *dst, size_t dlen, const char *src,
lib/libc/locale/collate.c
751
size_t slen, mbstate_t *ps)
lib/libc/locale/collate.c
756
size_t len, l;
lib/libc/locale/collate.c
763
return ((size_t)-1);
lib/libc/locale/collate.c
771
if (l == (size_t)-1 || l == (size_t)-2)
lib/libc/locale/collate.c
772
return ((size_t)-1);
lib/libc/locale/collate.c
776
return ((size_t)-1);
lib/libc/locale/collate.c
782
return ((size_t)-1);
lib/libc/locale/collate.c
827
__collate_equiv_class(const char *src, size_t slen, mbstate_t *ps)
lib/libc/locale/collate.c
832
size_t len, l;
lib/libc/locale/collate.c
842
if (l == (size_t)-1 || l == (size_t)-2)
lib/libc/locale/collate.c
899
size_t
lib/libc/locale/collate.c
900
__collate_equiv_match(int equiv_class, wchar_t *dst, size_t dlen, wchar_t start,
lib/libc/locale/collate.c
901
const char *src, size_t slen, mbstate_t *ps, size_t *rlen)
lib/libc/locale/collate.c
904
size_t len, l, clen;
lib/libc/locale/collate.c
910
size_t sl = slen;
lib/libc/locale/collate.c
917
return ((size_t)-1);
lib/libc/locale/collate.c
931
if (l == (size_t)-1 || l == (size_t)-2 || l == 0)
lib/libc/locale/collate.c
985
return ((size_t)-1);
lib/libc/locale/collate.h
123
size_t maplen;
lib/libc/locale/collate.h
133
size_t __collate_collating_symbol(wchar_t *, size_t, const char *, size_t,
lib/libc/locale/collate.h
135
int __collate_equiv_class(const char *, size_t, mbstate_t *);
lib/libc/locale/collate.h
136
int __collate_equiv_value(locale_t, const wchar_t *, size_t);
lib/libc/locale/collate.h
137
size_t __collate_equiv_match(int, wchar_t *, size_t, wchar_t, const char *,
lib/libc/locale/collate.h
138
size_t, mbstate_t *, size_t *);
lib/libc/locale/collate.h
144
size_t _collate_wxfrm(struct xlocale_collate *, const wchar_t *, wchar_t *,
lib/libc/locale/collate.h
145
size_t);
lib/libc/locale/collate.h
146
size_t _collate_sxfrm(struct xlocale_collate *, const wchar_t *, char *,
lib/libc/locale/collate.h
147
size_t);
lib/libc/locale/euc.c
100
const wchar_t ** __restrict, size_t, size_t,
lib/libc/locale/euc.c
136
static size_t
lib/libc/locale/euc.c
138
size_t n, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
143
static size_t
lib/libc/locale/euc.c
146
size_t nms, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
151
static size_t
lib/libc/locale/euc.c
158
static size_t
lib/libc/locale/euc.c
160
size_t nwc, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
183
static size_t
lib/libc/locale/euc.c
185
size_t n, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
190
static size_t
lib/libc/locale/euc.c
193
size_t nms, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
198
static size_t
lib/libc/locale/euc.c
205
static size_t
lib/libc/locale/euc.c
207
size_t nwc, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
230
static size_t
lib/libc/locale/euc.c
232
size_t n, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
237
static size_t
lib/libc/locale/euc.c
240
size_t nms, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
245
static size_t
lib/libc/locale/euc.c
252
static size_t
lib/libc/locale/euc.c
254
size_t nwc, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
277
static size_t
lib/libc/locale/euc.c
279
size_t n, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
284
static size_t
lib/libc/locale/euc.c
287
size_t nms, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
292
static size_t
lib/libc/locale/euc.c
299
static size_t
lib/libc/locale/euc.c
301
size_t nwc, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/euc.c
310
static size_t
lib/libc/locale/euc.c
312
size_t n, mbstate_t * __restrict ps,
lib/libc/locale/euc.c
324
return ((size_t)-1);
lib/libc/locale/euc.c
335
return ((size_t)-2);
lib/libc/locale/euc.c
354
return ((size_t)-1);
lib/libc/locale/euc.c
376
return ((size_t)-2);
lib/libc/locale/euc.c
384
static size_t
lib/libc/locale/euc.c
397
return ((size_t)-1);
lib/libc/locale/euc.c
423
return ((size_t)-1);
lib/libc/locale/euc.c
433
return ((size_t)-1);
lib/libc/locale/euc.c
438
return ((size_t)-1);
lib/libc/locale/euc.c
442
return ((size_t)-1);
lib/libc/locale/euc.c
54
static size_t _EUC_mbrtowc_impl(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/euc.c
55
size_t, mbstate_t * __restrict, uint8_t, uint8_t, uint8_t, uint8_t);
lib/libc/locale/euc.c
56
static size_t _EUC_wcrtomb_impl(char * __restrict, wchar_t,
lib/libc/locale/euc.c
59
static size_t _EUC_CN_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/euc.c
60
size_t, mbstate_t * __restrict);
lib/libc/locale/euc.c
61
static size_t _EUC_JP_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/euc.c
62
size_t, mbstate_t * __restrict);
lib/libc/locale/euc.c
63
static size_t _EUC_KR_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/euc.c
64
size_t, mbstate_t * __restrict);
lib/libc/locale/euc.c
65
static size_t _EUC_TW_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/euc.c
66
size_t, mbstate_t * __restrict);
lib/libc/locale/euc.c
68
static size_t _EUC_CN_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/euc.c
70
static size_t _EUC_JP_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/euc.c
72
static size_t _EUC_KR_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/euc.c
74
static size_t _EUC_TW_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/euc.c
77
static size_t _EUC_CN_mbsnrtowcs(wchar_t * __restrict,
lib/libc/locale/euc.c
78
const char ** __restrict, size_t, size_t,
lib/libc/locale/euc.c
80
static size_t _EUC_JP_mbsnrtowcs(wchar_t * __restrict,
lib/libc/locale/euc.c
81
const char ** __restrict, size_t, size_t,
lib/libc/locale/euc.c
83
static size_t _EUC_KR_mbsnrtowcs(wchar_t * __restrict,
lib/libc/locale/euc.c
84
const char ** __restrict, size_t, size_t,
lib/libc/locale/euc.c
86
static size_t _EUC_TW_mbsnrtowcs(wchar_t * __restrict,
lib/libc/locale/euc.c
87
const char ** __restrict, size_t, size_t,
lib/libc/locale/euc.c
90
static size_t _EUC_CN_wcsnrtombs(char * __restrict,
lib/libc/locale/euc.c
91
const wchar_t ** __restrict, size_t, size_t,
lib/libc/locale/euc.c
93
static size_t _EUC_JP_wcsnrtombs(char * __restrict,
lib/libc/locale/euc.c
94
const wchar_t ** __restrict, size_t, size_t,
lib/libc/locale/euc.c
96
static size_t _EUC_KR_wcsnrtombs(char * __restrict,
lib/libc/locale/euc.c
97
const wchar_t ** __restrict, size_t, size_t,
lib/libc/locale/euc.c
99
static size_t _EUC_TW_wcsnrtombs(char * __restrict,
lib/libc/locale/gb18030.c
104
return ((size_t)-1);
lib/libc/locale/gb18030.c
122
return ((size_t)-2);
lib/libc/locale/gb18030.c
136
return ((size_t)-2);
lib/libc/locale/gb18030.c
149
return ((size_t)-2);
lib/libc/locale/gb18030.c
155
return ((size_t)-2);
lib/libc/locale/gb18030.c
172
return ((size_t)-1);
lib/libc/locale/gb18030.c
175
static size_t
lib/libc/locale/gb18030.c
179
size_t len;
lib/libc/locale/gb18030.c
186
return ((size_t)-1);
lib/libc/locale/gb18030.c
235
return ((size_t)-1);
lib/libc/locale/gb18030.c
238
static size_t
lib/libc/locale/gb18030.c
240
const char ** __restrict src, size_t nms, size_t len,
lib/libc/locale/gb18030.c
246
static size_t
lib/libc/locale/gb18030.c
248
const wchar_t ** __restrict src, size_t nwc, size_t len,
lib/libc/locale/gb18030.c
50
static size_t _GB18030_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/gb18030.c
51
size_t, mbstate_t * __restrict);
lib/libc/locale/gb18030.c
53
static size_t _GB18030_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/gb18030.c
55
static size_t _GB18030_mbsnrtowcs(wchar_t * __restrict,
lib/libc/locale/gb18030.c
56
const char ** __restrict, size_t, size_t,
lib/libc/locale/gb18030.c
58
static size_t _GB18030_wcsnrtombs(char * __restrict,
lib/libc/locale/gb18030.c
59
const wchar_t ** __restrict, size_t, size_t,
lib/libc/locale/gb18030.c
91
static size_t
lib/libc/locale/gb18030.c
93
size_t n, mbstate_t * __restrict ps)
lib/libc/locale/gb18030.c
98
size_t ncopy;
lib/libc/locale/gb2312.c
108
static size_t
lib/libc/locale/gb2312.c
109
_GB2312_mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n,
lib/libc/locale/gb2312.c
115
size_t ncopy;
lib/libc/locale/gb2312.c
121
return ((size_t)-1);
lib/libc/locale/gb2312.c
138
return ((size_t)len);
lib/libc/locale/gb2312.c
149
static size_t
lib/libc/locale/gb2312.c
158
return ((size_t)-1);
lib/libc/locale/gb2312.c
173
static size_t
lib/libc/locale/gb2312.c
175
const char ** __restrict src, size_t nms, size_t len,
lib/libc/locale/gb2312.c
181
static size_t
lib/libc/locale/gb2312.c
183
const wchar_t ** __restrict src, size_t nwc, size_t len,
lib/libc/locale/gb2312.c
45
static size_t _GB2312_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/gb2312.c
46
size_t, mbstate_t * __restrict);
lib/libc/locale/gb2312.c
48
static size_t _GB2312_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/gb2312.c
50
static size_t _GB2312_mbsnrtowcs(wchar_t * __restrict,
lib/libc/locale/gb2312.c
51
const char ** __restrict, size_t, size_t,
lib/libc/locale/gb2312.c
53
static size_t _GB2312_wcsnrtombs(char * __restrict,
lib/libc/locale/gb2312.c
54
const wchar_t ** __restrict, size_t, size_t,
lib/libc/locale/gb2312.c
86
_GB2312_check(const char *str, size_t n)
lib/libc/locale/gbk.c
100
_GBK_mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n,
lib/libc/locale/gbk.c
105
size_t len;
lib/libc/locale/gbk.c
112
return ((size_t)-1);
lib/libc/locale/gbk.c
123
return ((size_t)-2);
lib/libc/locale/gbk.c
128
return ((size_t)-1);
lib/libc/locale/gbk.c
137
len = (size_t)_gbk_check(*s);
lib/libc/locale/gbk.c
143
return ((size_t)-2);
lib/libc/locale/gbk.c
147
return ((size_t)-1);
lib/libc/locale/gbk.c
160
static size_t
lib/libc/locale/gbk.c
169
return ((size_t)-1);
lib/libc/locale/gbk.c
184
static size_t
lib/libc/locale/gbk.c
186
size_t nms, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/gbk.c
191
static size_t
lib/libc/locale/gbk.c
193
size_t nwc, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/gbk.c
53
static size_t _GBK_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/gbk.c
54
size_t, mbstate_t * __restrict);
lib/libc/locale/gbk.c
56
static size_t _GBK_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/gbk.c
58
static size_t _GBK_mbsnrtowcs(wchar_t * __restrict,
lib/libc/locale/gbk.c
59
const char ** __restrict, size_t, size_t,
lib/libc/locale/gbk.c
61
static size_t _GBK_wcsnrtombs(char * __restrict,
lib/libc/locale/gbk.c
62
const wchar_t ** __restrict, size_t, size_t,
lib/libc/locale/gbk.c
99
static size_t
lib/libc/locale/ldpart.c
106
if (_read(fd, p, (size_t) st.st_size) != st.st_size)
lib/libc/locale/ldpart.c
60
size_t namesize, bufsize;
lib/libc/locale/mblen.c
39
mblen_l(const char *s, size_t n, locale_t locale)
lib/libc/locale/mblen.c
42
size_t rval;
lib/libc/locale/mblen.c
52
if (rval == (size_t)-1 || rval == (size_t)-2)
lib/libc/locale/mblen.c
58
mblen(const char *s, size_t n)
lib/libc/locale/mblocal.h
109
typedef size_t (*mbrtowc_pfn_t)(wchar_t * __restrict,
lib/libc/locale/mblocal.h
110
const char * __restrict, size_t, mbstate_t * __restrict);
lib/libc/locale/mblocal.h
111
typedef size_t (*wcrtomb_pfn_t)(char * __restrict, wchar_t,
lib/libc/locale/mblocal.h
113
size_t __mbsnrtowcs_std(wchar_t * __restrict, const char ** __restrict,
lib/libc/locale/mblocal.h
114
size_t, size_t, mbstate_t * __restrict, mbrtowc_pfn_t);
lib/libc/locale/mblocal.h
115
size_t __wcsnrtombs_std(char * __restrict, const wchar_t ** __restrict,
lib/libc/locale/mblocal.h
116
size_t, size_t, mbstate_t * __restrict, wcrtomb_pfn_t);
lib/libc/locale/mblocal.h
51
size_t (*__mbrtowc)(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/mblocal.h
52
size_t, mbstate_t * __restrict);
lib/libc/locale/mblocal.h
54
size_t (*__mbsnrtowcs)(wchar_t * __restrict, const char ** __restrict,
lib/libc/locale/mblocal.h
55
size_t, size_t, mbstate_t * __restrict);
lib/libc/locale/mblocal.h
56
size_t (*__wcrtomb)(char * __restrict, wchar_t, mbstate_t * __restrict);
lib/libc/locale/mblocal.h
57
size_t (*__wcsnrtombs)(char * __restrict, const wchar_t ** __restrict,
lib/libc/locale/mblocal.h
58
size_t, size_t, mbstate_t * __restrict);
lib/libc/locale/mbrlen.c
37
size_t
lib/libc/locale/mbrlen.c
38
mbrlen_l(const char * __restrict s, size_t n, mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/mbrlen.c
46
size_t
lib/libc/locale/mbrlen.c
47
mbrlen(const char * __restrict s, size_t n, mbstate_t * __restrict ps)
lib/libc/locale/mbrtoc16.c
37
size_t
lib/libc/locale/mbrtoc16.c
38
mbrtoc16_l(char16_t * __restrict pc16, const char * __restrict s, size_t n,
lib/libc/locale/mbrtoc16.c
64
return ((size_t)-3);
lib/libc/locale/mbrtoc16.c
82
size_t
lib/libc/locale/mbrtoc16.c
83
mbrtoc16(char16_t * __restrict pc16, const char * __restrict s, size_t n,
lib/libc/locale/mbrtoc32.c
33
size_t
lib/libc/locale/mbrtoc32.c
34
mbrtoc32_l(char32_t * __restrict pc32, const char * __restrict s, size_t n,
lib/libc/locale/mbrtoc32.c
46
size_t
lib/libc/locale/mbrtoc32.c
47
mbrtoc32(char32_t * __restrict pc32, const char * __restrict s, size_t n,
lib/libc/locale/mbrtocXX_iconv.h
100
size_t srcleft, dstleft, invlen;
lib/libc/locale/mbrtocXX_iconv.h
129
return ((size_t)-1);
lib/libc/locale/mbrtocXX_iconv.h
135
return ((size_t)-2);
lib/libc/locale/mbrtocXX_iconv.h
149
size_t
lib/libc/locale/mbrtocXX_iconv.h
150
mbrtocXX(charXX_t * __restrict pc, const char * __restrict s, size_t n,
lib/libc/locale/mbrtocXX_iconv.h
47
size_t srcbuf_len;
lib/libc/locale/mbrtocXX_iconv.h
52
size_t dstbuf_len;
lib/libc/locale/mbrtocXX_iconv.h
57
size_t
lib/libc/locale/mbrtocXX_iconv.h
58
mbrtocXX_l(charXX_t * __restrict pc, const char * __restrict s, size_t n,
lib/libc/locale/mbrtocXX_iconv.h
63
size_t i, retval;
lib/libc/locale/mbrtocXX_iconv.h
88
retval = (size_t)-3;
lib/libc/locale/mbrtowc.c
37
size_t
lib/libc/locale/mbrtowc.c
39
size_t n, mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/mbrtowc.c
47
size_t
lib/libc/locale/mbrtowc.c
49
size_t n, mbstate_t * __restrict ps)
lib/libc/locale/mbsnrtowcs.c
41
size_t
lib/libc/locale/mbsnrtowcs.c
43
size_t nms, size_t len, mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/mbsnrtowcs.c
50
size_t
lib/libc/locale/mbsnrtowcs.c
52
size_t nms, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/mbsnrtowcs.c
57
size_t
lib/libc/locale/mbsnrtowcs.c
59
size_t nms, size_t len, mbstate_t * __restrict ps,
lib/libc/locale/mbsnrtowcs.c
63
size_t nchr;
lib/libc/locale/mbsnrtowcs.c
65
size_t nb;
lib/libc/locale/mbsnrtowcs.c
72
if ((nb = pmbrtowc(&wc, s, nms, ps)) == (size_t)-1)
lib/libc/locale/mbsnrtowcs.c
74
return ((size_t)-1);
lib/libc/locale/mbsnrtowcs.c
75
else if (nb == 0 || nb == (size_t)-2)
lib/libc/locale/mbsnrtowcs.c
85
if ((nb = pmbrtowc(dst, s, nms, ps)) == (size_t)-1) {
lib/libc/locale/mbsnrtowcs.c
87
return ((size_t)-1);
lib/libc/locale/mbsnrtowcs.c
88
} else if (nb == (size_t)-2) {
lib/libc/locale/mbsrtowcs.c
40
size_t
lib/libc/locale/mbsrtowcs.c
41
mbsrtowcs_l(wchar_t * __restrict dst, const char ** __restrict src, size_t len,
lib/libc/locale/mbsrtowcs.c
49
size_t
lib/libc/locale/mbsrtowcs.c
50
mbsrtowcs(wchar_t * __restrict dst, const char ** __restrict src, size_t len,
lib/libc/locale/mbstowcs.c
39
size_t
lib/libc/locale/mbstowcs.c
40
mbstowcs_l(wchar_t * __restrict pwcs, const char * __restrict s, size_t n, locale_t locale)
lib/libc/locale/mbstowcs.c
51
size_t
lib/libc/locale/mbstowcs.c
52
mbstowcs(wchar_t * __restrict pwcs, const char * __restrict s, size_t n)
lib/libc/locale/mbtowc.c
40
mbtowc_l(wchar_t * __restrict pwc, const char * __restrict s, size_t n, locale_t locale)
lib/libc/locale/mbtowc.c
43
size_t rval;
lib/libc/locale/mbtowc.c
54
case (size_t)-2:
lib/libc/locale/mbtowc.c
57
case (size_t)-1:
lib/libc/locale/mbtowc.c
64
mbtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n)
lib/libc/locale/mskanji.c
105
return ((size_t)-1);
lib/libc/locale/mskanji.c
116
return ((size_t)-2);
lib/libc/locale/mskanji.c
121
return ((size_t)-1);
lib/libc/locale/mskanji.c
134
return ((size_t)-2);
lib/libc/locale/mskanji.c
138
return ((size_t)-1);
lib/libc/locale/mskanji.c
151
static size_t
lib/libc/locale/mskanji.c
161
return ((size_t)-1);
lib/libc/locale/mskanji.c
173
static size_t
lib/libc/locale/mskanji.c
175
const char ** __restrict src, size_t nms,
lib/libc/locale/mskanji.c
176
size_t len, mbstate_t * __restrict ps)
lib/libc/locale/mskanji.c
181
static size_t
lib/libc/locale/mskanji.c
183
const wchar_t ** __restrict src, size_t nwc,
lib/libc/locale/mskanji.c
184
size_t len, mbstate_t * __restrict ps)
lib/libc/locale/mskanji.c
55
static size_t _MSKanji_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/mskanji.c
56
size_t, mbstate_t * __restrict);
lib/libc/locale/mskanji.c
58
static size_t _MSKanji_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/mskanji.c
60
static size_t _MSKanji_mbsnrtowcs(wchar_t * __restrict,
lib/libc/locale/mskanji.c
61
const char ** __restrict, size_t, size_t,
lib/libc/locale/mskanji.c
63
static size_t _MSKanji_wcsnrtombs(char * __restrict,
lib/libc/locale/mskanji.c
64
const wchar_t ** __restrict, size_t, size_t,
lib/libc/locale/mskanji.c
93
static size_t
lib/libc/locale/mskanji.c
94
_MSKanji_mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n,
lib/libc/locale/nextwctype.c
42
size_t lim;
lib/libc/locale/none.c
105
return ((size_t)-2);
lib/libc/locale/none.c
111
static size_t
lib/libc/locale/none.c
121
return ((size_t)-1);
lib/libc/locale/none.c
127
static size_t
lib/libc/locale/none.c
129
size_t nms, size_t len, mbstate_t * __restrict ps __unused)
lib/libc/locale/none.c
132
size_t nchr;
lib/libc/locale/none.c
152
static size_t
lib/libc/locale/none.c
154
size_t nwc, size_t len, mbstate_t * __restrict ps __unused)
lib/libc/locale/none.c
157
size_t nchr;
lib/libc/locale/none.c
163
return ((size_t)-1);
lib/libc/locale/none.c
175
return ((size_t)-1);
lib/libc/locale/none.c
53
static size_t _none_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/none.c
54
size_t, mbstate_t * __restrict);
lib/libc/locale/none.c
56
static size_t _none_mbsnrtowcs(wchar_t * __restrict dst,
lib/libc/locale/none.c
57
const char ** __restrict src, size_t nms, size_t len,
lib/libc/locale/none.c
59
static size_t _none_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/none.c
61
static size_t _none_wcsnrtombs(char * __restrict, const wchar_t ** __restrict,
lib/libc/locale/none.c
62
size_t, size_t, mbstate_t * __restrict);
lib/libc/locale/none.c
95
static size_t
lib/libc/locale/none.c
96
_none_mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n,
lib/libc/locale/rune.c
82
if ((size_t)sb.st_size < sizeof (_FileRuneLocale)) {
lib/libc/locale/runetype.c
49
size_t lim;
lib/libc/locale/tolower.c
49
size_t lim;
lib/libc/locale/toupper.c
49
size_t lim;
lib/libc/locale/utf8.c
104
return ((size_t)-1);
lib/libc/locale/utf8.c
115
return ((size_t)-2);
lib/libc/locale/utf8.c
154
return ((size_t)-1);
lib/libc/locale/utf8.c
177
return ((size_t)-1);
lib/libc/locale/utf8.c
187
return ((size_t)-2);
lib/libc/locale/utf8.c
194
return ((size_t)-1);
lib/libc/locale/utf8.c
201
return ((size_t)-1);
lib/libc/locale/utf8.c
209
static size_t
lib/libc/locale/utf8.c
211
size_t nms, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/utf8.c
215
size_t nchr;
lib/libc/locale/utf8.c
217
size_t nb;
lib/libc/locale/utf8.c
232
return ((size_t)-1);
lib/libc/locale/utf8.c
242
(size_t)-1)
lib/libc/locale/utf8.c
244
return ((size_t)-1);
lib/libc/locale/utf8.c
245
else if (nb == 0 || nb == (size_t)-2)
lib/libc/locale/utf8.c
261
return ((size_t)-1);
lib/libc/locale/utf8.c
272
(size_t)-1) {
lib/libc/locale/utf8.c
274
return ((size_t)-1);
lib/libc/locale/utf8.c
275
} else if (nb == (size_t)-2) {
lib/libc/locale/utf8.c
291
static size_t
lib/libc/locale/utf8.c
302
return ((size_t)-1);
lib/libc/locale/utf8.c
325
return ((size_t)-1);
lib/libc/locale/utf8.c
334
return ((size_t)-1);
lib/libc/locale/utf8.c
352
static size_t
lib/libc/locale/utf8.c
354
size_t nwc, size_t len, mbstate_t * __restrict ps)
lib/libc/locale/utf8.c
359
size_t nbytes;
lib/libc/locale/utf8.c
360
size_t nb;
lib/libc/locale/utf8.c
366
return ((size_t)-1);
lib/libc/locale/utf8.c
378
(size_t)-1)
lib/libc/locale/utf8.c
380
return ((size_t)-1);
lib/libc/locale/utf8.c
394
} else if (len > (size_t)MB_CUR_MAX) {
lib/libc/locale/utf8.c
396
if ((nb = _UTF8_wcrtomb(dst, *s, ps)) == (size_t)-1) {
lib/libc/locale/utf8.c
398
return ((size_t)-1);
lib/libc/locale/utf8.c
404
if ((nb = _UTF8_wcrtomb(buf, *s, ps)) == (size_t)-1) {
lib/libc/locale/utf8.c
406
return ((size_t)-1);
lib/libc/locale/utf8.c
47
static size_t _UTF8_mbrtowc(wchar_t * __restrict, const char * __restrict,
lib/libc/locale/utf8.c
48
size_t, mbstate_t * __restrict);
lib/libc/locale/utf8.c
50
static size_t _UTF8_mbsnrtowcs(wchar_t * __restrict,
lib/libc/locale/utf8.c
51
const char ** __restrict, size_t, size_t,
lib/libc/locale/utf8.c
53
static size_t _UTF8_wcrtomb(char * __restrict, wchar_t,
lib/libc/locale/utf8.c
55
static size_t _UTF8_wcsnrtombs(char * __restrict, const wchar_t ** __restrict,
lib/libc/locale/utf8.c
56
size_t, size_t, mbstate_t * __restrict);
lib/libc/locale/utf8.c
92
static size_t
lib/libc/locale/utf8.c
93
_UTF8_mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n,
lib/libc/locale/wcrtomb.c
37
size_t
lib/libc/locale/wcrtomb.c
47
size_t
lib/libc/locale/wcsftime.c
102
if (n == (size_t)-2 || n == (size_t)-1 || dstp != NULL)
lib/libc/locale/wcsftime.c
116
size_t
lib/libc/locale/wcsftime.c
117
wcsftime(wchar_t * __restrict wcs, size_t maxsize,
lib/libc/locale/wcsftime.c
54
size_t
lib/libc/locale/wcsftime.c
55
wcsftime_l(wchar_t * __restrict wcs, size_t maxsize,
lib/libc/locale/wcsftime.c
64
size_t n, sflen;
lib/libc/locale/wcsftime.c
77
if (sflen == (size_t)-1)
lib/libc/locale/wcsnrtombs.c
102
if ((nb = pwcrtomb(buf, *s, ps)) == (size_t)-1) {
lib/libc/locale/wcsnrtombs.c
104
return ((size_t)-1);
lib/libc/locale/wcsnrtombs.c
42
size_t
lib/libc/locale/wcsnrtombs.c
43
wcsnrtombs_l(char * __restrict dst, const wchar_t ** __restrict src, size_t nwc,
lib/libc/locale/wcsnrtombs.c
44
size_t len, mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/wcsnrtombs.c
51
size_t
lib/libc/locale/wcsnrtombs.c
52
wcsnrtombs(char * __restrict dst, const wchar_t ** __restrict src, size_t nwc,
lib/libc/locale/wcsnrtombs.c
53
size_t len, mbstate_t * __restrict ps)
lib/libc/locale/wcsnrtombs.c
59
size_t
lib/libc/locale/wcsnrtombs.c
61
size_t nwc, size_t len, mbstate_t * __restrict ps,
lib/libc/locale/wcsnrtombs.c
67
size_t nbytes;
lib/libc/locale/wcsnrtombs.c
68
size_t nb;
lib/libc/locale/wcsnrtombs.c
75
if ((nb = pwcrtomb(buf, *s, ps)) == (size_t)-1)
lib/libc/locale/wcsnrtombs.c
77
return ((size_t)-1);
lib/libc/locale/wcsnrtombs.c
87
if (len > (size_t)MB_CUR_MAX) {
lib/libc/locale/wcsnrtombs.c
89
if ((nb = pwcrtomb(dst, *s, ps)) == (size_t)-1) {
lib/libc/locale/wcsnrtombs.c
91
return ((size_t)-1);
lib/libc/locale/wcsrtombs.c
40
size_t
lib/libc/locale/wcsrtombs.c
41
wcsrtombs_l(char * __restrict dst, const wchar_t ** __restrict src, size_t len,
lib/libc/locale/wcsrtombs.c
50
size_t
lib/libc/locale/wcsrtombs.c
51
wcsrtombs(char * __restrict dst, const wchar_t ** __restrict src, size_t len,
lib/libc/locale/wcstod.c
57
size_t len;
lib/libc/locale/wcstod.c
58
size_t spaces;
lib/libc/locale/wcstod.c
79
if ((len = wcsrtombs_l(NULL, &wcp, 0, &mbs, locale)) == (size_t)-1) {
lib/libc/locale/wcstof.c
51
size_t len;
lib/libc/locale/wcstof.c
52
size_t spaces;
lib/libc/locale/wcstof.c
63
if ((len = wcsrtombs_l(NULL, &wcp, 0, &mbs, locale)) == (size_t)-1) {
lib/libc/locale/wcstold.c
51
size_t len;
lib/libc/locale/wcstold.c
52
size_t spaces;
lib/libc/locale/wcstold.c
63
if ((len = wcsrtombs_l(NULL, &wcp, 0, &mbs, locale)) == (size_t)-1) {
lib/libc/locale/wcstombs.c
39
size_t
lib/libc/locale/wcstombs.c
40
wcstombs_l(char * __restrict s, const wchar_t * __restrict pwcs, size_t n,
lib/libc/locale/wcstombs.c
52
size_t
lib/libc/locale/wcstombs.c
53
wcstombs(char * __restrict s, const wchar_t * __restrict pwcs, size_t n)
lib/libc/locale/wctomb.c
42
size_t rval;
lib/libc/locale/wctomb.c
51
&(XLOCALE_CTYPE(locale)->wctomb))) == (size_t)-1)
lib/libc/locale/wctype.c
96
size_t len1, len2;
lib/libc/nameser/ns_name.c
199
ns_name_pton(const char *src, u_char *dst, size_t dstsiz) {
lib/libc/nameser/ns_name.c
216
ns_name_pton2(const char *src, u_char *dst, size_t dstsiz, size_t *dstlen) {
lib/libc/nameser/ns_name.c
352
ns_name_ntol(const u_char *src, u_char *dst, size_t dstsiz)
lib/libc/nameser/ns_name.c
39
# define SPRINTF(x) ((size_t)sprintf x)
lib/libc/nameser/ns_name.c
403
u_char *dst, size_t dstsiz)
lib/libc/nameser/ns_name.c
418
u_char *dst, size_t dstsiz, size_t *dstlen)
lib/libc/nameser/ns_name.c
615
char *dst, size_t dstsiz)
lib/libc/nameser/ns_name.c
643
ns_name_compress(const char *src, u_char *dst, size_t dstsiz,
lib/libc/nameser/ns_name.c
719
ns_name_length(ns_nname_ct nname, size_t namesiz) {
lib/libc/nameser/ns_name.c
741
ns_name_eq(ns_nname_ct a, size_t as, ns_nname_ct b, size_t bs) {
lib/libc/nameser/ns_name.c
788
ns_name_map(ns_nname_ct nname, size_t namelen, ns_namemap_t map, int mapsize) {
lib/libc/nameser/ns_name.c
838
ns_name_labels(ns_nname_ct nname, size_t namesiz) {
lib/libc/nameser/ns_name.c
95
ns_name_ntop(const u_char *src, char *dst, size_t dstsiz)
lib/libc/nameser/ns_print.c
105
ns_sprintrrf(const u_char *msg, size_t msglen,
lib/libc/nameser/ns_print.c
107
u_long ttl, const u_char *rdata, size_t rdlen,
lib/libc/nameser/ns_print.c
109
char *buf, size_t buflen)
lib/libc/nameser/ns_print.c
1098
static size_t
lib/libc/nameser/ns_print.c
1133
charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) {
lib/libc/nameser/ns_print.c
1135
size_t save_buflen = *buflen;
lib/libc/nameser/ns_print.c
1167
addname(const u_char *msg, size_t msglen,
lib/libc/nameser/ns_print.c
1169
char **buf, size_t *buflen)
lib/libc/nameser/ns_print.c
1171
size_t newlen, save_buflen = *buflen;
lib/libc/nameser/ns_print.c
1211
addlen(size_t len, char **buf, size_t *buflen) {
lib/libc/nameser/ns_print.c
1218
addstr(const char *src, size_t len, char **buf, size_t *buflen) {
lib/libc/nameser/ns_print.c
1230
addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) {
lib/libc/nameser/ns_print.c
1231
size_t save_buflen = *buflen;
lib/libc/nameser/ns_print.c
158
if (rdlen != (size_t)NS_INADDRSZ)
lib/libc/nameser/ns_print.c
263
if (rdlen < (size_t)NS_INT16SZ)
lib/libc/nameser/ns_print.c
281
if (rdlen < (size_t)NS_INT16SZ)
lib/libc/nameser/ns_print.c
328
if (rdlen != (size_t)NS_IN6ADDRSZ)
lib/libc/nameser/ns_print.c
48
# define SPRINTF(x) ((size_t)sprintf x)
lib/libc/nameser/ns_print.c
53
static size_t prune_origin(const char *name, const char *origin);
lib/libc/nameser/ns_print.c
55
char **buf, size_t *buflen);
lib/libc/nameser/ns_print.c
56
static int addname(const u_char *msg, size_t msglen,
lib/libc/nameser/ns_print.c
58
char **buf, size_t *buflen);
lib/libc/nameser/ns_print.c
59
static void addlen(size_t len, char **buf, size_t *buflen);
lib/libc/nameser/ns_print.c
60
static int addstr(const char *src, size_t len,
lib/libc/nameser/ns_print.c
61
char **buf, size_t *buflen);
lib/libc/nameser/ns_print.c
62
static int addtab(size_t len, size_t target, int spaced,
lib/libc/nameser/ns_print.c
63
char **buf, size_t *buflen);
lib/libc/nameser/ns_print.c
87
char *buf, size_t buflen)
lib/libc/nameser/ns_samedomain.c
166
ns_makecanon(const char *src, char *dst, size_t dstsize) {
lib/libc/nameser/ns_samedomain.c
167
size_t n = strlen(src);
lib/libc/nameser/ns_samedomain.c
50
size_t la, lb;
lib/libc/nameser/ns_ttl.c
147
fmt1(int t, char s, char **buf, size_t *buflen) {
lib/libc/nameser/ns_ttl.c
149
size_t len;
lib/libc/nameser/ns_ttl.c
36
# define SPRINTF(x) ((size_t)sprintf x)
lib/libc/nameser/ns_ttl.c
41
static int fmt1(int t, char s, char **buf, size_t *buflen);
lib/libc/nameser/ns_ttl.c
50
ns_format_ttl(u_long src, char *dst, size_t dstlen) {
lib/libc/net/base64.c
126
b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) {
lib/libc/net/base64.c
127
size_t datalength = 0;
lib/libc/net/base64.c
130
size_t i;
lib/libc/net/base64.c
192
b64_pton(const char *src, u_char *target, size_t targsize)
lib/libc/net/base64.c
215
if ((size_t)tarindex >= targsize)
lib/libc/net/base64.c
223
if ((size_t)tarindex >= targsize)
lib/libc/net/base64.c
227
if ((size_t)tarindex + 1 < targsize)
lib/libc/net/base64.c
237
if ((size_t)tarindex >= targsize)
lib/libc/net/base64.c
241
if ((size_t)tarindex + 1 < targsize)
lib/libc/net/base64.c
251
if ((size_t)tarindex >= targsize)
lib/libc/net/base64.c
302
if (target && (size_t)tarindex < targsize &&
lib/libc/net/eui64.c
199
eui64_ntoa(const struct eui64 *id, char *a, size_t len)
lib/libc/net/eui64.c
215
eui64_ntohost(char *hostname, size_t len, const struct eui64 *id)
lib/libc/net/eui64.c
87
size_t len);
lib/libc/net/eui64.c
94
eui64_line(const char *l, struct eui64 *e, char *hostname, size_t len)
lib/libc/net/getaddrinfo.c
1427
memset(ai->ai_addr, 0, (size_t)afd->a_socklen);
lib/libc/net/getaddrinfo.c
1431
size_t n = strnlen(addr, afd->a_addrlen);
lib/libc/net/getaddrinfo.c
1438
memcpy(p + afd->a_off, addr, (size_t)afd->a_addrlen);
lib/libc/net/getaddrinfo.c
1447
size_t l;
lib/libc/net/getaddrinfo.c
1733
addrinfo_id_func(char *buffer, size_t *buffer_size, va_list ap,
lib/libc/net/getaddrinfo.c
1745
size_t desired_size, size;
lib/libc/net/getaddrinfo.c
1802
addrinfo_marshal_func(char *buffer, size_t *buffer_size, void *retval,
lib/libc/net/getaddrinfo.c
1807
size_t desired_size, size, ai_size;
lib/libc/net/getaddrinfo.c
1811
desired_size = sizeof(size_t);
lib/libc/net/getaddrinfo.c
1816
desired_size += sizeof(size_t) +
lib/libc/net/getaddrinfo.c
1831
memcpy(p, &ai_size, sizeof(size_t));
lib/libc/net/getaddrinfo.c
1832
p += sizeof(size_t);
lib/libc/net/getaddrinfo.c
1842
memcpy(p, &size, sizeof(size_t));
lib/libc/net/getaddrinfo.c
1843
p += sizeof(size_t);
lib/libc/net/getaddrinfo.c
1854
addrinfo_unmarshal_func(char *buffer, size_t buffer_size, void *retval,
lib/libc/net/getaddrinfo.c
1860
size_t ai_size, ai_i, size;
lib/libc/net/getaddrinfo.c
1863
memcpy(&ai_size, p, sizeof(size_t));
lib/libc/net/getaddrinfo.c
1864
p += sizeof(size_t);
lib/libc/net/getaddrinfo.c
1884
memcpy(&size, p, sizeof(size_t));
lib/libc/net/getaddrinfo.c
1885
p += sizeof(size_t);
lib/libc/net/getaddrinfo.c
3034
size_t n, d;
lib/libc/net/getaddrinfo.c
305
static int addrinfo_id_func(char *, size_t *, va_list, void *);
lib/libc/net/getaddrinfo.c
306
static int addrinfo_marshal_func(char *, size_t *, void *, va_list, void *);
lib/libc/net/getaddrinfo.c
307
static int addrinfo_unmarshal_func(char *, size_t, void *, va_list, void *);
lib/libc/net/getaddrinfo.c
733
size_t l;
lib/libc/net/gethostbydns.c
473
size_t buflen;
lib/libc/net/gethostbydns.c
485
buflen = va_arg(ap, size_t);
lib/libc/net/gethostbydns.c
564
size_t buflen;
lib/libc/net/gethostbydns.c
587
buflen = va_arg(ap, size_t);
lib/libc/net/gethostbydns.c
75
#define SPRINTF(x) ((size_t)sprintf x)
lib/libc/net/gethostbyht.c
172
gethostent_r(struct hostent *hptr, char *buffer, size_t buflen,
lib/libc/net/gethostbyht.c
222
size_t buflen;
lib/libc/net/gethostbyht.c
234
buflen = va_arg(ap, size_t);
lib/libc/net/gethostbyht.c
287
size_t buflen;
lib/libc/net/gethostbyht.c
299
buflen = va_arg(ap, size_t);
lib/libc/net/gethostbynis.c
208
size_t buflen;
lib/libc/net/gethostbynis.c
218
buflen = va_arg(ap, size_t);
lib/libc/net/gethostbynis.c
257
size_t buflen;
lib/libc/net/gethostbynis.c
268
buflen = va_arg(ap, size_t);
lib/libc/net/gethostnamadr.c
157
host_id_func(char *buffer, size_t *buffer_size, va_list ap, void *cache_mdata)
lib/libc/net/gethostnamadr.c
168
size_t desired_size, size;
lib/libc/net/gethostnamadr.c
255
host_marshal_func(char *buffer, size_t *buffer_size, void *retval, va_list ap,
lib/libc/net/gethostnamadr.c
265
size_t desired_size, aliases_size, addr_size, size;
lib/libc/net/gethostnamadr.c
361
host_unmarshal_func(char *buffer, size_t buffer_size, void *retval, va_list ap,
lib/libc/net/gethostnamadr.c
373
size_t orig_buf_size;
lib/libc/net/gethostnamadr.c
392
orig_buf_size = va_arg(ap, size_t);
lib/libc/net/gethostnamadr.c
432
size_t buflen, res_state statp)
lib/libc/net/gethostnamadr.c
485
size_t buflen, struct hostent **result, int *h_errnop)
lib/libc/net/gethostnamadr.c
509
size_t buflen, struct hostent **result, int *h_errnop)
lib/libc/net/gethostnamadr.c
51
size_t, struct hostent **, int *, res_state);
lib/libc/net/gethostnamadr.c
524
size_t buflen, struct hostent **result, int *h_errnop, res_state statp)
lib/libc/net/gethostnamadr.c
584
char *buf, size_t buflen, struct hostent **result, int *h_errnop)
lib/libc/net/gethostnamadr.c
60
static int host_id_func(char *, size_t *, va_list, void *);
lib/libc/net/gethostnamadr.c
61
static int host_marshal_func(char *, size_t *, void *, va_list, void *);
lib/libc/net/gethostnamadr.c
62
static int host_unmarshal_func(char *, size_t, void *, va_list, void *);
lib/libc/net/gethostnamadr.c
95
size_t buflen)
lib/libc/net/getifaddrs.c
235
memcpy(names, dl->sdl_data, (size_t)dl->sdl_nlen);
lib/libc/net/getifaddrs.c
240
memcpy(data, dl, (size_t)SA_LEN((struct sockaddr *)
lib/libc/net/getifaddrs.c
84
size_t needed;
lib/libc/net/getifaddrs.c
98
size_t len, alen;
lib/libc/net/getifmaddrs.c
56
size_t len;
lib/libc/net/getifmaddrs.c
57
size_t needed;
lib/libc/net/getnameinfo.c
113
char *host, size_t hostlen, char *serv, size_t servlen,
lib/libc/net/getnameinfo.c
178
char *host, size_t hostlen, char *serv, size_t servlen,
lib/libc/net/getnameinfo.c
282
size_t numaddrlen;
lib/libc/net/getnameinfo.c
362
char *host, size_t hostlen, int flags)
lib/libc/net/getnameinfo.c
364
size_t numaddrlen;
lib/libc/net/getnameinfo.c
389
(size_t)zonelen);
lib/libc/net/getnameinfo.c
399
ip6_sa2str(const struct sockaddr_in6 *sa6, char *buf, size_t bufsiz, int flags)
lib/libc/net/getnameinfo.c
427
if (n < 0 || (size_t)n >= bufsiz)
lib/libc/net/getnameinfo.c
443
char *host, size_t hostlen, char *serv, size_t servlen, int flags)
lib/libc/net/getnameinfo.c
504
return hexname((u_int8_t *)LLADDR(sdl), (size_t)sdl->sdl_alen,
lib/libc/net/getnameinfo.c
510
hexname(const u_int8_t *cp, size_t len, char *host, size_t hostlen)
lib/libc/net/getnameinfo.c
537
char *host, size_t hostlen, char *serv, size_t servlen, int flags)
lib/libc/net/getnameinfo.c
539
size_t pathlen;
lib/libc/net/getnameinfo.c
68
size_t, char *, size_t, int);
lib/libc/net/getnameinfo.c
71
size_t, int);
lib/libc/net/getnameinfo.c
72
static int ip6_sa2str(const struct sockaddr_in6 *, char *, size_t, int);
lib/libc/net/getnameinfo.c
76
size_t, char *, size_t, int);
lib/libc/net/getnameinfo.c
77
static int hexname(const u_int8_t *, size_t, char *, size_t);
lib/libc/net/getnameinfo.c
80
size_t, char *, size_t, int);
lib/libc/net/getnameinfo.c
84
size_t a_addrlen;
lib/libc/net/getnameinfo.c
89
size_t, char *, size_t, int);
lib/libc/net/getnetbydns.c
264
size_t buflen;
lib/libc/net/getnetbydns.c
279
buflen = va_arg(ap, size_t);
lib/libc/net/getnetbydns.c
374
size_t buflen;
lib/libc/net/getnetbydns.c
386
buflen = va_arg(ap, size_t);
lib/libc/net/getnetbyht.c
146
getnetent_r(struct netent *nptr, char *buffer, size_t buflen,
lib/libc/net/getnetbyht.c
190
size_t buflen;
lib/libc/net/getnetbyht.c
201
buflen = va_arg(ap, size_t);
lib/libc/net/getnetbyht.c
243
size_t buflen;
lib/libc/net/getnetbyht.c
254
buflen = va_arg(ap, size_t);
lib/libc/net/getnetbynis.c
138
size_t buflen;
lib/libc/net/getnetbynis.c
147
buflen = va_arg(ap, size_t);
lib/libc/net/getnetbynis.c
183
size_t buflen;
lib/libc/net/getnetbynis.c
198
buflen = va_arg(ap, size_t);
lib/libc/net/getnetnamadr.c
118
net_marshal_func(char *buffer, size_t *buffer_size, void *retval, va_list ap,
lib/libc/net/getnetnamadr.c
126
size_t orig_buf_size __unused;
lib/libc/net/getnetnamadr.c
129
size_t desired_size, size, aliases_size;
lib/libc/net/getnetnamadr.c
150
orig_buf_size = va_arg(ap, size_t);
lib/libc/net/getnetnamadr.c
207
net_unmarshal_func(char *buffer, size_t buffer_size, void *retval, va_list ap,
lib/libc/net/getnetnamadr.c
215
size_t orig_buf_size;
lib/libc/net/getnetnamadr.c
238
orig_buf_size = va_arg(ap, size_t);
lib/libc/net/getnetnamadr.c
291
__copy_netent(struct netent *ne, struct netent *nptr, char *buf, size_t buflen)
lib/libc/net/getnetnamadr.c
338
size_t buflen, struct netent **result, int *h_errorp)
lib/libc/net/getnetnamadr.c
370
size_t buflen, struct netent **result, int *h_errorp)
lib/libc/net/getnetnamadr.c
60
net_id_func(char *buffer, size_t *buffer_size, va_list ap, void *cache_mdata)
lib/libc/net/getnetnamadr.c
66
size_t desired_size, size;
lib/libc/net/getproto.c
56
size_t buflen;
lib/libc/net/getproto.c
62
buflen = va_arg(ap, size_t);
lib/libc/net/getproto.c
91
size_t buflen, struct protoent **result)
lib/libc/net/getprotoent.c
138
__proto_marshal_func(char *buffer, size_t *buffer_size, void *retval,
lib/libc/net/getprotoent.c
145
size_t orig_buf_size __unused;
lib/libc/net/getprotoent.c
148
size_t desired_size, size, aliases_size;
lib/libc/net/getprotoent.c
168
orig_buf_size = va_arg(ap, size_t);
lib/libc/net/getprotoent.c
225
__proto_unmarshal_func(char *buffer, size_t buffer_size, void *retval,
lib/libc/net/getprotoent.c
232
size_t orig_buf_size;
lib/libc/net/getprotoent.c
254
orig_buf_size = va_arg(ap, size_t);
lib/libc/net/getprotoent.c
292
size_t buflen)
lib/libc/net/getprotoent.c
414
size_t buflen;
lib/libc/net/getprotoent.c
419
buflen = va_arg(ap, size_t);
lib/libc/net/getprotoent.c
468
getprotoent_r(struct protoent *pptr, char *buffer, size_t buflen,
lib/libc/net/getprotoent.c
84
__proto_id_func(char *buffer, size_t *buffer_size, va_list ap,
lib/libc/net/getprotoent.c
90
size_t desired_size, size;
lib/libc/net/getprotoname.c
106
size_t buflen, struct protoent **result)
lib/libc/net/getprotoname.c
48
extern int __proto_id_func(char *, size_t *, va_list, void *);
lib/libc/net/getprotoname.c
49
extern int __proto_marshal_func(char *, size_t *, void *, va_list, void *);
lib/libc/net/getprotoname.c
50
extern int __proto_unmarshal_func(char *, size_t, void *, va_list, void *);
lib/libc/net/getprotoname.c
64
size_t buflen;
lib/libc/net/getprotoname.c
70
buflen = va_arg(ap, size_t);
lib/libc/net/getservent.c
1042
serv_unmarshal_func(char *buffer, size_t buffer_size, void *retval, va_list ap,
lib/libc/net/getservent.c
1052
size_t orig_buf_size;
lib/libc/net/getservent.c
1073
orig_buf_size = va_arg(ap, size_t);
lib/libc/net/getservent.c
1112
char *buffer, size_t bufsize, struct servent **result)
lib/libc/net/getservent.c
1149
char *buffer, size_t bufsize, struct servent **result)
lib/libc/net/getservent.c
1185
getservent_r(struct servent *serv, char *buffer, size_t bufsize,
lib/libc/net/getservent.c
1282
size_t bufsize, struct servent **res)
lib/libc/net/getservent.c
1290
size_t bufsize, struct servent **res)
lib/libc/net/getservent.c
1298
size_t bufsize, struct servent **res)
lib/libc/net/getservent.c
1304
getserv(int (*fn)(struct key, struct servent *, char *, size_t,
lib/libc/net/getservent.c
133
size_t bufsize;
lib/libc/net/getservent.c
146
static int wrap_getservbyname_r(struct key, struct servent *, char *, size_t,
lib/libc/net/getservent.c
148
static int wrap_getservbyport_r(struct key, struct servent *, char *, size_t,
lib/libc/net/getservent.c
150
static int wrap_getservent_r(struct key, struct servent *, char *, size_t,
lib/libc/net/getservent.c
153
size_t, struct servent **), struct key);
lib/libc/net/getservent.c
156
static int serv_id_func(char *, size_t *, va_list, void *);
lib/libc/net/getservent.c
157
static int serv_marshal_func(char *, size_t *, void *, va_list, void *);
lib/libc/net/getservent.c
158
static int serv_unmarshal_func(char *, size_t, void *, va_list, void *);
lib/libc/net/getservent.c
163
size_t aliases_size, int *errnop)
lib/libc/net/getservent.c
221
parse_result(struct servent *serv, char *buffer, size_t bufsize,
lib/libc/net/getservent.c
222
char *resultbuf, size_t resultbuflen, int *errnop)
lib/libc/net/getservent.c
296
size_t bufsize;
lib/libc/net/getservent.c
299
size_t linesize;
lib/libc/net/getservent.c
323
bufsize = va_arg(ap, size_t);
lib/libc/net/getservent.c
501
size_t bufsize;
lib/libc/net/getservent.c
524
bufsize = va_arg(ap, size_t);
lib/libc/net/getservent.c
673
size_t bufsize;
lib/libc/net/getservent.c
697
bufsize = va_arg(ap, size_t);
lib/libc/net/getservent.c
78
static int servent_unpack(char *, struct servent *, char **, size_t, int *);
lib/libc/net/getservent.c
866
serv_id_func(char *buffer, size_t *buffer_size, va_list ap, void *cache_mdata)
lib/libc/net/getservent.c
872
size_t desired_size, size, size2;
lib/libc/net/getservent.c
941
serv_marshal_func(char *buffer, size_t *buffer_size, void *retval, va_list ap,
lib/libc/net/getservent.c
949
size_t orig_buf_size __unused;
lib/libc/net/getservent.c
952
size_t desired_size;
lib/libc/net/getservent.c
955
size_t size;
lib/libc/net/getservent.c
956
size_t aliases_size;
lib/libc/net/getservent.c
976
orig_buf_size = va_arg(ap, size_t);
lib/libc/net/hesiod.c
416
list[j] = malloc((size_t)len);
lib/libc/net/hesiod.c
431
memcpy(dst, p, (size_t)n);
lib/libc/net/linkaddr.c
190
size_t buflen;
lib/libc/net/linkaddr.c
204
link_ntoa_r(const struct sockaddr_dl *sdl, char *obuf, size_t *buflen)
lib/libc/net/linkaddr.c
210
size_t needed;
lib/libc/net/linkaddr.c
49
size_t newsize;
lib/libc/net/linkaddr.c
64
size_t namelen = nptr - addr;
lib/libc/net/name6.c
315
getipnodebyaddr(const void *src, size_t len, int af, int *errp)
lib/libc/net/name6.c
735
size_t l;
lib/libc/net/netdb_private.h
125
int __copy_hostent(struct hostent *, struct hostent *, char *, size_t);
lib/libc/net/netdb_private.h
126
int __copy_netent(struct netent *, struct netent *, char *, size_t);
lib/libc/net/netdb_private.h
127
int __copy_protoent(struct protoent *, struct protoent *, char *, size_t);
lib/libc/net/netdb_private.h
157
int __proto_id_func(char *, size_t *, va_list, void *);
lib/libc/net/netdb_private.h
158
int __proto_marshal_func(char *, size_t *, void *, va_list, void *);
lib/libc/net/netdb_private.h
159
int __proto_unmarshal_func(char *, size_t, void *, va_list, void *);
lib/libc/net/nscache.c
164
size_t buffer_size;
lib/libc/net/nscache.c
191
size_t size;
lib/libc/net/nscache.c
266
size_t buffer_size;
lib/libc/net/nscache.c
334
size_t buffer_size;
lib/libc/net/nscache.c
362
size_t size;
lib/libc/net/nscache.c
60
size_t buffer_size, size;
lib/libc/net/nscachedcli.c
102
safe_read(struct cached_connection_ *connection, void *data, size_t data_size)
lib/libc/net/nscachedcli.c
105
size_t result;
lib/libc/net/nscachedcli.c
253
const char *key, size_t key_size, const char *data, size_t data_size)
lib/libc/net/nscachedcli.c
255
size_t name_size;
lib/libc/net/nscachedcli.c
266
result = safe_write(connection, &name_size, sizeof(size_t));
lib/libc/net/nscachedcli.c
270
result = safe_write(connection, &key_size, sizeof(size_t));
lib/libc/net/nscachedcli.c
274
result = safe_write(connection, &data_size, sizeof(size_t));
lib/libc/net/nscachedcli.c
305
const char *key, size_t key_size, char *data, size_t *data_size)
lib/libc/net/nscachedcli.c
307
size_t name_size, result_size;
lib/libc/net/nscachedcli.c
320
result = safe_write(connection, &name_size, sizeof(size_t));
lib/libc/net/nscachedcli.c
324
result = safe_write(connection, &key_size, sizeof(size_t));
lib/libc/net/nscachedcli.c
345
result = safe_read(connection, &result_size, sizeof(size_t));
lib/libc/net/nscachedcli.c
378
size_t name_size;
lib/libc/net/nscachedcli.c
393
result = safe_write(connection, &name_size, sizeof(size_t));
lib/libc/net/nscachedcli.c
421
size_t data_size)
lib/libc/net/nscachedcli.c
433
result = safe_write(ws, &data_size, sizeof(size_t));
lib/libc/net/nscachedcli.c
47
static int safe_write(struct cached_connection_ *, const void *, size_t);
lib/libc/net/nscachedcli.c
48
static int safe_read(struct cached_connection_ *, void *, size_t);
lib/libc/net/nscachedcli.c
485
size_t name_size;
lib/libc/net/nscachedcli.c
500
result = safe_write(connection, &name_size, sizeof(size_t));
lib/libc/net/nscachedcli.c
524
__cached_mp_read(struct cached_connection_ *rs, char *data, size_t *data_size)
lib/libc/net/nscachedcli.c
526
size_t result_size;
lib/libc/net/nscachedcli.c
545
result = safe_read(rs, &result_size, sizeof(size_t));
lib/libc/net/nscachedcli.c
59
size_t data_size)
lib/libc/net/nscachedcli.c
63
size_t result;
lib/libc/net/nsdispatch.c
164
static void vector_sort(void *, unsigned int, size_t,
lib/libc/net/nsdispatch.c
166
static void vector_free(void *, unsigned int *, size_t,
lib/libc/net/nsdispatch.c
168
static void *vector_ref(unsigned int, void *, unsigned int, size_t);
lib/libc/net/nsdispatch.c
169
static void *vector_search(const void *, void *, unsigned int, size_t,
lib/libc/net/nsdispatch.c
171
static void *vector_append(const void *, void *, unsigned int *, size_t);
lib/libc/net/nsdispatch.c
194
vector_sort(void *vec, unsigned int count, size_t esize,
lib/libc/net/nsdispatch.c
202
vector_search(const void *key, void *vec, unsigned int count, size_t esize,
lib/libc/net/nsdispatch.c
210
vector_append(const void *elem, void *vec, unsigned int *count, size_t esize)
lib/libc/net/nsdispatch.c
229
vector_ref(unsigned int i, void *vec, unsigned int count, size_t esize)
lib/libc/net/nsdispatch.c
241
vector_free(void *vec, unsigned int *count, size_t esize,
lib/libc/net/nss_compat.c
100
size_t bufsize;
lib/libc/net/nss_compat.c
107
bufsize = va_arg(ap, size_t);
lib/libc/net/nss_compat.c
120
int (*fn)(gid_t, struct group *, char *, size_t, int *);
lib/libc/net/nss_compat.c
125
size_t bufsize;
lib/libc/net/nss_compat.c
132
bufsize = va_arg(ap, size_t);
lib/libc/net/nss_compat.c
145
int (*fn)(struct group *, char *, size_t, int *);
lib/libc/net/nss_compat.c
149
size_t bufsize;
lib/libc/net/nss_compat.c
157
bufsize = va_arg(ap, size_t);
lib/libc/net/nss_compat.c
196
int (*fn)(const char *, struct passwd *, char *, size_t, int *);
lib/libc/net/nss_compat.c
201
size_t bufsize;
lib/libc/net/nss_compat.c
208
bufsize = va_arg(ap, size_t);
lib/libc/net/nss_compat.c
221
int (*fn)(uid_t, struct passwd *, char *, size_t, int *);
lib/libc/net/nss_compat.c
226
size_t bufsize;
lib/libc/net/nss_compat.c
233
bufsize = va_arg(ap, size_t);
lib/libc/net/nss_compat.c
246
int (*fn)(struct passwd *, char *, size_t, int *);
lib/libc/net/nss_compat.c
250
size_t bufsize;
lib/libc/net/nss_compat.c
258
bufsize = va_arg(ap, size_t);
lib/libc/net/nss_compat.c
95
int (*fn)(const char *, struct group *, char *, size_t, int *);
lib/libc/net/rthdr.c
47
size_t
lib/libc/net/sctp_sys_calls.c
108
size_t len;
lib/libc/net/sctp_sys_calls.c
115
if ((buf = malloc(sizeof(int) + (size_t)addrcnt * sizeof(struct sockaddr_in6))) == NULL) {
lib/libc/net/sctp_sys_calls.c
411
opt_len = (socklen_t)((size_t)size_of_addresses + sizeof(struct sctp_getaddresses));
lib/libc/net/sctp_sys_calls.c
412
addrs = calloc(1, (size_t)opt_len);
lib/libc/net/sctp_sys_calls.c
466
opt_len = (socklen_t)((size_t)size_of_addresses + sizeof(struct sctp_getaddresses));
lib/libc/net/sctp_sys_calls.c
467
addrs = calloc(1, (size_t)opt_len);
lib/libc/net/sctp_sys_calls.c
508
size_t len,
lib/libc/net/sctp_sys_calls.c
633
sctp_send(int sd, const void *data, size_t len,
lib/libc/net/sctp_sys_calls.c
675
sctp_sendx(int sd, const void *msg, size_t msg_len,
lib/libc/net/sctp_sys_calls.c
685
size_t len, add_len;
lib/libc/net/sctp_sys_calls.c
741
memcpy((caddr_t)aa, addrs, (size_t)(len - sizeof(int)));
lib/libc/net/sctp_sys_calls.c
778
size_t len,
lib/libc/net/sctp_sys_calls.c
801
size_t len,
lib/libc/net/sctp_sys_calls.c
998
(size_t)addrcnt * CMSG_SPACE(sizeof(struct in6_addr)));
lib/libc/net/sourcefilter.c
148
size_t i;
lib/libc/net/sourcefilter.c
217
size_t i;
lib/libc/nls/msgcat.c
347
munmap(np->catd->__data, (size_t)np->catd->__size);
lib/libc/nls/msgcat.c
452
munmap(data, (size_t)st.st_size);
lib/libc/nls/msgcat.c
471
munmap(data, (size_t)st.st_size);
lib/libc/posix1e/acl_support.h
50
int _nfs4_format_flags(char *str, size_t size, acl_flag_t var, int verbose);
lib/libc/posix1e/acl_support.h
51
int _nfs4_format_access_mask(char *str, size_t size, acl_perm_t var, int verbose);
lib/libc/posix1e/acl_support_nfs4.c
118
format_flags_compact(char *str, size_t size, uint32_t var,
lib/libc/posix1e/acl_support_nfs4.c
121
size_t i;
lib/libc/posix1e/acl_support_nfs4.c
211
_nfs4_format_flags(char *str, size_t size, acl_flag_t var, int verbose)
lib/libc/posix1e/acl_support_nfs4.c
221
_nfs4_format_access_mask(char *str, size_t size, acl_perm_t var, int verbose)
lib/libc/posix1e/acl_support_nfs4.c
94
format_flags_verbose(char *str, size_t size, uint32_t var,
lib/libc/posix1e/acl_support_nfs4.c
97
size_t off = 0;
lib/libc/posix1e/acl_to_text_nfs4.c
110
format_entry_type(char *str, size_t size, const acl_entry_t entry)
lib/libc/posix1e/acl_to_text_nfs4.c
140
format_additional_id(char *str, size_t size, const acl_entry_t entry)
lib/libc/posix1e/acl_to_text_nfs4.c
169
format_entry(char *str, size_t size, const acl_entry_t entry, int flags)
lib/libc/posix1e/acl_to_text_nfs4.c
171
size_t off = 0, min_who_field_length = 18;
lib/libc/posix1e/acl_to_text_nfs4.c
45
format_who(char *str, size_t size, const acl_entry_t entry, int numeric)
lib/libc/posix1e/mac.c
414
size_t siz;
lib/libc/powerpc64/string/bcopy_resolver.c
40
#define FN_PARAMS (void *dst, const void *src, size_t len)
lib/libc/powerpc64/string/bcopy_resolver.c
45
#define FN_PARAMS (void *dst, const void *src, size_t len)
lib/libc/powerpc64/string/bcopy_resolver.c
50
#define FN_PARAMS (const void *src, void *dst, size_t len)
lib/libc/powerpc64/string/strncpy_resolver.c
33
__strncpy_arch_2_05(char * restrict dst, const char * restrict src, size_t len);
lib/libc/powerpc64/string/strncpy_resolver.c
36
__strncpy(char * restrict dst, const char * restrict src, size_t len);
lib/libc/powerpc64/string/strncpy_resolver.c
39
(char * restrict, const char * restrict, size_t))
lib/libc/regex/engine.c
103
static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
lib/libc/regex/engine.c
157
size_t clen;
lib/libc/regex/engine.c
169
if (clen != (size_t)-1 && clen != (size_t)-2)
lib/libc/regex/engine.c
188
size_t nmatch,
lib/libc/regex/engine.c
193
size_t i;
lib/libc/regex/engine.c
259
memcmp(dp, g->must, (size_t)g->mlen) == 0)
lib/libc/regex/engine.c
628
size_t len;
lib/libc/regex/engine.c
855
size_t clen;
lib/libc/regex/engine.c
951
if (EQ(st, empty) || p == stop || clen > (size_t)(stop - p))
lib/libc/regex/grot/main.c
134
size_t ne;
lib/libc/regex/grot/main.c
171
ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
lib/libc/regex/grot/main.c
211
size_t len;
lib/libc/regex/grot/main.c
35
size_t len;
lib/libc/regex/grot/main.c
440
if (len != shlen || strncmp(p, should, (size_t)shlen) != 0) {
lib/libc/regex/grot/main.c
468
size_t len;
lib/libc/regex/grot/main.c
483
size_t n;
lib/libc/regex/grot/main.c
95
err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
lib/libc/regex/regcomp.c
1210
size_t len;
lib/libc/regex/regcomp.c
1286
size_t clen, len;
lib/libc/regex/regcomp.c
1301
else if (clen == (size_t)-1 || clen == (size_t)-2)
lib/libc/regex/regcomp.c
1385
size_t n;
lib/libc/regex/regcomp.c
1392
assert(n != (size_t)-1);
lib/libc/regex/regcomp.c
147
static void doemit(struct parse *p, sop op, size_t opnd);
lib/libc/regex/regcomp.c
148
static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos);
lib/libc/regex/regcomp.c
1533
size_t n;
lib/libc/regex/regcomp.c
1537
if (n == (size_t)-1 || n == (size_t)-2) {
lib/libc/regex/regcomp.c
1729
(char *)(p->strip + start), (size_t)len*sizeof(sop));
lib/libc/regex/regcomp.c
1743
doemit(struct parse *p, sop op, size_t opnd)
lib/libc/regex/regcomp.c
1766
doinsert(struct parse *p, sop op, size_t opnd, sopno pos)
lib/libc/regex/regcomp.c
1870
size_t clen;
lib/libc/regex/regcomp.c
190
#define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
lib/libc/regex/regcomp.c
1900
if (clen == (size_t)-1)
lib/libc/regex/regcomp.c
2010
g->must = malloc((size_t)g->mlen + 1);
lib/libc/regex/regcomp.c
2023
assert(clen != (size_t)-1);
lib/libc/regex/regcomp.c
211
size_t len;
lib/libc/regex/regcomp.c
212
size_t maxlen;
lib/libc/regex/regcomp.c
243
maxlen = ((size_t)-1 >> 1) / sizeof(sop) * 2 / 3;
lib/libc/regex/regcomp.c
248
p->ssize = len/(size_t)2*(size_t)3 + (size_t)1; /* ugh */
lib/libc/regex/regerror.c
108
size_t
lib/libc/regex/regerror.c
112
size_t errbuf_size)
lib/libc/regex/regerror.c
115
size_t len;
lib/libc/regex/regex2.h
193
size_t nsub; /* copy of re_nsub */
lib/libc/regex/regexec.c
203
size_t nmatch,
lib/libc/regex/regexec.c
58
static __inline size_t
lib/libc/regex/regexec.c
59
xmbrtowc(wint_t *wi, const char *s, size_t n, mbstate_t *mbs, wint_t dummy)
lib/libc/regex/regexec.c
61
size_t nr;
lib/libc/regex/regexec.c
69
else if (nr == (size_t)-1 || nr == (size_t)-2) {
lib/libc/regex/regexec.c
78
static __inline size_t
lib/libc/regex/regexec.c
81
size_t n __unused,
lib/libc/resolv/res_comp.c
109
return (ns_name_compress(src, dst, (size_t)dstsiz,
lib/libc/resolv/res_comp.c
92
int n = ns_name_uncompress(msg, eom, src, dst, (size_t)dstsiz);
lib/libc/resolv/res_debug.c
718
p_sockun(union res_sockaddr_union u, char *buf, size_t size) {
lib/libc/resolv/res_findzonecut.c
155
char *zname, size_t zsize, struct in_addr *addrs, int naddrs)
lib/libc/resolv/res_findzonecut.c
181
char *zname, size_t zsize, union res_sockaddr_union *addrs,
lib/libc/resolv/res_findzonecut.c
271
char *zname, size_t zsize, char *mname, size_t msize,
lib/libc/resolv/res_findzonecut.c
73
char *, size_t, char *, size_t,
lib/libc/resolv/res_init.c
359
const size_t minsiz =
lib/libc/resolv/res_init.c
773
size_t size;
lib/libc/resolv/res_init.c
824
size_t size;
lib/libc/resolv/res_query.c
441
res_hostalias(const res_state statp, const char *name, char *dst, size_t siz) {
lib/libc/resolv/res_send.c
127
static struct sockaddr * get_nsaddr(res_state, size_t);
lib/libc/resolv/res_send.c
589
get_nsaddr(res_state statp, size_t n)
lib/libc/riscv/string/bcopy.c
10
bcopy(const void *src, void *dst, size_t len)
lib/libc/riscv/string/bzero.c
10
bzero(void *b, size_t len)
lib/libc/rpc/auth_unix.c
149
memmove(au->au_origcred.oa_base, mymem, (size_t)len);
lib/libc/rpc/clnt_bcast.c
157
(size_t)ifap->ifa_broadaddr->sa_len);
lib/libc/rpc/clnt_bcast.c
270
size_t fdlistno = 0;
lib/libc/rpc/clnt_bcast.c
273
size_t outlen;
lib/libc/rpc/clnt_bcast.c
280
size_t outlen_pmap = 0;
lib/libc/rpc/clnt_bcast.c
458
(size_t)fdlist[i].asize) !=
lib/libc/rpc/clnt_bcast.c
483
(size_t)fdlist[i].asize) !=
lib/libc/rpc/clnt_dg.c
242
(void) memcpy(&cu->cu_raddr, svcaddr->buf, (size_t)svcaddr->len);
lib/libc/rpc/clnt_dg.c
319
size_t outlen = 0;
lib/libc/rpc/clnt_dg.c
416
outlen = (size_t)XDR_GETPOS(xdrs);
lib/libc/rpc/clnt_dg.c
683
(void) memcpy(info, &cu->cu_raddr, (size_t)cu->cu_rlen);
lib/libc/rpc/clnt_generic.c
187
size_t len = strlen(netclass);
lib/libc/rpc/clnt_perror.c
233
size_t len, i;
lib/libc/rpc/clnt_perror.c
77
size_t len, i;
lib/libc/rpc/clnt_simple.c
182
if ((strlen(host) < (size_t)MAXHOSTNAMELEN) &&
lib/libc/rpc/clnt_simple.c
183
(strlen(nettype) < (size_t)NETIDLEN)) {
lib/libc/rpc/clnt_vc.c
100
static int __msgread(int, void *, size_t);
lib/libc/rpc/clnt_vc.c
562
(void) memcpy(info, ct->ct_addr.buf, (size_t)ct->ct_addr.len);
lib/libc/rpc/clnt_vc.c
695
len = __msgread(ct->ct_fd, buf, (size_t)len);
lib/libc/rpc/clnt_vc.c
697
len = _read(ct->ct_fd, buf, (size_t)len);
lib/libc/rpc/clnt_vc.c
729
(size_t)cnt)) == -1) {
lib/libc/rpc/clnt_vc.c
737
if ((i = _write(ct->ct_fd, buf, (size_t)cnt)) == -1) {
lib/libc/rpc/clnt_vc.c
783
__msgread(int sock, void *buf, size_t cnt)
lib/libc/rpc/clnt_vc.c
808
__msgwrite(int sock, void *buf, size_t cnt)
lib/libc/rpc/clnt_vc.c
99
static int __msgwrite(int, void *, size_t);
lib/libc/rpc/getnetconfig.c
467
if (strlen(netid) == (size_t) (len = tmpp - stringp) && /* a match */
lib/libc/rpc/getnetconfig.c
468
strncmp(stringp, netid, (size_t)len) == 0) {
lib/libc/rpc/getnetconfig.c
680
p->nc_lookups = (char **)malloc((size_t)(p->nc_nlookups+1) * sizeof(char *));
lib/libc/rpc/getrpcent.c
115
size_t bufsize;
lib/libc/rpc/getrpcent.c
126
size_t, struct rpcent **);
lib/libc/rpc/getrpcent.c
128
size_t, struct rpcent **);
lib/libc/rpc/getrpcent.c
130
size_t, struct rpcent **);
lib/libc/rpc/getrpcent.c
132
size_t, struct rpcent **), union key);
lib/libc/rpc/getrpcent.c
135
static int rpc_id_func(char *, size_t *, va_list, void *);
lib/libc/rpc/getrpcent.c
136
static int rpc_marshal_func(char *, size_t *, void *, va_list, void *);
lib/libc/rpc/getrpcent.c
137
static int rpc_unmarshal_func(char *, size_t, void *, va_list, void *);
lib/libc/rpc/getrpcent.c
142
size_t aliases_size, int *errnop)
lib/libc/rpc/getrpcent.c
210
size_t bufsize;
lib/libc/rpc/getrpcent.c
214
size_t linesize;
lib/libc/rpc/getrpcent.c
241
bufsize = va_arg(ap, size_t);
lib/libc/rpc/getrpcent.c
387
size_t bufsize;
lib/libc/rpc/getrpcent.c
422
bufsize = va_arg(ap, size_t);
lib/libc/rpc/getrpcent.c
599
rpc_id_func(char *buffer, size_t *buffer_size, va_list ap, void *cache_mdata)
lib/libc/rpc/getrpcent.c
604
size_t desired_size, size;
lib/libc/rpc/getrpcent.c
651
rpc_marshal_func(char *buffer, size_t *buffer_size, void *retval, va_list ap,
lib/libc/rpc/getrpcent.c
658
size_t orig_buf_size __unused;
lib/libc/rpc/getrpcent.c
661
size_t desired_size, size, aliases_size;
lib/libc/rpc/getrpcent.c
681
orig_buf_size = va_arg(ap, size_t);
lib/libc/rpc/getrpcent.c
738
rpc_unmarshal_func(char *buffer, size_t buffer_size, void *retval, va_list ap,
lib/libc/rpc/getrpcent.c
745
size_t orig_buf_size;
lib/libc/rpc/getrpcent.c
767
orig_buf_size = va_arg(ap, size_t);
lib/libc/rpc/getrpcent.c
807
size_t bufsize, struct rpcent **result)
lib/libc/rpc/getrpcent.c
840
size_t bufsize, struct rpcent **result)
lib/libc/rpc/getrpcent.c
872
getrpcent_r(struct rpcent *rpc, char *buffer, size_t bufsize,
lib/libc/rpc/getrpcent.c
916
size_t bufsize, struct rpcent **res)
lib/libc/rpc/getrpcent.c
923
size_t bufsize, struct rpcent **res)
lib/libc/rpc/getrpcent.c
930
size_t bufsize, struct rpcent **res)
lib/libc/rpc/getrpcent.c
936
getrpc(int (*fn)(union key, struct rpcent *, char *, size_t, struct rpcent **),
lib/libc/rpc/getrpcport.c
66
memcpy(&addr.sin_addr.s_addr, hp->h_addr, (size_t)hp->h_length);
lib/libc/rpc/rpcb_clnt.c
1035
memcpy(address->buf, na->buf, (size_t)na->len);
lib/libc/rpc/rpcb_clnt.c
1159
memcpy(addr_ptr->buf, na->buf, (size_t)na->len);
lib/libc/rpc/rpcb_clnt.c
422
size_t tsize;
lib/libc/rpc/rpcsec_gss_stub.c
33
__rpc_gss_wrap_stub(AUTH *auth, void *header, size_t headerlen, XDR* xdrs,
lib/libc/rpc/svc_auth_unix.c
66
size_t str_len, gid_len;
lib/libc/rpc/svc_auth_unix.c
81
str_len = (size_t)IXDR_GET_U_INT32(buf);
lib/libc/rpc/svc_auth_unix.c
92
gid_len = (size_t)IXDR_GET_U_INT32(buf);
lib/libc/rpc/svc_dg.c
252
size_t replylen;
lib/libc/rpc/svc_dg.c
333
size_t slen;
lib/libc/rpc/svc_dg.c
478
size_t cache_replylen;
lib/libc/rpc/svc_dg.c
570
cache_set(SVCXPRT *xprt, size_t replylen)
lib/libc/rpc/svc_dg.c
644
(size_t)xprt->xp_rtaddr.len);
lib/libc/rpc/svc_dg.c
658
cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, size_t *replylenp)
lib/libc/rpc/svc_dg.c
80
static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *);
lib/libc/rpc/svc_dg.c
81
static void cache_set(SVCXPRT *, size_t);
lib/libc/rpc/svc_nl.c
78
size_t mlen;
lib/libc/rpc/svc_simple.c
273
(void) memset(xdrbuf, 0, (size_t)pl->p_recvsz);
lib/libc/rpc/svc_vc.c
157
xprt->xp_ltaddr.buf = mem_alloc((size_t)sslocal.ss_len);
lib/libc/rpc/svc_vc.c
162
memcpy(xprt->xp_ltaddr.buf, &sslocal, (size_t)sslocal.ss_len);
lib/libc/rpc/svc_vc.c
198
ret->xp_ltaddr.buf = mem_alloc((size_t)ss.ss_len);
lib/libc/rpc/svc_vc.c
203
memcpy(ret->xp_ltaddr.buf, &ss, (size_t)ss.ss_len);
lib/libc/rpc/svc_vc.c
211
ret->xp_rtaddr.buf = mem_alloc((size_t)ss.ss_len);
lib/libc/rpc/svc_vc.c
216
memcpy(ret->xp_rtaddr.buf, &ss, (size_t)ss.ss_len);
lib/libc/rpc/svc_vc.c
350
newxprt->xp_ltaddr.buf = mem_alloc((size_t)sslocal.ss_len);
lib/libc/rpc/svc_vc.c
355
memcpy(newxprt->xp_ltaddr.buf, &sslocal, (size_t)sslocal.ss_len);
lib/libc/rpc/svc_vc.c
462
len = _read(sock, buf, (size_t)len);
lib/libc/rpc/svc_vc.c
491
if ((len = _read(sock, buf, (size_t)len)) > 0) {
lib/libc/rpc/svc_vc.c
522
i = _write(xprt->xp_fd, buf, (size_t)cnt);
lib/libc/secure/fgets_chk.c
45
__fgets_chk(char * __restrict buf, int len, size_t slen, FILE *fp)
lib/libc/secure/fgets_chk.c
47
if (slen >= (size_t)INT_MAX)
lib/libc/secure/fgets_chk.c
50
if (len >= 0 && (size_t)len > slen)
lib/libc/secure/libc_stack_protector.c
53
size_t *oldlenp, void *newp, size_t newlen);
lib/libc/secure/libc_stack_protector.c
66
size_t idx, len;
lib/libc/secure/memcpy_chk.c
41
__memcpy_chk(void * __restrict dst, const void * __restrict src, size_t len,
lib/libc/secure/memcpy_chk.c
42
size_t slen)
lib/libc/secure/memmove_chk.c
41
__memmove_chk(void *dst, const void *src, size_t len,
lib/libc/secure/memmove_chk.c
42
size_t slen)
lib/libc/secure/mempcpy_chk.c
39
__mempcpy_chk(void * __restrict dst, const void * __restrict src, size_t len,
lib/libc/secure/mempcpy_chk.c
40
size_t slen)
lib/libc/secure/memset_chk.c
41
__memset_chk(void * __restrict dst, int val, size_t len, size_t slen)
lib/libc/secure/snprintf_chk.c
42
__snprintf_chk(char * __restrict buf, size_t len, int flags, size_t slen,
lib/libc/secure/sprintf_chk.c
44
__sprintf_chk(char * __restrict buf, int flags, size_t slen,
lib/libc/secure/sprintf_chk.c
51
if (slen > (size_t)INT_MAX)
lib/libc/secure/sprintf_chk.c
55
(size_t)rv >= slen)
lib/libc/secure/stpcpy_chk.c
41
__stpcpy_chk(char * __restrict dst, const char * __restrict src, size_t slen)
lib/libc/secure/stpcpy_chk.c
43
size_t len = strlen(src);
lib/libc/secure/stpncpy_chk.c
41
__stpncpy_chk(char * __restrict dst, const char * __restrict src, size_t len,
lib/libc/secure/stpncpy_chk.c
42
size_t slen)
lib/libc/secure/strcat_chk.c
40
__strcat_chk(char * __restrict dst, const char * __restrict src, size_t slen)
lib/libc/secure/strcpy_chk.c
41
__strcpy_chk(char * __restrict dst, const char * __restrict src, size_t slen)
lib/libc/secure/strcpy_chk.c
43
size_t len = strlen(src) + 1;
lib/libc/secure/strlcat_chk.c
33
size_t
lib/libc/secure/strlcat_chk.c
34
__strlcat_chk(char * __restrict dst, const char * __restrict src, size_t dsize,
lib/libc/secure/strlcat_chk.c
35
size_t dbufsize)
lib/libc/secure/strlcat_chk.c
39
size_t n = dsize;
lib/libc/secure/strlcat_chk.c
40
size_t dlen;
lib/libc/secure/strlcpy_chk.c
34
size_t
lib/libc/secure/strlcpy_chk.c
35
__strlcpy_chk(char * __restrict dst, const char * __restrict src, size_t dsize,
lib/libc/secure/strlcpy_chk.c
36
size_t dbufsize)
lib/libc/secure/strncat_chk.c
41
__strncat_chk(char * __restrict dst, const char * __restrict src, size_t len,
lib/libc/secure/strncat_chk.c
42
size_t slen)
lib/libc/secure/strncpy_chk.c
41
__strncpy_chk(char * __restrict dst, const char * __restrict src, size_t len,
lib/libc/secure/strncpy_chk.c
42
size_t slen)
lib/libc/secure/vsnprintf_chk.c
42
__vsnprintf_chk(char * __restrict buf, size_t len, int flags, size_t slen,
lib/libc/secure/vsprintf_chk.c
44
__vsprintf_chk(char * __restrict buf, int flags, size_t slen,
lib/libc/secure/vsprintf_chk.c
49
if (slen > (size_t)INT_MAX)
lib/libc/secure/vsprintf_chk.c
53
(size_t)rv >= slen)
lib/libc/stdio/fgetln.c
117
size_t diff;
lib/libc/stdio/fgetln.c
134
if ((p = memchr((void *)fp->_p, '\n', (size_t)fp->_r)) == NULL)
lib/libc/stdio/fgetln.c
49
__slbexpand(FILE *fp, size_t newsize)
lib/libc/stdio/fgetln.c
74
fgetln(FILE *fp, size_t *lenp)
lib/libc/stdio/fgetln.c
78
size_t len;
lib/libc/stdio/fgetln.c
79
size_t off;
lib/libc/stdio/fgetln.c
91
if ((p = memchr((void *)fp->_p, '\n', (size_t)fp->_r)) != NULL) {
lib/libc/stdio/fgets.c
53
size_t len;
lib/libc/stdio/fgetwc.c
78
size_t nconv;
lib/libc/stdio/fgetwc.c
86
if (nconv == (size_t)-1) {
lib/libc/stdio/fgetwc.c
89
} else if (nconv == (size_t)-2)
lib/libc/stdio/fgetwln.c
42
wchar_t *fgetwln_l(FILE * __restrict, size_t *, locale_t);
lib/libc/stdio/fgetwln.c
45
fgetwln_l(FILE * __restrict fp, size_t *lenp, locale_t locale)
lib/libc/stdio/fgetwln.c
49
size_t len;
lib/libc/stdio/fgetwln.c
93
fgetwln(FILE * __restrict fp, size_t *lenp)
lib/libc/stdio/fgetws.c
49
size_t nconv;
lib/libc/stdio/fgetws.c
79
if (nconv == (size_t)-1) {
lib/libc/stdio/findfp.c
96
size_t align;
lib/libc/stdio/fmemopen.c
41
size_t size; /* buffer length in bytes */
lib/libc/stdio/fmemopen.c
42
size_t len; /* data length in bytes */
lib/libc/stdio/fmemopen.c
43
size_t off; /* current offset into the buffer */
lib/libc/stdio/fmemopen.c
52
fmemopen(void * __restrict buf, size_t size, const char * __restrict mode)
lib/libc/stdio/fopencookie.c
110
(size_t)size));
lib/libc/stdio/fopencookie.c
95
return ((int)thunk->foc_io.read(thunk->foc_cookie, buf, (size_t)size));
lib/libc/stdio/fputwc.c
52
size_t i, len;
lib/libc/stdio/fputwc.c
55
if ((len = l->__wcrtomb(buf, wc, &fp->_mbstate)) == (size_t)-1) {
lib/libc/stdio/fputws.c
48
size_t nbytes;
lib/libc/stdio/fputws.c
69
if (nbytes == (size_t)-1)
lib/libc/stdio/fread.c
129
(void)memcpy((void *)p, (void *)fp->_p, (size_t)r);
lib/libc/stdio/fread.c
49
size_t
lib/libc/stdio/fread.c
50
__ssp_real(fread)(void * __restrict buf, size_t size, size_t count,
lib/libc/stdio/fread.c
53
size_t ret;
lib/libc/stdio/fread.c
61
size_t
lib/libc/stdio/fread.c
62
__fread(void * __restrict buf, size_t size, size_t count, FILE * __restrict fp)
lib/libc/stdio/fread.c
64
size_t resid;
lib/libc/stdio/fread.c
67
size_t total;
lib/libc/stdio/fseek.c
237
size_t o = target - curoff;
lib/libc/stdio/fseek.c
94
size_t n;
lib/libc/stdio/ftell.c
85
size_t n;
lib/libc/stdio/fvwrite.c
105
size_t blen = fp->_p - fp->_bf._base;
lib/libc/stdio/fvwrite.c
50
size_t len;
lib/libc/stdio/fvwrite.c
64
#define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n))
lib/libc/stdio/fvwrite.h
40
size_t iov_len;
lib/libc/stdio/fwrite.c
48
size_t
lib/libc/stdio/fwrite.c
49
fwrite_unlocked(const void * __restrict buf, size_t size, size_t count,
lib/libc/stdio/fwrite.c
52
size_t n;
lib/libc/stdio/fwrite.c
93
size_t
lib/libc/stdio/fwrite.c
94
fwrite(const void * __restrict buf, size_t size, size_t count,
lib/libc/stdio/fwrite.c
97
size_t n;
lib/libc/stdio/getdelim.c
109
getdelim(char ** __restrict linep, size_t * __restrict linecapp, int delim,
lib/libc/stdio/getdelim.c
113
size_t linelen;
lib/libc/stdio/getdelim.c
42
static inline size_t
lib/libc/stdio/getdelim.c
43
p2roundup(size_t n)
lib/libc/stdio/getdelim.c
65
expandtofit(char ** __restrict linep, size_t len, size_t * __restrict capp)
lib/libc/stdio/getdelim.c
68
size_t newcap;
lib/libc/stdio/getdelim.c
70
if (len > (size_t)SSIZE_MAX + 1) {
lib/libc/stdio/getdelim.c
75
if (len == (size_t)SSIZE_MAX + 1) /* avoid overflow */
lib/libc/stdio/getdelim.c
76
newcap = (size_t)SSIZE_MAX + 1;
lib/libc/stdio/getdelim.c
96
sappend(char ** __restrict dstp, size_t * __restrict dstlenp,
lib/libc/stdio/getdelim.c
97
size_t * __restrict dstcapp, char * __restrict src, size_t srclen)
lib/libc/stdio/getline.c
32
getline(char ** __restrict linep, size_t * __restrict linecapp,
lib/libc/stdio/local.h
65
extern int __slbexpand(FILE *, size_t);
lib/libc/stdio/local.h
74
extern int __swhatbuf(FILE *, size_t *, int *);
lib/libc/stdio/local.h
86
extern size_t __fread(void * __restrict buf, size_t size, size_t count,
lib/libc/stdio/makebuf.c
58
size_t size;
lib/libc/stdio/makebuf.c
86
__swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty)
lib/libc/stdio/open_memstream.c
173
open_memstream(char **bufp, size_t *sizep)
lib/libc/stdio/open_memstream.c
48
size_t *sizep;
lib/libc/stdio/open_wmemstream.c
104
if (charlen == (size_t)-1)
lib/libc/stdio/open_wmemstream.c
106
if (charlen == (size_t)-2)
lib/libc/stdio/open_wmemstream.c
123
size_t charlen;
lib/libc/stdio/open_wmemstream.c
143
if (charlen == (size_t)-1) {
lib/libc/stdio/open_wmemstream.c
154
if (charlen == (size_t)-2) {
lib/libc/stdio/open_wmemstream.c
234
open_wmemstream(wchar_t **bufp, size_t *sizep)
lib/libc/stdio/open_wmemstream.c
48
size_t *sizep;
lib/libc/stdio/open_wmemstream.c
94
static size_t
lib/libc/stdio/open_wmemstream.c
98
size_t charlen, count;
lib/libc/stdio/printf-pos.c
721
(*argtable) [n].sizearg = va_arg (ap, size_t);
lib/libc/stdio/printflocal.h
72
size_t sizearg;
lib/libc/stdio/puts.c
50
size_t c;
lib/libc/stdio/setbuffer.c
41
(void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
lib/libc/stdio/setbuffer.c
51
return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0));
lib/libc/stdio/setvbuf.c
48
setvbuf(FILE * __restrict fp, char * __restrict buf, int mode, size_t size)
lib/libc/stdio/setvbuf.c
51
size_t iosize;
lib/libc/stdio/snprintf.c
51
snprintf(char * __restrict str, size_t n, char const * __restrict fmt, ...)
lib/libc/stdio/snprintf.c
55
size_t on;
lib/libc/stdio/snprintf.c
78
snprintf_l(char * __restrict str, size_t n, locale_t locale,
lib/libc/stdio/snprintf.c
83
size_t on;
lib/libc/stdio/stdio.c
53
return(_read(fp->_file, buf, (size_t)n));
lib/libc/stdio/stdio.c
61
return (_write(fp->_file, buf, (size_t)n));
lib/libc/stdio/swprintf.c
40
swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...)
lib/libc/stdio/swprintf.c
52
swprintf_l(wchar_t * __restrict s, size_t n, locale_t locale,
lib/libc/stdio/ungetc.c
61
if ((p = malloc((size_t)BUFSIZ)) == NULL)
lib/libc/stdio/ungetc.c
76
(void)memcpy((void *)(p + i), (void *)p, (size_t)i);
lib/libc/stdio/ungetwc.c
53
size_t len;
lib/libc/stdio/ungetwc.c
58
if ((len = l->__wcrtomb(buf, wc, &fp->_mbstate)) == (size_t)-1) {
lib/libc/stdio/vfprintf.c
219
size_t clen, nbytes;
lib/libc/stdio/vfprintf.c
226
if (nbytes == (size_t)-1)
lib/libc/stdio/vfprintf.c
242
if (clen == 0 || clen == (size_t)-1 ||
lib/libc/stdio/vfprintf.c
256
nbytes, &mbs)) == (size_t)-1) {
lib/libc/stdio/vfprintf.c
415
flags&SIZET ? (uintmax_t)GETARG(size_t) : \
lib/libc/stdio/vfprintf.c
665
size_t mbseqlen;
lib/libc/stdio/vfprintf.c
670
if (mbseqlen == (size_t)-1) {
lib/libc/stdio/vfscanf.c
118
size_t sum = 0;
lib/libc/stdio/vfscanf.c
138
size_t r = __fread(p, 1, width, fp);
lib/libc/stdio/vfscanf.c
487
size_t width; /* field width, or 0 */
lib/libc/stdio/vfscanf.c
694
*va_arg(ap, size_t *) = nread;
lib/libc/stdio/vfscanf.c
758
width = (size_t)~0; /* `infinity' */
lib/libc/stdio/vfscanf.c
777
width = (size_t)~0;
lib/libc/stdio/vfscanf.c
826
*va_arg(ap, size_t *) = res;
lib/libc/stdio/vfwprintf.c
112
if (nconv == (size_t)-1 || nconv == (size_t)-2)
lib/libc/stdio/vfwprintf.c
252
size_t len;
lib/libc/stdio/vfwprintf.c
258
if ((len = wcrtomb(buf, wc, &mbs)) == (size_t)-1) {
lib/libc/stdio/vfwprintf.c
282
size_t insize, nchars, nconv;
lib/libc/stdio/vfwprintf.c
299
while (nchars != (size_t)prec) {
lib/libc/stdio/vfwprintf.c
301
if (nconv == 0 || nconv == (size_t)-1 ||
lib/libc/stdio/vfwprintf.c
302
nconv == (size_t)-2)
lib/libc/stdio/vfwprintf.c
308
if (nconv == (size_t)-1 || nconv == (size_t)-2)
lib/libc/stdio/vfwprintf.c
328
if (nconv == 0 || nconv == (size_t)-1 || nconv == (size_t)-2)
lib/libc/stdio/vfwprintf.c
334
if (nconv == (size_t)-1 || nconv == (size_t)-2) {
lib/libc/stdio/vfwprintf.c
489
flags&SIZET ? (uintmax_t)GETARG(size_t) : \
lib/libc/stdio/vfwprintf.c
97
if (nconv == (size_t)-1 || nconv == (size_t)-2)
lib/libc/stdio/vfwscanf.c
129
size_t nconv;
lib/libc/stdio/vfwscanf.c
138
if (nconv == (size_t)-1)
lib/libc/stdio/vfwscanf.c
171
size_t nconv;
lib/libc/stdio/vfwscanf.c
181
if (nconv == (size_t)-1)
lib/libc/stdio/vfwscanf.c
228
size_t nconv;
lib/libc/stdio/vfwscanf.c
238
if (nconv == (size_t)-1)
lib/libc/stdio/vfwscanf.c
467
size_t width; /* field width, or 0 */
lib/libc/stdio/vfwscanf.c
689
*va_arg(ap, size_t *) = nread;
lib/libc/stdio/vfwscanf.c
741
width = (size_t)~0; /* `infinity' */
lib/libc/stdio/vfwscanf.c
761
width = (size_t)~0;
lib/libc/stdio/vfwscanf.c
806
*va_arg(ap, size_t *) = res;
lib/libc/stdio/vfwscanf.c
849
size_t nconv;
lib/libc/stdio/vfwscanf.c
862
if (nconv == (size_t)-1 || nconv == (size_t)-2)
lib/libc/stdio/vsnprintf.c
49
vsnprintf_l(char * __restrict str, size_t n, locale_t locale,
lib/libc/stdio/vsnprintf.c
53
size_t on;
lib/libc/stdio/vsnprintf.c
83
vsnprintf(char * __restrict str, size_t n, const char * __restrict fmt,
lib/libc/stdio/vswprintf.c
106
vswprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt,
lib/libc/stdio/vswprintf.c
46
vswprintf_l(wchar_t * __restrict s, size_t n, locale_t locale,
lib/libc/stdio/vswprintf.c
54
size_t nwc;
lib/libc/stdio/vswprintf.c
92
if (nwc == (size_t)-1) {
lib/libc/stdio/vswscanf.c
66
size_t mlen;
lib/libc/stdio/vswscanf.c
79
if ((mlen = wcsrtombs_l(mbstr, &strp, SIZE_T_MAX, &mbs, locale)) == (size_t)-1) {
lib/libc/stdio/xprintf.c
174
__printf_arginfo_pct(const struct printf_info *pi __unused, size_t n __unused, int *argt __unused)
lib/libc/stdio/xprintf.c
190
__printf_arginfo_n(const struct printf_info *pi, size_t n, int *argt)
lib/libc/stdio/xprintf.c
222
**((size_t **)arg[0]) = pi->sofar;
lib/libc/stdio/xprintf.c
480
args[ch].intmaxarg = va_arg (ap, size_t);
lib/libc/stdio/xprintf_errno.c
42
__printf_arginfo_errno(const struct printf_info *pi __unused, size_t n,
lib/libc/stdio/xprintf_float.c
123
__printf_arginfo_float(const struct printf_info *pi, size_t n, int *argt)
lib/libc/stdio/xprintf_hexdump.c
38
__printf_arginfo_hexdump(const struct printf_info *pi, size_t n, int *argt)
lib/libc/stdio/xprintf_int.c
232
__printf_arginfo_int(const struct printf_info *pi, size_t n, int *argt)
lib/libc/stdio/xprintf_int.c
441
__printf_arginfo_ptr(const struct printf_info *pi __unused, size_t n, int *argt)
lib/libc/stdio/xprintf_quote.c
41
__printf_arginfo_quote(const struct printf_info *pi __unused, size_t n, int *argt)
lib/libc/stdio/xprintf_str.c
109
__printf_arginfo_str(const struct printf_info *pi, size_t n, int *argt)
lib/libc/stdio/xprintf_str.c
151
__printf_arginfo_chr(const struct printf_info *pi, size_t n, int *argt)
lib/libc/stdio/xprintf_str.c
170
size_t mbseqlen;
lib/libc/stdio/xprintf_str.c
178
if (mbseqlen == (size_t) -1)
lib/libc/stdio/xprintf_str.c
60
size_t clen, nbytes;
lib/libc/stdio/xprintf_str.c
67
if (nbytes == (size_t)-1)
lib/libc/stdio/xprintf_str.c
83
if (clen == 0 || clen == (size_t)-1 ||
lib/libc/stdio/xprintf_str.c
97
nbytes, &mbs)) == (size_t)-1) {
lib/libc/stdio/xprintf_time.c
44
__printf_arginfo_time(const struct printf_info *pi, size_t n, int *argt)
lib/libc/stdio/xprintf_vis.c
40
__printf_arginfo_vis(const struct printf_info *pi, size_t n, int *argt)
lib/libc/stdlib/bsearch.c
61
bsearch_b(const void *key, const void *base0, size_t nmemb, size_t size,
lib/libc/stdlib/bsearch.c
65
bsearch(const void *key, const void *base0, size_t nmemb, size_t size,
lib/libc/stdlib/bsearch.c
70
size_t lim;
lib/libc/stdlib/getenv.c
104
__env_warnx(const char *msg, const char *name, size_t nameLen)
lib/libc/stdlib/getenv.c
123
static inline size_t
lib/libc/stdlib/getenv.c
140
strncmpeq(const char *nameValue, const char *name, size_t nameLen)
lib/libc/stdlib/getenv.c
155
__findenv(const char *name, size_t nameLen, int *envNdx, bool onlyActive)
lib/libc/stdlib/getenv.c
187
__findenv_environ(const char *name, size_t nameLen)
lib/libc/stdlib/getenv.c
331
size_t nameLen;
lib/libc/stdlib/getenv.c
418
size_t nameLen;
lib/libc/stdlib/getenv.c
451
__ssp_real(getenv_r)(const char *name, char *buf, size_t len)
lib/libc/stdlib/getenv.c
454
size_t nameLen;
lib/libc/stdlib/getenv.c
504
__setenv(const char *name, size_t nameLen, const char *value, int overwrite)
lib/libc/stdlib/getenv.c
510
size_t valueLen;
lib/libc/stdlib/getenv.c
628
size_t nameLen;
lib/libc/stdlib/getenv.c
655
size_t nameLen;
lib/libc/stdlib/getenv.c
708
size_t nameLen;
lib/libc/stdlib/getenv.c
75
size_t nameLen;
lib/libc/stdlib/getenv.c
76
size_t valueSize;
lib/libc/stdlib/getopt_long.c
191
size_t current_argv_len;
lib/libc/stdlib/hcreate.c
41
hcreate(size_t nel)
lib/libc/stdlib/hcreate_r.c
32
hcreate_r(size_t nel, struct hsearch_data *htab)
lib/libc/stdlib/heapsort.c
138
int heapsort_b(void *, size_t, size_t, heapsort_block);
lib/libc/stdlib/heapsort.c
140
int heapsort(void *, size_t, size_t,
lib/libc/stdlib/heapsort.c
152
heapsort_b(void *vbase, size_t nmemb, size_t size, heapsort_block compar)
lib/libc/stdlib/heapsort.c
155
heapsort(void *vbase, size_t nmemb, size_t size,
lib/libc/stdlib/heapsort.c
159
size_t cnt, i, j, l;
lib/libc/stdlib/hsearch.h
32
size_t offset_basis; /* Initial value for FNV-1a hashing. */
lib/libc/stdlib/hsearch.h
33
size_t index_mask; /* Bitmask for indexing the table. */
lib/libc/stdlib/hsearch.h
34
size_t entries_used; /* Number of entries currently used. */
lib/libc/stdlib/hsearch_r.c
41
hsearch_lookup_free(struct __hsearch *hsearch, size_t hash)
lib/libc/stdlib/hsearch_r.c
43
size_t index, i;
lib/libc/stdlib/hsearch_r.c
56
static size_t
lib/libc/stdlib/hsearch_r.c
57
hsearch_hash(size_t offset_basis, const char *str)
lib/libc/stdlib/hsearch_r.c
59
size_t hash;
lib/libc/stdlib/hsearch_r.c
64
if (sizeof(size_t) * CHAR_BIT <= 32)
lib/libc/stdlib/hsearch_r.c
77
size_t hash, index, i, old_hash, old_count, new_count;
lib/libc/stdlib/lsearch.c
16
static void *lwork(const void *, const void *, size_t *, size_t,
lib/libc/stdlib/lsearch.c
19
void *lsearch(const void *key, void *base, size_t *nelp, size_t width,
lib/libc/stdlib/lsearch.c
26
void *lfind(const void *key, const void *base, size_t *nelp, size_t width,
lib/libc/stdlib/lsearch.c
34
lwork(const void *key, const void *base, size_t *nelp, size_t width,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
115
((int)(((size_t)(a) < (size_t)INT_MAX) ? ffs((int)(a))-1 : \
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
116
ffs((int)(((size_t)(a))>>32))+31))
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
256
void JEMALLOC_SYS_NOTHROW *je_malloc(size_t size)
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
259
void JEMALLOC_SYS_NOTHROW *je_calloc(size_t num, size_t size)
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
262
void **memptr, size_t alignment, size_t size) JEMALLOC_CXX_THROW
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
265
void JEMALLOC_SYS_NOTHROW *je_aligned_alloc(size_t alignment,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
266
size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc)
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
269
void JEMALLOC_SYS_NOTHROW *je_realloc(void *ptr, size_t size)
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
275
void JEMALLOC_NOTHROW *je_mallocx(size_t size, int flags)
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
278
void JEMALLOC_NOTHROW *je_rallocx(void *ptr, size_t size,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
280
JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_xallocx(void *ptr, size_t size,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
281
size_t extra, int flags);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
282
JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_sallocx(const void *ptr,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
285
JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_sdallocx(void *ptr, size_t size,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
287
JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_nallocx(size_t size, int flags)
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
291
void *oldp, size_t *oldlenp, void *newp, size_t newlen);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
293
size_t *mibp, size_t *miblenp);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
294
JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctlbymib(const size_t *mib,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
295
size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
299
JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_malloc_usable_size(
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
302
JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_malloc_size(
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
308
void JEMALLOC_SYS_NOTHROW *je_memalign(size_t alignment, size_t size)
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
314
void JEMALLOC_SYS_NOTHROW *je_valloc(size_t size) JEMALLOC_CXX_THROW
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
325
typedef void *(extent_alloc_t)(extent_hooks_t *, void *, size_t, size_t, bool *,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
333
typedef bool (extent_dalloc_t)(extent_hooks_t *, void *, size_t, bool,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
341
typedef void (extent_destroy_t)(extent_hooks_t *, void *, size_t, bool,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
349
typedef bool (extent_commit_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
357
typedef bool (extent_decommit_t)(extent_hooks_t *, void *, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
358
size_t, unsigned);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
365
typedef bool (extent_purge_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
373
typedef bool (extent_split_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
381
typedef bool (extent_merge_t)(extent_hooks_t *, void *, size_t, void *, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
16
typedef bool (extent_dalloc_t)(extent_hooks_t *, void *, size_t, bool,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
24
typedef void (extent_destroy_t)(extent_hooks_t *, void *, size_t, bool,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
32
typedef bool (extent_commit_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
40
typedef bool (extent_decommit_t)(extent_hooks_t *, void *, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
41
size_t, unsigned);
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
48
typedef bool (extent_purge_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
56
typedef bool (extent_split_t)(extent_hooks_t *, void *, size_t, size_t, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
64
typedef bool (extent_merge_t)(extent_hooks_t *, void *, size_t, void *, size_t,
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
8
typedef void *(extent_alloc_t)(extent_hooks_t *, void *, size_t, size_t, bool *,
lib/libc/stdlib/memalignment.c
10
size_t
lib/libc/stdlib/merge.c
107
mergesort_b(void *base, size_t nmemb, size_t size, cmp_t cmp)
lib/libc/stdlib/merge.c
109
mergesort(void *base, size_t nmemb, size_t size, cmp_t cmp)
lib/libc/stdlib/merge.c
112
size_t i;
lib/libc/stdlib/merge.c
266
setup(u_char *list1, u_char *list2, size_t n, size_t size, cmp_t cmp)
lib/libc/stdlib/merge.c
337
insertionsort(u_char *a, size_t n, size_t size, cmp_t cmp)
lib/libc/stdlib/merge.c
65
static void setup(u_char *, u_char *, size_t, size_t, cmp_t);
lib/libc/stdlib/merge.c
66
static void insertionsort(u_char *, size_t, size_t, cmp_t);
lib/libc/stdlib/merge.c
97
int mergesort_b(void *, size_t, size_t, cmp_t);
lib/libc/stdlib/merge.c
99
int mergesort(void *, size_t, size_t, cmp_t);
lib/libc/stdlib/ptsname.c
74
__ptsname_r(int fildes, char *buffer, size_t buflen)
lib/libc/stdlib/qsort.c
104
local_qsort(void *a, size_t n, size_t es, cmp_t *cmp, void *thunk)
lib/libc/stdlib/qsort.c
107
size_t d1, d2;
lib/libc/stdlib/qsort.c
127
size_t d = (n / 8) * es;
lib/libc/stdlib/qsort.c
202
(qsort_r)(void *a, size_t n, size_t es, cmp_t *cmp, void *thunk)
lib/libc/stdlib/qsort.c
208
__qsort_r_compat(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp)
lib/libc/stdlib/qsort.c
244
qsort(void *a, size_t n, size_t es, cmp_t *cmp)
lib/libc/stdlib/qsort.c
56
swapfunc(char *a, char *b, size_t es)
lib/libc/stdlib/qsort_r_compat.c
12
qsort_b(void *base, size_t nel, size_t width, qsort_block compar)
lib/libc/stdlib/random.c
250
size_t expected, len;
lib/libc/stdlib/random.c
298
size_t sz)
lib/libc/stdlib/random.c
350
initstate(unsigned int seed, char *arg_state, size_t n)
lib/libc/stdlib/random.c
490
size_t asize;
lib/libc/stdlib/random.c
499
asize = sizeof(struct __random_state) + (size_t)breaks[type];
lib/libc/stdlib/random.h
80
int initstate_r(struct __random_state *, unsigned, uint32_t *, size_t);
lib/libc/stdlib/reallocarray.c
25
reallocarray(void *optr, size_t nmemb, size_t size)
lib/libc/stdlib/reallocarray.c
27
size_t nbytes;
lib/libc/stdlib/reallocf.c
31
reallocf(void *ptr, size_t size)
lib/libc/stdlib/realpath.c
164
if ((size_t)slen >= sizeof(symlink)) {
lib/libc/stdlib/realpath.c
186
if ((size_t)slen + 1 >= sizeof(symlink)) {
lib/libc/stdlib/realpath.c
52
size_t left_len, prev_len, resolved_len, next_token_len;
lib/libc/stdlib/realpath.c
89
next_token_len = p != NULL ? (size_t)(p - left) : left_len;
lib/libc/stdlib/recallocarray.c
25
void *recallocarray(void *, size_t, size_t, size_t);
lib/libc/stdlib/recallocarray.c
28
recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size)
lib/libc/stdlib/recallocarray.c
30
size_t oldsize, newsize;
lib/libc/stdlib/recallocarray.c
51
size_t d = oldsize - newsize;
lib/libc/stdlib/recallocarray.c
53
if (d < oldsize / 2 && d < (size_t)getpagesize()) {
lib/libc/stdlib/strfmon.c
105
vstrfmon_l(char *__restrict s, size_t maxsize, locale_t loc,
lib/libc/stdlib/strfmon.c
527
size_t bufsize;
lib/libc/stdlib/strfmon.c
535
size_t decimal_point_size;
lib/libc/stdlib/strfmon.c
536
size_t thousands_sep_size;
lib/libc/stdlib/strfmon.c
645
strfmon(char *restrict s, size_t maxsize, const char *restrict format, ...)
lib/libc/stdlib/strfmon.c
658
strfmon_l(char *restrict s, size_t maxsize, locale_t loc,
lib/libc/stdtime/strftime.c
109
size_t
lib/libc/stdtime/strftime.c
110
strftime(char * __restrict s, size_t maxsize, const char * __restrict format,
lib/libc/stdtime/strftime.c
76
size_t
lib/libc/stdtime/strftime.c
77
strftime_l(char * __restrict s, size_t maxsize, const char * __restrict format,
lib/libc/string/bcmp.c
38
bcmp(const void *b1, const void *b2, size_t length)
lib/libc/string/bcopy.c
59
(void *dst0, const void *src0, size_t length)
lib/libc/string/bcopy.c
66
bcopy(const void *src0, void *dst0, size_t length)
lib/libc/string/bcopy.c
71
size_t t;
lib/libc/string/memccpy.c
35
memccpy(void * restrict t, const void * restrict f, int c, size_t n)
lib/libc/string/memchr.c
29
#define SS (sizeof(size_t))
lib/libc/string/memchr.c
30
#define ALIGN (sizeof(size_t) - 1)
lib/libc/string/memchr.c
31
#define ONES ((size_t)-1 / UCHAR_MAX)
lib/libc/string/memchr.c
36
memchr(const void *src, int c, size_t n)
lib/libc/string/memchr.c
44
typedef size_t __attribute__((__may_alias__)) word;
lib/libc/string/memchr.c
46
size_t k = ONES * c;
lib/libc/string/memcmp.c
41
memcmp(const void *s1, const void *s2, size_t n)
lib/libc/string/memmem.c
184
memmem(const void *h0, size_t k, const void *n0, size_t l)
lib/libc/string/memmem.c
29
twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
lib/libc/string/memmem.c
39
threebyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
lib/libc/string/memmem.c
50
fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n)
lib/libc/string/memmem.c
64
((a)[(size_t)(b) / (8 * sizeof *(a))] op \
lib/libc/string/memmem.c
65
(size_t)1 << ((size_t)(b) % (8 * sizeof *(a))))
lib/libc/string/memmem.c
77
const unsigned char *n, size_t l)
lib/libc/string/memmem.c
79
size_t i, ip, jp, k, p, ms, p0, mem, mem0;
lib/libc/string/memmem.c
80
size_t byteset[32 / sizeof(size_t)] = { 0 };
lib/libc/string/memmem.c
81
size_t shift[256];
lib/libc/string/mempcpy.c
36
size_t len)
lib/libc/string/memrchr.c
26
memrchr(const void *s, int c, size_t n)
lib/libc/string/memset.c
52
bzero(void *dst0, size_t length)
lib/libc/string/memset.c
63
memset(void *dst0, int c0, size_t length)
lib/libc/string/memset.c
66
size_t t;
lib/libc/string/memset_explicit.c
10
__attribute__((weak)) void __memset_explicit_hook(void *, int, size_t);
lib/libc/string/memset_explicit.c
13
__memset_explicit_hook(void *buf, int ch, size_t len)
lib/libc/string/memset_explicit.c
21
__ssp_real(memset_explicit)(void *buf, int ch, size_t len)
lib/libc/string/stpncpy.c
34
stpncpy(char * __restrict dst, const char * __restrict src, size_t n)
lib/libc/string/strcasecmp.c
61
strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale)
lib/libc/string/strcasecmp.c
80
strncasecmp(const char *s1, const char *s2, size_t n)
lib/libc/string/strcasestr.c
51
size_t len;
lib/libc/string/strchrnul.c
29
#define ALIGN (sizeof(size_t))
lib/libc/string/strchrnul.c
30
#define ONES ((size_t)-1 / UCHAR_MAX)
lib/libc/string/strchrnul.c
44
typedef size_t __attribute__((__may_alias__)) word;
lib/libc/string/strchrnul.c
49
size_t k = ONES * c;
lib/libc/string/strcoll.c
58
size_t sz1, sz2;
lib/libc/string/strcoll.c
94
if ((mbsrtowcs_l(w1, &cs1, sz1, &mbs1, locale)) == (size_t)-1)
lib/libc/string/strcoll.c
97
if ((mbsrtowcs_l(w2, &cs2, sz2, &mbs2, locale)) == (size_t)-1)
lib/libc/string/strcspn.c
36
size_t
lib/libc/string/strdup.c
39
size_t len;
lib/libc/string/strerror.c
119
__ssp_real(strerror_r)(int errnum, char *strerrbuf, size_t buflen)
lib/libc/string/strerror.c
59
errstr(int num, const char *uprefix, char *buf, size_t len)
lib/libc/string/strerror.c
80
__strerror_rl(int errnum, char *strerrbuf, size_t buflen, locale_t locale)
lib/libc/string/strlcat.c
31
size_t
lib/libc/string/strlcat.c
32
strlcat(char * __restrict dst, const char * __restrict src, size_t dsize)
lib/libc/string/strlcat.c
36
size_t n = dsize;
lib/libc/string/strlcat.c
37
size_t dlen;
lib/libc/string/strlcpy.c
29
size_t
lib/libc/string/strlcpy.c
30
strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize)
lib/libc/string/strlcpy.c
33
size_t nleft = dsize;
lib/libc/string/strlen.c
73
size_t
lib/libc/string/strncat.c
44
strncat(char * __restrict dst, const char * __restrict src, size_t n)
lib/libc/string/strncmp.c
35
strncmp(const char *s1, const char *s2, size_t n)
lib/libc/string/strncpy.c
53
(char * __restrict dst, const char * __restrict src, size_t n)
lib/libc/string/strndup.c
24
strndup(const char *str, size_t maxlen)
lib/libc/string/strndup.c
27
size_t len;
lib/libc/string/strnlen.c
31
size_t
lib/libc/string/strnlen.c
32
strnlen(const char *s, size_t maxlen)
lib/libc/string/strnlen.c
34
size_t len;
lib/libc/string/strnstr.c
43
strnstr(const char *s, const char *find, size_t slen)
lib/libc/string/strnstr.c
46
size_t len;
lib/libc/string/strsignal.c
91
size_t n;
lib/libc/string/strspn.c
36
size_t
lib/libc/string/strstr.c
150
size_t grow = l | 63;
lib/libc/string/strstr.c
61
((a)[(size_t)(b) / (8 * sizeof *(a))] op \
lib/libc/string/strstr.c
62
(size_t)1 << ((size_t)(b) % (8 * sizeof *(a))))
lib/libc/string/strstr.c
76
size_t l, ip, jp, k, p, ms, p0, mem, mem0;
lib/libc/string/strstr.c
77
size_t byteset[32 / sizeof(size_t)] = { 0 };
lib/libc/string/strstr.c
78
size_t shift[256];
lib/libc/string/strverscmp.c
12
size_t digit_count_1, digit_count_2;
lib/libc/string/strverscmp.c
13
size_t zeros_count_1, zeros_count_2;
lib/libc/string/strxfrm.c
42
size_t
lib/libc/string/strxfrm.c
43
strxfrm_l(char * __restrict dest, const char * __restrict src, size_t len, locale_t loc);
lib/libc/string/strxfrm.c
44
size_t
lib/libc/string/strxfrm.c
45
strxfrm(char * __restrict dest, const char * __restrict src, size_t len)
lib/libc/string/strxfrm.c
50
size_t
lib/libc/string/strxfrm.c
51
strxfrm_l(char * __restrict dest, const char * __restrict src, size_t len, locale_t locale)
lib/libc/string/strxfrm.c
53
size_t slen;
lib/libc/string/strxfrm.c
54
size_t xlen;
lib/libc/string/strxfrm.c
80
if (mbstowcs_l(wcs, src, slen + 1, locale) == (size_t)-1)
lib/libc/string/strxfrm.c
83
if ((xlen = _collate_sxfrm(table, wcs, dest, len)) == (size_t)-1)
lib/libc/string/timingsafe_bcmp.c
20
int __timingsafe_bcmp(const void *, const void *, size_t);
lib/libc/string/timingsafe_bcmp.c
23
__timingsafe_bcmp(const void *b1, const void *b2, size_t n)
lib/libc/string/timingsafe_memcmp.c
21
int __timingsafe_memcmp(const void *, const void *, size_t);
lib/libc/string/timingsafe_memcmp.c
24
__timingsafe_memcmp(const void *b1, const void *b2, size_t len)
lib/libc/string/timingsafe_memcmp.c
27
size_t i;
lib/libc/string/wcpncpy.c
34
size_t n)
lib/libc/string/wcscspn.c
39
size_t
lib/libc/string/wcsdup.c
36
size_t len;
lib/libc/string/wcslcat.c
49
size_t
lib/libc/string/wcslcat.c
50
__ssp_real(wcslcat)(wchar_t *dst, const wchar_t *src, size_t siz)
lib/libc/string/wcslcat.c
54
size_t n = siz;
lib/libc/string/wcslcat.c
55
size_t dlen;
lib/libc/string/wcslcpy.c
47
size_t
lib/libc/string/wcslcpy.c
48
__ssp_real(wcslcpy)(wchar_t *dst, const wchar_t *src, size_t siz)
lib/libc/string/wcslcpy.c
52
size_t n = siz;
lib/libc/string/wcslen.c
39
size_t
lib/libc/string/wcsncasecmp.c
33
wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n)
lib/libc/string/wcsncat.c
42
size_t n)
lib/libc/string/wcsncmp.c
37
wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n)
lib/libc/string/wcsncpy.c
44
size_t n)
lib/libc/string/wcsnlen.c
31
size_t
lib/libc/string/wcsnlen.c
32
wcsnlen(const wchar_t *s, size_t maxlen)
lib/libc/string/wcsnlen.c
34
size_t len;
lib/libc/string/wcsspn.c
39
size_t
lib/libc/string/wcsstr.c
44
size_t len;
lib/libc/string/wcswidth.c
49
wcswidth_l(const wchar_t *pwcs, size_t n, locale_t locale)
lib/libc/string/wcswidth.c
65
wcswidth(const wchar_t *pwcs, size_t n)
lib/libc/string/wcsxfrm.c
41
size_t
lib/libc/string/wcsxfrm.c
42
wcsxfrm_l(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len, locale_t locale)
lib/libc/string/wcsxfrm.c
44
size_t slen;
lib/libc/string/wcsxfrm.c
56
((slen = _collate_wxfrm(table, src, dest, len)) == (size_t)-1)) {
lib/libc/string/wcsxfrm.c
80
size_t
lib/libc/string/wcsxfrm.c
81
wcsxfrm(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len)
lib/libc/string/wmemchr.c
40
wmemchr(const wchar_t *s, wchar_t c, size_t n)
lib/libc/string/wmemchr.c
42
size_t i;
lib/libc/string/wmemcmp.c
40
wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n)
lib/libc/string/wmemcmp.c
42
size_t i;
lib/libc/string/wmemcpy.c
43
size_t n)
lib/libc/string/wmemmove.c
42
__ssp_real(wmemmove)(wchar_t *d, const wchar_t *s, size_t n)
lib/libc/string/wmempcpy.c
37
size_t len)
lib/libc/string/wmemset.c
41
__ssp_real(wmemset)(wchar_t *s, wchar_t c, size_t n)
lib/libc/string/wmemset.c
43
size_t i;
lib/libc/sys/getdents.c
34
getdents(int fd, char *buf, size_t nbytes)
lib/libc/sys/msync.c
39
msync(void *addr, size_t len, int flags)
lib/libc/sys/read.c
39
read(int fd, void *buf, size_t nbytes)
lib/libc/sys/recv.c
40
__ssp_real(recv)(int s, void *buf, size_t len, int flags)
lib/libc/sys/recvfrom.c
39
__ssp_real(recvfrom)(int s, void *buf, size_t len, int flags,
lib/libc/sys/send.c
39
send(int s, const void *msg, size_t len, int flags)
lib/libc/sys/sendto.c
39
sendto(int s, const void *msg, size_t len, int flags,
lib/libc/sys/write.c
39
write(int fd, const void *buf, size_t nbytes)
lib/libc/tests/gen/arc4random_test.c
89
size_t i, j;
lib/libc/tests/gen/fmtmsg_test.c
163
size_t resultsize;
lib/libc/tests/gen/fnmatch_test.c
47
size_t i, len;
lib/libc/tests/gen/fnmatch_test.c
75
size_t i;
lib/libc/tests/gen/limits_test.c
93
CHECK_UTYPE(size_t, SIZE);
lib/libc/tests/gen/posix_spawn_test.c
162
for (size_t i = 0; i < nitems(spawnp_eacces_tests); i++) {
lib/libc/tests/gen/realpath2_test.c
126
size_t len;
lib/libc/tests/gen/sig2str_test.c
152
for (size_t i = 3; i < strlen(fullname); i++)
lib/libc/tests/gen/test-fnmatch.c
38
size_t i;
lib/libc/tests/locale/c16rtomb_test.c
105
ATF_REQUIRE(c16rtomb(buf, 0x20ac, &s) == (size_t)-1);
lib/libc/tests/locale/c16rtomb_test.c
142
ATF_REQUIRE(c16rtomb(buf, L'A', &s) == (size_t)-1);
lib/libc/tests/locale/c16rtomb_test.c
149
ATF_REQUIRE(c16rtomb(buf, 0xdca9, &s) == (size_t)-1);
lib/libc/tests/locale/c16rtomb_test.c
91
ATF_REQUIRE(c16rtomb(buf, 0xdca9, &s) == (size_t)-1);
lib/libc/tests/locale/mbrlen_test.c
102
ATF_REQUIRE(mbrlen(buf, 0, &s) == (size_t)-2);
lib/libc/tests/locale/mbrlen_test.c
109
ATF_REQUIRE(mbrlen(buf, 1, &s) == (size_t)-2);
lib/libc/tests/locale/mbrlen_test.c
74
ATF_REQUIRE(mbrlen(buf, 0, &s) == (size_t)-2);
lib/libc/tests/locale/mbrtoc16_test.c
157
ATF_REQUIRE(mbrtoc16(&c16, "", 0, &s) == (size_t)-2);
lib/libc/tests/locale/mbrtoc16_test.c
163
ATF_REQUIRE(mbrtoc16(&c16, "\xc3", 1, &s) == (size_t)-2);
lib/libc/tests/locale/mbrtoc16_test.c
174
ATF_REQUIRE(mbrtoc16(&c16, "\xc3", 1, &s) == (size_t)-2);
lib/libc/tests/locale/mbrtoc16_test.c
184
ATF_REQUIRE(mbrtoc16(&c16, "", 0, &s) == (size_t)-3);
lib/libc/tests/locale/mbrtoc16_test.c
86
ATF_REQUIRE(mbrtoc16(&c16, "", 0, &s) == (size_t)-2);
lib/libc/tests/locale/mbrtoc16_test.c
92
ATF_REQUIRE(mbrtoc16(&c16, "", 0, &s) == (size_t)-2);
lib/libc/tests/locale/mbrtowc_test.c
126
ATF_REQUIRE(mbrtowc(&wc, buf, 0, &s) == (size_t)-2);
lib/libc/tests/locale/mbrtowc_test.c
135
ATF_REQUIRE(mbrtowc(&wc, buf, 1, &s) == (size_t)-2);
lib/libc/tests/locale/mbrtowc_test.c
149
ATF_REQUIRE(mbrtowc(&wc, buf, 1, &s) == (size_t)-2);
lib/libc/tests/locale/mbrtowc_test.c
83
ATF_REQUIRE(mbrtowc(&wc, buf, 0, &s) == (size_t)-2);
lib/libc/tests/locale/mbrtowc_test.c
90
ATF_REQUIRE(mbrtowc(&wc, buf, 0, &s) == (size_t)-2);
lib/libc/tests/locale/wcrtomb_test.c
49
size_t len;
lib/libc/tests/locale/wcrtomb_test.c
82
ATF_REQUIRE(wcrtomb(buf, UCHAR_MAX + 1, NULL) == (size_t)-1);
lib/libc/tests/locale/wctomb_test.c
59
size_t len;
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
68
send(int s, const void *msg, size_t len, int flags)
lib/libc/tests/net/getaddrinfo/getaddrinfo.c
70
static ssize_t (*orig)(int, const void *, size_t, int);
lib/libc/tests/net/link_addr_test.cc
307
auto mksdl = [&buf](std::size_t datalen) -> sockaddr_dl * {
lib/libc/tests/net/link_addr_test.cc
423
size_t len;
lib/libc/tests/net/link_addr_test.cc
442
auto resetbuf = [&buf, &len](std::size_t size) {
lib/libc/tests/net/link_addr_test.cc
468
auto buftests = std::vector<std::pair<std::size_t, std::string_view>>{
lib/libc/tests/nss/getaddrinfo_test.c
157
sdump_addrinfo(struct addrinfo *ai, char *buffer, size_t buflen)
lib/libc/tests/nss/getaddrinfo_test.c
220
addrinfo_read_snapshot_addr(char *addr, unsigned char *result, size_t len)
lib/libc/tests/nss/getaddrinfo_test.c
62
static void sdump_addrinfo(struct addrinfo *, char *, size_t);
lib/libc/tests/nss/getgr_test.c
171
sdump_group(struct group *grp, char *buffer, size_t buflen)
lib/libc/tests/nss/getgr_test.c
61
static void sdump_group(struct group *, char *, size_t);
lib/libc/tests/nss/gethostby_test.c
144
size_t offset;
lib/libc/tests/nss/gethostby_test.c
401
sdump_hostent(struct hostent *ht, char *buffer, size_t buflen)
lib/libc/tests/nss/gethostby_test.c
404
size_t i;
lib/libc/tests/nss/gethostby_test.c
450
for (i = 0; i < (size_t)ht->h_length; ++i) {
lib/libc/tests/nss/gethostby_test.c
452
i + 1 != (size_t)ht->h_length ?
lib/libc/tests/nss/gethostby_test.c
524
hostent_read_snapshot_addr(char *addr, unsigned char *result, size_t len)
lib/libc/tests/nss/gethostby_test.c
77
static void sdump_hostent(struct hostent *, char *, size_t);
lib/libc/tests/nss/gethostby_test.c
79
static int hostent_read_snapshot_addr(char *, unsigned char *, size_t);
lib/libc/tests/nss/getproto_test.c
164
sdump_protoent(struct protoent *pe, char *buffer, size_t buflen)
lib/libc/tests/nss/getproto_test.c
60
static void sdump_protoent(struct protoent *, char *, size_t);
lib/libc/tests/nss/getpw_test.c
136
sdump_passwd(struct passwd *pwd, char *buffer, size_t buflen)
lib/libc/tests/nss/getpw_test.c
58
static void sdump_passwd(struct passwd *, char *, size_t);
lib/libc/tests/nss/getrpc_test.c
163
sdump_rpcent(struct rpcent *rpc, char *buffer, size_t buflen)
lib/libc/tests/nss/getrpc_test.c
59
static void sdump_rpcent(struct rpcent *, char *, size_t);
lib/libc/tests/nss/getserv_test.c
169
sdump_servent(struct servent *serv, char *buffer, size_t buflen)
lib/libc/tests/nss/getserv_test.c
59
static void sdump_servent(struct servent *, char *, size_t);
lib/libc/tests/nss/getusershell_test.c
107
sdump_usershell(struct usershell *us, char *buffer, size_t buflen)
lib/libc/tests/nss/getusershell_test.c
56
static void sdump_usershell(struct usershell *, char *, size_t);
lib/libc/tests/nss/testutil.h
198
void (*sdump_func)(struct ent *, char *, size_t); \
lib/libc/tests/nss/testutil.h
203
void (*)(struct ent *, char *, size_t)); \
lib/libc/tests/nss/testutil.h
231
void (*sdump_func)(struct ent *, char *, size_t)) \
lib/libc/tests/nss/testutil.h
255
size_t len; \
lib/libc/tests/resolv/resolv_test.c
177
size_t i = (random() & 0x0fffffff) % hosts->sl_cur;
lib/libc/tests/resolv/resolv_test.c
254
size_t nthreads = NTHREADS;
lib/libc/tests/resolv/resolv_test.c
256
size_t nhosts = NHOSTS;
lib/libc/tests/resolv/resolv_test.c
257
size_t i;
lib/libc/tests/resolv/resolv_test.c
282
size_t remaining;
lib/libc/tests/resolv/resolv_test.c
78
size_t linecap;
lib/libc/tests/secure/fortify_poll_test.c
123
size_t written;
lib/libc/tests/secure/fortify_poll_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_poll_test.c
179
const size_t __len = 4 - 1;
lib/libc/tests/secure/fortify_poll_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
182
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
203
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_poll_test.c
204
const size_t __len = 4;
lib/libc/tests/secure/fortify_poll_test.c
205
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
207
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
228
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_poll_test.c
229
const size_t __len = 4 + 1;
lib/libc/tests/secure/fortify_poll_test.c
230
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
241
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
284
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_poll_test.c
285
const size_t __len = 4 - 1;
lib/libc/tests/secure/fortify_poll_test.c
286
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
289
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_poll_test.c
310
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_poll_test.c
311
const size_t __len = 4;
lib/libc/tests/secure/fortify_poll_test.c
312
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
315
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
336
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_poll_test.c
337
const size_t __len = 4 + 1;
lib/libc/tests/secure/fortify_poll_test.c
338
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
350
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
393
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_poll_test.c
394
const size_t __len = 4 - 1;
lib/libc/tests/secure/fortify_poll_test.c
395
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
398
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
419
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_poll_test.c
420
const size_t __len = 4;
lib/libc/tests/secure/fortify_poll_test.c
421
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
424
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
445
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_poll_test.c
446
const size_t __len = 4 + 1;
lib/libc/tests/secure/fortify_poll_test.c
447
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
459
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
502
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_poll_test.c
503
const size_t __len = 4 - 1;
lib/libc/tests/secure/fortify_poll_test.c
504
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
508
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_poll_test.c
529
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_poll_test.c
530
const size_t __len = 4;
lib/libc/tests/secure/fortify_poll_test.c
531
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
535
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
556
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_poll_test.c
557
const size_t __len = 4 + 1;
lib/libc/tests/secure/fortify_poll_test.c
558
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_poll_test.c
571
for (size_t i = 0; i < howmany(__bufsz, sizeof(struct pollfd)); i++) {
lib/libc/tests/secure/fortify_poll_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_poll_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_random_test.c
123
size_t written;
lib/libc/tests/secure/fortify_random_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_random_test.c
179
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_random_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_random_test.c
199
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_random_test.c
200
const size_t __len = 42;
lib/libc/tests/secure/fortify_random_test.c
201
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_random_test.c
220
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_random_test.c
221
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_random_test.c
222
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_random_test.c
243
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_random_test.c
244
const size_t __len = 42;
lib/libc/tests/secure/fortify_random_test.c
245
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_random_test.c
266
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_random_test.c
267
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_random_test.c
268
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_random_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_random_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_random_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_random_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_select_test.c
123
size_t written;
lib/libc/tests/secure/fortify_select_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
179
const size_t __len = FD_SETSIZE - 1;
lib/libc/tests/secure/fortify_select_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
199
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
200
const size_t __len = FD_SETSIZE;
lib/libc/tests/secure/fortify_select_test.c
201
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
220
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
221
const size_t __len = FD_SETSIZE + 1;
lib/libc/tests/secure/fortify_select_test.c
222
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
272
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_select_test.c
273
const size_t __len = FD_SETSIZE - 1;
lib/libc/tests/secure/fortify_select_test.c
274
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
295
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_select_test.c
296
const size_t __len = FD_SETSIZE;
lib/libc/tests/secure/fortify_select_test.c
297
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_select_test.c
318
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_select_test.c
319
const size_t __len = FD_SETSIZE + 1;
lib/libc/tests/secure/fortify_select_test.c
320
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
372
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
373
const size_t __len = FD_SETSIZE - 1;
lib/libc/tests/secure/fortify_select_test.c
374
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
393
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
394
const size_t __len = FD_SETSIZE;
lib/libc/tests/secure/fortify_select_test.c
395
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
414
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
415
const size_t __len = FD_SETSIZE + 1;
lib/libc/tests/secure/fortify_select_test.c
416
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
466
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_select_test.c
467
const size_t __len = FD_SETSIZE - 1;
lib/libc/tests/secure/fortify_select_test.c
468
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
489
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_select_test.c
490
const size_t __len = FD_SETSIZE;
lib/libc/tests/secure/fortify_select_test.c
491
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
512
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_select_test.c
513
const size_t __len = FD_SETSIZE + 1;
lib/libc/tests/secure/fortify_select_test.c
514
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_select_test.c
566
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
567
const size_t __len = FD_SETSIZE - 1;
lib/libc/tests/secure/fortify_select_test.c
568
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
587
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
588
const size_t __len = FD_SETSIZE;
lib/libc/tests/secure/fortify_select_test.c
589
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
608
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
609
const size_t __len = FD_SETSIZE + 1;
lib/libc/tests/secure/fortify_select_test.c
610
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
660
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_select_test.c
661
const size_t __len = FD_SETSIZE - 1;
lib/libc/tests/secure/fortify_select_test.c
662
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
683
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_select_test.c
684
const size_t __len = FD_SETSIZE;
lib/libc/tests/secure/fortify_select_test.c
685
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
706
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_select_test.c
707
const size_t __len = FD_SETSIZE + 1;
lib/libc/tests/secure/fortify_select_test.c
708
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_select_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_select_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_signal_test.c
123
size_t written;
lib/libc/tests/secure/fortify_signal_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_signal_test.c
179
const size_t __len = SIG2STR_MAX + 1;
lib/libc/tests/secure/fortify_signal_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_signal_test.c
199
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_signal_test.c
200
const size_t __len = SIG2STR_MAX;
lib/libc/tests/secure/fortify_signal_test.c
201
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_signal_test.c
220
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (SIG2STR_MAX + 1);
lib/libc/tests/secure/fortify_signal_test.c
221
const size_t __len = SIG2STR_MAX + 1;
lib/libc/tests/secure/fortify_signal_test.c
222
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_signal_test.c
243
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (SIG2STR_MAX);
lib/libc/tests/secure/fortify_signal_test.c
244
const size_t __len = SIG2STR_MAX;
lib/libc/tests/secure/fortify_signal_test.c
245
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_signal_test.c
266
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (SIG2STR_MAX - 1);
lib/libc/tests/secure/fortify_signal_test.c
267
const size_t __len = SIG2STR_MAX - 1;
lib/libc/tests/secure/fortify_signal_test.c
268
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_signal_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_signal_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_signal_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_signal_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_socket_test.c
1000
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
1001
const size_t __len = sizeof(struct sockaddr);
lib/libc/tests/secure/fortify_socket_test.c
1002
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1027
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
1028
const size_t __len = sizeof(struct sockaddr) - 1;
lib/libc/tests/secure/fortify_socket_test.c
1029
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1055
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
1056
const size_t __len = sizeof(struct sockaddr);
lib/libc/tests/secure/fortify_socket_test.c
1057
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1083
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
1084
const size_t __len = sizeof(struct sockaddr) + 1;
lib/libc/tests/secure/fortify_socket_test.c
1085
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1142
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
1143
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_socket_test.c
1144
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1179
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
1180
const size_t __len = 42;
lib/libc/tests/secure/fortify_socket_test.c
1181
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1216
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
1217
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_socket_test.c
1218
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
123
size_t written;
lib/libc/tests/secure/fortify_socket_test.c
1254
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
1255
const size_t __len = 42;
lib/libc/tests/secure/fortify_socket_test.c
1256
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1292
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
1293
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_socket_test.c
1294
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1361
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
1362
const size_t __len = CMSG_SPACE(sizeof(int)) - 1;
lib/libc/tests/secure/fortify_socket_test.c
1363
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1389
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
1390
const size_t __len = CMSG_SPACE(sizeof(int));
lib/libc/tests/secure/fortify_socket_test.c
1391
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1417
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (CMSG_SPACE(sizeof(int)));
lib/libc/tests/secure/fortify_socket_test.c
1418
const size_t __len = CMSG_SPACE(sizeof(int)) - 1;
lib/libc/tests/secure/fortify_socket_test.c
1419
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1446
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (CMSG_SPACE(sizeof(int)));
lib/libc/tests/secure/fortify_socket_test.c
1447
const size_t __len = CMSG_SPACE(sizeof(int));
lib/libc/tests/secure/fortify_socket_test.c
1448
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1475
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (CMSG_SPACE(sizeof(int)));
lib/libc/tests/secure/fortify_socket_test.c
1476
const size_t __len = CMSG_SPACE(sizeof(int)) + 1;
lib/libc/tests/secure/fortify_socket_test.c
1477
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1535
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
1536
const size_t __len = 2 - 1;
lib/libc/tests/secure/fortify_socket_test.c
1537
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1557
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
1558
const size_t __len = 2;
lib/libc/tests/secure/fortify_socket_test.c
1559
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1579
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
1580
const size_t __len = 2 + 1;
lib/libc/tests/secure/fortify_socket_test.c
1581
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1632
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (2);
lib/libc/tests/secure/fortify_socket_test.c
1633
const size_t __len = 2 - 1;
lib/libc/tests/secure/fortify_socket_test.c
1634
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1656
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (2);
lib/libc/tests/secure/fortify_socket_test.c
1657
const size_t __len = 2;
lib/libc/tests/secure/fortify_socket_test.c
1658
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1680
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (2);
lib/libc/tests/secure/fortify_socket_test.c
1681
const size_t __len = 2 + 1;
lib/libc/tests/secure/fortify_socket_test.c
1682
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1735
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
1736
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_socket_test.c
1737
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1767
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
1768
const size_t __len = 42;
lib/libc/tests/secure/fortify_socket_test.c
1769
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
179
const size_t __len = sizeof(struct sockaddr) - 1;
lib/libc/tests/secure/fortify_socket_test.c
1799
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1800
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_socket_test.c
1801
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1832
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
1833
const size_t __len = 42;
lib/libc/tests/secure/fortify_socket_test.c
1834
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
1865
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
1866
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_socket_test.c
1867
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
203
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
204
const size_t __len = sizeof(struct sockaddr);
lib/libc/tests/secure/fortify_socket_test.c
205
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
228
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
229
const size_t __len = sizeof(struct sockaddr) - 1;
lib/libc/tests/secure/fortify_socket_test.c
230
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
254
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
255
const size_t __len = sizeof(struct sockaddr);
lib/libc/tests/secure/fortify_socket_test.c
256
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
280
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
281
const size_t __len = sizeof(struct sockaddr) + 1;
lib/libc/tests/secure/fortify_socket_test.c
282
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_socket_test.c
337
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
338
const size_t __len = sizeof(struct sockaddr) - 1;
lib/libc/tests/secure/fortify_socket_test.c
339
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
362
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
363
const size_t __len = sizeof(struct sockaddr);
lib/libc/tests/secure/fortify_socket_test.c
364
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
387
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
388
const size_t __len = sizeof(struct sockaddr) - 1;
lib/libc/tests/secure/fortify_socket_test.c
389
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
413
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
414
const size_t __len = sizeof(struct sockaddr);
lib/libc/tests/secure/fortify_socket_test.c
415
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
439
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
440
const size_t __len = sizeof(struct sockaddr) + 1;
lib/libc/tests/secure/fortify_socket_test.c
441
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
496
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
497
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_socket_test.c
498
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_socket_test.c
520
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
521
const size_t __len = 42;
lib/libc/tests/secure/fortify_socket_test.c
522
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
544
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
545
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_socket_test.c
546
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
569
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
570
const size_t __len = 42;
lib/libc/tests/secure/fortify_socket_test.c
571
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
594
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
595
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_socket_test.c
596
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
650
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
651
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_socket_test.c
652
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
674
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
675
const size_t __len = 42;
lib/libc/tests/secure/fortify_socket_test.c
676
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
698
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
699
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_socket_test.c
700
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
723
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
724
const size_t __len = 42;
lib/libc/tests/secure/fortify_socket_test.c
725
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
748
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_socket_test.c
749
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_socket_test.c
750
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
804
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
805
const size_t __len = sizeof(struct sockaddr) - 1;
lib/libc/tests/secure/fortify_socket_test.c
806
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_socket_test.c
831
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
832
const size_t __len = sizeof(struct sockaddr);
lib/libc/tests/secure/fortify_socket_test.c
833
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
858
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
859
const size_t __len = sizeof(struct sockaddr) - 1;
lib/libc/tests/secure/fortify_socket_test.c
860
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
886
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
887
const size_t __len = sizeof(struct sockaddr);
lib/libc/tests/secure/fortify_socket_test.c
888
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
914
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (1);
lib/libc/tests/secure/fortify_socket_test.c
915
const size_t __len = sizeof(struct sockaddr) + 1;
lib/libc/tests/secure/fortify_socket_test.c
916
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_socket_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_socket_test.c
973
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_socket_test.c
974
const size_t __len = sizeof(struct sockaddr) - 1;
lib/libc/tests/secure/fortify_socket_test.c
975
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1011
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
1012
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_stdio_test.c
1013
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1068
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
1069
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1070
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1093
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
1094
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
1095
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1118
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
1119
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1120
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1144
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
1145
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
1146
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1170
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
1171
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_stdio_test.c
1172
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1227
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
1228
const size_t __len = L_tmpnam + 1;
lib/libc/tests/secure/fortify_stdio_test.c
1229
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
123
size_t written;
lib/libc/tests/secure/fortify_stdio_test.c
1248
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
1249
const size_t __len = L_tmpnam;
lib/libc/tests/secure/fortify_stdio_test.c
1250
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1269
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_tmpnam + 1);
lib/libc/tests/secure/fortify_stdio_test.c
1270
const size_t __len = L_tmpnam + 1;
lib/libc/tests/secure/fortify_stdio_test.c
1271
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1292
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_tmpnam);
lib/libc/tests/secure/fortify_stdio_test.c
1293
const size_t __len = L_tmpnam;
lib/libc/tests/secure/fortify_stdio_test.c
1294
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1315
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_tmpnam - 1);
lib/libc/tests/secure/fortify_stdio_test.c
1316
const size_t __len = L_tmpnam - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1317
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1369
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
1370
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1371
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1393
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
1394
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
1395
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1417
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
1418
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1419
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1442
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
1443
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
1444
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
1467
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
1468
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_stdio_test.c
1469
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
179
const size_t __len = L_ctermid + 1;
lib/libc/tests/secure/fortify_stdio_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
199
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
200
const size_t __len = L_ctermid;
lib/libc/tests/secure/fortify_stdio_test.c
201
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
220
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid + 1);
lib/libc/tests/secure/fortify_stdio_test.c
221
const size_t __len = L_ctermid + 1;
lib/libc/tests/secure/fortify_stdio_test.c
222
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
243
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid);
lib/libc/tests/secure/fortify_stdio_test.c
244
const size_t __len = L_ctermid;
lib/libc/tests/secure/fortify_stdio_test.c
245
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
266
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid - 1);
lib/libc/tests/secure/fortify_stdio_test.c
267
const size_t __len = L_ctermid - 1;
lib/libc/tests/secure/fortify_stdio_test.c
268
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_stdio_test.c
320
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
321
const size_t __len = L_ctermid + 1;
lib/libc/tests/secure/fortify_stdio_test.c
322
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
341
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
342
const size_t __len = L_ctermid;
lib/libc/tests/secure/fortify_stdio_test.c
343
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
362
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid + 1);
lib/libc/tests/secure/fortify_stdio_test.c
363
const size_t __len = L_ctermid + 1;
lib/libc/tests/secure/fortify_stdio_test.c
364
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
385
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid);
lib/libc/tests/secure/fortify_stdio_test.c
386
const size_t __len = L_ctermid;
lib/libc/tests/secure/fortify_stdio_test.c
387
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
408
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (L_ctermid - 1);
lib/libc/tests/secure/fortify_stdio_test.c
409
const size_t __len = L_ctermid - 1;
lib/libc/tests/secure/fortify_stdio_test.c
410
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
462
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
463
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
464
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
485
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
486
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
487
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
508
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
509
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
510
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_stdio_test.c
532
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
533
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
534
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
556
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
557
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_stdio_test.c
558
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
611
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
612
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
613
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
634
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
635
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
636
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
657
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
658
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
659
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
681
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
682
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
683
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
705
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
706
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_stdio_test.c
707
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
760
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
761
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
762
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
783
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
784
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
785
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
806
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
807
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
808
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_stdio_test.c
830
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
831
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
832
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
854
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
855
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_stdio_test.c
856
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
909
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
910
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
911
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
934
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdio_test.c
935
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
936
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
959
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_stdio_test.c
960
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdio_test.c
961
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdio_test.c
985
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdio_test.c
986
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdio_test.c
987
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
123
size_t written;
lib/libc/tests/secure/fortify_stdlib_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdlib_test.c
179
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
199
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdlib_test.c
200
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdlib_test.c
201
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
220
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdlib_test.c
221
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
222
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
243
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdlib_test.c
244
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdlib_test.c
245
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
266
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdlib_test.c
267
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_stdlib_test.c
268
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_stdlib_test.c
320
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdlib_test.c
321
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
322
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
341
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdlib_test.c
342
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdlib_test.c
343
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
362
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdlib_test.c
363
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
364
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
385
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdlib_test.c
386
const size_t __len = 42;
lib/libc/tests/secure/fortify_stdlib_test.c
387
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
408
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_stdlib_test.c
409
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_stdlib_test.c
410
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
462
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdlib_test.c
463
const size_t __len = PATH_MAX + 1;
lib/libc/tests/secure/fortify_stdlib_test.c
464
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
483
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_stdlib_test.c
484
const size_t __len = PATH_MAX;
lib/libc/tests/secure/fortify_stdlib_test.c
485
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
504
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (PATH_MAX + 1);
lib/libc/tests/secure/fortify_stdlib_test.c
505
const size_t __len = PATH_MAX + 1;
lib/libc/tests/secure/fortify_stdlib_test.c
506
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_stdlib_test.c
527
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (PATH_MAX);
lib/libc/tests/secure/fortify_stdlib_test.c
528
const size_t __len = PATH_MAX;
lib/libc/tests/secure/fortify_stdlib_test.c
529
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
550
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (PATH_MAX - 1);
lib/libc/tests/secure/fortify_stdlib_test.c
551
const size_t __len = PATH_MAX - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
552
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_stdlib_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_stdlib_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_string_test.c
1009
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1010
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
1011
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1067
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1068
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1069
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1093
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1094
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1095
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1119
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1120
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1121
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1146
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1147
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1148
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1173
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1174
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
1175
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
123
size_t written;
lib/libc/tests/secure/fortify_string_test.c
1231
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1232
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1233
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1257
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1258
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1259
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1283
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1284
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1285
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1310
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1311
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1312
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1337
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1338
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
1339
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1395
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1396
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1397
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1421
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1422
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1423
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1447
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1448
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1449
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1474
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1475
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1476
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1501
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1502
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
1503
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1559
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1560
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1561
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1585
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1586
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1587
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1611
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1612
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1613
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1638
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1639
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1640
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1665
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1666
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
1667
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1723
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1724
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1725
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1749
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1750
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1751
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1775
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1776
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1777
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
179
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1802
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1803
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1804
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1829
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1830
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
1831
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1887
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1888
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1889
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1913
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
1914
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1915
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1939
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1940
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
1941
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1966
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1967
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
1968
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
1993
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
1994
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
1995
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
200
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
201
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
202
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
2051
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
2052
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
2053
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
2077
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
2078
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
2079
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
2103
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
2104
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
2105
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
2130
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
2131
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
2132
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
2157
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
2158
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
2159
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
222
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
223
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
224
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
246
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
247
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
248
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
270
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
271
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
272
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_string_test.c
325
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
326
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
327
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
347
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
348
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
349
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
369
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
370
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
371
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
393
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
394
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
395
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
417
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
418
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
419
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
472
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
473
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
474
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
494
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
495
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
496
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
516
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
517
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
518
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_string_test.c
540
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
541
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
542
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
564
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
565
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
566
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
619
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
620
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
621
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
640
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
641
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
642
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
661
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
662
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
663
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
684
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
685
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
686
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
707
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
708
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
709
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
761
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
762
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
763
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
782
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
783
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
784
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
803
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
804
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
805
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_string_test.c
826
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
827
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
828
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
849
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
850
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_string_test.c
851
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
903
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
904
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
905
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
929
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_string_test.c
930
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
931
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
955
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
956
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_string_test.c
957
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_string_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_string_test.c
982
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_string_test.c
983
const size_t __len = 42;
lib/libc/tests/secure/fortify_string_test.c
984
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
123
size_t written;
lib/libc/tests/secure/fortify_strings_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_strings_test.c
179
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_strings_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
200
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_strings_test.c
201
const size_t __len = 42;
lib/libc/tests/secure/fortify_strings_test.c
202
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
222
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_strings_test.c
223
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_strings_test.c
224
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
246
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_strings_test.c
247
const size_t __len = 42;
lib/libc/tests/secure/fortify_strings_test.c
248
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
270
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_strings_test.c
271
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_strings_test.c
272
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_strings_test.c
325
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_strings_test.c
326
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_strings_test.c
327
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
346
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_strings_test.c
347
const size_t __len = 42;
lib/libc/tests/secure/fortify_strings_test.c
348
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
367
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_strings_test.c
368
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_strings_test.c
369
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
390
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_strings_test.c
391
const size_t __len = 42;
lib/libc/tests/secure/fortify_strings_test.c
392
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
413
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_strings_test.c
414
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_strings_test.c
415
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
467
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_strings_test.c
468
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_strings_test.c
469
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
488
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_strings_test.c
489
const size_t __len = 42;
lib/libc/tests/secure/fortify_strings_test.c
490
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
509
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_strings_test.c
510
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_strings_test.c
511
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_strings_test.c
532
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_strings_test.c
533
const size_t __len = 42;
lib/libc/tests/secure/fortify_strings_test.c
534
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
555
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_strings_test.c
556
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_strings_test.c
557
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_strings_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_strings_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_uio_test.c
123
size_t written;
lib/libc/tests/secure/fortify_uio_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_uio_test.c
179
const size_t __len = 2 - 1;
lib/libc/tests/secure/fortify_uio_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
199
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_uio_test.c
200
const size_t __len = 2;
lib/libc/tests/secure/fortify_uio_test.c
201
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
220
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_uio_test.c
221
const size_t __len = 2 + 1;
lib/libc/tests/secure/fortify_uio_test.c
222
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
272
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (2);
lib/libc/tests/secure/fortify_uio_test.c
273
const size_t __len = 2 - 1;
lib/libc/tests/secure/fortify_uio_test.c
274
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
295
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (2);
lib/libc/tests/secure/fortify_uio_test.c
296
const size_t __len = 2;
lib/libc/tests/secure/fortify_uio_test.c
297
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_uio_test.c
318
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (2);
lib/libc/tests/secure/fortify_uio_test.c
319
const size_t __len = 2 + 1;
lib/libc/tests/secure/fortify_uio_test.c
320
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
372
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_uio_test.c
373
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_uio_test.c
374
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
399
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_uio_test.c
400
const size_t __len = 42;
lib/libc/tests/secure/fortify_uio_test.c
401
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
426
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_uio_test.c
427
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_uio_test.c
428
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
454
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_uio_test.c
455
const size_t __len = 42;
lib/libc/tests/secure/fortify_uio_test.c
456
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
482
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_uio_test.c
483
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_uio_test.c
484
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_uio_test.c
541
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_uio_test.c
542
const size_t __len = 2 - 1;
lib/libc/tests/secure/fortify_uio_test.c
543
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
562
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_uio_test.c
563
const size_t __len = 2;
lib/libc/tests/secure/fortify_uio_test.c
564
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
583
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_uio_test.c
584
const size_t __len = 2 + 1;
lib/libc/tests/secure/fortify_uio_test.c
585
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
635
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (2);
lib/libc/tests/secure/fortify_uio_test.c
636
const size_t __len = 2 - 1;
lib/libc/tests/secure/fortify_uio_test.c
637
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
658
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (2);
lib/libc/tests/secure/fortify_uio_test.c
659
const size_t __len = 2;
lib/libc/tests/secure/fortify_uio_test.c
660
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
681
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (2);
lib/libc/tests/secure/fortify_uio_test.c
682
const size_t __len = 2 + 1;
lib/libc/tests/secure/fortify_uio_test.c
683
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
735
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_uio_test.c
736
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_uio_test.c
737
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
762
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_uio_test.c
763
const size_t __len = 42;
lib/libc/tests/secure/fortify_uio_test.c
764
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
789
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_uio_test.c
790
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_uio_test.c
791
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
817
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_uio_test.c
818
const size_t __len = 42;
lib/libc/tests/secure/fortify_uio_test.c
819
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_uio_test.c
845
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_uio_test.c
846
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_uio_test.c
847
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_uio_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_unistd_test.c
1000
const size_t __len = 41;
lib/libc/tests/secure/fortify_unistd_test.c
1001
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1024
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (41);
lib/libc/tests/secure/fortify_unistd_test.c
1025
const size_t __len = 41 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
1026
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1080
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1081
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1082
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1104
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1105
const size_t __len = 42;
lib/libc/tests/secure/fortify_unistd_test.c
1106
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1128
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
1129
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1130
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1153
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
1154
const size_t __len = 42;
lib/libc/tests/secure/fortify_unistd_test.c
1155
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1178
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
1179
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
1180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
123
size_t written;
lib/libc/tests/secure/fortify_unistd_test.c
1234
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1235
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1236
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1258
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1259
const size_t __len = 42;
lib/libc/tests/secure/fortify_unistd_test.c
1260
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1282
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
1283
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1284
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1307
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
1308
const size_t __len = 42;
lib/libc/tests/secure/fortify_unistd_test.c
1309
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1332
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
1333
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
1334
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1389
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1390
const size_t __len = 12 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1391
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1412
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1413
const size_t __len = 12;
lib/libc/tests/secure/fortify_unistd_test.c
1414
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1435
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (12);
lib/libc/tests/secure/fortify_unistd_test.c
1436
const size_t __len = 12 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1437
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1460
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (12);
lib/libc/tests/secure/fortify_unistd_test.c
1461
const size_t __len = 12;
lib/libc/tests/secure/fortify_unistd_test.c
1462
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1485
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (12);
lib/libc/tests/secure/fortify_unistd_test.c
1486
const size_t __len = 12 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
1487
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1540
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1541
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1542
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1561
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1562
const size_t __len = 42;
lib/libc/tests/secure/fortify_unistd_test.c
1563
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1582
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
1583
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1584
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1605
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
1606
const size_t __len = 42;
lib/libc/tests/secure/fortify_unistd_test.c
1607
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1628
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
1629
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
1630
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1683
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1684
const size_t __len = 17 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1685
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1706
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1707
const size_t __len = 17;
lib/libc/tests/secure/fortify_unistd_test.c
1708
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1729
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (17);
lib/libc/tests/secure/fortify_unistd_test.c
1730
const size_t __len = 17 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1731
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1754
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (17);
lib/libc/tests/secure/fortify_unistd_test.c
1755
const size_t __len = 17;
lib/libc/tests/secure/fortify_unistd_test.c
1756
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1779
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (17);
lib/libc/tests/secure/fortify_unistd_test.c
1780
const size_t __len = 17 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
1781
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1834
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1835
const size_t __len = MAXLOGNAME + 1 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1836
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1855
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1856
const size_t __len = MAXLOGNAME + 1;
lib/libc/tests/secure/fortify_unistd_test.c
1857
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1876
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (MAXLOGNAME + 1);
lib/libc/tests/secure/fortify_unistd_test.c
1877
const size_t __len = MAXLOGNAME + 1 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1878
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1899
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (MAXLOGNAME + 1);
lib/libc/tests/secure/fortify_unistd_test.c
1900
const size_t __len = MAXLOGNAME + 1;
lib/libc/tests/secure/fortify_unistd_test.c
1901
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1922
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (MAXLOGNAME + 1);
lib/libc/tests/secure/fortify_unistd_test.c
1923
const size_t __len = MAXLOGNAME + 1 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
1924
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1976
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
1977
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
1978
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
199
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
200
const size_t __len = 8 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
2002
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
2003
const size_t __len = 42;
lib/libc/tests/secure/fortify_unistd_test.c
2004
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
201
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
2028
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
2029
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
2030
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
2056
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
2057
const size_t __len = 42;
lib/libc/tests/secure/fortify_unistd_test.c
2058
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
2084
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
2085
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
2086
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
220
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
221
const size_t __len = 8;
lib/libc/tests/secure/fortify_unistd_test.c
222
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
241
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (8);
lib/libc/tests/secure/fortify_unistd_test.c
242
const size_t __len = 8 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
243
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
264
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (8);
lib/libc/tests/secure/fortify_unistd_test.c
265
const size_t __len = 8;
lib/libc/tests/secure/fortify_unistd_test.c
266
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
287
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (8);
lib/libc/tests/secure/fortify_unistd_test.c
288
const size_t __len = 8 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
289
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_unistd_test.c
341
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
342
const size_t __len = 4 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
343
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
363
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
364
const size_t __len = 4;
lib/libc/tests/secure/fortify_unistd_test.c
365
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
385
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_unistd_test.c
386
const size_t __len = 4 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
387
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
409
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_unistd_test.c
410
const size_t __len = 4;
lib/libc/tests/secure/fortify_unistd_test.c
411
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
433
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_unistd_test.c
434
const size_t __len = 4 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
435
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
488
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
489
const size_t __len = 4 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
490
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
509
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
510
const size_t __len = 4;
lib/libc/tests/secure/fortify_unistd_test.c
511
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_unistd_test.c
530
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_unistd_test.c
531
const size_t __len = 4 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
532
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
553
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_unistd_test.c
554
const size_t __len = 4;
lib/libc/tests/secure/fortify_unistd_test.c
555
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
576
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (4);
lib/libc/tests/secure/fortify_unistd_test.c
577
const size_t __len = 4 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
578
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
630
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
631
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
632
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
651
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
652
const size_t __len = 42;
lib/libc/tests/secure/fortify_unistd_test.c
653
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
672
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
673
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
674
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
695
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
696
const size_t __len = 42;
lib/libc/tests/secure/fortify_unistd_test.c
697
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
718
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_unistd_test.c
719
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
720
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
772
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
773
const size_t __len = 41 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
774
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
796
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
797
const size_t __len = 41;
lib/libc/tests/secure/fortify_unistd_test.c
798
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_unistd_test.c
820
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (41);
lib/libc/tests/secure/fortify_unistd_test.c
821
const size_t __len = 41 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
822
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
845
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (41);
lib/libc/tests/secure/fortify_unistd_test.c
846
const size_t __len = 41;
lib/libc/tests/secure/fortify_unistd_test.c
847
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
870
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (41);
lib/libc/tests/secure/fortify_unistd_test.c
871
const size_t __len = 41 + 1;
lib/libc/tests/secure/fortify_unistd_test.c
872
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
926
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
927
const size_t __len = 41 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
928
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
950
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_unistd_test.c
951
const size_t __len = 41;
lib/libc/tests/secure/fortify_unistd_test.c
952
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_unistd_test.c
974
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (41);
lib/libc/tests/secure/fortify_unistd_test.c
975
const size_t __len = 41 - 1;
lib/libc/tests/secure/fortify_unistd_test.c
976
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_unistd_test.c
999
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (41);
lib/libc/tests/secure/fortify_wchar_test.c
1004
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1005
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1006
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1031
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1032
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
1033
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1089
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1090
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1091
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1115
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1116
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1117
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1141
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1142
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1143
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1168
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1169
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1170
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1195
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1196
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
1197
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
123
size_t written;
lib/libc/tests/secure/fortify_wchar_test.c
1253
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1254
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1255
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1279
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1280
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1281
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1305
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1306
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1307
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1332
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1333
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1334
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1359
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1360
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
1361
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1417
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1418
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1419
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1443
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1444
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1445
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1469
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1470
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1471
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1496
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1497
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1498
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1523
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1524
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
1525
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1581
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1582
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1583
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1607
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1608
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1609
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1633
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1634
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1635
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1660
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1661
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1662
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1687
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1688
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
1689
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1745
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1746
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1747
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1771
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1772
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1773
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
178
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
179
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1797
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1798
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1799
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
180
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1824
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1825
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1826
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1851
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1852
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
1853
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1909
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1910
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1911
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1935
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
1936
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1937
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1961
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1962
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1963
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
1988
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
1989
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
1990
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
200
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
201
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
2015
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
2016
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
2017
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
202
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
222
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
223
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
224
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
246
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
247
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
248
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
270
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
271
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
272
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
31
new_fp(size_t __len)
lib/libc/tests/secure/fortify_wchar_test.c
325
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
326
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
327
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
347
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
348
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
349
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
369
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
370
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
371
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
393
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
394
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
395
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
417
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
418
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
419
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
472
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
473
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
474
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
494
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
495
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
496
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
516
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
517
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
518
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
52
new_symlink(size_t __len)
lib/libc/tests/secure/fortify_wchar_test.c
540
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
541
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
542
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
564
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
565
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
566
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
619
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
620
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
621
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
640
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
641
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
642
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
661
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
662
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
663
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
684
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
685
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
686
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
707
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
708
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
709
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
761
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
762
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
763
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
787
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
788
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
789
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
813
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
814
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
815
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
82
size_t total = 0;
lib/libc/tests/secure/fortify_wchar_test.c
840
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
841
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
842
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
867
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
868
const size_t __len = 42 + 1;
lib/libc/tests/secure/fortify_wchar_test.c
869
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
925
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
926
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
927
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
951
const size_t __bufsz __unused = sizeof(__stack.__buf);
lib/libc/tests/secure/fortify_wchar_test.c
952
const size_t __len = 42;
lib/libc/tests/secure/fortify_wchar_test.c
953
const size_t __idx __unused = __len - 1;
lib/libc/tests/secure/fortify_wchar_test.c
96
ATF_REQUIRE_MSG(total + (size_t)rv <= sizeof(sockbuf),
lib/libc/tests/secure/fortify_wchar_test.c
977
const size_t __bufsz __unused = sizeof(*__stack.__buf) * (42);
lib/libc/tests/secure/fortify_wchar_test.c
978
const size_t __len = 42 - 1;
lib/libc/tests/secure/fortify_wchar_test.c
979
const size_t __idx __unused = __len - 1;
lib/libc/tests/stdbit/stdbit-test-kernel.c
26
size_t i, j;
lib/libc/tests/stdio/fmemopen2_test.c
107
size_t nofw, i;
lib/libc/tests/stdio/fmemopen2_test.c
156
size_t nofw, nofr;
lib/libc/tests/stdio/fmemopen2_test.c
217
size_t nofw;
lib/libc/tests/stdio/fmemopen2_test.c
287
size_t sz;
lib/libc/tests/stdio/fmemopen2_test.c
48
size_t nofw, nofr;
lib/libc/tests/stdio/getdelim_test.c
120
size_t linecap;
lib/libc/tests/stdio/getdelim_test.c
139
size_t linecap;
lib/libc/tests/stdio/getdelim_test.c
156
size_t linecap;
lib/libc/tests/stdio/getdelim_test.c
181
size_t linecap, n;
lib/libc/tests/stdio/getdelim_test.c
209
size_t linecap;
lib/libc/tests/stdio/getdelim_test.c
284
size_t linecap, strslen[nitems(strs)];
lib/libc/tests/stdio/getdelim_test.c
54
size_t *offp = cookie;
lib/libc/tests/stdio/getdelim_test.c
55
size_t r;
lib/libc/tests/stdio/getdelim_test.c
70
size_t *offp;
lib/libc/tests/stdio/getdelim_test.c
82
size_t linecap;
lib/libc/tests/stdio/open_memstream2_test.c
40
static size_t len;
lib/libc/tests/stdio/open_wmemstream_test.c
40
static size_t len;
lib/libc/tests/stdio/printbasic_test.c
117
testfmt(S_SIZEMAX, "%tu", (size_t)-1);
lib/libc/tests/stdio/printfloat_test.c
50
size_t i;
lib/libc/tests/stdlib/strfmon_test.c
101
size_t i, j;
lib/libc/tests/stdlib/strfmon_test.c
144
size_t i, j;
lib/libc/tests/stdlib/strfmon_test.c
182
size_t i;
lib/libc/tests/stdlib/strfmon_test.c
213
size_t i;
lib/libc/tests/stdlib/strfmon_test.c
261
size_t i;
lib/libc/tests/stdlib/strfmon_test.c
69
size_t i;
lib/libc/tests/stdtime/detect_tz_changes_test.c
209
size_t olen = 0, elen = 0;
lib/libc/tests/stdtime/detect_tz_changes_test.c
385
ATF_REQUIRE(len > 0 && (size_t)len < sizeof(path));
lib/libc/tests/stdtime/detect_tz_changes_test.c
391
ATF_REQUIRE(len > 0 && (size_t)len < sizeof(path));
lib/libc/tests/stdtime/detect_tz_changes_test.c
96
size_t len;
lib/libc/tests/string/memccpy_test.c
114
test_sentinel(char *dest, char *src, size_t destlen, size_t srclen)
lib/libc/tests/string/memccpy_test.c
116
size_t i, effective_len;
lib/libc/tests/string/memccpy_test.c
189
size_t i;
lib/libc/tests/string/memccpy_test.c
202
size_t srcalign, destalign, srclen, destlen;
lib/libc/tests/string/memccpy_test.c
43
void *(*memccpy_fn)(void *restrict, const void *restrict, int, size_t);
lib/libc/tests/string/memccpy_test.c
46
makebuf(size_t len, int guard_at_end)
lib/libc/tests/string/memccpy_test.c
49
size_t alloc_size, page_size;
lib/libc/tests/string/memccpy_test.c
66
freebuf(char * buf, size_t len, int guard_at_end)
lib/libc/tests/string/memccpy_test.c
68
size_t alloc_size, page_size;
lib/libc/tests/string/memccpy_test.c
80
test_memccpy(const char *s, size_t size)
lib/libc/tests/string/memccpy_test.c
83
size_t bufsize, x;
lib/libc/tests/string/memcmp_test.c
54
static int (*memcmp_fn)(const void *, const void *, size_t);
lib/libc/tests/string/memcmp_test.c
57
check_memcmp(const char *a, const char *b, size_t len, int expected)
lib/libc/tests/string/memrchr_test.c
15
static void *(*memrchr_fn)(const void *, int, size_t);
lib/libc/tests/string/memrchr_test.c
26
size_t i, j;
lib/libc/tests/string/memrchr_test.c
41
do_found_test(char buf[], size_t len, size_t first, size_t second)
lib/libc/tests/string/memrchr_test.c
55
size_t i, j, k, l;
lib/libc/tests/string/memrchr_test.c
73
do_values_test(unsigned char buf[], size_t len, size_t i, int c)
lib/libc/tests/string/memrchr_test.c
90
size_t i, j, k;
lib/libc/tests/string/stpncpy_test.c
112
test_sentinel(char *dest, char *src, size_t destlen, size_t srclen)
lib/libc/tests/string/stpncpy_test.c
114
size_t i;
lib/libc/tests/string/stpncpy_test.c
165
size_t i;
lib/libc/tests/string/stpncpy_test.c
178
size_t srcalign, destalign, srclen, destlen;
lib/libc/tests/string/stpncpy_test.c
41
static char *(*stpncpy_fn)(char *restrict, const char *restrict, size_t);
lib/libc/tests/string/stpncpy_test.c
44
makebuf(size_t len, int guard_at_end)
lib/libc/tests/string/stpncpy_test.c
47
size_t alloc_size, page_size;
lib/libc/tests/string/stpncpy_test.c
64
freebuf(char *buf, size_t len, int guard_at_end)
lib/libc/tests/string/stpncpy_test.c
66
size_t alloc_size, page_size;
lib/libc/tests/string/stpncpy_test.c
78
test_stpncpy(const char *s, size_t size)
lib/libc/tests/string/stpncpy_test.c
81
size_t bufsize, x;
lib/libc/tests/string/strcmp_test.c
102
size_t a_off, b_off, len, pos;
lib/libc/tests/string/strcmp_test.c
56
size_t a_off, size_t b_off, size_t len, size_t pos)
lib/libc/tests/string/strcspn_test.c
106
test_set_alignments(char *buf, size_t buflen, int want_match)
lib/libc/tests/string/strcspn_test.c
109
size_t i, j;
lib/libc/tests/string/strcspn_test.c
153
test_match_positions(char *buf, char *set, size_t buflen, size_t setlen)
lib/libc/tests/string/strcspn_test.c
155
size_t i, j, outcome;
lib/libc/tests/string/strcspn_test.c
212
test_match_order(char *buf, char *set, size_t buflen, size_t setlen)
lib/libc/tests/string/strcspn_test.c
214
size_t i, j, k, l, outcome;
lib/libc/tests/string/strcspn_test.c
51
testcase(char *buf, size_t buflen, char *set, size_t setlen, int want_match)
lib/libc/tests/string/strcspn_test.c
53
size_t i, outcome, expected;
lib/libc/tests/string/strcspn_test.c
94
test_buf_alignments(char *set, size_t setlen, int want_match)
lib/libc/tests/string/strcspn_test.c
97
size_t i, j;
lib/libc/tests/string/strlcpy_test.c
144
size_t i;
lib/libc/tests/string/strlcpy_test.c
157
size_t srcalign, destalign, srclen, destlen;
lib/libc/tests/string/strlcpy_test.c
42
size_t (*strlcpy_fn)(char *restrict, const char *restrict, size_t);
lib/libc/tests/string/strlcpy_test.c
45
makebuf(size_t len, int guard_at_end)
lib/libc/tests/string/strlcpy_test.c
48
size_t alloc_size, page_size;
lib/libc/tests/string/strlcpy_test.c
68
size_t size, bufsize, x;
lib/libc/tests/string/strlcpy_test.c
89
test_sentinel(char *dest, char *src, size_t destlen, size_t srclen)
lib/libc/tests/string/strlcpy_test.c
91
size_t i;
lib/libc/tests/string/strlcpy_test.c
92
size_t res, wantres;
lib/libc/tests/string/strncmp_test.c
126
size_t a_off, b_off, len, pos;
lib/libc/tests/string/strncmp_test.c
35
int (*volatile strncmp_fn)(const char *, const char *, size_t);
lib/libc/tests/string/strncmp_test.c
38
alignment_testcase(char *a, char *b, int want, size_t len)
lib/libc/tests/string/strncmp_test.c
50
size_t a_off, size_t b_off, size_t len, size_t pos)
lib/libc/tests/string/strnlen_test.c
105
for (size_t len = 0; len <= 64; len++) {
lib/libc/tests/string/strnlen_test.c
110
size_t val = strnlen_fn(s, SIZE_MAX);
lib/libc/tests/string/strnlen_test.c
24
size_t (*strnlen_fn)(const char*, size_t) = strnlen;
lib/libc/tests/string/strnlen_test.c
32
for (size_t maxlen = 0; maxlen <= 64; maxlen++) {
lib/libc/tests/string/strnlen_test.c
33
for (size_t len = 0; len <= maxlen; len++) {
lib/libc/tests/string/strnlen_test.c
38
size_t val = strnlen_fn(s, maxlen);
lib/libc/tests/string/strnlen_test.c
65
size_t val = strnlen_fn(s, maxlen);
lib/libc/tests/string/strnlen_test.c
97
size_t (*strnlen_fn)(const char*, size_t) = strnlen;
lib/libc/tests/string/strrchr_test.c
105
do_values_test(char buf[], size_t len, size_t i, int c)
lib/libc/tests/string/strrchr_test.c
130
size_t i, j, k;
lib/libc/tests/string/strrchr_test.c
27
size_t i, j, k;
lib/libc/tests/string/strrchr_test.c
51
size_t i, j;
lib/libc/tests/string/strrchr_test.c
68
do_found_test(char buf[], size_t first, size_t second)
lib/libc/tests/string/strrchr_test.c
86
size_t i, j, k, l;
lib/libc/tests/string/strverscmp_test.c
10
check_all(size_t len, const char *ordered[len])
lib/libc/tests/string/strverscmp_test.c
14
for (size_t i = 0; i < len; i++) {
lib/libc/tests/string/strverscmp_test.c
15
for (size_t j = 0; j < len; j++) {
lib/libc/tests/string/wcsnlen_test.c
38
makebuf(size_t len, int guard_at_end)
lib/libc/tests/string/wcsnlen_test.c
41
size_t alloc_size, page_size;
lib/libc/tests/string/wcsnlen_test.c
61
size_t size, len, bufsize;
lib/libc/tests/sys/mlock_helper.c
44
size_t old_len;
lib/libc/tests/sys/mlock_helper.c
45
size_t new_len = (new_value == NULL ? 0 : sizeof(*new_value));
lib/libc/tests/sys/sendfile_test.c
208
server_cat(const char *dest_filename, int server_sock, size_t len)
lib/libc/tests/sys/sendfile_test.c
212
size_t buffer_size;
lib/libc/tests/sys/sendfile_test.c
281
size_t nbytes)
lib/libc/tests/sys/sendfile_test.c
285
size_t length;
lib/libc/tests/sys/sendfile_test.c
301
length = (nbytes == 0) ? (size_t)(src_file_size - offset) : nbytes;
lib/libc/tests/sys/sendfile_test.c
335
size_t nbytes, pattern_size;
lib/libc/tests/sys/sendfile_test.c
407
size_t nbytes, pattern_size;
lib/libc/tests/sys/sendfile_test.c
537
size_t nbytes, pattern_size;
lib/libc/tests/sys/sendfile_test.c
59
size_t oldlen;
lib/libc/tests/sys/sendfile_test.c
680
size_t nbytes;
lib/libc/tests/sys/sendfile_test.c
906
size_t pattern_size = strlen(DETERMINISTIC_PATTERN);
lib/libc/xdr/xdr_rec.c
302
size_t current;
lib/libc/xdr/xdr_rec.c
305
current = (size_t)((u_long)rstrm->out_boundry -
lib/libc/xdr/xdr_rec.c
654
size_t current;
lib/libc/xdr/xdr_rec.c
659
memcpy(addr, rstrm->in_finger, (size_t)len);
lib/libc/xdr/xdr_rec.c
665
current = (size_t)((long)rstrm->in_boundry -
lib/libc/xdr/xdr_rec.c
712
current = (size_t)((long)rstrm->in_boundry -
lib/libc/xdr/xdr_rec.c
745
buf = realloc(rstrm->in_base, (size_t)size);
lib/libc/xdr/xdr_stdio.c
127
if ((len != 0) && (fread(addr, (size_t)len, 1, (FILE *)xdrs->x_private) != 1))
lib/libc/xdr/xdr_stdio.c
136
if ((len != 0) && (fwrite(addr, (size_t)len, 1,
lib/libcam/camlib.h
157
int buff_decode(uint8_t *buff, size_t len, const char *fmt, ...)
lib/libcam/camlib.h
159
int buff_decode_visit(uint8_t *buff, size_t len, const char *fmt,
lib/libcam/camlib.h
172
int buff_encode_visit(uint8_t *buff, size_t len, const char *fmt,
lib/libcam/scsi_cmdparse.c
103
do_buff_decode(uint8_t *buff, size_t len,
lib/libcam/scsi_cmdparse.c
546
do_encode(u_char *buff, size_t vec_max, size_t *used,
lib/libcam/scsi_cmdparse.c
675
retval = do_buff_decode(csio->data_ptr, (size_t)csio->dxfer_len,
lib/libcam/scsi_cmdparse.c
696
return (do_buff_decode(csio->data_ptr, (size_t)csio->dxfer_len,
lib/libcam/scsi_cmdparse.c
701
buff_decode(uint8_t *buff, size_t len, const char *fmt, ...)
lib/libcam/scsi_cmdparse.c
716
buff_decode_visit(uint8_t *buff, size_t len, const char *fmt,
lib/libcam/scsi_cmdparse.c
740
size_t cmdlen;
lib/libcam/scsi_cmdparse.c
778
size_t cmdlen;
lib/libcam/scsi_cmdparse.c
831
buff_encode_visit(uint8_t *buff, size_t len, const char *fmt,
lib/libcapsicum/capsicum_helpers.h
177
caph_ioctls_limit(int fd, const unsigned long *cmds, size_t ncmds)
lib/libcasper/libcasper/libcasper.c
348
size_t nnames)
lib/libcasper/libcasper/libcasper.h
122
const char * const *names, size_t nnames);
lib/libcasper/libcasper/libcasper.h
134
const char * const *names __unused, size_t nnames __unused)
lib/libcasper/services/cap_dns/cap_dns.c
164
nvlist_add_binary(nvl, "addr", addr, (size_t)len);
lib/libcasper/services/cap_dns/cap_dns.c
186
size_t addrlen;
lib/libcasper/services/cap_dns/cap_dns.c
281
char *host, size_t hostlen, char *serv, size_t servlen, int flags)
lib/libcasper/services/cap_dns/cap_dns.c
290
nvlist_add_binary(nvl, "sa", sa, (size_t)salen);
lib/libcasper/services/cap_dns/cap_dns.c
313
size_t prefixlen;
lib/libcasper/services/cap_dns/cap_dns.c
329
size_t ntypes)
lib/libcasper/services/cap_dns/cap_dns.c
352
size_t nfamilies)
lib/libcasper/services/cap_dns/cap_dns.c
461
(size_t)hp->h_length);
lib/libcasper/services/cap_dns/cap_dns.c
496
size_t addrsize;
lib/libcasper/services/cap_dns/cap_dns.c
522
size_t sabinsize, hostlen, servlen;
lib/libcasper/services/cap_dns/cap_dns.c
534
hostlen = (size_t)nvlist_get_number(nvlin, "hostlen");
lib/libcasper/services/cap_dns/cap_dns.c
535
servlen = (size_t)nvlist_get_number(nvlin, "servlen");
lib/libcasper/services/cap_dns/cap_dns.c
603
nvlist_add_binary(nvl, "ai_addr", ai->ai_addr, (size_t)ai->ai_addrlen);
lib/libcasper/services/cap_dns/cap_dns.c
670
size_t prefixlen;
lib/libcasper/services/cap_dns/cap_dns.h
105
const struct sockaddr *sa, socklen_t salen, char *host, size_t hostlen,
lib/libcasper/services/cap_dns/cap_dns.h
106
char *serv, size_t servlen, int flags)
lib/libcasper/services/cap_dns/cap_dns.h
115
size_t ntypes __unused)
lib/libcasper/services/cap_dns/cap_dns.h
124
size_t nfamilies __unused)
lib/libcasper/services/cap_dns/cap_dns.h
63
socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen,
lib/libcasper/services/cap_dns/cap_dns.h
67
size_t ntypes);
lib/libcasper/services/cap_dns/cap_dns.h
69
size_t nfamilies);
lib/libcasper/services/cap_fileargs/cap_fileargs.c
369
size_t size;
lib/libcasper/services/cap_fileargs/cap_fileargs.c
63
size_t size;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
287
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
334
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
381
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
426
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
461
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
511
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
56
prepare_files(size_t num, bool create)
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
561
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
59
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
605
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
637
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
668
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
716
size_t i;
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
79
size_t i;
lib/libcasper/services/cap_grp/cap_grp.c
113
nmem = (size_t)nvlist_get_number(nvl, "gr_nmem");
lib/libcasper/services/cap_grp/cap_grp.c
150
size_t bufsize)
lib/libcasper/services/cap_grp/cap_grp.c
177
gid_t gid, struct group *grp, char *buffer, size_t bufsize,
lib/libcasper/services/cap_grp/cap_grp.c
288
size_t bufsize, struct group **result)
lib/libcasper/services/cap_grp/cap_grp.c
297
char *buffer, size_t bufsize, struct group **result)
lib/libcasper/services/cap_grp/cap_grp.c
306
size_t bufsize, struct group **result)
lib/libcasper/services/cap_grp/cap_grp.c
366
cap_grp_limit_cmds(cap_channel_t *chan, const char * const *cmds, size_t ncmds)
lib/libcasper/services/cap_grp/cap_grp.c
388
size_t nfields)
lib/libcasper/services/cap_grp/cap_grp.c
410
size_t nnames, const gid_t *gids, size_t ngids)
lib/libcasper/services/cap_grp/cap_grp.c
49
static size_t gbufsize;
lib/libcasper/services/cap_grp/cap_grp.c
75
char **bufferp, size_t *bufsizep)
lib/libcasper/services/cap_grp/cap_grp.c
78
size_t len;
lib/libcasper/services/cap_grp/cap_grp.c
93
size_t *bufsizep)
lib/libcasper/services/cap_grp/cap_grp.c
97
size_t nmem, datasize, strsize;
lib/libcasper/services/cap_grp/cap_grp.h
46
size_t bufsize, struct group **result);
lib/libcasper/services/cap_grp/cap_grp.h
48
char *buffer, size_t bufsize, struct group **result);
lib/libcasper/services/cap_grp/cap_grp.h
50
char *buffer, size_t bufsize, struct group **result);
lib/libcasper/services/cap_grp/cap_grp.h
57
size_t ncmds);
lib/libcasper/services/cap_grp/cap_grp.h
59
size_t nfields);
lib/libcasper/services/cap_grp/cap_grp.h
61
size_t nnames, const gid_t *gids, size_t ngids);
lib/libcasper/services/cap_grp/tests/grp_test.c
1209
size_t ngroups)
lib/libcasper/services/cap_net/cap_net.c
1053
size_t len;
lib/libcasper/services/cap_net/cap_net.c
1085
size_t len;
lib/libcasper/services/cap_net/cap_net.c
1145
size_t sasize;
lib/libcasper/services/cap_net/cap_net.c
1215
size_t sasize;
lib/libcasper/services/cap_net/cap_net.c
1227
size_t i, sfamilies;
lib/libcasper/services/cap_net/cap_net.c
1282
size_t i, sfamilies;
lib/libcasper/services/cap_net/cap_net.c
231
nvlist_add_binary(nvl, "addr", addr, (size_t)len);
lib/libcasper/services/cap_net/cap_net.c
253
size_t addrlen;
lib/libcasper/services/cap_net/cap_net.c
352
char *host, size_t hostlen, char *serv, size_t servlen, int flags)
lib/libcasper/services/cap_net/cap_net.c
361
nvlist_add_binary(nvl, "sa", sa, (size_t)salen);
lib/libcasper/services/cap_net/cap_net.c
447
pack_family(nvlist_t *nvl, int *family, size_t size)
lib/libcasper/services/cap_net/cap_net.c
449
size_t i;
lib/libcasper/services/cap_net/cap_net.c
481
cap_net_limit_addr2name_family(cap_net_limit_t *limit, int *family, size_t size)
lib/libcasper/services/cap_net/cap_net.c
489
cap_net_limit_name2addr_family(cap_net_limit_t *limit, int *family, size_t size)
lib/libcasper/services/cap_net/cap_net.c
562
size_t size;
lib/libcasper/services/cap_net/cap_net.c
578
net_add_hostent_to_cache(const char *address, size_t asize, int family)
lib/libcasper/services/cap_net/cap_net.c
621
size_t i, allsize;
lib/libcasper/services/cap_net/cap_net.c
643
size_t saddrsize)
lib/libcasper/services/cap_net/cap_net.c
647
size_t limitsize;
lib/libcasper/services/cap_net/cap_net.c
699
net_allowed_bsaddr(const nvlist_t *limits, const void *saddr, size_t saddrsize)
lib/libcasper/services/cap_net/cap_net.c
778
(size_t)hp->h_length);
lib/libcasper/services/cap_net/cap_net.c
829
size_t addrsize;
lib/libcasper/services/cap_net/cap_net.c
863
size_t sabinsize, hostlen, servlen;
lib/libcasper/services/cap_net/cap_net.c
882
hostlen = (size_t)nvlist_get_number(nvlin, "hostlen");
lib/libcasper/services/cap_net/cap_net.c
883
servlen = (size_t)nvlist_get_number(nvlin, "servlen");
lib/libcasper/services/cap_net/cap_net.c
960
nvlist_add_binary(nvl, "ai_addr", ai->ai_addr, (size_t)ai->ai_addrlen);
lib/libcasper/services/cap_net/cap_net.h
113
int *family __unused, size_t size __unused)
lib/libcasper/services/cap_net/cap_net.h
127
int *family __unused, size_t size __unused)
lib/libcasper/services/cap_net/cap_net.h
64
socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen,
lib/libcasper/services/cap_net/cap_net.h
73
int *family, size_t size);
lib/libcasper/services/cap_net/cap_net.h
78
int *family, size_t size);
lib/libcasper/services/cap_net/tests/net_test.c
322
size_t i;
lib/libcasper/services/cap_netdb/cap_netdb.c
50
size_t n;
lib/libcasper/services/cap_netdb/tests/netdb_test.c
69
size_t n = 0;
lib/libcasper/services/cap_pwd/cap_pwd.c
136
uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize,
lib/libcasper/services/cap_pwd/cap_pwd.c
247
size_t bufsize, struct passwd **result)
lib/libcasper/services/cap_pwd/cap_pwd.c
256
char *buffer, size_t bufsize, struct passwd **result)
lib/libcasper/services/cap_pwd/cap_pwd.c
265
size_t bufsize, struct passwd **result)
lib/libcasper/services/cap_pwd/cap_pwd.c
319
cap_pwd_limit_cmds(cap_channel_t *chan, const char * const *cmds, size_t ncmds)
lib/libcasper/services/cap_pwd/cap_pwd.c
341
size_t nfields)
lib/libcasper/services/cap_pwd/cap_pwd.c
363
size_t nnames, uid_t *uids, size_t nuids)
lib/libcasper/services/cap_pwd/cap_pwd.c
48
static size_t gbufsize;
lib/libcasper/services/cap_pwd/cap_pwd.c
74
char **bufferp, size_t *bufsizep)
lib/libcasper/services/cap_pwd/cap_pwd.c
77
size_t len;
lib/libcasper/services/cap_pwd/cap_pwd.c
92
size_t bufsize)
lib/libcasper/services/cap_pwd/cap_pwd.h
106
char *buffer, size_t bufsize, struct passwd **result)
lib/libcasper/services/cap_pwd/cap_pwd.h
135
const char * const *cmds __unused, size_t ncmds __unused)
lib/libcasper/services/cap_pwd/cap_pwd.h
143
const char * const *fields __unused, size_t nfields __unused)
lib/libcasper/services/cap_pwd/cap_pwd.h
151
const char * const *names __unused, size_t nnames __unused,
lib/libcasper/services/cap_pwd/cap_pwd.h
152
uid_t *uids __unused, size_t nuids __unused)
lib/libcasper/services/cap_pwd/cap_pwd.h
46
size_t bufsize, struct passwd **result);
lib/libcasper/services/cap_pwd/cap_pwd.h
48
char *buffer, size_t bufsize, struct passwd **result);
lib/libcasper/services/cap_pwd/cap_pwd.h
50
char *buffer, size_t bufsize, struct passwd **result);
lib/libcasper/services/cap_pwd/cap_pwd.h
57
size_t ncmds);
lib/libcasper/services/cap_pwd/cap_pwd.h
59
size_t nfields);
lib/libcasper/services/cap_pwd/cap_pwd.h
61
size_t nnames, uid_t *uids, size_t nuids);
lib/libcasper/services/cap_pwd/cap_pwd.h
90
size_t bufsize, struct passwd **result)
lib/libcasper/services/cap_pwd/cap_pwd.h
98
struct passwd *pwd, char *buffer, size_t bufsize, struct passwd **result)
lib/libcasper/services/cap_pwd/tests/pwd_test.c
1189
size_t nusers)
lib/libcasper/services/cap_sysctl/cap_sysctl.c
148
do_sysctl(cap_channel_t *chan, nvlist_t *nvl, void *oldp, size_t *oldlenp,
lib/libcasper/services/cap_sysctl/cap_sysctl.c
149
const void *newp, size_t newlen)
lib/libcasper/services/cap_sysctl/cap_sysctl.c
152
size_t oldlen;
lib/libcasper/services/cap_sysctl/cap_sysctl.c
180
*oldlenp = (size_t)nvlist_get_number(nvl, "oldlen");
lib/libcasper/services/cap_sysctl/cap_sysctl.c
195
size_t *oldlenp, const void *newp, size_t newlen)
lib/libcasper/services/cap_sysctl/cap_sysctl.c
201
nvlist_add_binary(req, "mib", name, (size_t)namelen * sizeof(int));
lib/libcasper/services/cap_sysctl/cap_sysctl.c
207
size_t *oldlenp, const void *newp, size_t newlen)
lib/libcasper/services/cap_sysctl/cap_sysctl.c
219
size_t *sizep)
lib/libcasper/services/cap_sysctl/cap_sysctl.c
223
size_t mibsz;
lib/libcasper/services/cap_sysctl/cap_sysctl.c
266
size_t size;
lib/libcasper/services/cap_sysctl/cap_sysctl.c
344
size_t lsize, reqsize;
lib/libcasper/services/cap_sysctl/cap_sysctl.c
372
size_t namelen;
lib/libcasper/services/cap_sysctl/cap_sysctl.c
425
size_t size;
lib/libcasper/services/cap_sysctl/cap_sysctl.c
432
size = (size_t)nvlist_get_number(nvlin, "size");
lib/libcasper/services/cap_sysctl/cap_sysctl.c
459
size_t oldlen, newlen, size;
lib/libcasper/services/cap_sysctl/cap_sysctl.c
460
size_t *oldlenp;
lib/libcasper/services/cap_sysctl/cap_sysctl.c
493
oldlen = (size_t)nvlist_get_number(nvlin, "oldlen");
lib/libcasper/services/cap_sysctl/cap_sysctl.c
83
size_t mibsz;
lib/libcasper/services/cap_sysctl/cap_sysctl.h
51
size_t *oldlenp, const void *newp, size_t newlen);
lib/libcasper/services/cap_sysctl/cap_sysctl.h
53
size_t *oldlenp, const void *newp, size_t newlen);
lib/libcasper/services/cap_sysctl/cap_sysctl.h
55
size_t *sizep);
lib/libcasper/services/cap_sysctl/cap_sysctl.h
69
void *oldp, size_t *oldlenp, const void *newp, size_t newlen)
lib/libcasper/services/cap_sysctl/cap_sysctl.h
77
void *oldp, size_t *oldlenp, const void *newp, size_t newlen)
lib/libcasper/services/cap_sysctl/cap_sysctl.h
85
size_t *sizep)
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
106
ATF_REQUIRE(n >= 0 && (size_t)n == sz);
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
148
size_t len0, len1, oldsize;
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1603
size_t len;
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
1658
size_t len;
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
79
size_t sz;
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
90
ATF_REQUIRE(n >= 0 && (size_t)n == sz);
lib/libcasper/services/cap_sysctl/tests/sysctl_test.c
99
size_t sz;
lib/libcrypt/crypt-nthash.c
51
size_t unipwLen;
lib/libcrypt/crypt-sha256.c
69
size_t salt_len, key_len, cnt, rounds;
lib/libcrypt/crypt-sha512.c
69
size_t salt_len, key_len, cnt, rounds;
lib/libdevdctl/consumer.cc
76
size_t numEntries)
lib/libdevdctl/consumer.h
56
size_t numEntries = 0);
lib/libdevdctl/event.cc
145
size_t find_start = devName.rfind('/');
lib/libdevdctl/event.cc
156
size_t loc(devName.find(*dName, find_start));
lib/libdevdctl/event.cc
158
size_t prefixLen(strlen(*dName));
lib/libdevdctl/event.cc
342
size_t start;
lib/libdevdctl/event.cc
343
size_t end;
lib/libdevdctl/event.cc
433
const size_t bufsize = 32; // Long enough for a 64-bit int
lib/libdevdctl/event.cc
437
size_t eventEnd(eventString.find_last_not_of('\n') + 1);
lib/libdevdctl/event.cc
462
size_t start = devName.rfind('/');
lib/libdevdctl/event_factory.cc
62
EventFactory::UpdateRegistry(Record regEntries[], size_t numEntries)
lib/libdevdctl/event_factory.h
75
void UpdateRegistry(Record regEntries[], size_t numEntries);
lib/libdevdctl/exception.cc
86
size_t offset)
lib/libdevdctl/exception.h
121
size_t offset = 0);
lib/libdevdctl/exception.h
136
size_t GetOffset() const;
lib/libdevdctl/exception.h
149
size_t m_offset;
lib/libdevdctl/exception.h
159
inline size_t
lib/libdevinfo/devinfo.c
104
size_t ub_size;
lib/libdevinfo/devinfo.c
176
size_t oidlen, rlen;
lib/libdevinfo/devinfo.c
277
size_t oidlen, rlen;
lib/libdevstat/devstat.c
1593
readkmem(kvm_t *kd, unsigned long addr, void *buf, size_t nbytes)
lib/libdevstat/devstat.c
1606
readkmem_nl(kvm_t *kd, const char *name, void *buf, size_t nbytes)
lib/libdevstat/devstat.c
162
static int readkmem(kvm_t *kd, unsigned long addr, void *buf, size_t nbytes);
lib/libdevstat/devstat.c
163
static int readkmem_nl(kvm_t *kd, const char *name, void *buf, size_t nbytes);
lib/libdevstat/devstat.c
172
size_t numdevsize;
lib/libdevstat/devstat.c
209
size_t gensize;
lib/libdevstat/devstat.c
243
size_t versize;
lib/libdevstat/devstat.c
336
size_t dssize;
lib/libdiff/tests/libdiff_test.c
36
size_t size = 65536;
lib/libdiff/tests/libdiff_test.c
49
ATF_REQUIRE((size_t)d.len <= size / 2);
lib/libdiff/tests/libdiff_test.c
50
ATF_REQUIRE((size_t)d.len >= size / 2 - sizeof(line));
lib/libdpv/dialogrc.c
113
size_t len;
lib/libdpv/dialogrc.c
250
size_t len;
lib/libdpv/dialogrc.c
288
size_t len;
lib/libdpv/dprompt.c
353
len = vsnprintf(dprompt_pos, (size_t)(PROMPT_MAX -
lib/libdpv/dprompt.c
674
size_t len;
lib/libdpv/dpv.c
133
size_t len;
lib/libefivar/efivar-dp-format.c
2576
efidp_format_device_path(char *buf, size_t len, const_efidp dp, ssize_t max)
lib/libefivar/efivar-dp-format.c
2601
efidp_format_device_path_node(char *buf, size_t len, const_efidp dp)
lib/libefivar/efivar-dp-format.c
2617
size_t
lib/libefivar/efivar-dp-parse.c
3321
size_t len = (sizeof (FILEPATH_DEVICE_PATH) + StrLen (TextDeviceNode) * 2);
lib/libefivar/efivar-dp-parse.c
4044
efidp_parse_device_path(char *path, efidp out, size_t max)
lib/libefivar/efivar-dp-xlate.c
129
size_t len, mntlen;
lib/libefivar/efivar-dp-xlate.c
574
size_t len;
lib/libefivar/efivar-dp.h
58
ssize_t efidp_format_device_path(char *buf, size_t len, const_efidp dp,
lib/libefivar/efivar-dp.h
60
ssize_t efidp_format_device_path_node(char *buf, size_t len, const_efidp dp);
lib/libefivar/efivar-dp.h
61
ssize_t efidp_parse_device_path(char *path, efidp out, size_t max);
lib/libefivar/efivar-dp.h
64
size_t efidp_size(const_efidp);
lib/libefivar/efivar.c
153
uint8_t *data, size_t data_size, uint32_t attributes)
lib/libefivar/efivar.c
170
uint8_t **data, size_t *data_size, uint32_t *attributes)
lib/libefivar/efivar.c
210
size_t *size)
lib/libefivar/efivar.c
225
static size_t buflen = 256 * sizeof(efi_char);
lib/libefivar/efivar.c
227
size_t size;
lib/libefivar/efivar.c
309
size_t i;
lib/libefivar/efivar.c
346
size_t i;
lib/libefivar/efivar.c
360
uint8_t *data, size_t data_size, uint32_t attributes)
lib/libefivar/efivar.c
94
size_t i;
lib/libefivar/efivar.h
63
uint8_t *data, size_t data_size, uint32_t attributes);
lib/libefivar/efivar.h
66
uint8_t **data, size_t *data_size, uint32_t *attributes);
lib/libefivar/efivar.h
69
int efi_get_variable_size(efi_guid_t guid, const char *name, size_t *size);
lib/libefivar/efivar.h
78
uint8_t *data, size_t data_size, uint32_t attributes);
lib/libefivar/uefi-dplib.h
538
AllocateCopyPool(size_t l, const void *p)
lib/libefivar/uefi-dplib.h
559
StrHexToBytes(const char *str, size_t len, uint8_t *buf, size_t buflen)
lib/libefivar/uefi-dplib.h
561
size_t i;
lib/libexecinfo/tests/sigtramp_test.c
27
size_t n, i, match;
lib/libfetch/common.c
1262
fetch_ssl_read(SSL *ssl, char *buf, size_t len)
lib/libfetch/common.c
1283
fetch_socket_read(int sd, char *buf, size_t len)
lib/libfetch/common.c
1302
fetch_read(conn_t *conn, char *buf, size_t len)
lib/libfetch/common.c
1385
size_t tmpsize;
lib/libfetch/common.c
1429
fetch_write(conn_t *conn, const char *buf, size_t len)
lib/libfetch/common.c
1520
fetch_putln(conn_t *conn, const char *str, size_t len)
lib/libfetch/common.c
1739
size_t h_len, d_len;
lib/libfetch/common.c
538
size_t slen;
lib/libfetch/common.c
739
fetch_ssl_hname_equal(const char *a, size_t alen, const char *b,
lib/libfetch/common.c
740
size_t blen)
lib/libfetch/common.c
742
size_t i;
lib/libfetch/common.c
760
fetch_ssl_is_trad_domain_label(const char *l, size_t len, int wcok)
lib/libfetch/common.c
762
size_t i;
lib/libfetch/common.c
781
fetch_ssl_hname_is_only_numbers(const char *hostname, size_t len)
lib/libfetch/common.c
783
size_t i;
lib/libfetch/common.c
800
fetch_ssl_hname_match(const char *h, size_t hlen, const char *m,
lib/libfetch/common.c
801
size_t mlen)
lib/libfetch/common.c
869
fetch_ssl_get_numeric_addrinfo(const char *hostname, size_t len)
lib/libfetch/common.c
894
size_t rhostlen)
lib/libfetch/common.c
917
size_t rlen)
lib/libfetch/common.c
953
size_t nslen;
lib/libfetch/common.c
960
nslen = (size_t)ASN1_STRING_length(name->d.ia5);
lib/libfetch/common.h
122
ssize_t fetch_read(conn_t *, char *, size_t);
lib/libfetch/common.h
124
ssize_t fetch_write(conn_t *, const char *, size_t);
lib/libfetch/common.h
126
int fetch_putln(conn_t *, const char *, size_t);
lib/libfetch/common.h
52
size_t bufsize; /* buffer size */
lib/libfetch/common.h
53
size_t buflen; /* length of buffer contents */
lib/libfetch/fetch.c
316
fetch_pctdecode(char *dst, const char *src, size_t dlen)
lib/libfetch/fetch.h
48
size_t length;
lib/libfetch/ftp.c
182
size_t len;
lib/libfetch/ftp.c
234
ftp_pwd(conn_t *conn, char *pwd, size_t pwdlen)
lib/libfetch/http.c
134
size_t bufsize; /* size of chunk buffer */
lib/libfetch/http.c
135
size_t buflen; /* amount of data currently in buffer */
lib/libfetch/http.c
136
size_t bufpos; /* current read offset in buffer */
lib/libfetch/http.c
139
size_t chunksize; /* remaining size of current chunk */
lib/libfetch/http.c
141
size_t total;
lib/libfetch/http.c
1526
size_t cap;
lib/libfetch/http.c
1602
size_t body_len;
lib/libfetch/http.c
192
http_growbuf(struct httpio *io, size_t len)
lib/libfetch/http.c
210
http_fillbuf(struct httpio *io, size_t len)
lib/libfetch/http.c
393
size_t len;
lib/libfetch/http.c
498
size_t bufsize; /* buffer size */
lib/libfetch/http.c
499
size_t buflen; /* length of buffer contents */
lib/libfetch/http.c
713
size_t l;
lib/libfetch/http.c
976
size_t l;
lib/libfigpar/string_m.c
46
size_t flen;
lib/libfigpar/string_m.c
93
size_t flen;
lib/libfigpar/string_m.c
94
size_t rlen;
lib/libfigpar/string_m.c
95
size_t slen;
lib/libgeom/geom_getxml.c
63
size_t l = 0;
lib/libgeom/geom_getxml.c
65
size_t sizep;
lib/libgeom/geom_util.c
179
g_get_ident(int fd, char *ident, size_t size)
lib/libgeom/geom_util.c
200
g_get_name(const char *ident, char *name, size_t size)
lib/libgeom/geom_util.c
215
g_open_by_ident(const char *ident, int dowrite, char *name, size_t size)
lib/libgeom/libgeom.h
166
int g_get_ident(int, char *, size_t);
lib/libgeom/libgeom.h
167
int g_get_name(const char *, char *, size_t);
lib/libgeom/libgeom.h
168
int g_open_by_ident(const char *, int, char *, size_t);
lib/libgssapi/gss_accept_sec_context.c
44
size_t len = input_token->length;
lib/libgssapi/gss_accept_sec_context.c
45
size_t a, b;
lib/libgssapi/gss_acquire_cred.c
56
size_t i;
lib/libgssapi/gss_buffer_set.c
106
size_t i;
lib/libgssapi/gss_decapsulate_token.c
40
size_t len = input_token->length;
lib/libgssapi/gss_decapsulate_token.c
41
size_t a, b;
lib/libgssapi/gss_encapsulate_token.c
40
size_t len, inside_len;
lib/libgssapi/gss_encapsulate_token.c
41
size_t a, b;
lib/libgssapi/gss_import_name.c
45
size_t len = input_name_buffer->length;
lib/libgssapi/gss_import_name.c
46
size_t t;
lib/libgssapi/gss_import_sec_context.c
47
size_t len;
lib/libgssapi/gss_indicate_mechs.c
40
size_t i;
lib/libgssapi/gss_inquire_cred_by_oid.c
63
size_t i;
lib/libgssapi/gss_oid_to_str.c
50
size_t string_length;
lib/libgssapi/gss_oid_to_str.c
51
size_t i;
lib/libgssapi/gss_oid_to_str.c
74
if ( (size_t) (numshift+7) < (sizeof(unsigned long)*8)) {
lib/libgssapi/gss_release_oid_set.c
39
size_t i;
lib/libgssapi/gss_test_oid_set_member.c
39
size_t i;
lib/libgssapi/gss_utils.c
55
size_t len = from_oid->length;
lib/libgssapi/gss_utils.c
86
size_t len = from_buf->length;
lib/libgssapi/spnego.h
32
size_t MechTypeList_len;
lib/libiconv_modules/BIG5/citrus_big5.c
239
const void * __restrict var, size_t lenvar)
lib/libiconv_modules/BIG5/citrus_big5.c
273
char ** __restrict s, size_t n,
lib/libiconv_modules/BIG5/citrus_big5.c
275
size_t * __restrict nresult)
lib/libiconv_modules/BIG5/citrus_big5.c
346
*nresult = (size_t)-1;
lib/libiconv_modules/BIG5/citrus_big5.c
351
*nresult = (size_t)-2;
lib/libiconv_modules/BIG5/citrus_big5.c
359
size_t n, wchar_t wc, _BIG5State * __restrict psenc __unused,
lib/libiconv_modules/BIG5/citrus_big5.c
360
size_t * __restrict nresult)
lib/libiconv_modules/BIG5/citrus_big5.c
362
size_t l;
lib/libiconv_modules/BIG5/citrus_big5.c
404
*nresult = (size_t)-1;
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
114
const void * __restrict var __unused, size_t lenvar __unused)
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
169
wchar_t * __restrict pwc, char ** __restrict s, size_t n,
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
170
_DECHanyuState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
192
*nresult = (size_t)((ch == 0) ? 0 : 1);
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
259
*nresult = (size_t)(s0 - *s);
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
266
*nresult = (size_t)-2;
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
271
*nresult = (size_t)-1;
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
278
char * __restrict s, size_t n, wchar_t wc,
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
279
_DECHanyuState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
307
*nresult = (size_t)-1;
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
317
*nresult = (size_t)-1;
lib/libiconv_modules/DECHanyu/citrus_dechanyu.c
55
size_t chlen;
lib/libiconv_modules/EUC/citrus_euc.c
123
size_t lenvar __unused)
lib/libiconv_modules/EUC/citrus_euc.c
194
size_t n, _EUCState *psenc, size_t *nresult)
lib/libiconv_modules/EUC/citrus_euc.c
262
*nresult = wchar ? (size_t)(c - chlenbak) : 0;
lib/libiconv_modules/EUC/citrus_euc.c
267
*nresult = (size_t)-1;
lib/libiconv_modules/EUC/citrus_euc.c
271
*nresult = (size_t)-2;
lib/libiconv_modules/EUC/citrus_euc.c
277
_citrus_EUC_wcrtomb_priv(_EUCEncodingInfo *ei, char *s, size_t n, wchar_t wc,
lib/libiconv_modules/EUC/citrus_euc.c
278
_EUCState *psenc __unused, size_t *nresult)
lib/libiconv_modules/EUC/citrus_euc.c
315
*nresult = (size_t)ei->count[cs];
lib/libiconv_modules/EUC/citrus_euc.c
319
*nresult = (size_t)-1;
lib/libiconv_modules/EUC/citrus_euc.c
367
const void * __restrict var, size_t lenvar)
lib/libiconv_modules/EUCTW/citrus_euctw.c
162
const void * __restrict var __unused, size_t lenvar __unused)
lib/libiconv_modules/EUCTW/citrus_euctw.c
180
size_t n, _EUCTWState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/EUCTW/citrus_euctw.c
260
*nresult = (size_t)-1;
lib/libiconv_modules/EUCTW/citrus_euctw.c
265
*nresult = (size_t)-1;
lib/libiconv_modules/EUCTW/citrus_euctw.c
271
char * __restrict s, size_t n, wchar_t wc,
lib/libiconv_modules/EUCTW/citrus_euctw.c
272
_EUCTWState * __restrict psenc __unused, size_t * __restrict nresult)
lib/libiconv_modules/EUCTW/citrus_euctw.c
276
size_t len;
lib/libiconv_modules/EUCTW/citrus_euctw.c
326
*nresult = (size_t)-1;
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
152
wchar_t * __restrict pwc, char ** __restrict s, size_t n,
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
153
_GBK2KState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
238
*nresult = (size_t)-2;
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
246
*nresult = (size_t)-1;
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
252
char * __restrict s, size_t n, wchar_t wc, _GBK2KState * __restrict psenc,
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
253
size_t * __restrict nresult)
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
255
size_t len;
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
303
*nresult = (size_t)-1;
lib/libiconv_modules/GBK2K/citrus_gbk2k.c
385
const void * __restrict var, size_t lenvar)
lib/libiconv_modules/HZ/citrus_hz.c
179
wchar_t * __restrict pwc, char ** __restrict s, size_t n,
lib/libiconv_modules/HZ/citrus_hz.c
180
_HZState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/HZ/citrus_hz.c
205
*nresult = (size_t)-2;
lib/libiconv_modules/HZ/citrus_hz.c
273
range = &ranges[(size_t)graphic->charset];
lib/libiconv_modules/HZ/citrus_hz.c
285
*nresult = (size_t)-1;
lib/libiconv_modules/HZ/citrus_hz.c
301
char * __restrict s, size_t n, wchar_t wc,
lib/libiconv_modules/HZ/citrus_hz.c
302
_HZState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/HZ/citrus_hz.c
307
size_t len;
lib/libiconv_modules/HZ/citrus_hz.c
323
range = &ranges[(size_t)CTRL];
lib/libiconv_modules/HZ/citrus_hz.c
330
range = &ranges[(size_t)graphic->charset];
lib/libiconv_modules/HZ/citrus_hz.c
337
range = &ranges[(size_t)graphic->charset];
lib/libiconv_modules/HZ/citrus_hz.c
351
range = &ranges[(size_t)graphic->charset];
lib/libiconv_modules/HZ/citrus_hz.c
392
*nresult = (size_t)-1;
lib/libiconv_modules/HZ/citrus_hz.c
398
char * __restrict s, size_t n, _HZState * __restrict psenc,
lib/libiconv_modules/HZ/citrus_hz.c
399
size_t * __restrict nresult)
lib/libiconv_modules/HZ/citrus_hz.c
576
graphic->length = (size_t)(*s - '0');
lib/libiconv_modules/HZ/citrus_hz.c
628
const void * __restrict var, size_t lenvar)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1010
char * __restrict string, size_t n, char ** __restrict result,
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1011
_ISO2022State * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1016
size_t len;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
105
size_t recommendsize[4];
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1155
len = (size_t)(p - tmp);
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1159
*nresult = (size_t)-1;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1170
*nresult = (size_t)-1;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1176
char * __restrict s, size_t n, _ISO2022State * __restrict psenc,
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1177
size_t * __restrict nresult)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1181
size_t len;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1194
*nresult = (size_t)-1;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1205
char * __restrict s, size_t n, wchar_t wc,
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1206
_ISO2022State * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1210
size_t len;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
1223
*nresult = (size_t)-1;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
359
const void * __restrict var, size_t lenvar __unused)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
363
size_t len;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
470
const void * __restrict var, size_t lenvar)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
530
seqmatch(const char * __restrict s, size_t n,
lib/libiconv_modules/ISO2022/citrus_iso2022.c
536
while ((size_t)(p - sp->chars) < n && p - sp->chars < sp->len) {
lib/libiconv_modules/ISO2022/citrus_iso2022.c
577
char * __restrict string, size_t n, char ** __restrict result,
lib/libiconv_modules/ISO2022/citrus_iso2022.c
615
if (sp->len == nmatch && n >= (size_t)(sp->len))
lib/libiconv_modules/ISO2022/citrus_iso2022.c
698
if (n < (size_t)(sp->len)) {
lib/libiconv_modules/ISO2022/citrus_iso2022.c
699
if ((size_t)(nmatch) == n) {
lib/libiconv_modules/ISO2022/citrus_iso2022.c
847
size_t n, _ISO2022State * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
886
if (psenc->chlen > (size_t)c)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
888
if (psenc->chlen < (size_t)c)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
896
if ((size_t)(result - p) == psenc->chlen)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
937
*nresult = (size_t)-1;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
949
*nresult = (size_t)-2;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
959
size_t j;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
98
size_t chlen;
lib/libiconv_modules/JOHAB/citrus_johab.c
115
const void * __restrict var __unused, size_t lenvar __unused)
lib/libiconv_modules/JOHAB/citrus_johab.c
149
wchar_t * __restrict pwc, char ** __restrict s, size_t n,
lib/libiconv_modules/JOHAB/citrus_johab.c
150
_JOHABState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/JOHAB/citrus_johab.c
184
*nresult = (size_t)-2;
lib/libiconv_modules/JOHAB/citrus_johab.c
190
*nresult = (size_t)-1;
lib/libiconv_modules/JOHAB/citrus_johab.c
205
char * __restrict s, size_t n, wchar_t wc,
lib/libiconv_modules/JOHAB/citrus_johab.c
206
_JOHABState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/JOHAB/citrus_johab.c
222
*nresult = (size_t)-1;
lib/libiconv_modules/JOHAB/citrus_johab.c
234
*nresult = (size_t)-1;
lib/libiconv_modules/MSKanji/citrus_mskanji.c
155
wchar_t * __restrict pwc, char ** __restrict s, size_t n,
lib/libiconv_modules/MSKanji/citrus_mskanji.c
156
_MSKanjiState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/MSKanji/citrus_mskanji.c
222
*nresult = (size_t)-1;
lib/libiconv_modules/MSKanji/citrus_mskanji.c
226
*nresult = (size_t)-2;
lib/libiconv_modules/MSKanji/citrus_mskanji.c
234
char * __restrict s, size_t n, wchar_t wc,
lib/libiconv_modules/MSKanji/citrus_mskanji.c
235
_MSKanjiState * __restrict psenc __unused, size_t * __restrict nresult)
lib/libiconv_modules/MSKanji/citrus_mskanji.c
277
*nresult = (size_t)-1;
lib/libiconv_modules/MSKanji/citrus_mskanji.c
442
const void * __restrict var, size_t lenvar)
lib/libiconv_modules/UES/citrus_ues.c
189
wchar_t * __restrict pwc, char ** __restrict s, size_t n,
lib/libiconv_modules/UES/citrus_ues.c
190
_UESState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/UES/citrus_ues.c
241
*nresult = (size_t)-2;
lib/libiconv_modules/UES/citrus_ues.c
275
*nresult = (size_t)-1;
lib/libiconv_modules/UES/citrus_ues.c
292
*nresult = (size_t)((wc == 0) ? 0 : (s0 - *s));
lib/libiconv_modules/UES/citrus_ues.c
300
char * __restrict s, size_t n, wchar_t wc,
lib/libiconv_modules/UES/citrus_ues.c
301
_UESState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/UES/citrus_ues.c
327
*nresult = (size_t)-1;
lib/libiconv_modules/UES/citrus_ues.c
337
*nresult = (size_t)-1;
lib/libiconv_modules/UES/citrus_ues.c
388
const void * __restrict var, size_t lenvar)
lib/libiconv_modules/UES/citrus_ues.c
50
size_t mb_cur_max;
lib/libiconv_modules/UTF1632/citrus_utf1632.c
103
char **s, size_t n, _UTF1632State *psenc, size_t *nresult)
lib/libiconv_modules/UTF1632/citrus_utf1632.c
106
size_t result;
lib/libiconv_modules/UTF1632/citrus_utf1632.c
236
*nresult = (size_t)-1;
lib/libiconv_modules/UTF1632/citrus_utf1632.c
241
*nresult = (size_t)-2;
lib/libiconv_modules/UTF1632/citrus_utf1632.c
248
_citrus_UTF1632_wcrtomb_priv(_UTF1632EncodingInfo *ei, char *s, size_t n,
lib/libiconv_modules/UTF1632/citrus_utf1632.c
249
wchar_t wc, _UTF1632State *psenc, size_t *nresult)
lib/libiconv_modules/UTF1632/citrus_utf1632.c
256
size_t cnt;
lib/libiconv_modules/UTF1632/citrus_utf1632.c
258
cnt = (size_t)0;
lib/libiconv_modules/UTF1632/citrus_utf1632.c
338
*nresult = (size_t)-1;
lib/libiconv_modules/UTF1632/citrus_utf1632.c
341
*nresult = (size_t)-1;
lib/libiconv_modules/UTF1632/citrus_utf1632.c
347
const void * __restrict var, size_t lenvar)
lib/libiconv_modules/UTF1632/citrus_utf1632.c
387
const void * __restrict var, size_t lenvar)
lib/libiconv_modules/UTF7/citrus_utf7.c
154
uint16_t * __restrict u16, char ** __restrict s, size_t n,
lib/libiconv_modules/UTF7/citrus_utf7.c
155
_UTF7State * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/UTF7/citrus_utf7.c
166
*nresult = (size_t)-2;
lib/libiconv_modules/UTF7/citrus_utf7.c
231
*nresult = (size_t)((*u16 == 0) ? 0 : s0 - *s);
lib/libiconv_modules/UTF7/citrus_utf7.c
237
*nresult = (size_t)-1;
lib/libiconv_modules/UTF7/citrus_utf7.c
243
wchar_t * __restrict pwc, char ** __restrict s, size_t n,
lib/libiconv_modules/UTF7/citrus_utf7.c
244
_UTF7State * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/UTF7/citrus_utf7.c
248
size_t nr, siz;
lib/libiconv_modules/UTF7/citrus_utf7.c
253
*nresult = (size_t)_ENCODING_IS_STATE_DEPENDENT;
lib/libiconv_modules/UTF7/citrus_utf7.c
257
if (nr == (size_t)-1 || nr == (size_t)-2) {
lib/libiconv_modules/UTF7/citrus_utf7.c
270
if (nr == (size_t)-1 || nr == (size_t)-2) {
lib/libiconv_modules/UTF7/citrus_utf7.c
278
*nresult = (size_t)-1;
lib/libiconv_modules/UTF7/citrus_utf7.c
289
*nresult = (size_t)0;
lib/libiconv_modules/UTF7/citrus_utf7.c
299
char * __restrict s, size_t n __unused, uint16_t u16,
lib/libiconv_modules/UTF7/citrus_utf7.c
300
_UTF7State * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/UTF7/citrus_utf7.c
348
char * __restrict s, size_t n, wchar_t wchar,
lib/libiconv_modules/UTF7/citrus_utf7.c
349
_UTF7State * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/UTF7/citrus_utf7.c
354
size_t nr, siz;
lib/libiconv_modules/UTF7/citrus_utf7.c
366
*nresult = (size_t)-1;
lib/libiconv_modules/UTF7/citrus_utf7.c
386
char * __restrict s, size_t n, _UTF7State * __restrict psenc,
lib/libiconv_modules/UTF7/citrus_utf7.c
387
size_t * __restrict nresult)
lib/libiconv_modules/UTF7/citrus_utf7.c
411
*nresult = (size_t)psenc->chlen;
lib/libiconv_modules/UTF7/citrus_utf7.c
467
const void * __restrict var __unused, size_t lenvar __unused)
lib/libiconv_modules/UTF8/citrus_utf8.c
130
static size_t
lib/libiconv_modules/UTF8/citrus_utf8.c
133
size_t i;
lib/libiconv_modules/UTF8/citrus_utf8.c
181
size_t n, _UTF8State *psenc, size_t *nresult)
lib/libiconv_modules/UTF8/citrus_utf8.c
234
*nresult = (size_t)-1;
lib/libiconv_modules/UTF8/citrus_utf8.c
239
*nresult = (size_t)-2;
lib/libiconv_modules/UTF8/citrus_utf8.c
244
_citrus_UTF8_wcrtomb_priv(_UTF8EncodingInfo *ei __unused, char *s, size_t n,
lib/libiconv_modules/UTF8/citrus_utf8.c
245
wchar_t wc, _UTF8State *psenc __unused, size_t *nresult)
lib/libiconv_modules/UTF8/citrus_utf8.c
248
size_t cnt;
lib/libiconv_modules/UTF8/citrus_utf8.c
282
*nresult = (size_t)cnt;
lib/libiconv_modules/UTF8/citrus_utf8.c
286
*nresult = (size_t)-1;
lib/libiconv_modules/UTF8/citrus_utf8.c
331
const void * __restrict var __unused, size_t lenvar __unused)
lib/libiconv_modules/VIQR/citrus_viqr.c
100
static const size_t mnemonic_ext_size =
lib/libiconv_modules/VIQR/citrus_viqr.c
104
mnemonic_ext_find(wchar_t wc, const mnemonic_def_t *head, size_t n)
lib/libiconv_modules/VIQR/citrus_viqr.c
207
size_t mb_cur_max;
lib/libiconv_modules/VIQR/citrus_viqr.c
256
wchar_t * __restrict pwc, char ** __restrict s, size_t n,
lib/libiconv_modules/VIQR/citrus_viqr.c
257
_VIQRState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/VIQR/citrus_viqr.c
267
*nresult = (size_t)_ENCODING_IS_STATE_DEPENDENT;
lib/libiconv_modules/VIQR/citrus_viqr.c
278
*nresult = (size_t)-2;
lib/libiconv_modules/VIQR/citrus_viqr.c
310
*nresult = (size_t)(wc == 0 ? 0 : s0 - *s);
lib/libiconv_modules/VIQR/citrus_viqr.c
318
char * __restrict s, size_t n, wchar_t wc,
lib/libiconv_modules/VIQR/citrus_viqr.c
319
_VIQRState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/VIQR/citrus_viqr.c
354
*nresult = (size_t)-1;
lib/libiconv_modules/VIQR/citrus_viqr.c
377
*nresult = (size_t)-1;
lib/libiconv_modules/VIQR/citrus_viqr.c
384
char * __restrict s __unused, size_t n __unused,
lib/libiconv_modules/VIQR/citrus_viqr.c
385
_VIQRState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/VIQR/citrus_viqr.c
435
const void * __restrict var __unused, size_t lenvar __unused)
lib/libiconv_modules/VIQR/citrus_viqr.c
438
size_t i, n;
lib/libiconv_modules/ZW/citrus_zw.c
110
wchar_t * __restrict pwc, char **__restrict s, size_t n,
lib/libiconv_modules/ZW/citrus_zw.c
111
_ZWState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/ZW/citrus_zw.c
119
*nresult = (size_t)_ENCODING_IS_STATE_DEPENDENT;
lib/libiconv_modules/ZW/citrus_zw.c
128
*nresult = (size_t)-2; \
lib/libiconv_modules/ZW/citrus_zw.c
230
*nresult = (size_t)-1;
lib/libiconv_modules/ZW/citrus_zw.c
246
*nresult = (size_t)(wc == 0 ? 0 : len);
lib/libiconv_modules/ZW/citrus_zw.c
255
char *__restrict s, size_t n, wchar_t wc,
lib/libiconv_modules/ZW/citrus_zw.c
256
_ZWState * __restrict psenc, size_t * __restrict nresult)
lib/libiconv_modules/ZW/citrus_zw.c
327
*nresult = (size_t)-1;
lib/libiconv_modules/ZW/citrus_zw.c
340
char * __restrict s, size_t n, _ZWState * __restrict psenc,
lib/libiconv_modules/ZW/citrus_zw.c
341
size_t * __restrict nresult)
lib/libiconv_modules/ZW/citrus_zw.c
444
const void *__restrict var __unused, size_t lenvar __unused)
lib/libiconv_modules/iconv_none/citrus_iconv_none.c
101
char * __restrict * __restrict in, size_t * __restrict inbytes,
lib/libiconv_modules/iconv_none/citrus_iconv_none.c
102
char * __restrict * __restrict out, size_t * __restrict outbytes,
lib/libiconv_modules/iconv_none/citrus_iconv_none.c
103
uint32_t flags __unused, size_t * __restrict invalids)
lib/libiconv_modules/iconv_none/citrus_iconv_none.c
105
size_t len;
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
108
_csid_t *csid, _index_t *idx, char **s, size_t n, size_t *nresult,
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
118
char *s, size_t n, _csid_t csid, _index_t idx, size_t *nresult,
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
128
char *s, size_t n, _wc_t wc, size_t *nresult,
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
137
put_state_resetx(struct _citrus_iconv_std_encoding *se, char *s, size_t n,
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
138
size_t *nresult)
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
426
size_t sz, szpsdst, szpssrc;
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
465
char * __restrict * __restrict in, size_t * __restrict inbytes,
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
466
char * __restrict * __restrict out, size_t * __restrict outbytes,
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
467
uint32_t flags, size_t * __restrict invalids)
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
474
size_t inval, in_mb_cur_min, szrin, szrout;
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
491
if (szrout == (size_t)-2) {
lib/libiconv_modules/iconv_std/citrus_iconv_std.c
541
if (szrin == (size_t)-2) {
lib/libiconv_modules/mapper_646/citrus_mapper_646.c
104
size_t len;
lib/libiconv_modules/mapper_646/citrus_mapper_646.c
167
const void * __restrict var, size_t lenvar,
lib/libiconv_modules/mapper_646/citrus_mapper_646.c
168
struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
lib/libiconv_modules/mapper_none/citrus_mapper_none.c
68
const void * __restrict var __unused, size_t lenvar __unused,
lib/libiconv_modules/mapper_none/citrus_mapper_none.c
69
struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c
162
const void * __restrict var, size_t lenvar,
lib/libiconv_modules/mapper_serial/citrus_mapper_serial.c
163
struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
197
size_t i;
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
250
size_t i;
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
340
const void * __restrict var, size_t lenvar,
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
341
struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
lib/libiconv_modules/mapper_std/citrus_mapper_std.c
85
size_t i;
lib/libiconv_modules/mapper_std/citrus_mapper_std_local.h
43
size_t rc_src_rowcol_len;
lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c
303
const void * __restrict var, size_t lenvar,
lib/libiconv_modules/mapper_zone/citrus_mapper_zone.c
304
struct _citrus_mapper_traits * __restrict mt, size_t lenmt)
lib/libifconfig/libifconfig.c
171
size_t descrlen;
lib/libifconfig/libifconfig.c
299
size_t len;
lib/libifconfig/libifconfig.c
633
ifconfig_list_cloners(ifconfig_handle_t *h, char **bufp, size_t *lenp)
lib/libifconfig/libifconfig.h
275
size_t nopts);
lib/libifconfig/libifconfig.h
287
size_t carpr_count;
lib/libifconfig/libifconfig.h
303
struct ifconfig_carp *carpr, size_t ncarp);
lib/libifconfig/libifconfig.h
385
int ifconfig_list_cloners(ifconfig_handle_t *h, char **bufp, size_t *lenp);
lib/libifconfig/libifconfig.h
71
size_t members_count; /**< how many member interfaces */
lib/libifconfig/libifconfig_bridge.c
112
for (size_t len = 8192;
lib/libifconfig/libifconfig_bridge.c
140
for (size_t i = 0; i < bridge->inner.members_count; ++i) {
lib/libifconfig/libifconfig_bridge.c
50
unsigned long cmd, void *arg, size_t arglen, bool set)
lib/libifconfig/libifconfig_carp.c
216
struct ifconfig_carp *carp, size_t ncarp)
lib/libifconfig/libifconfig_carp.c
69
struct ifconfig_carp *carp, size_t ncarp, uint32_t vhid)
lib/libifconfig/libifconfig_carp.c
75
size_t i = 0;
lib/libifconfig/libifconfig_media.c
267
for (size_t i = 0; ttos->subtypes[i].desc != NULL; ++i) {
lib/libifconfig/libifconfig_media.c
292
for (size_t i = 0; ttos->subtypes[i].desc != NULL; ++i) {
lib/libifconfig/libifconfig_media.c
313
for (size_t i = 0; ttos->modes[i].desc != NULL; ++i) {
lib/libifconfig/libifconfig_media.c
338
for (size_t i = 0; ttos->modes[i].desc != NULL; ++i) {
lib/libifconfig/libifconfig_media.c
353
size_t n;
lib/libifconfig/libifconfig_media.c
362
for (size_t i = 0; ttos->options[i].desc != NULL; ++i) {
lib/libifconfig/libifconfig_media.c
382
for (size_t i = 0; ttos->options[i].desc != NULL; ++i) {
lib/libifconfig/libifconfig_media.c
397
ifconfig_media_lookup_options(ifmedia_t media, const char **opts, size_t nopts)
lib/libifconfig/libifconfig_media.c
417
for (size_t i = 0; ttos->options[i].desc != NULL; ++i) {
lib/libifconfig/libifconfig_media.c
419
for (size_t j = 0; j < nopts; ++j) {
lib/libifconfig/libifconfig_sfp.c
230
static size_t
lib/libifconfig/libifconfig_sfp.c
246
size_t
lib/libifconfig/libifconfig_sfp.c
437
size_t channels;
lib/libifconfig/libifconfig_sfp.c
448
for (size_t chan = 0; chan < channels; ++chan) {
lib/libifconfig/libifconfig_sfp.c
578
size_t
lib/libifconfig/libifconfig_sfp.h
108
size_t ifconfig_sfp_channel_count(const struct ifconfig_sfp_info *sfp);
lib/libifconfig/libifconfig_sfp.h
192
size_t ifconfig_sfp_dump_region_count(const struct ifconfig_sfp_dump *dp);
lib/libipsec/ipsec_dump_policy.c
173
ipsec_dump_ipsecrequest(char *buf, size_t len, struct sadb_x_ipsecrequest *xisr,
lib/libipsec/ipsec_dump_policy.c
174
size_t bound)
lib/libipsec/ipsec_dump_policy.c
271
set_addresses(char *buf, size_t len, struct sockaddr *sa1, struct sockaddr *sa2)
lib/libipsec/ipsec_dump_policy.c
285
set_address(char *buf, size_t len, struct sockaddr *sa)
lib/libipsec/ipsec_dump_policy.c
59
static char *ipsec_dump_ipsecrequest(char *, size_t,
lib/libipsec/ipsec_dump_policy.c
60
struct sadb_x_ipsecrequest *, size_t);
lib/libipsec/ipsec_dump_policy.c
61
static int set_addresses(char *, size_t, struct sockaddr *, struct sockaddr *);
lib/libipsec/ipsec_dump_policy.c
62
static char *set_address(char *, size_t, struct sockaddr *);
lib/libipsec/ipsec_dump_policy.c
74
size_t off, buflen;
lib/libiscsiutil/chap.c
104
chap_b642bin(const char *b64, void **binp, size_t *bin_lenp)
lib/libiscsiutil/chap.c
130
chap_hex2bin(const char *hex, void **binp, size_t *bin_lenp)
lib/libiscsiutil/chap.c
135
size_t bin_off, bin_len;
lib/libiscsiutil/chap.c
187
chap_bin2hex(const char *bin, size_t bin_len)
lib/libiscsiutil/chap.c
190
size_t b64_len;
lib/libiscsiutil/chap.c
205
chap_bin2hex(const char *bin, size_t bin_len)
lib/libiscsiutil/chap.c
208
size_t hex_len;
lib/libiscsiutil/chap.c
209
size_t i;
lib/libiscsiutil/chap.c
270
chap_receive_bin(struct chap *chap, void *response, size_t response_len)
lib/libiscsiutil/chap.c
288
size_t response_bin_len;
lib/libiscsiutil/chap.c
344
const void *challenge, size_t challenge_len)
lib/libiscsiutil/chap.c
360
size_t challenge_bin_len;
lib/libiscsiutil/chap.c
381
void **responsep, size_t *response_lenp)
lib/libiscsiutil/chap.c
384
size_t response_bin_len = CHAP_DIGEST_LEN;
lib/libiscsiutil/chap.c
402
size_t response_len;
lib/libiscsiutil/chap.c
42
const void *challenge, size_t challenge_len, void *response,
lib/libiscsiutil/chap.c
43
size_t response_len)
lib/libiscsiutil/keys.c
107
keys_save(struct keys *keys, char **datap, size_t *lenp)
lib/libiscsiutil/keys.c
111
size_t len;
lib/libiscsiutil/keys.c
62
keys_load(struct keys *keys, const char *data, size_t len)
lib/libiscsiutil/keys.c
66
size_t pair_len;
lib/libiscsiutil/libiscsiutil.h
117
size_t len);
lib/libiscsiutil/libiscsiutil.h
119
size_t *lenp);
lib/libiscsiutil/libiscsiutil.h
65
size_t pdu_data_len;
lib/libiscsiutil/libiscsiutil.h
95
size_t rchap_challenge_len;
lib/libiscsiutil/pdu.c
109
pdu_read(const struct connection *conn, char *data, size_t len)
lib/libiscsiutil/pdu.c
136
size_t len, padding;
lib/libiscsiutil/pdu.c
151
if (len > (size_t)conn->conn_max_recv_data_segment_length) {
lib/libiscsiutil/pdu.c
177
size_t padding;
lib/libiscsiutil/pdu.c
98
static size_t
lib/libiscsiutil/text.c
179
(size_t)conn->conn_max_send_data_segment_length)
lib/libiscsiutil/text.c
195
size_t keys_len;
lib/libiscsiutil/text.c
279
size_t keys_len;
lib/libiscsiutil/text.c
280
size_t keys_offset;
lib/libiscsiutil/text.c
289
size_t todo;
lib/libiscsiutil/text.c
293
if (todo > (size_t)conn->conn_max_send_data_segment_length) {
lib/libjail/jail.c
119
const char *valstr, size_t valsize, int *value);
lib/libjail/jail.c
1284
size_t len;
lib/libjail/jail.c
136
for (size_t idx = 0; idx < nitems(jp_structdefs); idx++) {
lib/libjail/jail.c
303
size_t mlen1, mlen2, buflen;
lib/libjail/jail.c
536
size_t valsize, int *value)
lib/libjail/jail.c
556
jailparam_import_raw(struct jailparam *jp, void *value, size_t valuelen)
lib/libjail/jail.c
80
size_t jps_valuelen; /* value size */
lib/libjail/jail.c
853
size_t *valuelens;
lib/libjail/jail.c
856
size_t valuelen;
lib/libjail/jail.c
880
valuelens = alloca(nval * sizeof(size_t));
lib/libjail/jail.c
994
size_t miblen, desclen;
lib/libjail/jail.h
45
size_t jp_valuelen;
lib/libjail/jail.h
46
size_t jp_elemlen;
lib/libjail/jail.h
61
size_t valuelen);
lib/libkiconv/kiconv_sysctl.c
41
size_t size;
lib/libkiconv/kiconv_sysctl.c
68
size_t i, size;
lib/libkiconv/quirks.c
120
size_t i;
lib/libkiconv/quirks.c
142
size_t *num_of_replaces)
lib/libkiconv/quirks.c
144
size_t i;
lib/libkiconv/quirks.c
161
quirk_vendor2unix(uint16_t c, struct quirk_replace_list *replace_list, size_t num)
lib/libkiconv/quirks.c
163
size_t i;
lib/libkiconv/quirks.c
173
quirk_unix2vendor(uint16_t c, struct quirk_replace_list *replace_list, size_t num)
lib/libkiconv/quirks.c
175
size_t i;
lib/libkiconv/quirks.c
97
size_t num_of_replaces;
lib/libkiconv/quirks.h
37
struct quirk_replace_list **, size_t *);
lib/libkiconv/quirks.h
40
size_t);
lib/libkiconv/quirks.h
43
size_t);
lib/libkiconv/xlat16_iconv.c
158
size_t inbytesleft, outbytesleft, pre_q_size, post_q_size;
lib/libkiconv/xlat16_iconv.c
340
static size_t
lib/libkiconv/xlat16_iconv.c
341
my_iconv_char(iconv_t cd, u_char **ibuf, size_t * ilen, u_char **obuf,
lib/libkiconv/xlat16_iconv.c
342
size_t * olen)
lib/libkiconv/xlat16_iconv.c
347
size_t ir, or;
lib/libkiconv/xlat16_iconv.c
55
size_t size;
lib/libkiconv/xlat16_iconv.c
65
static size_t (*my_iconv)(iconv_t, char **, size_t *, char **, size_t *);
lib/libkiconv/xlat16_iconv.c
74
static size_t my_iconv_char(iconv_t, u_char **, size_t *, u_char **, size_t *);
lib/libkiconv/xlat16_iconv.c
80
size_t idxsize;
lib/libkiconv/xlat16_sysctl.c
55
size_t olen;
lib/libkldelf/ef.c
229
size_t i, ndyn, nshdr, nsym;
lib/libkldelf/ef.c
514
ef_seg_read_rel(elf_file_t ef, GElf_Addr address, size_t len, void *dest)
lib/libkldelf/ef.c
548
ef_seg_read_string(elf_file_t ef, GElf_Addr address, size_t len, char *dest)
lib/libkldelf/ef.c
568
size_t i, nphdr, nsegs;
lib/libkldelf/ef.c
75
static int ef_seg_read_rel(elf_file_t ef, GElf_Addr address, size_t len,
lib/libkldelf/ef.c
77
static int ef_seg_read_string(elf_file_t ef, GElf_Addr address, size_t len,
lib/libkldelf/ef_aarch64.c
43
GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest)
lib/libkldelf/ef_amd64.c
45
GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest)
lib/libkldelf/ef_arm.c
46
GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest)
lib/libkldelf/ef_i386.c
45
GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest)
lib/libkldelf/ef_obj.c
186
ef_obj_seg_read_rel(elf_file_t ef, GElf_Addr address, size_t len, void *dest)
lib/libkldelf/ef_obj.c
253
ef_obj_seg_read_string(elf_file_t ef, GElf_Addr address, size_t len, char *dest)
lib/libkldelf/ef_obj.c
276
size_t i, nshdr;
lib/libkldelf/ef_obj.c
83
size_t ddbsymcnt; /* Number of symbols */
lib/libkldelf/ef_obj.c
96
size_t len, void *dest);
lib/libkldelf/ef_obj.c
98
size_t len, char *dest);
lib/libkldelf/ef_powerpc.c
45
GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest)
lib/libkldelf/ef_riscv.c
48
GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest)
lib/libkldelf/elf.c
152
size_t
lib/libkldelf/elf.c
162
static size_t
lib/libkldelf/elf.c
163
elf_object_count(struct elf_file *efile, Elf_Type type, size_t file_size)
lib/libkldelf/elf.c
169
elf_read_raw_data(struct elf_file *efile, off_t offset, void *dst, size_t len)
lib/libkldelf/elf.c
182
elf_read_raw_data_alloc(struct elf_file *efile, off_t offset, size_t len,
lib/libkldelf/elf.c
201
elf_read_raw_string(struct elf_file *efile, off_t offset, char *dst, size_t len)
lib/libkldelf/elf.c
219
elf_read_data(struct elf_file *efile, Elf_Type type, off_t offset, size_t len,
lib/libkldelf/elf.c
263
elf_read_relocated_data(struct elf_file *efile, GElf_Addr address, size_t len,
lib/libkldelf/elf.c
282
elf_read_phdrs(struct elf_file *efile, size_t *nphdrp, GElf_Phdr **phdrp)
lib/libkldelf/elf.c
285
size_t nphdr, i;
lib/libkldelf/elf.c
311
elf_read_shdrs(struct elf_file *efile, size_t *nshdrp, GElf_Shdr **shdrp)
lib/libkldelf/elf.c
315
size_t nshdr, i;
lib/libkldelf/elf.c
346
elf_read_dynamic(struct elf_file *efile, int section_index, size_t *ndynp,
lib/libkldelf/elf.c
382
elf_read_symbols(struct elf_file *efile, int section_index, size_t *nsymp,
lib/libkldelf/elf.c
389
size_t i, nsym;
lib/libkldelf/elf.c
505
size_t
lib/libkldelf/elf.c
541
size_t len)
lib/libkldelf/elf.c
623
size_t len, offset, pointer_size;
lib/libkldelf/elf.c
654
size_t len, offset, pointer_size;
lib/libkldelf/elf.c
684
GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest)
lib/libkldelf/kldelf.h
103
size_t ef_pointer_size;
lib/libkldelf/kldelf.h
170
size_t elf_object_size(struct elf_file *efile, Elf_Type type);
lib/libkldelf/kldelf.h
173
size_t elf_pointer_size(struct elf_file *efile);
lib/libkldelf/kldelf.h
183
size_t len, void **out);
lib/libkldelf/kldelf.h
187
size_t len);
lib/libkldelf/kldelf.h
194
size_t len, void **out);
lib/libkldelf/kldelf.h
198
size_t len);
lib/libkldelf/kldelf.h
210
size_t len, void **buf);
lib/libkldelf/kldelf.h
216
int elf_read_phdrs(struct elf_file *efile, size_t *nphdrp,
lib/libkldelf/kldelf.h
223
int elf_read_shdrs(struct elf_file *efile, size_t *nshdrp,
lib/libkldelf/kldelf.h
230
int elf_read_dynamic(struct elf_file *efile, int section_index, size_t *ndynp,
lib/libkldelf/kldelf.h
238
size_t *nsymp, GElf_Sym **symp);
lib/libkldelf/kldelf.h
269
size_t len);
lib/libkldelf/kldelf.h
315
GElf_Addr relbase, GElf_Addr dataoff, size_t len, void *dest);
lib/libkldelf/kldelf.h
65
int (*seg_read_rel)(elf_file_t ef, GElf_Addr address, size_t len,
lib/libkldelf/kldelf.h
67
int (*seg_read_string)(elf_file_t ef, GElf_Addr address, size_t len,
lib/libkldelf/kldelf.h
77
Elf_Type reltype, GElf_Addr relbase, GElf_Addr dataoff, size_t len,
lib/libkvm/kvm.c
360
kvm_read(kvm_t *kd, u_long kva, void *buf, size_t len)
lib/libkvm/kvm.c
367
kvm_read2(kvm_t *kd, kvaddr_t kva, void *buf, size_t len)
lib/libkvm/kvm.c
427
kvm_write(kvm_t *kd, u_long kva, const void *buf, size_t len)
lib/libkvm/kvm.c
453
} else if ((size_t)cc < len)
lib/libkvm/kvm.c
513
size_t kernbase_len = sizeof(kernbase);
lib/libkvm/kvm.c
514
size_t rel_kernbase_len = sizeof(rel_kernbase);
lib/libkvm/kvm.h
119
ssize_t kvm_read(kvm_t *, unsigned long, void *, size_t);
lib/libkvm/kvm.h
120
ssize_t kvm_read_zpcpu(kvm_t *, unsigned long, void *, size_t, int);
lib/libkvm/kvm.h
121
ssize_t kvm_read2(kvm_t *, kvaddr_t, void *, size_t);
lib/libkvm/kvm.h
122
ssize_t kvm_write(kvm_t *, unsigned long, const void *, size_t);
lib/libkvm/kvm.h
87
size_t kp_len;
lib/libkvm/kvm_amd64.c
128
for (size_t i = 0; i < kd->vmst->phnum; i++) {
lib/libkvm/kvm_amd64.c
210
size_t s;
lib/libkvm/kvm_amd64.c
57
size_t phnum;
lib/libkvm/kvm_amd64.c
65
static size_t
lib/libkvm/kvm_amd64.c
70
size_t n;
lib/libkvm/kvm_arm.c
110
size_t i;
lib/libkvm/kvm_arm.c
57
size_t phnum;
lib/libkvm/kvm_arm.c
64
static size_t
lib/libkvm/kvm_arm.c
65
_kvm_pa2off(kvm_t *kd, uint64_t pa, off_t *ofs, size_t pgsz)
lib/libkvm/kvm_arm.c
69
size_t n;
lib/libkvm/kvm_arm.c
81
return (pgsz - ((size_t)pa & (pgsz - 1)));
lib/libkvm/kvm_cptime.c
65
getsysctl(kvm_t *kd, const char *name, void *buf, size_t len)
lib/libkvm/kvm_cptime.c
67
size_t nlen;
lib/libkvm/kvm_getswapinfo.c
167
size_t mibi, len;
lib/libkvm/kvm_getswapinfo.c
254
getsysctl(kvm_t *kd, const char *name, void *ptr, size_t len)
lib/libkvm/kvm_getswapinfo.c
256
size_t nlen = len;
lib/libkvm/kvm_getswapinfo.c
69
static int getsysctl(kvm_t *, const char *, void *, size_t);
lib/libkvm/kvm_i386.c
221
size_t s;
lib/libkvm/kvm_i386.c
311
size_t s;
lib/libkvm/kvm_i386.c
63
size_t phnum;
lib/libkvm/kvm_i386.c
70
static size_t
lib/libkvm/kvm_i386.c
75
size_t n;
lib/libkvm/kvm_minidump_aarch64.c
53
size_t page_size;
lib/libkvm/kvm_pcpu.c
252
size_t len;
lib/libkvm/kvm_pcpu.c
346
kvm_read_zpcpu(kvm_t *kd, u_long base, void *buf, size_t size, int cpu)
lib/libkvm/kvm_pcpu.c
86
size_t len;
lib/libkvm/kvm_powerpc.c
146
static size_t
lib/libkvm/kvm_powerpc.c
46
size_t mapsz;
lib/libkvm/kvm_powerpc.c
47
size_t dmphdrsz;
lib/libkvm/kvm_powerpc.c
74
static size_t
lib/libkvm/kvm_powerpc.c
95
size_t mapsz;
lib/libkvm/kvm_powerpc64.c
149
static size_t
lib/libkvm/kvm_powerpc64.c
46
size_t mapsz;
lib/libkvm/kvm_powerpc64.c
47
size_t dmphdrsz;
lib/libkvm/kvm_powerpc64.c
75
static size_t
lib/libkvm/kvm_powerpc64.c
97
size_t mapsz;
lib/libkvm/kvm_private.c
117
_kvm_malloc(kvm_t *kd, size_t n)
lib/libkvm/kvm_private.c
159
_kvm_read_core_phdrs(kvm_t *kd, size_t *phnump, GElf_Phdr **phdrp)
lib/libkvm/kvm_private.c
164
size_t i, phnum;
lib/libkvm/kvm_private.c
264
_kvm_pmap_get(kvm_t *kd, u_long idx, size_t len)
lib/libkvm/kvm_private.c
290
_kvm_pt_init(kvm_t *kd, size_t dump_avail_size, off_t dump_avail_off,
lib/libkvm/kvm_private.c
291
size_t map_len, off_t map_off, off_t sparse_off, int page_size)
lib/libkvm/kvm_private.c
569
size_t len;
lib/libkvm/kvm_private.c
809
u_long kmap_vaddr, u_long dmap_vaddr, vm_prot_t prot, size_t len,
lib/libkvm/kvm_private.h
105
size_t pt_map_size;
lib/libkvm/kvm_private.h
107
size_t dump_avail_size;
lib/libkvm/kvm_private.h
176
void *_kvm_malloc(kvm_t *kd, size_t);
lib/libkvm/kvm_private.h
178
void *_kvm_realloc(kvm_t *kd, void *, size_t);
lib/libkvm/kvm_private.h
188
int _kvm_read_core_phdrs(kvm_t *, size_t *, GElf_Phdr **);
lib/libkvm/kvm_private.h
189
int _kvm_pt_init(kvm_t *, size_t, off_t, size_t, off_t, off_t, int);
lib/libkvm/kvm_private.h
192
u_long, u_long, vm_prot_t, size_t, unsigned int);
lib/libkvm/kvm_private.h
194
void * _kvm_pmap_get(kvm_t *, u_long, size_t);
lib/libkvm/kvm_proc.c
525
size_t size, osize;
lib/libkvm/kvm_proc.c
683
_kvm_realloc(kvm_t *kd, void *p, size_t n)
lib/libkvm/kvm_proc.c
701
size_t bufsz;
lib/libkvm/kvm_proc.c
750
if (errno != ENOMEM || bufsz != (size_t)buflen)
lib/libkvm/tests/kvm_read_test.c
63
size_t len = sizeof(sysctl_maxcpus);
lib/libmd/aarch64/sha1dispatch.c
11
extern void _libmd_sha1block_scalar(SHA1_CTX *, const void *, size_t);
lib/libmd/aarch64/sha1dispatch.c
12
extern void _libmd_sha1block_sha1(SHA1_CTX *, const void *, size_t);
lib/libmd/aarch64/sha1dispatch.c
14
DEFINE_IFUNC(, void, sha1_block, (SHA1_CTX *, const void *, size_t))
lib/libmd/amd64/md5dispatch.c
16
extern void _libmd_md5block_baseline(MD5_CTX *, const void *, size_t);
lib/libmd/amd64/md5dispatch.c
17
extern void _libmd_md5block_bmi1(MD5_CTX *, const void *, size_t);
lib/libmd/amd64/md5dispatch.c
18
extern void _libmd_md5block_avx512(MD5_CTX *, const void *, size_t);
lib/libmd/amd64/md5dispatch.c
20
DEFINE_UIFUNC(, void, _libmd_md5block, (MD5_CTX *, const void *, size_t))
lib/libmd/amd64/sha1dispatch.c
38
extern void _libmd_sha1block_scalar(SHA1_CTX *, const void *, size_t);
lib/libmd/amd64/sha1dispatch.c
39
extern void _libmd_sha1block_avx2(SHA1_CTX *, const void *, size_t);
lib/libmd/amd64/sha1dispatch.c
40
extern void _libmd_sha1block_shani(SHA1_CTX *, const void *, size_t);
lib/libmd/amd64/sha1dispatch.c
41
static void sha1block_avx2_wrapper(SHA1_CTX *, const void *, size_t);
lib/libmd/amd64/sha1dispatch.c
46
DEFINE_UIFUNC(, void, sha1_block, (SHA1_CTX *, const void *, size_t))
lib/libmd/amd64/sha1dispatch.c
57
sha1block_avx2_wrapper(SHA1_CTX *c, const void *data, size_t len)
lib/libmd/amd64/sha1dispatch.c
68
size_t safe_len = len - 128;
lib/libmd/ripemd.h
122
size_t len);
lib/libmd/rmd160c.c
100
void RIPEMD160_Update(RIPEMD160_CTX *c, const void *in, size_t len)
lib/libmd/sha.h
150
void SHA_Update(SHA_CTX *c, const void *data, size_t len);
lib/libmd/sha.h
160
void SHA1_Update(SHA_CTX *c, const void *data, size_t len);
lib/libmd/sha0c.c
114
void SHA_Update(SHA_CTX *c, const void *in, size_t len)
lib/libmd/sha1c.c
100
size_t n = len & ~(size_t)(SHA_CBLOCK - 1);
lib/libmd/sha1c.c
117
size_t t;
lib/libmd/sha1c.c
143
sha1_block(SHA1_CTX *c, const void *data, size_t len)
lib/libmd/sha1c.c
150
size_t i;
lib/libmd/sha1c.c
42
extern void sha1_block(SHA1_CTX *, const void *, size_t);
lib/libmd/sha1c.c
44
static void sha1_block(SHA1_CTX *, const void *, size_t);
lib/libmd/sha1c.c
72
SHA1_Update(SHA1_CTX *c, const void *data, size_t len)
lib/libmd/sha1c.c
83
size_t n = SHA_CBLOCK - c->num;
lib/libmemstat/memstat.h
121
size_t memstat_malloc_zone_get_count(void);
lib/libmemstat/memstat.h
122
size_t memstat_malloc_zone_get_size(size_t n);
lib/libmemstat/memstat.h
123
int memstat_malloc_zone_used(const struct memory_type *mtp, size_t n);
lib/libmemstat/memstat_malloc.c
247
kread(kvm_t *kvm, void *kvm_pointer, void *address, size_t size,
lib/libmemstat/memstat_malloc.c
248
size_t offset)
lib/libmemstat/memstat_malloc.c
256
if ((size_t)ret != size)
lib/libmemstat/memstat_malloc.c
272
if ((size_t)ret != sizeof(char))
lib/libmemstat/memstat_malloc.c
283
kread_symbol(kvm_t *kvm, int index, void *address, size_t size,
lib/libmemstat/memstat_malloc.c
284
size_t offset)
lib/libmemstat/memstat_malloc.c
291
if ((size_t)ret != size)
lib/libmemstat/memstat_malloc.c
297
kread_zpcpu(kvm_t *kvm, u_long base, void *buf, size_t size, int cpu)
lib/libmemstat/memstat_malloc.c
304
if ((size_t)ret != size)
lib/libmemstat/memstat_malloc.c
442
size_t size;
lib/libmemstat/memstat_malloc.c
517
size_t
lib/libmemstat/memstat_malloc.c
524
size_t
lib/libmemstat/memstat_malloc.c
525
memstat_malloc_zone_get_size(size_t n)
lib/libmemstat/memstat_malloc.c
536
memstat_malloc_zone_used(const struct memory_type *mtp, size_t n)
lib/libmemstat/memstat_malloc.c
85
size_t size;
lib/libmemstat/memstat_uma.c
255
kread(kvm_t *kvm, void *kvm_pointer, void *address, size_t size,
lib/libmemstat/memstat_uma.c
256
size_t offset)
lib/libmemstat/memstat_uma.c
264
if ((size_t)ret != size)
lib/libmemstat/memstat_uma.c
280
if ((size_t)ret != sizeof(char))
lib/libmemstat/memstat_uma.c
291
kread_symbol(kvm_t *kvm, int index, void *address, size_t size,
lib/libmemstat/memstat_uma.c
292
size_t offset)
lib/libmemstat/memstat_uma.c
299
if ((size_t)ret != size)
lib/libmemstat/memstat_uma.c
85
size_t size;
lib/libmixer/mixer.c
423
size_t size;
lib/libmixer/mixer.c
443
size_t size;
lib/libmixer/mixer.c
462
size_t size;
lib/libmixer/mixer.c
501
mixer_get_path(char *buf, size_t size, int unit)
lib/libmixer/mixer.c
503
size_t n;
lib/libmixer/mixer.h
118
int mixer_get_path(char *, size_t, int);
lib/libmp/mpasbn.c
292
size_t linelen;
lib/libmt/mtlib.c
708
size_t l = strlen(density_name);
lib/libmt/mtlib.c
723
size_t alloc_len = 32768;
lib/libmt/mtlib.h
57
size_t size;
lib/libnetbsd/efun.c
105
emalloc(size_t n)
lib/libnetbsd/efun.c
114
ecalloc(size_t n, size_t s)
lib/libnetbsd/efun.c
123
erealloc(void *p, size_t n)
lib/libnetbsd/efun.c
60
size_t
lib/libnetbsd/efun.c
61
estrlcpy(char *dst, const char *src, size_t len)
lib/libnetbsd/efun.c
63
size_t rv;
lib/libnetbsd/efun.c
73
size_t
lib/libnetbsd/efun.c
74
estrlcat(char *dst, const char *src, size_t len)
lib/libnetbsd/efun.c
76
size_t rv;
lib/libnetbsd/efun.c
96
estrndup(const char *s, size_t len)
lib/libnetbsd/sockaddr_snprintf.c
108
sockaddr_snprintf(char * const sbuf, const size_t len, const char * const fmt,
lib/libnetbsd/sockaddr_snprintf.c
116
size_t salen;
lib/libnetbsd/sockaddr_snprintf.c
60
debug_in(char *str, size_t len, const struct sockaddr_in *sin)
lib/libnetbsd/sockaddr_snprintf.c
69
debug_in6(char *str, size_t len, const struct sockaddr_in6 *sin6)
lib/libnetbsd/sockaddr_snprintf.c
84
debug_un(char *str, size_t len, const struct sockaddr_un *sun)
lib/libnetbsd/sockaddr_snprintf.c
93
debug_dl(char *str, size_t len, const struct sockaddr_dl *sdl)
lib/libnetbsd/stdlib.h
69
long long, long long, char *, size_t);
lib/libnetbsd/strsuftoll.c
108
long long min, long long max, char *ebuf, size_t ebuflen)
lib/libnetbsd/util.h
42
size_t estrlcpy(char *, const char *, size_t);
lib/libnetbsd/util.h
43
size_t estrlcat(char *, const char *, size_t);
lib/libnetbsd/util.h
45
char *estrndup(const char *, size_t);
lib/libnetbsd/util.h
46
void *emalloc(size_t);
lib/libnetbsd/util.h
47
void *ecalloc(size_t, size_t);
lib/libnetbsd/util.h
48
void *erealloc(void *, size_t);
lib/libnetbsd/util.h
55
int sockaddr_snprintf(char *, size_t, const char *,
lib/libnetgraph/msg.c
160
const struct ng_mesg *msg, const void *args, size_t arglen)
lib/libnetgraph/msg.c
178
const struct ng_mesg *hdr, const void *args, size_t arglen)
lib/libnetgraph/msg.c
261
NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path)
lib/libnetgraph/msg.c
317
NgRecvAsciiMsg(int cs, struct ng_mesg *reply, size_t replen, char *path)
lib/libnetgraph/msg.c
56
const struct ng_mesg *hdr, const void *args, size_t arglen);
lib/libnetgraph/msg.c
65
int cookie, int cmd, const void *args, size_t arglen)
lib/libnetgraph/netgraph.h
50
int NgSendMsg(int, const char *, int, int, const void *, size_t);
lib/libnetgraph/netgraph.h
53
const struct ng_mesg *, const void *, size_t);
lib/libnetgraph/netgraph.h
54
int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
lib/libnetgraph/netgraph.h
56
int NgRecvAsciiMsg(int, struct ng_mesg *, size_t, char *);
lib/libnetgraph/netgraph.h
58
int NgSendData(int, const char *, const u_char *, size_t);
lib/libnetgraph/netgraph.h
59
int NgRecvData(int, u_char *, size_t, char *);
lib/libnetgraph/sock.c
213
NgRecvData(int ds, u_char * buf, size_t len, char *hook)
lib/libnetgraph/sock.c
270
NgSendData(int ds, const char *hook, const u_char * buf, size_t len)
lib/libnetmap/libnetmap.h
246
int nmport_inject(struct nmport_d *d, const void *buf, size_t size);
lib/libnetmap/libnetmap.h
389
int nmport_extmem(struct nmport_d *d, void *base, size_t size);
lib/libnetmap/libnetmap.h
639
typedef void *(*nmctx_malloc_cb)(struct nmctx *,size_t);
lib/libnetmap/libnetmap.h
670
size_t size; /* memory region size */
lib/libnetmap/libnetmap.h
708
void *nmctx_malloc(struct nmctx *, size_t);
lib/libnetmap/nmctx.c
117
nmctx_malloc(struct nmctx *ctx, size_t sz)
lib/libnetmap/nmctx.c
53
nmctx_default_malloc(struct nmctx *ctx, size_t sz)
lib/libnetmap/nmport.c
127
nmport_extmem(struct nmport_d *d, void *base, size_t size)
lib/libnetmap/nmport.c
173
size_t size;
lib/libnetmap/nmport.c
872
nmport_inject(struct nmport_d *d, const void *buf, size_t size)
lib/libnetmap/nmport.c
881
size_t rem;
lib/libnetmap/nmreq.c
422
size_t vlen;
lib/libnetmap/nmreq.c
556
size_t len;
lib/libnetmap/nmreq.c
79
size_t len; /* its strlen() */
lib/libnv/msgio.c
223
fd_package_send(int sock, const int *fds, size_t nfds)
lib/libnv/msgio.c
272
fd_package_recv(int sock, int *fds, size_t nfds)
lib/libnv/msgio.c
363
fd_recv(int sock, int *fds, size_t nfds)
lib/libnv/msgio.c
395
fd_send(int sock, const int *fds, size_t nfds)
lib/libnv/msgio.c
421
buf_send(int sock, void *buf, size_t size)
lib/libnv/msgio.c
450
buf_recv(int sock, void *buf, size_t size, int flags)
lib/libnv/msgio.h
44
int fd_send(int sock, const int *fds, size_t nfds);
lib/libnv/msgio.h
45
int fd_recv(int sock, int *fds, size_t nfds);
lib/libnv/msgio.h
47
int buf_send(int sock, void *buf, size_t size);
lib/libnv/msgio.h
48
int buf_recv(int sock, void *buf, size_t size, int flags);
lib/libnv/tests/cnv_tests.cc
1235
size_t in_size;
lib/libnv/tests/cnv_tests.cc
253
size_t in_size, out_size;
lib/libnv/tests/cnv_tests.cc
297
size_t nitems;
lib/libnv/tests/cnv_tests.cc
339
size_t nitems;
lib/libnv/tests/cnv_tests.cc
381
size_t nitems;
lib/libnv/tests/cnv_tests.cc
424
size_t nitems;
lib/libnv/tests/cnv_tests.cc
500
size_t count, i, nitems;
lib/libnv/tests/cnv_tests.cc
758
size_t nitems;
lib/libnv/tests/cnv_tests.cc
810
size_t nitems;
lib/libnv/tests/cnv_tests.cc
862
size_t nitems;
lib/libnv/tests/cnv_tests.cc
911
size_t num_items;
lib/libnv/tests/cnv_tests.cc
995
size_t in_size, out_size;
lib/libnv/tests/dnv_tests.cc
197
set_const_binary_value(const void *&value, size_t &size, const char *str)
lib/libnv/tests/dnv_tests.cc
210
size_t value_size, actual_size;
lib/libnv/tests/dnv_tests.cc
231
size_t default_size, actual_size;
lib/libnv/tests/dnv_tests.cc
468
set_binary_value(void *&value, size_t &size, const char *str)
lib/libnv/tests/dnv_tests.cc
481
size_t value_size, default_size, actual_size;
lib/libnv/tests/dnv_tests.cc
507
size_t default_size, actual_size;
lib/libnv/tests/dnv_tests.cc
527
size_t default_size, actual_size;
lib/libnv/tests/nv_array_tests.cc
1060
size_t packed_size, count;
lib/libnv/tests/nv_array_tests.cc
1103
size_t num_items, packed_size;
lib/libnv/tests/nv_array_tests.cc
1171
size_t packed_size, page_size;
lib/libnv/tests/nv_array_tests.cc
1197
for (size_t i = 0; i < packed_size - 3; i++) {
lib/libnv/tests/nv_array_tests.cc
154
size_t num_items;
lib/libnv/tests/nv_array_tests.cc
212
size_t num_items;
lib/libnv/tests/nv_array_tests.cc
258
size_t num_items;
lib/libnv/tests/nv_array_tests.cc
338
size_t i, num_items;
lib/libnv/tests/nv_array_tests.cc
459
size_t num_items, count;
lib/libnv/tests/nv_array_tests.cc
496
size_t num_items, count;
lib/libnv/tests/nv_array_tests.cc
51
size_t num_items;
lib/libnv/tests/nv_array_tests.cc
539
size_t num_items, count;
lib/libnv/tests/nv_array_tests.cc
589
size_t num_items, count;
lib/libnv/tests/nv_array_tests.cc
626
size_t num_items, count;
lib/libnv/tests/nv_array_tests.cc
910
size_t packed_size, count;
lib/libnv/tests/nv_array_tests.cc
954
size_t packed_size, count;
lib/libnv/tests/nv_array_tests.cc
96
size_t num_items;
lib/libnv/tests/nv_array_tests.cc
996
size_t num_items;
lib/libnv/tests/nv_tests.cc
260
size_t value_size, ret_size;
lib/libnv/tests/nv_tests.cc
434
size_t packed_size;
lib/libnv/tests/nv_tests.cc
457
size_t packed_size;
lib/libnv/tests/nv_tests.cc
520
const void * value, size_t size)
lib/libnv/tests/nv_tests.cc
523
size_t actual_size;
lib/libnv/tests/nv_tests.cc
541
size_t binsize, packed_size;
lib/libnv/tests/nv_tests.cc
609
size_t size;
lib/libnv/tests/nv_tests.cc
628
size_t size, keylen;
lib/libnv/tests/nv_tests.cc
734
size_t size, actual_size;
lib/libnv/tests/nv_tests.cc
971
size_t testsize, actual_size;
lib/libnv/tests/nv_tests.cc
998
size_t testsize, othersize, actual_size;
lib/libnv/tests/nvlist_append_test.c
53
size_t nitems;
lib/libnv/tests/nvlist_get_test.c
53
size_t size;
lib/libnv/tests/nvlist_move_test.c
53
size_t size;
lib/libnv/tests/nvlist_send_recv_test.c
103
size_t size;
lib/libnv/tests/nvlist_send_recv_test.c
382
size_t len;
lib/libnv/tests/nvlist_send_recv_test.c
482
size_t len;
lib/libnv/tests/nvlist_send_recv_test.c
551
size_t packed_size;
lib/libnv/tests/nvlist_send_recv_test.c
614
size_t packed_size;
lib/libnv/tests/nvlist_send_recv_test.c
670
size_t packed_size;
lib/libnvmf/internal.h
105
size_t nc_data_len;
lib/libnvmf/internal.h
41
size_t (*capsule_data_len)(const struct nvmf_capsule *nc);
lib/libnvmf/internal.h
43
uint32_t data_offset, void *buf, size_t len);
lib/libnvmf/internal.h
45
const void *buf, size_t len);
lib/libnvmf/libnvmf.h
107
void *buf, size_t len, bool send);
lib/libnvmf/libnvmf.h
138
size_t nvmf_capsule_data_len(const struct nvmf_capsule *cc);
lib/libnvmf/libnvmf.h
148
uint32_t data_offset, void *buf, size_t len);
lib/libnvmf/libnvmf.h
158
const void *buf, size_t len);
lib/libnvmf/libnvmf.h
225
void nvmf_controller_serial(char *buf, size_t len, u_long hostid);
lib/libnvmf/nvmf_controller.c
22
size_t len;
lib/libnvmf/nvmf_host.c
451
size_t len;
lib/libnvmf/nvmf_host.c
476
size_t len;
lib/libnvmf/nvmf_host.c
588
size_t len)
lib/libnvmf/nvmf_host.c
592
size_t numd;
lib/libnvmf/nvmf_host.c
648
size_t payload_len;
lib/libnvmf/nvmf_tcp.c
1312
static size_t
lib/libnvmf/nvmf_tcp.c
1338
void *buf, size_t len)
lib/libnvmf/nvmf_tcp.c
1370
void *buf, size_t len)
lib/libnvmf/nvmf_tcp.c
1382
void *buf, size_t len)
lib/libnvmf/nvmf_tcp.c
1386
size_t data_len;
lib/libnvmf/nvmf_tcp.c
1405
uint32_t data_offset, const void *buf, size_t len, bool last_pdu,
lib/libnvmf/nvmf_tcp.c
1426
size_t len)
lib/libnvmf/nvmf_tcp.c
1432
size_t todo;
lib/libnvmf/nvmf_tcp.c
151
nvmf_tcp_write_pdu(struct nvmf_tcp_qpair *qp, const void *pdu, size_t len)
lib/libnvmf/nvmf_tcp.c
169
u_int iovcnt, size_t len)
lib/libnvmf/nvmf_tcp.c
182
while (iov->iov_len <= (size_t)nwritten) {
lib/libnvmf/nvmf_tcp.c
195
uint16_t fes, uint32_t fei, const void *rx_pdu, size_t pdu_len, u_int hlen)
lib/libnvmf/nvmf_tcp.c
226
size_t pdu_len)
lib/libnvmf/nvmf_tcp.c
290
nvmf_tcp_read_buffer(int s, void *buf, size_t len)
lib/libnvmf/nvmf_tcp.c
31
size_t data_len;
lib/libnvmf/nvmf_tcp.c
32
size_t data_xfered;
lib/libnvmf/nvmf_tcp.c
425
nvmf_tcp_construct_pdu(struct nvmf_tcp_qpair *qp, void *hdr, size_t hlen,
lib/libnvmf/nvmf_tcp.c
660
uint32_t data_offset, void *buf, size_t len, bool last_pdu)
lib/libnvmf/nvmf_tcp.c
679
uint32_t data_offset, void *buf, size_t len, bool last_pdu)
lib/libnvmf/nvmf_tcp.c
685
size_t todo;
lib/libnvmf/nvmf_tcp.c
788
const struct nvme_tcp_common_pdu_hdr *ch, size_t pdu_len)
lib/libnvmf/nvmf_tcp.c
89
compute_digest(const void *buf, size_t len)
lib/libnvmf/nvmf_tcp.c
96
uint32_t data_offset, size_t data_len, uint16_t cid, uint16_t ttag,
lib/libnvmf/nvmf_transport.c
159
nvmf_capsule_append_data(struct nvmf_capsule *nc, void *buf, size_t len,
lib/libnvmf/nvmf_transport.c
216
size_t
lib/libnvmf/nvmf_transport.c
224
uint32_t data_offset, void *buf, size_t len)
lib/libnvmf/nvmf_transport.c
232
size_t len)
lib/libomp/omp-tools.h
1005
size_t bytes,
lib/libomp/omp-tools.h
1026
size_t bytes,
lib/libomp/omp-tools.h
1038
size_t bytes,
lib/libomp/omp-tools.h
1049
size_t bytes;
lib/libomp/omp-tools.h
1087
size_t *bytes,
lib/libomp/omp-tools.h
1097
size_t *bytes,
lib/libomp/omp-tools.h
1107
size_t *bytes;
lib/libomp/omp-tools.h
1147
const char *message, size_t length,
lib/libomp/omp-tools.h
1154
size_t length;
lib/libomp/omp-tools.h
559
size_t *bytes
lib/libomp/omp-tools.h
565
size_t bytes,
lib/libomp/omp-tools.h
668
size_t *size,
lib/libomp/omp-tools.h
729
size_t size,
lib/libomp/omp.h
143
extern void* __KAI_KMPC_CONVENTION omp_target_alloc(size_t, int);
lib/libomp/omp.h
146
extern int __KAI_KMPC_CONVENTION omp_target_memcpy(void *, const void *, size_t, size_t, size_t, int, int);
lib/libomp/omp.h
147
extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect(void *, const void *, size_t, int, const size_t *,
lib/libomp/omp.h
148
const size_t *, const size_t *, const size_t *, const size_t *, int, int);
lib/libomp/omp.h
149
extern int __KAI_KMPC_CONVENTION omp_target_associate_ptr(const void *, const void *, size_t, size_t, int);
lib/libomp/omp.h
234
extern int __KAI_KMPC_CONVENTION omp_target_memcpy_async(void *, const void *, size_t, size_t, size_t, int,
lib/libomp/omp.h
239
extern int __KAI_KMPC_CONVENTION omp_target_memcpy_rect_async(void *, const void *, size_t, int, const size_t *,
lib/libomp/omp.h
240
const size_t *, const size_t *, const size_t *, const size_t *, int, int,
lib/libomp/omp.h
244
extern void * __KAI_KMPC_CONVENTION omp_target_memset(void *, int, size_t, int);
lib/libomp/omp.h
245
extern void * __KAI_KMPC_CONVENTION omp_target_memset_async(void *, int, size_t, int, int, omp_depend_t *);
lib/libomp/omp.h
251
extern int __KAI_KMPC_CONVENTION omp_target_is_accessible(const void *, size_t, int);
lib/libomp/omp.h
256
extern size_t __KAI_KMPC_CONVENTION kmp_get_stacksize_s (void);
lib/libomp/omp.h
257
extern void __KAI_KMPC_CONVENTION kmp_set_stacksize_s (size_t);
lib/libomp/omp.h
299
extern void * __KAI_KMPC_CONVENTION kmp_malloc (size_t);
lib/libomp/omp.h
300
extern void * __KAI_KMPC_CONVENTION kmp_aligned_malloc (size_t, size_t);
lib/libomp/omp.h
301
extern void * __KAI_KMPC_CONVENTION kmp_calloc (size_t, size_t);
lib/libomp/omp.h
302
extern void * __KAI_KMPC_CONVENTION kmp_realloc (void *, size_t);
lib/libomp/omp.h
437
extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a = omp_null_allocator);
lib/libomp/omp.h
438
extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size,
lib/libomp/omp.h
440
extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size,
lib/libomp/omp.h
442
extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size,
lib/libomp/omp.h
444
extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size,
lib/libomp/omp.h
449
extern void *__KAI_KMPC_CONVENTION omp_alloc(size_t size, omp_allocator_handle_t a);
lib/libomp/omp.h
450
extern void *__KAI_KMPC_CONVENTION omp_aligned_alloc(size_t align, size_t size,
lib/libomp/omp.h
452
extern void *__KAI_KMPC_CONVENTION omp_calloc(size_t nmemb, size_t size, omp_allocator_handle_t a);
lib/libomp/omp.h
453
extern void *__KAI_KMPC_CONVENTION omp_aligned_calloc(size_t align, size_t nmemb, size_t size,
lib/libomp/omp.h
455
extern void *__KAI_KMPC_CONVENTION omp_realloc(void *ptr, size_t size, omp_allocator_handle_t allocator,
lib/libomp/omp.h
462
extern size_t __KAI_KMPC_CONVENTION omp_get_affinity_format(char *, size_t);
lib/libomp/omp.h
464
extern size_t __KAI_KMPC_CONVENTION omp_capture_affinity(char *, size_t, char const *);
lib/libopenbsd/getdtablecount.c
43
size_t len;
lib/libopenbsd/imsg-buffer.c
103
ibuf_reserve(struct ibuf *buf, size_t len)
lib/libopenbsd/imsg-buffer.c
117
ibuf_seek(struct ibuf *buf, size_t pos, size_t len)
lib/libopenbsd/imsg-buffer.c
126
size_t
lib/libopenbsd/imsg-buffer.c
132
size_t
lib/libopenbsd/imsg-buffer.c
196
msgbuf_drain(struct msgbuf *msgbuf, size_t n)
lib/libopenbsd/imsg-buffer.c
32
int ibuf_realloc(struct ibuf *, size_t);
lib/libopenbsd/imsg-buffer.c
37
ibuf_open(size_t len)
lib/libopenbsd/imsg-buffer.c
54
ibuf_dynamic(size_t len, size_t max)
lib/libopenbsd/imsg-buffer.c
71
ibuf_realloc(struct ibuf *buf, size_t len)
lib/libopenbsd/imsg-buffer.c
91
ibuf_add(struct ibuf *buf, const void *data, size_t len)
lib/libopenbsd/imsg.c
126
size_t av, left, datalen;
lib/libopenbsd/imsg.h
31
size_t size;
lib/libopenbsd/imsg.h
32
size_t max;
lib/libopenbsd/imsg.h
33
size_t wpos;
lib/libopenbsd/imsg.h
34
size_t rpos;
lib/libopenbsd/imsg.h
47
size_t wpos;
lib/libopenbsd/imsg.h
81
struct ibuf *ibuf_open(size_t);
lib/libopenbsd/imsg.h
82
struct ibuf *ibuf_dynamic(size_t, size_t);
lib/libopenbsd/imsg.h
83
int ibuf_add(struct ibuf *, const void *, size_t);
lib/libopenbsd/imsg.h
84
void *ibuf_reserve(struct ibuf *, size_t);
lib/libopenbsd/imsg.h
85
void *ibuf_seek(struct ibuf *, size_t, size_t);
lib/libopenbsd/imsg.h
86
size_t ibuf_size(struct ibuf *);
lib/libopenbsd/imsg.h
87
size_t ibuf_left(struct ibuf *);
lib/libopenbsd/imsg.h
94
void msgbuf_drain(struct msgbuf *, size_t);
lib/libopenbsd/ohash.c
271
ohash_lookup_memory(struct ohash *h, const char *k, size_t size, uint32_t hv)
lib/libopenbsd/ohash.c
74
size_t ns;
lib/libopenbsd/ohash.h
32
void *(*calloc)(size_t, size_t, void *);
lib/libopenbsd/ohash.h
34
void *(*alloc)(size_t, void *);
lib/libopenbsd/ohash.h
61
size_t, uint32_t);
lib/libpam/modules/pam_echo/pam_echo.c
54
size_t len;
lib/libpam/modules/pam_exec/pam_exec.c
175
size_t authtok_size;
lib/libpam/modules/pam_ftpusers/pam_ftpusers.c
62
size_t len, ulen;
lib/libpam/modules/pam_guest/pam_guest.c
52
size_t len;
lib/libpam/modules/pam_login_access/login_access.c
213
size_t stringlen;
lib/libpam/modules/pam_radius/pam_radius.c
148
size_t attrlen;
lib/libpam/modules/pam_radius/pam_radius.c
186
size_t attrlen;
lib/libpam/modules/pam_radius/pam_radius.c
220
size_t attrlen;
lib/libpam/modules/pam_radius/pam_radius.c
222
size_t statelen;
lib/libpam/modules/pam_radius/pam_radius.c
68
const void *, size_t);
lib/libpam/modules/pam_radius/pam_radius.c
80
const char *rhost, const void *state, size_t state_len)
lib/libpam/modules/pam_ssh/pam_ssh.c
241
size_t len;
lib/libpam/modules/pam_tacplus/pam_tacplus.c
156
size_t msg_len;
lib/libpathconv/abs2rel.c
41
abs2rel(const char *path, const char *base, char *result, const size_t size)
lib/libpathconv/pathconv.h
28
char * rel2abs(const char *path, const char *base, char *result, const size_t size);
lib/libpathconv/pathconv.h
29
char * abs2rel(const char *path, const char *base, char *result, const size_t size);
lib/libpathconv/rel2abs.c
41
rel2abs(const char *path, const char *base, char *result, const size_t size)
lib/libpathconv/rel2abs.c
49
size_t length;
lib/libpfctl/libpfctl.c
1024
size_t labelcount, size;
lib/libpfctl/libpfctl.c
144
pfctl_do_ioctl(int dev, uint cmd, size_t size, nvlist_t **nvl)
lib/libpfctl/libpfctl.c
148
size_t nvlen;
lib/libpfctl/libpfctl.c
1837
pfctl_get_creators_nl(struct snl_state *ss, uint32_t *creators, size_t *len)
lib/libpfctl/libpfctl.c
1841
size_t i = 0;
lib/libpfctl/libpfctl.c
1879
pfctl_get_creatorids(struct pfctl_handle *h, uint32_t *creators, size_t *len)
lib/libpfctl/libpfctl.c
1900
size_t maxlen = NLA_DATA_LEN(nla);
lib/libpfctl/libpfctl.c
195
pf_nvuint_8_array(const nvlist_t *nvl, const char *name, size_t maxelems,
lib/libpfctl/libpfctl.c
196
uint8_t *numbers, size_t *nelems)
lib/libpfctl/libpfctl.c
199
size_t elems;
lib/libpfctl/libpfctl.c
204
for (size_t i = 0; i < elems; i++)
lib/libpfctl/libpfctl.c
212
pf_nvuint_16_array(const nvlist_t *nvl, const char *name, size_t maxelems,
lib/libpfctl/libpfctl.c
213
uint16_t *numbers, size_t *nelems)
lib/libpfctl/libpfctl.c
216
size_t elems;
lib/libpfctl/libpfctl.c
221
for (size_t i = 0; i < elems; i++)
lib/libpfctl/libpfctl.c
229
pf_nvuint_32_array(const nvlist_t *nvl, const char *name, size_t maxelems,
lib/libpfctl/libpfctl.c
230
uint32_t *numbers, size_t *nelems)
lib/libpfctl/libpfctl.c
233
size_t elems;
lib/libpfctl/libpfctl.c
237
for (size_t i = 0; i < elems && i < maxelems; i++)
lib/libpfctl/libpfctl.c
245
pf_nvuint_64_array(const nvlist_t *nvl, const char *name, size_t maxelems,
lib/libpfctl/libpfctl.c
246
uint64_t *numbers, size_t *nelems)
lib/libpfctl/libpfctl.c
249
size_t elems;
lib/libpfctl/libpfctl.c
254
for (size_t i = 0; i < elems; i++)
lib/libpfctl/libpfctl.c
273
size_t id_len, counter_len, names_len;
lib/libpfctl/libpfctl.c
2752
size_t max;
lib/libpfctl/libpfctl.c
2754
size_t count;
lib/libpfctl/libpfctl.c
2755
size_t total_count;
lib/libpfctl/libpfctl.c
283
for (size_t i = 0; i < id_len; i++) {
lib/libpfctl/libpfctl.c
334
size_t count;
lib/libpfctl/libpfctl.c
335
size_t max;
lib/libpfctl/libpfctl.c
3585
.max = (size_t)arg,
lib/libpfctl/libpfctl.c
3596
for (size_t i = 0; i < a.count; i++)
lib/libpfctl/libpfctl.c
368
.max = (size_t)arg,
lib/libpfctl/libpfctl.c
3764
size_t max;
lib/libpfctl/libpfctl.c
3765
size_t count;
lib/libpfctl/libpfctl.c
452
size_t len;
lib/libpfctl/libpfctl.c
590
size_t len;
lib/libpfctl/libpfctl.c
678
size_t len;
lib/libpfctl/libpfctl.c
714
size_t skipcount, labelcount;
lib/libpfctl/libpfctl.c
729
for (size_t i = 0; i < labelcount; i++)
lib/libpfctl/libpfctl.c
824
size_t len;
lib/libpfctl/libpfctl.c
861
size_t labelcount, i;
lib/libpfctl/libpfctl.h
499
int pfctl_get_creatorids(struct pfctl_handle *h, uint32_t *creators, size_t *len);
lib/libpjdlog/pjdlog.c
104
size_t n, int *argt)
lib/libpjdlog/pjdlog.c
508
vsnprlcat(char *str, size_t size, const char *fmt, va_list ap)
lib/libpjdlog/pjdlog.c
510
size_t len;
lib/libpjdlog/pjdlog.c
518
snprlcat(char *str, size_t size, const char *fmt, ...)
lib/libpjdlog/pjdlog.c
535
size_t logs;
lib/libpjdlog/pjdlog.c
625
if (robust_send(pjdlog_sock, log, (size_t)dlen + 2) == -1) /* +2 for size */
lib/libpjdlog/pjdlog.c
78
size_t n, int *argt)
lib/libpjdlog/pjdlog.c
795
if (robust_recv(sock, log, (size_t)dlen) == -1)
lib/libpmc/libpmc.c
108
size_t pm_evc_name_size;
lib/libpmc/libpmc.c
111
size_t pm_evc_event_table_size;
lib/libpmc/libpmc.c
1122
size_t n;
lib/libpmc/libpmc.c
1142
size_t n;
lib/libpmc/libpmc.c
1737
size_t n;
lib/libpmc/libpmc.c
1750
size_t n;
lib/libpmc/libpmc_pmu_util.c
108
size_t s = sizeof(buf);
lib/libpmc/libpmc_pmu_util.c
128
size_t s = sizeof(buf);
lib/libpmc/libpmc_pmu_util.c
253
size_t s = sizeof(buf);
lib/libpmc/pmclog.h
171
size_t pl_count; /* count of records so far */
lib/libpmc/pmclog.h
219
size_t ps_len; /* length of buffered data */
lib/libpmc/pmu-events/jevents.c
556
size_t size;
lib/libpmc/pmu-events/jevents.c
950
size_t len = strlen(fname), len2 = strlen("/sys");
lib/libpmc/pmu-events/jsmn.c
119
size_t len,
lib/libpmc/pmu-events/jsmn.c
120
jsmntok_t *tokens, size_t num_tokens)
lib/libpmc/pmu-events/jsmn.c
175
jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js, size_t len,
lib/libpmc/pmu-events/jsmn.c
34
jsmntok_t *tokens, size_t num_tokens)
lib/libpmc/pmu-events/jsmn.c
62
size_t len,
lib/libpmc/pmu-events/jsmn.c
63
jsmntok_t *tokens, size_t num_tokens)
lib/libpmc/pmu-events/jsmn.h
63
size_t len,
lib/libpmc/pmu-events/json.c
115
void free_json(char *map, size_t size, jsmntok_t *tokens)
lib/libpmc/pmu-events/json.c
44
static char *mapfile(const char *fn, size_t *size)
lib/libpmc/pmu-events/json.c
73
static void unmapfile(char *map, size_t size)
lib/libpmc/pmu-events/json.c
83
jsmntok_t *parse_json(const char *fn, char **map, size_t *size, int *len)
lib/libpmc/pmu-events/json.h
6
jsmntok_t *parse_json(const char *fn, char **map, size_t *size, int *len);
lib/libpmc/pmu-events/json.h
7
void free_json(char *map, size_t size, jsmntok_t *tokens);
lib/libpmcstat/libpmcstat.h
191
size_t pi_symcount;
lib/libpmcstat/libpmcstat_image.c
190
size_t kernbase_len;
lib/libpmcstat/libpmcstat_image.c
311
size_t i, nph, nsh;
lib/libpmcstat/libpmcstat_image.c
64
size_t n, newsyms, nshsyms, nfuncsyms;
lib/libpmcstat/libpmcstat_logging.c
429
size_t hlen;
lib/libpmcstat/libpmcstat_symbol.c
64
size_t i;
lib/libproc/_libproc.h
73
size_t maparrsz; /* Map array size. */
lib/libproc/_libproc.h
74
size_t nmappings; /* Number of mappings. */
lib/libproc/_libproc.h
75
size_t exec_map; /* Executable text mapping index. */
lib/libproc/libproc.h
133
char *proc_objname(struct proc_handle *, uintptr_t, char *, size_t);
lib/libproc/libproc.h
137
int proc_addr2sym(struct proc_handle *, uintptr_t, char *, size_t, GElf_Sym *);
lib/libproc/libproc.h
153
char * proc_signame(int, char *, size_t);
lib/libproc/libproc.h
154
int proc_read(struct proc_handle *, void *, size_t, size_t);
lib/libproc/libproc.h
64
size_t pr_size; /* Mapping size in bytes */
lib/libproc/libproc.h
65
size_t pr_offset; /* Mapping offset in object */
lib/libproc/proc_create.c
242
size_t i;
lib/libproc/proc_rtld.c
48
size_t i;
lib/libproc/proc_sym.c
209
size_t n;
lib/libproc/proc_sym.c
246
size_t ndx;
lib/libproc/proc_sym.c
370
size_t objnamesz)
lib/libproc/proc_sym.c
373
size_t i;
lib/libproc/proc_sym.c
394
size_t i;
lib/libproc/proc_sym.c
426
size_t i;
lib/libproc/proc_sym.c
498
size_t namesz, GElf_Sym *symcopy)
lib/libproc/proc_sym.c
540
size_t i, len;
lib/libproc/proc_sym.c
64
extern char *__cxa_demangle(const char *, char *, size_t *, int *);
lib/libproc/proc_sym.c
81
demangle(const char *symbol, char *buf, size_t len)
lib/libproc/proc_util.c
182
proc_signame(int sig, char *name, size_t namesz)
lib/libproc/proc_util.c
195
proc_read(struct proc_handle *phdl, void *buf, size_t size, size_t addr)
lib/libproc/tests/proc_test.c
108
size_t namesz;
lib/libprocstat/common_kvm.c
65
kvm_read_all(kvm_t *kd, unsigned long addr, void *buf, size_t nbytes)
lib/libprocstat/common_kvm.h
35
size_t nbytes);
lib/libprocstat/core.c
119
static bool core_read(struct procstat_core *core, void *buf, size_t len);
lib/libprocstat/core.c
121
size_t len, vm_offset_t addr, bool readall);
lib/libprocstat/core.c
123
enum psc_type type, void *buf, size_t *lenp);
lib/libprocstat/core.c
132
size_t nph;
lib/libprocstat/core.c
210
size_t *lenp)
lib/libprocstat/core.c
216
size_t len, curlen;
lib/libprocstat/core.c
321
core_read(struct procstat_core *core, void *buf, size_t len)
lib/libprocstat/core.c
340
core_read_mem(struct procstat_core *core, void *buf, size_t len,
lib/libprocstat/core.c
381
void *args, size_t *lenp)
lib/libprocstat/core.c
387
size_t chunksz, done, len, nchr, size;
lib/libprocstat/core.h
54
void * buf, size_t *lenp);
lib/libprocstat/libprocstat.c
116
size_t nchr, int env);
lib/libprocstat/libprocstat.c
165
char *pathname, size_t maxlen);
lib/libprocstat/libprocstat.c
167
size_t maxlen);
lib/libprocstat/libprocstat.c
1716
size_t bufsize;
lib/libprocstat/libprocstat.c
1718
size_t argc;
lib/libprocstat/libprocstat.c
1722
argvec_alloc(size_t bufsize)
lib/libprocstat/libprocstat.c
1755
getargv(struct procstat *procstat, struct kinfo_proc *kp, size_t nchr, int env)
lib/libprocstat/libprocstat.c
1760
size_t len;
lib/libprocstat/libprocstat.c
1843
procstat_getargv(struct procstat *procstat, struct kinfo_proc *p, size_t nchr)
lib/libprocstat/libprocstat.c
1866
procstat_getenvv(struct procstat *procstat, struct kinfo_proc *p, size_t nchr)
lib/libprocstat/libprocstat.c
1888
size_t len;
lib/libprocstat/libprocstat.c
1975
size_t len;
lib/libprocstat/libprocstat.c
2017
size_t len;
lib/libprocstat/libprocstat.c
2042
size_t len;
lib/libprocstat/libprocstat.c
2099
size_t len;
lib/libprocstat/libprocstat.c
2115
size_t len;
lib/libprocstat/libprocstat.c
2178
size_t len;
lib/libprocstat/libprocstat.c
2200
size_t len;
lib/libprocstat/libprocstat.c
2239
procstat_getpathname_sysctl(pid_t pid, char *pathname, size_t maxlen)
lib/libprocstat/libprocstat.c
2242
size_t len;
lib/libprocstat/libprocstat.c
2259
size_t maxlen)
lib/libprocstat/libprocstat.c
2281
char *pathname, size_t maxlen)
lib/libprocstat/libprocstat.c
2322
size_t len;
lib/libprocstat/libprocstat.c
2338
size_t len;
lib/libprocstat/libprocstat.c
2381
size_t len, i;
lib/libprocstat/libprocstat.c
2404
size_t len;
lib/libprocstat/libprocstat.c
2461
size_t len;
lib/libprocstat/libprocstat.c
2491
size_t len;
lib/libprocstat/libprocstat.c
2531
size_t len;
lib/libprocstat/libprocstat.c
2578
size_t len;
lib/libprocstat/libprocstat.c
258
size_t len, olen;
lib/libprocstat/libprocstat.c
2649
size_t buf_len;
lib/libprocstat/libprocstat.c
2680
if (sizeof(*kl) < (size_t)kl->kl_structsize) {
lib/libprocstat/libprocstat.c
2780
size_t len;
lib/libprocstat/libprocstat.c
2835
size_t len;
lib/libprocstat/libprocstat.c
2874
size_t len, kqn;
lib/libprocstat/libprocstat.c
473
size_t fdt_size;
lib/libprocstat/libprocstat.c
800
size_t len;
lib/libprocstat/libprocstat.h
146
size_t buffer_cnt;
lib/libprocstat/libprocstat.h
240
size_t nchr);
lib/libprocstat/libprocstat.h
248
size_t nchr);
lib/libprocstat/libprocstat.h
256
char *pathname, size_t maxlen);
lib/libprocstat/zfs.c
59
size_t len;
lib/libprocstat/zfs.c
73
if ((size_t)size != sizeof(znode_t))
lib/libprocstat/zfs.c
76
if ((size_t)size < offsetof(znode_t, z_id) + sizeof(znode->z_id) ||
lib/libprocstat/zfs.c
77
(size_t)size < offsetof(znode_t, z_mode) + sizeof(znode->z_mode) ||
lib/libprocstat/zfs.c
78
(size_t)size < offsetof(znode_t, z_size) + sizeof(znode->z_size)) {
lib/libprocstat/zfs.c
89
if (!kvm_read_all(kd, (unsigned long)kznodeptr, znode, (size_t)size)) {
lib/libradius/radlib.c
1146
rad_put_attr(struct rad_handle *h, int type, const void *value, size_t len)
lib/libradius/radlib.c
1303
split(char *str, char *fields[], int maxfields, char *msg, size_t msglen)
lib/libradius/radlib.c
1367
rad_get_vendor_attr(u_int32_t *vendor, const void **data, size_t *len)
lib/libradius/radlib.c
1398
const void *value, size_t len)
lib/libradius/radlib.c
1446
rad_request_authenticator(struct rad_handle *h, char *buf, size_t len)
lib/libradius/radlib.c
1457
rad_demangle(struct rad_handle *h, const void *mangled, size_t mlen)
lib/libradius/radlib.c
1512
size_t mlen, size_t *len)
lib/libradius/radlib.c
363
put_password_attr(struct rad_handle *h, int type, const void *value, size_t len)
lib/libradius/radlib.c
393
put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len)
lib/libradius/radlib.c
70
const void *, size_t);
lib/libradius/radlib.c
72
const void *, size_t);
lib/libradius/radlib.c
73
static int split(char *, char *[], int, char *, size_t);
lib/libradius/radlib.c
940
rad_cvt_string(const void *data, size_t len)
lib/libradius/radlib.c
957
rad_get_attr(struct rad_handle *h, const void **value, size_t *lenp)
lib/libradius/radlib.h
211
char *rad_cvt_string(const void *, size_t);
lib/libradius/radlib.h
213
size_t *);
lib/libradius/radlib.h
220
const void *, size_t);
lib/libradius/radlib.h
226
size_t);
lib/libradius/radlib.h
234
size_t);
lib/libradius/radlib_vs.h
74
int rad_get_vendor_attr(u_int32_t *, const void **, size_t *);
lib/libradius/radlib_vs.h
78
size_t);
lib/libradius/radlib_vs.h
81
u_char *rad_demangle_mppe_key(struct rad_handle *, const void *, size_t,
lib/libradius/radlib_vs.h
82
size_t *);
lib/librpcsec_gss/rpcsec_gss.c
564
__rpc_gss_wrap(AUTH *auth, void *header, size_t headerlen,
lib/librpcsec_gss/svc_rpcsec_gss.c
145
static size_t svc_rpc_gss_client_count;
lib/librpcsec_gss/svc_rpcsec_gss.c
236
size_t namelen;
lib/librpcsec_gss/svc_rpcsec_gss.c
494
size_t string_length;
lib/librpcsec_gss/svc_rpcsec_gss.c
495
size_t i;
lib/librpcsec_gss/svc_rpcsec_gss.c
512
if ( (size_t) (numshift+7) < (sizeof(unsigned long)*8)) {
lib/librss/librss.c
111
size_t rlen;
lib/librss/librss.c
93
size_t rlen;
lib/librt/mq.c
180
__mq_timedreceive(mqd_t mqd, char *buf, size_t len,
lib/librt/mq.c
188
__mq_timedreceive_cancel(mqd_t mqd, char *buf, size_t len,
lib/librt/mq.c
200
__mq_receive(mqd_t mqd, char *buf, size_t len, unsigned *prio)
lib/librt/mq.c
207
__mq_receive_cancel(mqd_t mqd, char *buf, size_t len, unsigned *prio)
lib/librt/mq.c
217
__mq_timedsend(mqd_t mqd, char *buf, size_t len,
lib/librt/mq.c
225
__mq_timedsend_cancel(mqd_t mqd, char *buf, size_t len,
lib/librt/mq.c
237
__mq_send(mqd_t mqd, char *buf, size_t len, unsigned prio)
lib/librt/mq.c
245
__mq_send_cancel(mqd_t mqd, char *buf, size_t len, unsigned prio)
lib/librt/sigev_thread.c
77
size_t u;
lib/librtld_db/rtld_db.c
250
rd_objpad_enable(rd_agent_t *rdap, size_t padsize)
lib/librtld_db/rtld_db.h
146
rd_err_e rd_objpad_enable(rd_agent_t *, size_t);
lib/libsbuf/tests/sbuf_core_test.c
195
size_t test_string_chopped_len, test_string_len;
lib/libsbuf/tests/sbuf_stdio_test.c
91
size_t cnt = 0;
lib/libsbuf/tests/sbuf_string_test.c
134
check_buffers_equal(sbuf_data(sb), test_buffer, (size_t)test_sbuf_len);
lib/libsbuf/tests/sbuf_string_test.c
218
size_t i;
lib/libsbuf/tests/sbuf_string_test.c
50
check_buffers_equal(const void *sb_buf, const void *test_buf, size_t len)
lib/libsbuf/tests/sbuf_string_test.c
98
(size_t)test_sbuf_len);
lib/libsecureboot/brf.c
106
looks_like_DER(const unsigned char *buf, size_t len)
lib/libsecureboot/brf.c
109
size_t dlen;
lib/libsecureboot/brf.c
120
return ((size_t)fb == len);
lib/libsecureboot/brf.c
125
if (len < (size_t)fb + 2) {
lib/libsecureboot/brf.c
128
len -= (size_t)fb;
lib/libsecureboot/brf.c
134
dlen = (dlen << 8) + (size_t)*buf ++;
lib/libsecureboot/brf.c
141
vblob_append(void *cc, const void *data, size_t len)
lib/libsecureboot/brf.c
159
decode_pem(const void *src, size_t len, size_t *num)
lib/libsecureboot/brf.c
178
size_t tlen;
lib/libsecureboot/brf.c
241
parse_certificates(unsigned char *buf, size_t len, size_t *num)
lib/libsecureboot/brf.c
245
size_t u, num_pos;
lib/libsecureboot/brf.c
298
read_certificates(const char *fname, size_t *num)
lib/libsecureboot/brf.c
302
size_t len;
lib/libsecureboot/brf.c
324
free_certificates(br_x509_certificate *certs, size_t num)
lib/libsecureboot/brf.c
326
size_t u;
lib/libsecureboot/brf.c
336
dn_append(void *ctx, const void *buf, size_t len)
lib/libsecureboot/brf.c
78
eqstr_chunk(const char *s1, size_t s1_len, const char *s2, size_t s2_len)
lib/libsecureboot/efi/efi_init.c
38
size_t num;
lib/libsecureboot/efi/efi_variables.c
169
efi_get_forbidden_digests(size_t *count)
lib/libsecureboot/efi/efi_variables.c
175
size_t db_size, header_size, hash_size;
lib/libsecureboot/efi/efi_variables.c
265
efi_get_trusted_certs(size_t *count)
lib/libsecureboot/efi/efi_variables.c
272
efi_get_forbidden_certs(size_t *count)
lib/libsecureboot/efi/efi_variables.c
57
size_t length;
lib/libsecureboot/efi/efi_variables.c
85
efi_get_certs(const char *name, size_t *count)
lib/libsecureboot/efi/efi_variables.c
91
size_t db_size;
lib/libsecureboot/h/libsecureboot.h
47
unsigned char * read_fd(int, size_t);
lib/libsecureboot/h/libsecureboot.h
49
unsigned char * read_file(const char *, size_t *);
lib/libsecureboot/h/libsecureboot.h
60
size_t ve_trust_anchors_add_buf(unsigned char *, size_t);
lib/libsecureboot/h/libsecureboot.h
61
size_t ve_trust_anchors_revoke(unsigned char *, size_t);
lib/libsecureboot/h/libsecureboot.h
75
char * hexdigest(char *, size_t, unsigned char *, size_t);
lib/libsecureboot/h/libsecureboot.h
84
void ve_pcr_update(const char *, unsigned char *, size_t);
lib/libsecureboot/h/libsecureboot.h
85
ssize_t ve_pcr_get(unsigned char *, size_t);
lib/libsecureboot/h/verify_file.h
58
int hash_string(char *s, size_t n, char *buf, size_t bufsz);
lib/libsecureboot/h/verify_file.h
64
ssize_t vectx_read(struct vectx *, void *, size_t);
lib/libsecureboot/libsecureboot-priv.h
37
size_t hash_size;
lib/libsecureboot/libsecureboot-priv.h
41
const char *, const char *, size_t);
lib/libsecureboot/libsecureboot-priv.h
43
size_t ve_trust_anchors_add(br_x509_certificate *, size_t);
lib/libsecureboot/libsecureboot-priv.h
44
size_t ve_forbidden_anchors_add(br_x509_certificate *, size_t);
lib/libsecureboot/libsecureboot-priv.h
45
void ve_forbidden_digest_add(hash_data *digest, size_t);
lib/libsecureboot/libsecureboot-priv.h
48
br_x509_certificate * parse_certificates(unsigned char *, size_t, size_t *);
lib/libsecureboot/libsecureboot-priv.h
54
unsigned char *mdata, size_t mlen,
lib/libsecureboot/libsecureboot-priv.h
55
unsigned char *sdata, size_t slen);
lib/libsecureboot/libsecureboot-priv.h
61
int openpgp_trust_add_buf(unsigned char *, size_t);
lib/libsecureboot/libsecureboot-priv.h
66
br_x509_certificate* efi_get_trusted_certs(size_t *count);
lib/libsecureboot/libsecureboot-priv.h
67
br_x509_certificate* efi_get_forbidden_certs(size_t *count);
lib/libsecureboot/libsecureboot-priv.h
68
hash_data* efi_get_forbidden_digests(size_t *count);
lib/libsecureboot/openpgp/dearmor.c
103
size_t n, x;
lib/libsecureboot/openpgp/dearmor.c
42
dearmor(char *pem, size_t nbytes, size_t *len)
lib/libsecureboot/openpgp/dearmor.c
46
size_t npo;
lib/libsecureboot/openpgp/dearmor.c
59
memmove(cp, ep, nbytes - (size_t)(ep - pem));
lib/libsecureboot/openpgp/dearmor.c
60
nbytes -= (size_t)(ep - cp);
lib/libsecureboot/openpgp/dearmor.c
69
memmove(cp, ep, nbytes - (size_t)(ep - pem));
lib/libsecureboot/openpgp/dearmor.c
70
nbytes -= (size_t)(ep - cp);
lib/libsecureboot/openpgp/dearmor.c
84
*len = (size_t)llen;
lib/libsecureboot/openpgp/decode.c
186
decode_mpi(unsigned char **pptr, size_t *sz)
lib/libsecureboot/openpgp/decode.c
190
size_t mlen;
lib/libsecureboot/openpgp/decode.c
197
mlen = (size_t)(*ptr++ << 8);
lib/libsecureboot/openpgp/decode.c
198
mlen |= (size_t)*ptr++; /* number of bits */
lib/libsecureboot/openpgp/decode.c
214
mpi2bn(unsigned char **pptr, size_t *sz)
lib/libsecureboot/openpgp/decode.c
253
decode_packet(int want, unsigned char **pptr, size_t nbytes,
lib/libsecureboot/openpgp/decode.c
279
nbytes -= (size_t)(hlen + len);
lib/libsecureboot/openpgp/decode.c
32
octets2hex(unsigned char *ptr, size_t n)
lib/libsecureboot/openpgp/decode.c
36
size_t i;
lib/libsecureboot/openpgp/decode.c
48
i2octets(int n, size_t i)
lib/libsecureboot/openpgp/decode.c
62
octets2i(unsigned char *ptr, size_t n)
lib/libsecureboot/openpgp/decode.c
64
size_t i;
lib/libsecureboot/openpgp/decode.h
29
unsigned char * mpi2bn(unsigned char **pptr, size_t *sz);
lib/libsecureboot/openpgp/decode.h
48
unsigned char * i2octets(int n, size_t i);
lib/libsecureboot/openpgp/decode.h
49
int octets2i(unsigned char *ptr, size_t n);
lib/libsecureboot/openpgp/decode.h
50
char * octets2hex(unsigned char *ptr, size_t n);
lib/libsecureboot/openpgp/decode.h
52
unsigned char * decode_mpi(unsigned char **pptr, size_t *sz);
lib/libsecureboot/openpgp/decode.h
53
unsigned char * dearmor(char *pem, size_t nbytes, size_t *len);
lib/libsecureboot/openpgp/decode.h
54
int decode_packet(int want, unsigned char **pptr, size_t nbytes,
lib/libsecureboot/openpgp/opgp_key.c
155
load_key_buf(unsigned char *buf, size_t nbytes)
lib/libsecureboot/openpgp/opgp_key.c
187
rc = decode_packet(0, &ptr, (size_t)rc,
lib/libsecureboot/openpgp/opgp_key.c
221
openpgp_trust_add_buf(unsigned char *buf, size_t nbytes)
lib/libsecureboot/openpgp/opgp_key.c
283
size_t n;
lib/libsecureboot/openpgp/opgp_key.c
315
size_t n;
lib/libsecureboot/openpgp/opgp_key.c
318
n = (size_t)snprintf(kfile, sizeof(kfile), "%s/%s", *tp, keyID);
lib/libsecureboot/openpgp/opgp_key.c
357
size_t n;
lib/libsecureboot/openpgp/opgp_key.c
393
size_t fbytes, sbytes;
lib/libsecureboot/openpgp/opgp_key.c
40
decode_user(int tag, unsigned char **pptr, size_t len, OpenPGP_user *user)
lib/libsecureboot/openpgp/opgp_key.c
67
decode_key(int tag, unsigned char **pptr, size_t len, OpenPGP_key *key)
lib/libsecureboot/openpgp/opgp_key.c
74
size_t mlen;
lib/libsecureboot/openpgp/opgp_sig.c
109
decode_sig(int tag, unsigned char **pptr, size_t len, OpenPGP_sig *sig)
lib/libsecureboot/openpgp/opgp_sig.c
149
sig->pgpbytes_len = (size_t)hcount + 6;
lib/libsecureboot/openpgp/opgp_sig.c
228
unsigned char *mdata, size_t mlen,
lib/libsecureboot/openpgp/opgp_sig.c
229
unsigned char *sdata, size_t slen)
lib/libsecureboot/openpgp/opgp_sig.c
283
unsigned char *fdata, size_t fbytes,
lib/libsecureboot/openpgp/opgp_sig.c
284
unsigned char *sdata, size_t sbytes,
lib/libsecureboot/openpgp/opgp_sig.c
301
size_t mlen;
lib/libsecureboot/openpgp/opgp_sig.c
432
openpgp_verify_file(const char *filename, unsigned char *fdata, size_t nbytes)
lib/libsecureboot/openpgp/opgp_sig.c
438
size_t sz;
lib/libsecureboot/openpgp/opgp_sig.c
471
size_t n;
lib/libsecureboot/openpgp/opgp_sig.c
473
size_t fbytes, sbytes;
lib/libsecureboot/openpgp/packet.h
59
size_t pgpbytes_len;
lib/libsecureboot/openpgp/packet.h
61
size_t sig_len;
lib/libsecureboot/openpgp/packet.h
70
int openpgp_verify(const char *filename, unsigned char *fdata, size_t fbytes,
lib/libsecureboot/openpgp/packet.h
71
unsigned char *sdata, size_t sbytes, int flags);
lib/libsecureboot/openpgp/packet.h
73
size_t nbytes);
lib/libsecureboot/openpgp/packet.h
77
ssize_t decode_##x(int, unsigned char **, size_t, OpenPGP_##x *)
lib/libsecureboot/readfile.c
29
read_fd(int fd, size_t len)
lib/libsecureboot/readfile.c
55
read_file(const char *path, size_t *len)
lib/libsecureboot/tests/tvo.c
168
size_t nb;
lib/libsecureboot/tests/tvo.c
34
extern size_t DestdirLen;
lib/libsecureboot/tests/tvo.c
38
size_t DestdirLen;
lib/libsecureboot/vectx.c
103
size_t hashsz;
lib/libsecureboot/vectx.c
232
vectx_read(struct vectx *ctx, void *buf, size_t nbytes)
lib/libsecureboot/vectx.c
239
size_t off;
lib/libsecureboot/vectx.c
313
size_t delta;
lib/libsecureboot/vectx.c
59
size_t vec_hashsz; /* size of hash */
lib/libsecureboot/veopen.c
170
maybe_skip(char *fp, struct fingerprint_info *fip, size_t *nplenp)
lib/libsecureboot/veopen.c
198
size_t n, plen, nlen, nplen;
lib/libsecureboot/veopen.c
35
size_t fi_prefix_len; /**< length of prefix */
lib/libsecureboot/veopen.c
353
size_t hlen;
lib/libsecureboot/veopen.c
36
size_t fi_skip_len; /**< length of skip */
lib/libsecureboot/vepcr.c
124
ve_pcr_get(unsigned char *buf, size_t sz)
lib/libsecureboot/vepcr.c
143
size_t nbytes;
lib/libsecureboot/vepcr.c
144
size_t x;
lib/libsecureboot/vepcr.c
44
static size_t pcr_hlen = 0;
lib/libsecureboot/vepcr.c
96
ve_pcr_update(const char *path, unsigned char *data, size_t dlen)
lib/libsecureboot/verify_file.c
180
size_t n;
lib/libsecureboot/verify_file.c
334
size_t num;
lib/libsecureboot/verify_file.c
46
extern size_t DestdirLen;
lib/libsecureboot/verify_file.c
664
hash_string(char *s, size_t n, char *buf, size_t bufsz)
lib/libsecureboot/veta.c
47
static size_t
lib/libsecureboot/veta.c
51
size_t num;
lib/libsecureboot/veta.c
70
static size_t
lib/libsecureboot/veta.c
78
size_t num;
lib/libsecureboot/vets.c
1035
const char *path, const char *want, size_t hlen)
lib/libsecureboot/vets.c
1060
test_hash(const br_hash_class *md, size_t hlen,
lib/libsecureboot/vets.c
1061
const char *hname, const char *s, size_t slen, const char *want)
lib/libsecureboot/vets.c
1098
size_t num;
lib/libsecureboot/vets.c
1099
size_t u;
lib/libsecureboot/vets.c
143
gdate(char *buf, size_t bufsz, time_t clock)
lib/libsecureboot/vets.c
215
x509_cn_get(br_x509_certificate *xc, char *buf, size_t len)
lib/libsecureboot/vets.c
264
X509_to_tbs(unsigned char* cert, size_t* output_size)
lib/libsecureboot/vets.c
267
size_t tbs_size;
lib/libsecureboot/vets.c
314
ve_forbidden_digest_add(hash_data *digest, size_t num)
lib/libsecureboot/vets.c
320
static size_t
lib/libsecureboot/vets.c
321
ve_anchors_add(br_x509_certificate *xcs, size_t num, anchor_list *anchors,
lib/libsecureboot/vets.c
325
size_t u;
lib/libsecureboot/vets.c
349
size_t
lib/libsecureboot/vets.c
350
ve_trust_anchors_add(br_x509_certificate *xcs, size_t num)
lib/libsecureboot/vets.c
355
size_t
lib/libsecureboot/vets.c
356
ve_forbidden_anchors_add(br_x509_certificate *xcs, size_t num)
lib/libsecureboot/vets.c
370
size_t
lib/libsecureboot/vets.c
371
ve_trust_anchors_add_buf(unsigned char *buf, size_t len)
lib/libsecureboot/vets.c
374
size_t num;
lib/libsecureboot/vets.c
398
size_t
lib/libsecureboot/vets.c
399
ve_trust_anchors_revoke(unsigned char *buf, size_t len)
lib/libsecureboot/vets.c
402
size_t num;
lib/libsecureboot/vets.c
494
size_t num,
lib/libsecureboot/vets.c
495
br_name_element *elts, size_t num_elts,
lib/libsecureboot/vets.c
500
size_t u;
lib/libsecureboot/vets.c
606
check_forbidden_digests(br_x509_certificate *xcs, size_t num)
lib/libsecureboot/vets.c
615
size_t tbs_len, i;
lib/libsecureboot/vets.c
687
br_name_element *elts, size_t num_elts)
lib/libsecureboot/vets.c
691
size_t num;
lib/libsecureboot/vets.c
739
hexdigest(char *buf, size_t bufsz, unsigned char *foo, size_t foo_len)
lib/libsecureboot/vets.c
742
size_t i;
lib/libsecureboot/vets.c
790
size_t flen, slen, plen;
lib/libsecureboot/vets.c
839
unsigned char *mdata, size_t mlen,
lib/libsecureboot/vets.c
840
unsigned char *sdata, size_t slen)
lib/libsecureboot/vets.c
887
size_t flen, slen, plen, hlen;
lib/libsecureboot/vets.c
954
size_t n;
lib/libstdbuf/stdbuf.c
54
size_t bufsize;
lib/libsys/_libsys.h
104
typedef int (__sys_profil_t)(char *, size_t, size_t, u_int);
lib/libsys/_libsys.h
115
typedef ssize_t (__sys_readlink_t)(const char *, char *, size_t);
lib/libsys/_libsys.h
119
typedef int (__sys_msync_t)(void *, size_t, int);
lib/libsys/_libsys.h
121
typedef int (__sys_munmap_t)(void *, size_t);
lib/libsys/_libsys.h
122
typedef int (__sys_mprotect_t)(void *, size_t, int);
lib/libsys/_libsys.h
123
typedef int (__sys_madvise_t)(void *, size_t, int);
lib/libsys/_libsys.h
124
typedef int (__sys_mincore_t)(const void *, size_t, char *);
lib/libsys/_libsys.h
155
typedef ssize_t (__sys_sendto_t)(int, const void *, size_t, int, const struct sockaddr *, __socklen_t);
lib/libsys/_libsys.h
182
typedef int (__sys___sysctl_t)(const int *, u_int, void *, size_t *, const void *, size_t);
lib/libsys/_libsys.h
183
typedef int (__sys_mlock_t)(const void *, size_t);
lib/libsys/_libsys.h
184
typedef int (__sys_munlock_t)(const void *, size_t);
lib/libsys/_libsys.h
190
typedef int (__sys_semop_t)(int, struct sembuf *, size_t);
lib/libsys/_libsys.h
192
typedef int (__sys_msgsnd_t)(int, const void *, size_t, int);
lib/libsys/_libsys.h
193
typedef ssize_t (__sys_msgrcv_t)(int, void *, size_t, long, int);
lib/libsys/_libsys.h
196
typedef int (__sys_shmget_t)(key_t, size_t, int);
lib/libsys/_libsys.h
212
typedef int (__sys_minherit_t)(void *, size_t, int);
lib/libsys/_libsys.h
243
typedef int (__sys___getcwd_t)(char *, size_t);
lib/libsys/_libsys.h
252
typedef int (__sys_utrace_t)(const void *, size_t);
lib/libsys/_libsys.h
270
typedef ssize_t (__sys_extattr_set_file_t)(const char *, int, const char *, void *, size_t);
lib/libsys/_libsys.h
271
typedef ssize_t (__sys_extattr_get_file_t)(const char *, int, const char *, void *, size_t);
lib/libsys/_libsys.h
277
typedef ssize_t (__sys_extattr_set_fd_t)(int, int, const char *, void *, size_t);
lib/libsys/_libsys.h
278
typedef ssize_t (__sys_extattr_get_fd_t)(int, int, const char *, void *, size_t);
lib/libsys/_libsys.h
293
typedef int (__sys_sendfile_t)(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int);
lib/libsys/_libsys.h
307
typedef ssize_t (__sys_extattr_set_link_t)(const char *, int, const char *, void *, size_t);
lib/libsys/_libsys.h
308
typedef ssize_t (__sys_extattr_get_link_t)(const char *, int, const char *, void *, size_t);
lib/libsys/_libsys.h
326
typedef ssize_t (__sys_extattr_list_fd_t)(int, int, void *, size_t);
lib/libsys/_libsys.h
327
typedef ssize_t (__sys_extattr_list_file_t)(const char *, int, void *, size_t);
lib/libsys/_libsys.h
328
typedef ssize_t (__sys_extattr_list_link_t)(const char *, int, void *, size_t);
lib/libsys/_libsys.h
347
typedef int (__sys_kmq_timedreceive_t)(int, char *, size_t, unsigned *, const struct timespec *);
lib/libsys/_libsys.h
348
typedef int (__sys_kmq_timedsend_t)(int, const char *, size_t, unsigned, const struct timespec *);
lib/libsys/_libsys.h
359
typedef ssize_t (__sys_pread_t)(int, void *, size_t, off_t);
lib/libsys/_libsys.h
360
typedef ssize_t (__sys_pwrite_t)(int, const void *, size_t, off_t);
lib/libsys/_libsys.h
361
typedef void * (__sys_mmap_t)(void *, size_t, int, int, int, off_t);
lib/libsys/_libsys.h
370
typedef int (__sys_cpuset_getaffinity_t)(cpulevel_t, cpuwhich_t, id_t, size_t, cpuset_t *);
lib/libsys/_libsys.h
371
typedef int (__sys_cpuset_setaffinity_t)(cpulevel_t, cpuwhich_t, id_t, size_t, const cpuset_t *);
lib/libsys/_libsys.h
381
typedef ssize_t (__sys_readlinkat_t)(int, const char *, char *, size_t);
lib/libsys/_libsys.h
400
typedef int (__sys_getloginclass_t)(char *, size_t);
lib/libsys/_libsys.h
402
typedef int (__sys_rctl_get_racct_t)(const void *, size_t, void *, size_t);
lib/libsys/_libsys.h
403
typedef int (__sys_rctl_get_rules_t)(const void *, size_t, void *, size_t);
lib/libsys/_libsys.h
404
typedef int (__sys_rctl_get_limits_t)(const void *, size_t, void *, size_t);
lib/libsys/_libsys.h
405
typedef int (__sys_rctl_add_rule_t)(const void *, size_t, void *, size_t);
lib/libsys/_libsys.h
406
typedef int (__sys_rctl_remove_rule_t)(const void *, size_t, void *, size_t);
lib/libsys/_libsys.h
411
typedef int (__sys_cap_ioctls_limit_t)(int, const u_long *, size_t);
lib/libsys/_libsys.h
412
typedef ssize_t (__sys_cap_ioctls_get_t)(int, u_long *, size_t);
lib/libsys/_libsys.h
429
typedef ssize_t (__sys_getdirentries_t)(int, char *, size_t, off_t *);
lib/libsys/_libsys.h
436
typedef int (__sys_cpuset_getdomain_t)(cpulevel_t, cpuwhich_t, id_t, size_t, domainset_t *, int *);
lib/libsys/_libsys.h
437
typedef int (__sys_cpuset_setdomain_t)(cpulevel_t, cpuwhich_t, id_t, size_t, domainset_t *, int);
lib/libsys/_libsys.h
438
typedef int (__sys_getrandom_t)(void *, size_t, unsigned int);
lib/libsys/_libsys.h
442
typedef int (__sys_fhreadlink_t)(struct fhandle *, char *, size_t);
lib/libsys/_libsys.h
444
typedef ssize_t (__sys_copy_file_range_t)(int, off_t *, int, off_t *, size_t, unsigned int);
lib/libsys/_libsys.h
445
typedef int (__sys___sysctlbyname_t)(const char *, size_t, void *, size_t *, void *, size_t);
lib/libsys/_libsys.h
449
typedef int (__sys___realpathat_t)(int, const char *, char *, size_t, int);
lib/libsys/_libsys.h
452
typedef int (__sys___specialfd_t)(int, const void *, size_t);
lib/libsys/_libsys.h
466
typedef int (__sys_setcred_t)(u_int, const struct setcred *, size_t);
lib/libsys/_libsys.h
481
ssize_t __sys_read(int fd, void * buf, size_t nbyte);
lib/libsys/_libsys.h
482
ssize_t __sys_write(int fd, const void * buf, size_t nbyte);
lib/libsys/_libsys.h
502
ssize_t __sys_recvfrom(int s, void * buf, size_t len, int flags, struct sockaddr * from, __socklen_t * fromlenaddr);
lib/libsys/_libsys.h
514
int __sys_profil(char * samples, size_t size, size_t offset, u_int scale);
lib/libsys/_libsys.h
525
ssize_t __sys_readlink(const char * path, char * buf, size_t count);
lib/libsys/_libsys.h
529
int __sys_msync(void * addr, size_t len, int flags);
lib/libsys/_libsys.h
531
int __sys_munmap(void * addr, size_t len);
lib/libsys/_libsys.h
532
int __sys_mprotect(void * addr, size_t len, int prot);
lib/libsys/_libsys.h
533
int __sys_madvise(void * addr, size_t len, int behav);
lib/libsys/_libsys.h
534
int __sys_mincore(const void * addr, size_t len, char * vec);
lib/libsys/_libsys.h
565
ssize_t __sys_sendto(int s, const void * buf, size_t len, int flags, const struct sockaddr * to, __socklen_t tolen);
lib/libsys/_libsys.h
592
int __sys___sysctl(const int * name, u_int namelen, void * old, size_t * oldlenp, const void * new, size_t newlen);
lib/libsys/_libsys.h
593
int __sys_mlock(const void * addr, size_t len);
lib/libsys/_libsys.h
594
int __sys_munlock(const void * addr, size_t len);
lib/libsys/_libsys.h
600
int __sys_semop(int semid, struct sembuf * sops, size_t nsops);
lib/libsys/_libsys.h
602
int __sys_msgsnd(int msqid, const void * msgp, size_t msgsz, int msgflg);
lib/libsys/_libsys.h
603
ssize_t __sys_msgrcv(int msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg);
lib/libsys/_libsys.h
606
int __sys_shmget(key_t key, size_t size, int shmflg);
lib/libsys/_libsys.h
622
int __sys_minherit(void * addr, size_t len, int inherit);
lib/libsys/_libsys.h
653
int __sys___getcwd(char * buf, size_t buflen);
lib/libsys/_libsys.h
662
int __sys_utrace(const void * addr, size_t len);
lib/libsys/_libsys.h
680
ssize_t __sys_extattr_set_file(const char * path, int attrnamespace, const char * attrname, void * data, size_t nbytes);
lib/libsys/_libsys.h
681
ssize_t __sys_extattr_get_file(const char * path, int attrnamespace, const char * attrname, void * data, size_t nbytes);
lib/libsys/_libsys.h
687
ssize_t __sys_extattr_set_fd(int fd, int attrnamespace, const char * attrname, void * data, size_t nbytes);
lib/libsys/_libsys.h
688
ssize_t __sys_extattr_get_fd(int fd, int attrnamespace, const char * attrname, void * data, size_t nbytes);
lib/libsys/_libsys.h
703
int __sys_sendfile(int fd, int s, off_t offset, size_t nbytes, struct sf_hdtr * hdtr, off_t * sbytes, int flags);
lib/libsys/_libsys.h
71
typedef ssize_t (__sys_read_t)(int, void *, size_t);
lib/libsys/_libsys.h
717
ssize_t __sys_extattr_set_link(const char * path, int attrnamespace, const char * attrname, void * data, size_t nbytes);
lib/libsys/_libsys.h
718
ssize_t __sys_extattr_get_link(const char * path, int attrnamespace, const char * attrname, void * data, size_t nbytes);
lib/libsys/_libsys.h
72
typedef ssize_t (__sys_write_t)(int, const void *, size_t);
lib/libsys/_libsys.h
736
ssize_t __sys_extattr_list_fd(int fd, int attrnamespace, void * data, size_t nbytes);
lib/libsys/_libsys.h
737
ssize_t __sys_extattr_list_file(const char * path, int attrnamespace, void * data, size_t nbytes);
lib/libsys/_libsys.h
738
ssize_t __sys_extattr_list_link(const char * path, int attrnamespace, void * data, size_t nbytes);
lib/libsys/_libsys.h
757
int __sys_kmq_timedreceive(int mqd, char * msg_ptr, size_t msg_len, unsigned * msg_prio, const struct timespec * abs_timeout);
lib/libsys/_libsys.h
758
int __sys_kmq_timedsend(int mqd, const char * msg_ptr, size_t msg_len, unsigned msg_prio, const struct timespec * abs_timeout);
lib/libsys/_libsys.h
769
ssize_t __sys_pread(int fd, void * buf, size_t nbyte, off_t offset);
lib/libsys/_libsys.h
770
ssize_t __sys_pwrite(int fd, const void * buf, size_t nbyte, off_t offset);
lib/libsys/_libsys.h
771
void * __sys_mmap(void * addr, size_t len, int prot, int flags, int fd, off_t pos);
lib/libsys/_libsys.h
780
int __sys_cpuset_getaffinity(cpulevel_t level, cpuwhich_t which, id_t id, size_t cpusetsize, cpuset_t * mask);
lib/libsys/_libsys.h
781
int __sys_cpuset_setaffinity(cpulevel_t level, cpuwhich_t which, id_t id, size_t cpusetsize, const cpuset_t * mask);
lib/libsys/_libsys.h
791
ssize_t __sys_readlinkat(int fd, const char * path, char * buf, size_t bufsize);
lib/libsys/_libsys.h
810
int __sys_getloginclass(char * namebuf, size_t namelen);
lib/libsys/_libsys.h
812
int __sys_rctl_get_racct(const void * inbufp, size_t inbuflen, void * outbufp, size_t outbuflen);
lib/libsys/_libsys.h
813
int __sys_rctl_get_rules(const void * inbufp, size_t inbuflen, void * outbufp, size_t outbuflen);
lib/libsys/_libsys.h
814
int __sys_rctl_get_limits(const void * inbufp, size_t inbuflen, void * outbufp, size_t outbuflen);
lib/libsys/_libsys.h
815
int __sys_rctl_add_rule(const void * inbufp, size_t inbuflen, void * outbufp, size_t outbuflen);
lib/libsys/_libsys.h
816
int __sys_rctl_remove_rule(const void * inbufp, size_t inbuflen, void * outbufp, size_t outbuflen);
lib/libsys/_libsys.h
821
int __sys_cap_ioctls_limit(int fd, const u_long * cmds, size_t ncmds);
lib/libsys/_libsys.h
822
ssize_t __sys_cap_ioctls_get(int fd, u_long * cmds, size_t maxcmds);
lib/libsys/_libsys.h
839
ssize_t __sys_getdirentries(int fd, char * buf, size_t count, off_t * basep);
lib/libsys/_libsys.h
846
int __sys_cpuset_getdomain(cpulevel_t level, cpuwhich_t which, id_t id, size_t domainsetsize, domainset_t * mask, int * policy);
lib/libsys/_libsys.h
847
int __sys_cpuset_setdomain(cpulevel_t level, cpuwhich_t which, id_t id, size_t domainsetsize, domainset_t * mask, int policy);
lib/libsys/_libsys.h
848
int __sys_getrandom(void * buf, size_t buflen, unsigned int flags);
lib/libsys/_libsys.h
852
int __sys_fhreadlink(struct fhandle * fhp, char * buf, size_t bufsize);
lib/libsys/_libsys.h
854
ssize_t __sys_copy_file_range(int infd, off_t * inoffp, int outfd, off_t * outoffp, size_t len, unsigned int flags);
lib/libsys/_libsys.h
855
int __sys___sysctlbyname(const char * name, size_t namelen, void * old, size_t * oldlenp, void * new, size_t newlen);
lib/libsys/_libsys.h
859
int __sys___realpathat(int fd, const char * path, char * buf, size_t size, int flags);
lib/libsys/_libsys.h
862
int __sys___specialfd(int type, const void * req, size_t len);
lib/libsys/_libsys.h
876
int __sys_setcred(u_int flags, const struct setcred * wcred, size_t size);
lib/libsys/_libsys.h
92
typedef ssize_t (__sys_recvfrom_t)(int, void *, size_t, int, struct sockaddr *, __socklen_t *);
lib/libsys/getpagesizes.c
48
getpagesizes(size_t pagesize[], int nelem)
lib/libsys/recvmmsg.c
39
__ssp_real(recvmmsg)(int s, struct mmsghdr *__restrict msgvec, size_t vlen,
lib/libsys/recvmmsg.c
43
size_t i, rcvd;
lib/libsys/sendmmsg.c
35
sendmmsg(int s, struct mmsghdr *__restrict msgvec, size_t vlen, int flags)
lib/libsys/sendmmsg.c
37
size_t i, sent;
lib/libsys/x86/__vdso_gettc.c
382
size_t len;
lib/libsysdecode/netlink.c
24
sysdecode_netlink(FILE *fp, const void *buf, size_t len)
lib/libsysdecode/netlink.c
27
size_t remaining = len;
lib/libsysdecode/netlink.c
82
size_t aligned_len = NLMSG_ALIGN(nl->nlmsg_len);
lib/libsysdecode/sysdecode.h
130
int sysdecode_utrace(FILE *_fp, void *_buf, size_t _len);
lib/libsysdecode/sysdecode.h
137
bool sysdecode_netlink(FILE *_fp, const void *_buf, size_t _len);
lib/libsysdecode/tests/sysdecode_test.c
44
check_sysdecode_cap_rights(FILE *fp, char **bufp, size_t *szp,
lib/libsysdecode/tests/sysdecode_test.c
90
size_t sz;
lib/libsysdecode/utrace.c
136
size_t s;
lib/libsysdecode/utrace.c
164
sysdecode_utrace(FILE *fp, void *p, size_t len)
lib/libtacplus/taclib.c
1178
tac_set_data(struct tac_handle *h, const void *data, size_t data_len)
lib/libtacplus/taclib.c
119
size_t len;
lib/libtacplus/taclib.c
1319
xmalloc(struct tac_handle *h, size_t size)
lib/libtacplus/taclib.c
360
dup_str(struct tac_handle *h, const struct tac_str *ss, size_t *len)
lib/libtacplus/taclib.c
462
struct tac_str *ss, size_t len)
lib/libtacplus/taclib.c
484
read_timed(struct tac_handle *h, void *buf, size_t len,
lib/libtacplus/taclib.c
596
size_t len)
lib/libtacplus/taclib.c
62
size_t *);
lib/libtacplus/taclib.c
691
size_t len;
lib/libtacplus/taclib.c
70
struct tac_str *, size_t);
lib/libtacplus/taclib.c
72
static int read_timed(struct tac_handle *, void *, size_t,
lib/libtacplus/taclib.c
76
const void *, size_t);
lib/libtacplus/taclib.c
78
static int split(char *, char *[], int, char *, size_t);
lib/libtacplus/taclib.c
79
static void *xmalloc(struct tac_handle *, size_t);
lib/libtacplus/taclib.c
960
tac_get_data(struct tac_handle *h, size_t *len)
lib/libtacplus/taclib.h
124
void *tac_get_data(struct tac_handle *, size_t *);
lib/libtacplus/taclib.h
129
const void *, size_t);
lib/libtacplus/taclib_private.h
63
size_t len;
lib/libthr/arch/arm/thr_rtld_arm.c
42
void __aeabi_memset(void *dest, size_t n, int c);
lib/libthr/arch/arm/thr_rtld_arm.c
43
void __aeabi_memclr(void *dest, size_t n);
lib/libthr/arch/arm/thr_rtld_arm.c
44
void __aeabi_memmove(void *dest, void *src, size_t n);
lib/libthr/arch/arm/thr_rtld_arm.c
45
void __aeabi_memcpy(void *dest, void *src, size_t n);
lib/libthr/arch/arm/thr_rtld_arm.c
46
void __aeabi_memcmp(void *dest, void *src, size_t n);
lib/libthr/thread/thr_affinity.c
41
_pthread_setaffinity_np(pthread_t td, size_t cpusetsize, const cpuset_t *cpusetp)
lib/libthr/thread/thr_affinity.c
64
_pthread_getaffinity_np(pthread_t td, size_t cpusetsize, cpuset_t *cpusetp)
lib/libthr/thread/thr_attr.c
107
static size_t _get_kern_cpuset_size(void);
lib/libthr/thread/thr_attr.c
134
size_t kern_size;
lib/libthr/thread/thr_attr.c
202
size_t * __restrict guardsize)
lib/libthr/thread/thr_attr.c
277
void ** __restrict stackaddr, size_t * __restrict stacksize)
lib/libthr/thread/thr_attr.c
308
size_t * __restrict stacksize)
lib/libthr/thread/thr_attr.c
373
_thr_attr_setguardsize(pthread_attr_t *attr, size_t guardsize)
lib/libthr/thread/thr_attr.c
469
size_t stacksize)
lib/libthr/thread/thr_attr.c
499
_thr_attr_setstacksize(pthread_attr_t *attr, size_t stacksize)
lib/libthr/thread/thr_attr.c
509
static size_t
lib/libthr/thread/thr_attr.c
515
size_t len;
lib/libthr/thread/thr_attr.c
531
_pthread_attr_setaffinity_np(pthread_attr_t *pattr, size_t cpusetsize,
lib/libthr/thread/thr_attr.c
535
size_t kern_size;
lib/libthr/thread/thr_attr.c
555
size_t i;
lib/libthr/thread/thr_attr.c
574
_pthread_attr_getaffinity_np(const pthread_attr_t *pattr, size_t cpusetsize,
lib/libthr/thread/thr_attr.c
583
size_t kern_size = _get_kern_cpuset_size();
lib/libthr/thread/thr_info.c
107
thr_get_name_np(struct pthread *thread, char *buf, size_t len)
lib/libthr/thread/thr_info.c
119
_thr_getname_np(pthread_t thread, char *buf, size_t len)
lib/libthr/thread/thr_info.c
148
_pthread_get_name_np(pthread_t thread, char *buf, size_t len)
lib/libthr/thread/thr_init.c
117
size_t _thr_guard_default;
lib/libthr/thread/thr_init.c
118
size_t _thr_stack_default = THR_STACK_DEFAULT;
lib/libthr/thread/thr_init.c
119
size_t _thr_stack_initial = THR_STACK_INITIAL;
lib/libthr/thread/thr_init.c
447
size_t len;
lib/libthr/thread/thr_init.c
463
__thr_get_main_stack_lim(size_t *lim)
lib/libthr/thread/thr_malloc.c
110
__thr_malloc(size_t nbytes)
lib/libthr/thread/thr_malloc.c
123
__thr_aligned_alloc_offset(size_t align, size_t size, size_t offset)
lib/libthr/thread/thr_malloc.c
136
__thr_realloc(void *cp, size_t nbytes)
lib/libthr/thread/thr_malloc.c
37
size_t *pagesizes;
lib/libthr/thread/thr_malloc.c
38
static size_t pagesizes_d[2];
lib/libthr/thread/thr_malloc.c
86
__thr_calloc(size_t num, size_t size)
lib/libthr/thread/thr_mutex.c
277
void *(calloc_cb)(size_t, size_t))
lib/libthr/thread/thr_mutex.c
408
void *(calloc_cb)(size_t, size_t))
lib/libthr/thread/thr_private.h
1020
void *__thr_aligned_alloc_offset(size_t align, size_t size, size_t offset);
lib/libthr/thread/thr_private.h
1021
void *__thr_calloc(size_t num, size_t size);
lib/libthr/thread/thr_private.h
1023
void *__thr_malloc(size_t nbytes);
lib/libthr/thread/thr_private.h
1024
void *__thr_realloc(void *cp, size_t nbytes);
lib/libthr/thread/thr_private.h
1046
size_t * __restrict);
lib/libthr/thread/thr_private.h
1056
size_t * __restrict);
lib/libthr/thread/thr_private.h
1059
int _thr_attr_setguardsize(pthread_attr_t *, size_t);
lib/libthr/thread/thr_private.h
1066
int _thr_attr_setstacksize(pthread_attr_t *, size_t);
lib/libthr/thread/thr_private.h
1079
int _thr_getname_np(pthread_t, char *, size_t);
lib/libthr/thread/thr_private.h
1110
bool __thr_get_main_stack_lim(size_t *lim);
lib/libthr/thread/thr_private.h
271
size_t stacksize_attr;
lib/libthr/thread/thr_private.h
272
size_t guardsize_attr;
lib/libthr/thread/thr_private.h
274
size_t cpusetsize;
lib/libthr/thread/thr_private.h
758
extern size_t _thr_guard_default __hidden;
lib/libthr/thread/thr_private.h
759
extern size_t _thr_stack_default __hidden;
lib/libthr/thread/thr_private.h
760
extern size_t _thr_stack_initial __hidden;
lib/libthr/thread/thr_private.h
914
ssize_t __sys_read(int, void *, size_t);
lib/libthr/thread/thr_private.h
982
void *(calloc_cb)(size_t, size_t));
lib/libthr/thread/thr_rtld.c
89
size_t i;
lib/libthr/thread/thr_stack.c
126
static inline size_t
lib/libthr/thread/thr_stack.c
127
round_up(size_t size)
lib/libthr/thread/thr_stack.c
146
size_t stacksz;
lib/libthr/thread/thr_stack.c
184
size_t stacksize;
lib/libthr/thread/thr_stack.c
185
size_t guardsize;
lib/libthr/thread/thr_stack.c
45
size_t stacksize; /* Stack size (rounded up). */
lib/libthr/thread/thr_stack.c
46
size_t guardsize; /* Guard size. */
lib/libthr/thread/thr_syscalls.c
245
__thr_msync(void *addr, size_t len, int flags)
lib/libthr/thread/thr_syscalls.c
395
__thr_read(int fd, void *buf, size_t nbytes)
lib/libthr/thread/thr_syscalls.c
432
__thr_recvfrom(int s, void *b, size_t l, int f, struct sockaddr *from,
lib/libthr/thread/thr_syscalls.c
506
__thr_sendto(int s, const void *m, size_t l, int f, const struct sockaddr *t,
lib/libthr/thread/thr_syscalls.c
607
__thr_write(int fd, const void *buf, size_t nbytes)
lib/libthr/thread/thr_syscalls.c
638
__thr_uexterr_gettext(char *buf, size_t bufsz)
lib/libthr/thread/thr_umtx.c
113
size_t tm_size;
lib/libthr/thread/thr_umtx.c
210
size_t tm_size;
lib/libthr/thread/thr_umtx.c
282
size_t tm_size;
lib/libthr/thread/thr_umtx.c
302
size_t tm_size;
lib/libthread_db/libpthread_db.c
1072
pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset,
lib/libthread_db/libthr_db.c
730
pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset,
lib/libthread_db/thread_db.c
255
td_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t linkmap, size_t offset,
lib/libthread_db/thread_db.h
193
size_t ti_stksize;
lib/libthread_db/thread_db.h
243
td_err_e td_thr_tls_get_addr(const td_thrhandle_t *, psaddr_t, size_t,
lib/libthread_db/thread_db_int.h
51
size_t ti_stksize;
lib/libthread_db/thread_db_int.h
99
size_t, psaddr_t *);
lib/libufs/block.c
117
if ((size_t)cnt != size) {
lib/libufs/block.c
52
bread(struct uufsd *disk, ufs2_daddr_t blockno, void *data, size_t size)
lib/libufs/block.c
73
if ((size_t)cnt != size) {
lib/libufs/block.c
90
bwrite(struct uufsd *disk, ufs2_daddr_t blockno, const void *data, size_t size)
lib/libufs/cgroup.c
224
size_t cnt;
lib/libufs/cgroup.c
300
size_t cnt;
lib/libufs/libufs.h
138
ssize_t bread(struct uufsd *, ufs2_daddr_t, void *, size_t);
lib/libufs/libufs.h
139
ssize_t bwrite(struct uufsd *, ufs2_daddr_t, const void *, size_t);
lib/libufs/libufs.h
183
uint32_t calculate_crc32c(uint32_t, const void *, size_t);
lib/libugidfw/ugidfw.c
1009
size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
1079
size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
1104
bsde_get_mib(const char *string, int *name, size_t *namelen)
lib/libugidfw/ugidfw.c
1106
size_t len;
lib/libugidfw/ugidfw.c
1119
bsde_check_version(size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
1121
size_t len;
lib/libugidfw/ugidfw.c
1141
bsde_get_rule_count(size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
1143
size_t len;
lib/libugidfw/ugidfw.c
1163
bsde_get_rule_slots(size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
1165
size_t len;
lib/libugidfw/ugidfw.c
1189
bsde_get_rule(int rulenum, struct mac_bsdextended_rule *rule, size_t errlen,
lib/libugidfw/ugidfw.c
1193
size_t len, size;
lib/libugidfw/ugidfw.c
1227
bsde_delete_rule(int rulenum, size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
1231
size_t len;
lib/libugidfw/ugidfw.c
1259
bsde_set_rule(int rulenum, struct mac_bsdextended_rule *rule, size_t buflen,
lib/libugidfw/ugidfw.c
1263
size_t len;
lib/libugidfw/ugidfw.c
1291
bsde_add_rule(int *rulenum, struct mac_bsdextended_rule *rule, size_t buflen,
lib/libugidfw/ugidfw.c
1296
size_t len;
lib/libugidfw/ugidfw.c
511
size_t buflen, char *errstr){
lib/libugidfw/ugidfw.c
557
size_t buflen, char *errstr){
lib/libugidfw/ugidfw.c
602
bsde_get_jailid(const char *name, size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
62
bsde_rule_to_string(struct mac_bsdextended_rule *rule, char *buf, size_t buflen)
lib/libugidfw/ugidfw.c
634
struct mac_bsdextended_subject *subject, size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
68
size_t left, len;
lib/libugidfw/ugidfw.c
742
bsde_parse_type(char *spec, int *type, size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
785
bsde_parse_fsid(char *spec, struct fsid *fsid, size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
802
struct mac_bsdextended_object *object, size_t buflen, char *errstr)
lib/libugidfw/ugidfw.c
961
bsde_parse_mode(int argc, char *argv[], mode_t *mode, size_t buflen,
lib/libugidfw/ugidfw.h
39
size_t buflen);
lib/libugidfw/ugidfw.h
40
int bsde_parse_mode(int argc, char *argv[], mode_t *mode, size_t buflen,
lib/libugidfw/ugidfw.h
43
struct mac_bsdextended_rule *rule, size_t buflen, char *errstr);
lib/libugidfw/ugidfw.h
45
struct mac_bsdextended_rule *rule, size_t buflen, char *errstr);
lib/libugidfw/ugidfw.h
46
int bsde_get_mib(const char *string, int *name, size_t *namelen);
lib/libugidfw/ugidfw.h
47
int bsde_get_rule_count(size_t buflen, char *errstr);
lib/libugidfw/ugidfw.h
48
int bsde_get_rule_slots(size_t buflen, char *errstr);
lib/libugidfw/ugidfw.h
50
size_t errlen, char *errstr);
lib/libugidfw/ugidfw.h
51
int bsde_delete_rule(int rulenum, size_t buflen, char *errstr);
lib/libugidfw/ugidfw.h
53
size_t buflen, char *errstr);
lib/libugidfw/ugidfw.h
55
size_t buflen, char *errstr);
lib/libunbound/config.h
1399
int snprintf (char *str, size_t count, const char *fmt, ...);
lib/libunbound/config.h
1400
int vsnprintf (char *str, size_t count, const char *fmt, va_list arg);
lib/libunbound/config.h
1411
const char *inet_ntop(int af, const void *src, char *dst, size_t size);
lib/libunbound/config.h
1423
void *memmove(void *dest, const void *src, size_t n);
lib/libunbound/config.h
1429
size_t strlcat(char *dst, const char *src, size_t siz);
lib/libunbound/config.h
1435
size_t strlcpy(char *dst, const char *src, size_t siz);
lib/libunbound/config.h
1447
void* reallocarray(void *ptr, size_t nmemb, size_t size);
lib/libunbound/config.h
1487
int memcmp(const void *x, const void *y, size_t n);
lib/libunbound/config.h
1509
void explicit_bzero(void* buf, size_t len);
lib/libunbound/config.h
1513
const char *inet_ntop(int af, const void *src, char *dst, size_t size);
lib/libunbound/config.h
1527
void *reallocarray(void *ptr, size_t nmemb, size_t size);
lib/libunbound/config.h
1537
size_t strlcpy(char *dst, const char *src, size_t siz);
lib/libunbound/config.h
1540
size_t strlcat(char *dst, const char *src, size_t siz);
lib/libunbound/config.h
1550
int getentropy(void* buf, size_t len);
lib/libunbound/config.h
1552
void arc4random_buf(void* buf, size_t n);
lib/libunbound/config.h
1572
void SHA512_Update(SHA512_CTX*, void*, size_t);
lib/libunbound/config.h
1607
void *unbound_stat_malloc(size_t size);
lib/libunbound/config.h
1608
void *unbound_stat_calloc(size_t nmemb, size_t size);
lib/libunbound/config.h
1610
void *unbound_stat_realloc(void *ptr, size_t size);
lib/libunbound/config.h
1611
void *unbound_stat_malloc_log(size_t size, const char* file, int line,
lib/libunbound/config.h
1613
void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file,
lib/libunbound/config.h
1617
void *unbound_stat_realloc_log(void *ptr, size_t size, const char* file,
lib/libunbound/config.h
1619
void *unbound_stat_reallocarray_log(void *ptr, size_t nmemb, size_t size,
lib/libusb/libusb.h
543
size_t size);
lib/libusb/libusb01.c
212
int langid, char *buf, size_t buflen)
lib/libusb/libusb01.c
233
char *buf, size_t buflen)
lib/libusb/libusb10.c
1908
size_t idx;
lib/libusb/libusb10.c
1935
size_t size)
lib/libusb/usb.h
276
int usb_get_string(usb_dev_handle * dev, int index, int langid, char *buf, size_t buflen);
lib/libusb/usb.h
277
int usb_get_string_simple(usb_dev_handle * dev, int index, char *buf, size_t buflen);
lib/libutil/fparseln.c
199
size_t size, line;
lib/libutil/fparseln.c
47
size_t ne;
lib/libutil/fparseln.c
73
fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags)
lib/libutil/fparseln.c
77
size_t s, len;
lib/libutil/getlocalbase.c
54
size_t localpathlen = LOCALBASE_CTL_LEN;
lib/libutil/gr_util.c
147
if (write(tfd, buf, (size_t)nr) != nr)
lib/libutil/gr_util.c
169
size_t len, size;
lib/libutil/gr_util.c
206
while ((size_t)(q - p) >= size) {
lib/libutil/gr_util.c
227
len = (size_t)readlen;
lib/libutil/gr_util.c
298
len = (size_t)readlen;
lib/libutil/gr_util.c
312
if ((size_t)write(tfd, line, len) != len ||
lib/libutil/gr_util.c
432
size_t line_size;
lib/libutil/gr_util.c
477
size_t len;
lib/libutil/gr_util.c
51
static size_t grmemlen(const struct group *, const char *, int *);
lib/libutil/gr_util.c
560
static size_t
lib/libutil/gr_util.c
563
size_t len;
lib/libutil/humanize_number.c
48
humanize_number(char *buf, size_t len, int64_t quotient,
lib/libutil/humanize_number.c
55
size_t baselen;
lib/libutil/kinfo_getallproc.c
67
size_t len;
lib/libutil/kinfo_getfile.c
16
size_t len;
lib/libutil/kinfo_getproc.c
42
size_t len;
lib/libutil/kinfo_getvmmap.c
16
size_t len;
lib/libutil/kinfo_getvmobject.c
41
size_t len;
lib/libutil/kld.c
55
strlen(name) == (size_t)(ko - fstat.name) &&
lib/libutil/libutil.h
109
int humanize_number(char *_buf, size_t _len, int64_t _number,
lib/libutil/libutil.h
139
int realhostname(char *_host, size_t _hsize, const struct in_addr *_ip);
lib/libutil/libutil.h
140
int realhostname_sa(char *_host, size_t _hsize, struct sockaddr *_addr,
lib/libutil/libutil.h
143
void trimdomain(char *_fullhost, size_t _hostsize);
lib/libutil/libutil.h
155
char *fparseln(FILE *_fp, size_t *_len, size_t *_lineno,
lib/libutil/login_cap.c
102
static size_t
lib/libutil/login_cap.c
105
size_t indx = 0;
lib/libutil/login_cap.c
159
size_t indx;
lib/libutil/login_cap.c
182
size_t len = strlen(loc + 1) + 1;
lib/libutil/login_cap.c
56
static size_t internal_stringsz = 0;
lib/libutil/login_cap.c
58
static size_t internal_arraysz = 0;
lib/libutil/login_cap.c
68
size_t sz = strlen(str) + 1; /* realloc() only if necessary */
lib/libutil/login_cap.c
80
allocarray(size_t sz)
lib/libutil/mntopts.c
245
build_iovec(&iov, &iovlen, "from", mntp->f_mntfromname, (size_t)-1);
lib/libutil/mntopts.c
246
build_iovec(&iov, &iovlen, "fspath", mntp->f_mntonname, (size_t)-1);
lib/libutil/mntopts.c
267
size_t len)
lib/libutil/mntopts.c
283
if (len == (size_t)-1) {
lib/libutil/mntopts.c
307
build_iovec(iov, iovlen, name, strdup(val), (size_t)-1);
lib/libutil/mntopts.h
110
void build_iovec(struct iovec **iov, int *iovlen, const char *name, void *val, size_t len);
lib/libutil/pw_util.c
227
if (write(tfd, buf, (size_t)nr) != nr)
lib/libutil/pw_util.c
431
size_t len, size;
lib/libutil/pw_util.c
468
while ((size_t)(q - p) >= size) {
lib/libutil/pw_util.c
489
len = (size_t)readlen;
lib/libutil/pw_util.c
561
len = (size_t)readlen;
lib/libutil/pw_util.c
575
if ((size_t)write(tfd, line, len) != len ||
lib/libutil/pw_util.c
621
if ((npw = malloc((size_t)len)) == NULL)
lib/libutil/realhostname.c
48
realhostname(char *host, size_t hsize, const struct in_addr *ip)
lib/libutil/realhostname.c
98
realhostname_sa(char *host, size_t hsize, struct sockaddr *addr, int addrlen)
lib/libutil/tests/expand_number_test.c
255
size_t size;
lib/libutil/tests/humanize_number_test.c
405
read_options(int argc, char * const argv[], size_t *bufLength,
lib/libutil/tests/humanize_number_test.c
408
size_t temp;
lib/libutil/tests/humanize_number_test.c
454
size_t i;
lib/libutil/tests/humanize_number_test.c
490
testskipped(size_t i)
lib/libutil/tests/humanize_number_test.c
50
size_t buflen;
lib/libutil/tests/humanize_number_test.c
501
size_t blen, buflen, errcnt, i, skipped, tested;
lib/libutil/tests/trimdomain-nodomain_test.c
50
__ssp_real(gethostname)(char *name, size_t namelen)
lib/libutil/tests/trimdomain_test.c
50
__ssp_real(gethostname)(char *name, size_t namelen)
lib/libutil/trimdomain.c
120
size_t w;
lib/libutil/trimdomain.c
54
trimdomain(char *fullhost, size_t hostsize)
lib/libutil/trimdomain.c
56
static size_t dlen;
lib/libutil/trimdomain.c
60
size_t len;
lib/libutil/trimdomain.c
84
if ((s = memchr(s, '.', (size_t)(end - s))) != NULL) {
lib/libutil/trimdomain.c
91
(len = strlen(s + dlen + 1)) < (size_t)(end - s)) {
lib/libutil/uucplock.c
202
return write (fd, buf, (size_t)len) == len;
lib/libveriexec/libveriexec.h
43
char * veriexec_get_path_label(const char *, char *, size_t);
lib/libveriexec/libveriexec.h
44
char * veriexec_get_pid_label(pid_t, char *, size_t);
lib/libveriexec/veriexec_get.c
137
veriexec_get_pid_label(pid_t pid, char *buf, size_t bufsz)
lib/libveriexec/veriexec_get.c
166
check_label_want(const char *label, size_t labellen,
lib/libveriexec/veriexec_get.c
167
const char *want, size_t wantlen)
lib/libveriexec/veriexec_get.c
202
size_t n;
lib/libveriexec/veriexec_get.c
232
size_t n;
lib/libveriexec/veriexec_get.c
252
size_t n;
lib/libveriexec/veriexec_get.c
99
veriexec_get_path_label(const char *file, char *buf, size_t bufsz)
lib/libvgl/main.c
54
static size_t VGLBufSize;
lib/libvmmapi/aarch64/vmmapi_machdep.c
57
size_t vm_ioctl_ncmds = nitems(vm_ioctl_cmds);
lib/libvmmapi/aarch64/vmmapi_machdep.c
60
vm_attach_vgic(struct vmctx *ctx, uint64_t dist_start, size_t dist_size,
lib/libvmmapi/aarch64/vmmapi_machdep.c
61
uint64_t redist_start, size_t redist_size)
lib/libvmmapi/amd64/vmmapi_machdep.c
94
size_t vm_ioctl_ncmds = nitems(vm_ioctl_cmds);
lib/libvmmapi/internal.h
20
size_t lowmem_size;
lib/libvmmapi/internal.h
21
size_t highmem_size;
lib/libvmmapi/internal.h
73
extern size_t vm_ioctl_ncmds;
lib/libvmmapi/ppt.c
67
vm_paddr_t gpa, size_t len, vm_paddr_t hpa)
lib/libvmmapi/ppt.c
84
vm_paddr_t gpa, size_t len)
lib/libvmmapi/riscv/vmmapi_machdep.c
57
size_t vm_ioctl_ncmds = nitems(vm_ioctl_cmds);
lib/libvmmapi/riscv/vmmapi_machdep.c
60
vm_attach_aplic(struct vmctx *ctx, uint64_t mem_start, size_t mem_size)
lib/libvmmapi/vmmapi.c
1005
uint64_t gla, size_t len, int prot, struct iovec *iov, int iovcnt,
lib/libvmmapi/vmmapi.c
1053
vm_copyin(struct iovec *iov, void *vp, size_t len)
lib/libvmmapi/vmmapi.c
1057
size_t n;
lib/libvmmapi/vmmapi.c
1073
vm_copyout(const void *vp, struct iovec *iov, size_t len)
lib/libvmmapi/vmmapi.c
1077
size_t n;
lib/libvmmapi/vmmapi.c
1305
vm_get_ioctls(size_t *len)
lib/libvmmapi/vmmapi.c
1308
size_t sz;
lib/libvmmapi/vmmapi.c
239
vm_parse_memsize(const char *opt, size_t *ret_memsize)
lib/libvmmapi/vmmapi.c
242
size_t optval;
lib/libvmmapi/vmmapi.c
288
size_t len, int prot)
lib/libvmmapi/vmmapi.c
324
size_t *lowmem_size, size_t *highmem_size)
lib/libvmmapi/vmmapi.c
334
vm_munmap_memseg(struct vmctx *ctx, vm_paddr_t gpa, size_t len)
lib/libvmmapi/vmmapi.c
348
vm_ooffset_t *segoff, size_t *len, int *prot, int *flags)
lib/libvmmapi/vmmapi.c
374
cmpseg(size_t len, const char *str, size_t len2, const char *str2)
lib/libvmmapi/vmmapi.c
385
vm_alloc_memseg(struct vmctx *ctx, int segid, size_t len, const char *name,
lib/libvmmapi/vmmapi.c
386
int ds_policy, domainset_t *ds_mask, size_t ds_size)
lib/libvmmapi/vmmapi.c
389
size_t n;
lib/libvmmapi/vmmapi.c
434
vm_get_memseg(struct vmctx *ctx, int segid, size_t *lenp, char *namebuf,
lib/libvmmapi/vmmapi.c
435
size_t bufsize)
lib/libvmmapi/vmmapi.c
438
size_t n;
lib/libvmmapi/vmmapi.c
456
map_memory_segment(struct vmctx *ctx, int segid, vm_paddr_t gpa, size_t len,
lib/libvmmapi/vmmapi.c
457
size_t segoff, char *base)
lib/libvmmapi/vmmapi.c
491
size_t low_len, len, totalsize;
lib/libvmmapi/vmmapi.c
598
vm_setup_memory(struct vmctx *ctx, size_t memsize, enum vm_mmap_style vms)
lib/libvmmapi/vmmapi.c
617
vm_map_gpa(struct vmctx *ctx, vm_paddr_t gaddr, size_t len)
lib/libvmmapi/vmmapi.c
666
size_t
lib/libvmmapi/vmmapi.c
679
size_t
lib/libvmmapi/vmmapi.c
686
vm_create_devmem(struct vmctx *ctx, int segid, const char *name, size_t len)
lib/libvmmapi/vmmapi.c
689
size_t len2;
lib/libvmmapi/vmmapi.h
103
size_t len);
lib/libvmmapi/vmmapi.h
110
vm_ooffset_t segoff, size_t len, int prot);
lib/libvmmapi/vmmapi.h
112
int vm_munmap_memseg(struct vmctx *ctx, vm_paddr_t gpa, size_t len);
lib/libvmmapi/vmmapi.h
126
int vm_parse_memsize(const char *optarg, size_t *memsize);
lib/libvmmapi/vmmapi.h
127
int vm_setup_memory(struct vmctx *ctx, size_t len, enum vm_mmap_style s);
lib/libvmmapi/vmmapi.h
130
void *vm_map_gpa(struct vmctx *ctx, vm_paddr_t gaddr, size_t len);
lib/libvmmapi/vmmapi.h
145
size_t vm_get_lowmem_size(struct vmctx *ctx);
lib/libvmmapi/vmmapi.h
147
size_t vm_get_highmem_size(struct vmctx *ctx);
lib/libvmmapi/vmmapi.h
167
int vm_attach_vgic(struct vmctx *ctx, uint64_t dist_start, size_t dist_size,
lib/libvmmapi/vmmapi.h
168
uint64_t redist_start, size_t redist_size);
lib/libvmmapi/vmmapi.h
171
int vm_attach_aplic(struct vmctx *ctx, uint64_t mem_start, size_t mem_size);
lib/libvmmapi/vmmapi.h
207
vm_paddr_t gpa, size_t len, vm_paddr_t hpa);
lib/libvmmapi/vmmapi.h
209
vm_paddr_t gpa, size_t len);
lib/libvmmapi/vmmapi.h
243
uint64_t gla, size_t len, int prot, struct iovec *iov, int iovcnt,
lib/libvmmapi/vmmapi.h
246
void vm_copyin(struct iovec *guest_iov, void *host_dst, size_t len);
lib/libvmmapi/vmmapi.h
247
void vm_copyout(const void *host_src, struct iovec *guest_iov, size_t len);
lib/libvmmapi/vmmapi.h
298
const cap_ioctl_t *vm_get_ioctls(size_t *len);
lib/libvmmapi/vmmapi.h
69
size_t size;
lib/libvmmapi/vmmapi.h
72
size_t ds_size;
lib/libvmmapi/vmmapi.h
82
int vm_get_memseg(struct vmctx *ctx, int ident, size_t *lenp, char *name,
lib/libvmmapi/vmmapi.h
83
size_t namesiz);
lib/libvmmapi/vmmapi.h
92
vm_ooffset_t *segoff, size_t *len, int *prot, int *flags);
lib/libvmmapi/vmmapi.h
95
size_t *lowmem_size, size_t *highmem_size);
lib/msun/tests/fma_test.c
480
for (size_t i = 0; i < nitems(rmodes); i++) {
lib/msun/tests/fma_test.c
493
for (size_t i = 0; i < nitems(rmodes); i++) {
lib/msun/tests/fma_test.c
511
for (size_t i = 0; i < nitems(rmodes); i++) {
lib/msun/tests/fma_test.c
522
for (size_t i = 0; i < nitems(rmodes); i++) {
lib/nss_tacplus/nss_tacplus.c
113
size_t bufsize)
lib/nss_tacplus/nss_tacplus.c
258
size_t bufsize = va_arg(ap, size_t);
lib/nss_tacplus/nss_tacplus.c
286
size_t bufsize __unused = va_arg(ap, size_t);
lib/nss_tacplus/nss_tacplus.c
96
tacplus_copystr(const char *str, char **buffer, size_t *bufsize)
lib/nss_tacplus/nss_tacplus.c
99
size_t len = strlen(str) + 1;
lib/virtual_oss/bt/bt.h
111
size_t sbc_encode_frame(struct bt_config *);
lib/virtual_oss/bt/bt.h
112
size_t sbc_decode_frame(struct bt_config *, int);
lib/virtual_oss/bt/sbc_encode.c
549
size_t
lib/virtual_oss/bt/sbc_encode.c
628
size_t
libexec/atf/atf-pytest-wrapper/atf_pytest_wrapper.cpp
111
size_t splitter = kv.find("=");
libexec/atrun/atrun.c
460
size_t ncpusz;
libexec/atrun/atrun.c
504
ncpusz = sizeof(size_t);
libexec/flua/lfs/lfs.c
317
size_t i;
libexec/flua/libhash/lhash.c
127
size_t len;
libexec/flua/libhash/lhash.c
34
size_t len;
libexec/flua/libjail/lua_jail.c
133
for (size_t i = 0; i < iter->params_count; ++i) {
libexec/flua/libjail/lua_jail.c
318
size_t params_off, size_t *params_countp, getparam_filter keyfilt,
libexec/flua/libjail/lua_jail.c
321
size_t params_count;
libexec/flua/libjail/lua_jail.c
326
for (size_t i = 1 + params_off; i < params_count; ++i) {
libexec/flua/libjail/lua_jail.c
379
size_t params_count;
libexec/flua/libjail/lua_jail.c
447
for (size_t i = 0; i < params_count; ++i) {
libexec/flua/libjail/lua_jail.c
474
size_t params_count;
libexec/flua/libjail/lua_jail.c
529
for (size_t i = 1; i < params_count && lua_next(L, 2) != 0; ++i) {
libexec/flua/libjail/lua_jail.c
63
struct jailparam *params, size_t paramoff, size_t *params_countp,
libexec/flua/libjail/lua_jail.c
68
size_t params_count;
libexec/flua/modules/lposix.c
389
size_t sz;
libexec/flua/modules/lposix.c
502
size_t bufsz, sz;
libexec/flua/modules/lposix.c
523
if ((size_t)offset > bufsz || offset + sz > bufsz) {
libexec/getty/main.c
701
size_t i = 0;
libexec/getty/subr.c
483
size_t subex, totalsize;
libexec/getty/subr.c
605
size_t len;
libexec/mknetid/hash.c
51
hash(const void *keyarg, size_t len)
libexec/mknetid/hash.c
54
size_t loop;
libexec/phttpget/phttpget.c
76
size_t ptlen, ctlen;
libexec/pkg-serve/pkg-serve.c
164
toread = (size_t)remaining;
libexec/pkg-serve/pkg-serve.c
45
size_t linecap = 0, r, toread;
libexec/revnetgroup/hash.c
51
hash(const void *keyarg, size_t len)
libexec/revnetgroup/hash.c
54
size_t loop;
libexec/rpc.rstatd/rstat_proc.c
163
size_t len;
libexec/rtld-elf/aarch64/reloc.c
125
size_t size;
libexec/rtld-elf/amd64/reloc.c
563
size_t
libexec/rtld-elf/amd64/reloc.c
564
calculate_tls_offset(size_t prev_offset, size_t prev_size __unused, size_t size,
libexec/rtld-elf/amd64/reloc.c
565
size_t align, size_t offset)
libexec/rtld-elf/amd64/reloc.c
567
size_t res;
libexec/rtld-elf/amd64/reloc.c
578
size_t
libexec/rtld-elf/amd64/reloc.c
579
calculate_first_tls_offset(size_t size, size_t align, size_t offset)
libexec/rtld-elf/amd64/reloc.c
78
size_t size;
libexec/rtld-elf/amd64/rtld_machdep.h
82
size_t calculate_first_tls_offset(size_t size, size_t align, size_t offset);
libexec/rtld-elf/amd64/rtld_machdep.h
83
size_t calculate_tls_offset(size_t prev_offset, size_t prev_size, size_t size,
libexec/rtld-elf/amd64/rtld_machdep.h
84
size_t align, size_t offset);
libexec/rtld-elf/arm/reloc.c
42
size_t size;
libexec/rtld-elf/i386/reloc.c
536
size_t
libexec/rtld-elf/i386/reloc.c
537
calculate_tls_offset(size_t prev_offset, size_t prev_size __unused, size_t size,
libexec/rtld-elf/i386/reloc.c
538
size_t align, size_t offset)
libexec/rtld-elf/i386/reloc.c
540
size_t res;
libexec/rtld-elf/i386/reloc.c
551
size_t
libexec/rtld-elf/i386/reloc.c
552
calculate_first_tls_offset(size_t size, size_t align, size_t offset)
libexec/rtld-elf/i386/reloc.c
75
size_t size;
libexec/rtld-elf/i386/rtld_machdep.h
83
size_t calculate_first_tls_offset(size_t size, size_t align, size_t offset);
libexec/rtld-elf/i386/rtld_machdep.h
84
size_t calculate_tls_offset(size_t prev_offset, size_t prev_size, size_t size,
libexec/rtld-elf/i386/rtld_machdep.h
85
size_t align, size_t offset);
libexec/rtld-elf/libmap.c
201
lmc_parse(char *lm_p, size_t lm_len)
libexec/rtld-elf/libmap.c
207
size_t cnt, i;
libexec/rtld-elf/libmap.c
410
lm_findn(const char *p, const char *f, const size_t n)
libexec/rtld-elf/libmap.c
46
static void lmc_parse(char *, size_t);
libexec/rtld-elf/libmap.h
10
char *lm_findn(const char *, const char *, const size_t);
libexec/rtld-elf/map_object.c
73
size_t mapsize;
libexec/rtld-elf/map_object.c
88
size_t nclear, phsize;
libexec/rtld-elf/map_object.c
96
size_t note_map_len;
libexec/rtld-elf/powerpc/reloc.c
91
size_t size;
libexec/rtld-elf/powerpc64/reloc.c
86
size_t size;
libexec/rtld-elf/riscv/reloc.c
88
size_t size;
libexec/rtld-elf/rtld-libc/rtld_libc.c
109
size_t *oldlenp, const void *newp, size_t newlen);
libexec/rtld-elf/rtld-libc/rtld_libc.c
112
sysctl(const int *name, u_int namelen, void *oldp, size_t *oldlenp,
libexec/rtld-elf/rtld-libc/rtld_libc.c
113
const void *newp, size_t newlen)
libexec/rtld-elf/rtld-libc/rtld_libc.h
51
int __sys___getcwd(char *, size_t);
libexec/rtld-elf/rtld.c
112
static void *fill_search_info(const char *, size_t, void *);
libexec/rtld-elf/rtld.c
179
static void *tls_get_addr_slow(struct tcb *, int, size_t, bool) __noinline;
libexec/rtld-elf/rtld.c
199
static void ld_utrace_log(int, void *, void *, size_t, int, const char *);
libexec/rtld-elf/rtld.c
2121
size_t flen;
libexec/rtld-elf/rtld.c
252
size_t ld_static_tls_extra = /* Static TLS extra space (bytes) */
libexec/rtld-elf/rtld.c
2534
static size_t psa[MAXPAGESIZES];
libexec/rtld-elf/rtld.c
2536
size_t len, size;
libexec/rtld-elf/rtld.c
2782
size_t len;
libexec/rtld-elf/rtld.c
298
size_t *pagesizes;
libexec/rtld-elf/rtld.c
299
size_t page_size;
libexec/rtld-elf/rtld.c
320
size_t tls_last_offset; /* Static TLS offset of last module */
libexec/rtld-elf/rtld.c
321
size_t tls_last_size; /* Static TLS size of last module */
libexec/rtld-elf/rtld.c
322
size_t tls_static_space; /* Static TLS space allocated */
libexec/rtld-elf/rtld.c
323
static size_t tls_static_max_align;
libexec/rtld-elf/rtld.c
329
static size_t tcb_list_entry_offset;
libexec/rtld-elf/rtld.c
3393
size_t sz;
libexec/rtld-elf/rtld.c
3605
size_t len;
libexec/rtld-elf/rtld.c
362
ld_utrace_log(int event, void *handle, void *mapbase, size_t mapsize,
libexec/rtld-elf/rtld.c
3654
size_t len;
libexec/rtld-elf/rtld.c
3676
size_t namelen;
libexec/rtld-elf/rtld.c
3678
size_t buflen;
libexec/rtld-elf/rtld.c
3683
try_library_path(const char *dir, size_t dirlen, void *param)
libexec/rtld-elf/rtld.c
3751
size_t len;
libexec/rtld-elf/rtld.c
435
rtld_get_env_val(char **env, const char *name, size_t name_len)
libexec/rtld-elf/rtld.c
4464
fill_search_info(const char *dir, size_t dirlen, void *param)
libexec/rtld-elf/rtld.c
457
size_t prefix_len, nlen;
libexec/rtld-elf/rtld.c
5423
tls_get_addr_slow(struct tcb *tcb, int index, size_t offset, bool locked)
libexec/rtld-elf/rtld.c
5464
tls_get_addr_common(struct tcb *tcb, int index, size_t offset)
libexec/rtld-elf/rtld.c
548
size_t sz;
libexec/rtld-elf/rtld.c
5520
get_tls_block_ptr(void *tcb, size_t tcbsize)
libexec/rtld-elf/rtld.c
5522
size_t extra_size, post_size, pre_size, tls_block_size;
libexec/rtld-elf/rtld.c
5523
size_t tls_init_align;
libexec/rtld-elf/rtld.c
5550
allocate_tls(Obj_Entry *objs, void *oldtcb, size_t tcbsize, size_t tcbalign)
libexec/rtld-elf/rtld.c
5557
size_t i;
libexec/rtld-elf/rtld.c
5558
size_t extra_size, maxalign, post_size, pre_size, tls_block_size;
libexec/rtld-elf/rtld.c
5559
size_t tls_init_align, tls_init_offset, tls_bss_offset;
libexec/rtld-elf/rtld.c
5631
free_tls(void *tcb, size_t tcbsize, size_t tcbalign __unused)
libexec/rtld-elf/rtld.c
5635
size_t post_size;
libexec/rtld-elf/rtld.c
5636
size_t i, tls_init_align __unused;
libexec/rtld-elf/rtld.c
5669
allocate_tls(Obj_Entry *objs, void *oldtcb, size_t tcbsize, size_t tcbalign)
libexec/rtld-elf/rtld.c
5672
size_t size, ralign;
libexec/rtld-elf/rtld.c
5677
size_t i;
libexec/rtld-elf/rtld.c
5745
free_tls(void *tcb, size_t tcbsize __unused, size_t tcbalign)
libexec/rtld-elf/rtld.c
5748
size_t size, ralign;
libexec/rtld-elf/rtld.c
5749
size_t i;
libexec/rtld-elf/rtld.c
5818
allocate_tls_offset_common(size_t *offp, size_t tlssize, size_t tlsalign,
libexec/rtld-elf/rtld.c
5819
size_t tlspoffset __unused)
libexec/rtld-elf/rtld.c
5821
size_t off;
libexec/rtld-elf/rtld.c
5886
size_t off = obj->tlsoffset;
libexec/rtld-elf/rtld.c
5898
_rtld_allocate_tls(void *oldtcb, size_t tcbsize, size_t tcbalign)
libexec/rtld-elf/rtld.c
5911
_rtld_free_tls(void *tcb, size_t tcbsize, size_t tcbalign)
libexec/rtld-elf/rtld.c
5924
size_t len;
libexec/rtld-elf/rtld.c
6206
size_t relro_size;
libexec/rtld-elf/rtld.c
6373
size_t sz;
libexec/rtld-elf/rtld.c
6818
size_t len;
libexec/rtld-elf/rtld.c
6851
malloc(size_t nbytes)
libexec/rtld-elf/rtld.c
6857
calloc(size_t num, size_t size)
libexec/rtld-elf/rtld.c
6869
realloc(void *cp, size_t nbytes)
libexec/rtld-elf/rtld.c
73
typedef void *(*path_enum_proc)(const char *path, size_t len, void *arg);
libexec/rtld-elf/rtld.c
92
static bool allocate_tls_offset_common(size_t *offp, size_t tlssize,
libexec/rtld-elf/rtld.c
93
size_t tlsalign, size_t tlspoffset);
libexec/rtld-elf/rtld.h
149
size_t mapsize; /* Size of mapped region in bytes */
libexec/rtld-elf/rtld.h
155
size_t phnum; /* Number of program headers */
libexec/rtld-elf/rtld.h
162
size_t tlsinitsize; /* Size of TLS init block for this module */
libexec/rtld-elf/rtld.h
163
size_t tlssize; /* Size of TLS block for this module */
libexec/rtld-elf/rtld.h
164
size_t tlsoffset; /* Offset of static TLS block for this module */
libexec/rtld-elf/rtld.h
165
size_t tlsalign; /* Alignment of static TLS block */
libexec/rtld-elf/rtld.h
166
size_t tlspoffset; /* p_offset of the static TLS block */
libexec/rtld-elf/rtld.h
384
void *xcalloc(size_t, size_t);
libexec/rtld-elf/rtld.h
385
void *xmalloc(size_t);
libexec/rtld-elf/rtld.h
387
void *xmalloc_aligned(size_t size, size_t align, size_t offset);
libexec/rtld-elf/rtld.h
418
void *tls_get_addr_common(struct tcb *tcb, int index, size_t offset);
libexec/rtld-elf/rtld.h
419
void *allocate_tls(Obj_Entry *, void *, size_t, size_t);
libexec/rtld-elf/rtld.h
420
void free_tls(void *, size_t, size_t);
libexec/rtld-elf/rtld.h
48
extern size_t tls_last_offset;
libexec/rtld-elf/rtld.h
49
extern size_t tls_last_size;
libexec/rtld-elf/rtld.h
50
extern size_t tls_static_space;
libexec/rtld-elf/rtld.h
53
extern size_t ld_static_tls_extra;
libexec/rtld-elf/rtld.h
56
extern size_t *pagesizes;
libexec/rtld-elf/rtld.h
57
extern size_t page_size;
libexec/rtld-elf/rtld_malloc.c
114
__crt_malloc(size_t nbytes)
libexec/rtld-elf/rtld_malloc.c
118
size_t amt;
libexec/rtld-elf/rtld_malloc.c
155
__crt_calloc(size_t num, size_t size)
libexec/rtld-elf/rtld_malloc.c
171
__crt_aligned_alloc_offset(size_t align, size_t size, size_t offset)
libexec/rtld-elf/rtld_malloc.c
251
__crt_realloc(void *cp, size_t nbytes)
libexec/rtld-elf/rtld_malloc.c
277
if (nbytes <= onb && nbytes > (size_t)i)
libexec/rtld-elf/rtld_malloc.h
34
void *__crt_aligned_alloc_offset(size_t align, size_t size, size_t offset);
libexec/rtld-elf/rtld_malloc.h
35
void *__crt_calloc(size_t num, size_t size);
libexec/rtld-elf/rtld_malloc.h
37
void *__crt_malloc(size_t nbytes);
libexec/rtld-elf/rtld_malloc.h
38
void *__crt_realloc(void *cp, size_t nbytes);
libexec/rtld-elf/rtld_malloc.h
41
extern size_t *pagesizes;
libexec/rtld-elf/rtld_printf.c
271
*(va_arg(ap, size_t *)) = retval;
libexec/rtld-elf/rtld_printf.c
347
num = va_arg(ap, size_t);
libexec/rtld-elf/rtld_printf.c
433
rtld_snprintf(char *buf, size_t bufsize, const char *fmt, ...)
libexec/rtld-elf/rtld_printf.c
445
rtld_vsnprintf(char *buf, size_t bufsize, const char *fmt, va_list ap)
libexec/rtld-elf/rtld_printf.c
56
size_t remain;
libexec/rtld-elf/rtld_printf.c
57
size_t buf_total;
libexec/rtld-elf/rtld_printf.h
35
int rtld_snprintf(char *buf, size_t bufsize, const char *fmt, ...)
libexec/rtld-elf/rtld_printf.h
37
int rtld_vsnprintf(char *buf, size_t bufsize, const char *fmt, va_list ap);
libexec/rtld-elf/rtld_tls.h
59
void *_rtld_allocate_tls(void *oldtls, size_t tcbsize, size_t tcbalign)
libexec/rtld-elf/rtld_tls.h
67
void _rtld_free_tls(void *tcb, size_t tcbsize, size_t tcbalign) __exported;
libexec/rtld-elf/rtld_utrace.h
56
size_t mapsize;
libexec/rtld-elf/xmalloc.c
39
xcalloc(size_t number, size_t size)
libexec/rtld-elf/xmalloc.c
52
xmalloc(size_t size)
libexec/rtld-elf/xmalloc.c
69
size_t len;
libexec/rtld-elf/xmalloc.c
78
xmalloc_aligned(size_t size, size_t align, size_t offset)
libexec/tftpd/tests/functional.c
1004
size_t i;
libexec/tftpd/tests/functional.c
1028
require_bufeq((const char *)contents, 768, buffer, (size_t)r);
libexec/tftpd/tests/functional.c
1037
size_t i;
libexec/tftpd/tests/functional.c
105
recv_data(uint16_t blocknum, const char *contents, size_t contents_len)
libexec/tftpd/tests/functional.c
1061
require_bufeq((const char *)contents, 768, buffer, (size_t)r);
libexec/tftpd/tests/functional.c
1077
size_t contents_len;
libexec/tftpd/tests/functional.c
1095
require_bufeq(expected, sizeof(expected), buffer, (size_t)r);
libexec/tftpd/tests/functional.c
1116
size_t contents_len;
libexec/tftpd/tests/functional.c
1134
require_bufeq(contents, contents_len, buffer, (size_t)r);
libexec/tftpd/tests/functional.c
1166
size_t i;
libexec/tftpd/tests/functional.c
121
send_bytes(const void *cmd, size_t len)
libexec/tftpd/tests/functional.c
1222
require_bufeq(contents, sizeof(contents), buffer, (size_t)r);
libexec/tftpd/tests/functional.c
127
ATF_REQUIRE_EQ(len, (size_t)r);
libexec/tftpd/tests/functional.c
131
send_data(uint16_t blocknum, const char *contents, size_t contents_len)
libexec/tftpd/tests/functional.c
301
require_bufeq(const char *expected, size_t expected_len,
libexec/tftpd/tests/functional.c
302
const char *actual, size_t len)
libexec/tftpd/tests/functional.c
304
size_t i;
libexec/tftpd/tests/functional.c
433
write_all(int fd, const void *buf, size_t nbytes)
libexec/tftpd/tests/functional.c
440
nbytes -= (size_t)r;
libexec/tftpd/tests/functional.c
441
buf = (const char *)buf + (size_t)r;
libexec/tftpd/tests/functional.c
457
size_t pathlen;
libexec/tftpd/tests/functional.c
541
size_t i;
libexec/tftpd/tests/functional.c
55
static void require_bufeq(const char *expected, size_t expected_len,
libexec/tftpd/tests/functional.c
56
const char *actual, size_t len);
libexec/tftpd/tests/functional.c
572
size_t i;
libexec/tftpd/tests/functional.c
630
size_t i;
libexec/tftpd/tests/functional.c
654
size_t i;
libexec/tftpd/tests/functional.c
72
MIN((size_t)r, sizeof(hdr))); \
libexec/tftpd/tests/functional.c
759
size_t i;
libexec/tftpd/tests/functional.c
843
size_t contents_len;
libexec/tftpd/tests/functional.c
856
require_bufeq(contents, contents_len, buffer, (size_t)r);
libexec/tftpd/tests/functional.c
865
size_t i;
libexec/tftpd/tests/functional.c
894
require_bufeq((const char *)contents, 768, buffer, (size_t)r);
libexec/tftpd/tests/functional.c
905
size_t contents_len;
libexec/tftpd/tests/functional.c
92
recv_oack(const char *options, size_t options_len)
libexec/tftpd/tests/functional.c
928
require_bufeq(contents, contents_len, buffer, (size_t)r);
libexec/tftpd/tests/functional.c
937
size_t i;
libexec/tftpd/tests/functional.c
963
require_bufeq((const char *)contents, 768, buffer, (size_t)r);
libexec/tftpd/tftp-file.c
105
static size_t
libexec/tftpd/tftp-file.c
106
convert_to_net(char *buffer, size_t count, int init)
libexec/tftpd/tftp-file.c
108
size_t i;
libexec/tftpd/tftp-file.c
109
static size_t n = 0, in = 0;
libexec/tftpd/tftp-file.c
193
size_t
libexec/tftpd/tftp-file.c
247
size_t
libexec/tftpd/tftp-file.c
53
static size_t
libexec/tftpd/tftp-file.c
54
convert_from_net(char *buffer, size_t count)
libexec/tftpd/tftp-file.c
56
size_t i, n;
libexec/tftpd/tftp-file.h
29
size_t write_file(char *buffer, int count);
libexec/tftpd/tftp-file.h
33
size_t read_file(char *buffer, int count);
libexec/tftpd/tftp-options.c
218
size_t len;
libexec/tftpd/tftp-options.c
281
size_t len;
libexec/tftpd/tftp-transfer.c
244
struct tftphdr *firstblock, size_t fb_size)
libexec/tftpd/tftp-transfer.h
30
struct tftphdr *firstblock, size_t fb_size);
libexec/tftpd/tftp-utils.c
107
size_t
libexec/tftpd/tftp-utils.c
108
get_field(int peer, char *buffer, size_t size)
libexec/tftpd/tftp-utils.c
244
size_t space = sizeof(s);
libexec/tftpd/tftp-utils.c
278
size_t space = sizeof(s);
libexec/tftpd/tftp-utils.h
120
size_t amount;
libexec/tftpd/tftp-utils.h
65
size_t get_field(int peer, char *buffer, size_t size);
libexec/tftpd/tftpd.c
229
if ((size_t)n < 4 /* tftphdr */) {
libexec/tftpd/tftpd.c
407
tftp_rrq(peer, tp->th_stuff, (size_t)n - 1);
libexec/tftpd/tftpd.c
415
tftp_wrq(peer, tp->th_stuff, (size_t)n - 1);
libexec/tftpd/tftpd.c
458
parse_header(int peer, char *recvbuffer, size_t size,
libexec/tftpd/tftpd.c
463
size_t i;
libexec/tftpd/tftpd.c
503
tftp_wrq(int peer, char *recvbuffer, size_t size)
libexec/tftpd/tftpd.c
548
tftp_rrq(int peer, char *recvbuffer, size_t size)
libexec/tftpd/tftpd.c
633
size_t len, namelen;
libexec/tftpd/tftpd.c
666
if (ret < 0 || (size_t)ret >= sizeof(newname))
libexec/tftpd/tftpd.c
71
static void tftp_wrq(int peer, char *, size_t);
libexec/tftpd/tftpd.c
72
static void tftp_rrq(int peer, char *, size_t);
libexec/tftpd/tftpd.c
84
size_t len;
sbin/adjkerntz/adjkerntz.c
76
size_t len;
sbin/bectl/bectl.c
108
size_t i;
sbin/bectl/bectl_jail.c
115
size_t i, iarg, nargv;
sbin/bectl/bectl_jail.c
190
size_t i, searchlen, mntsize;
sbin/bectl/bectl_jail.c
59
size_t i, len;
sbin/bectl/bectl_list.c
275
size_t be_maxcol, mount_colsz;
sbin/camcontrol/camcontrol.c
10572
size_t table_size;
sbin/camcontrol/camcontrol.c
3962
size_t hdr_size = 0, entry_size = 0;
sbin/camcontrol/camcontrol.c
5696
size_t cdb_storage_len, uint8_t sense_len, uint32_t timeout,
sbin/camcontrol/camcontrol.c
854
size_t returned_bytes;
sbin/camcontrol/camcontrol.h
73
size_t cdb_storage_len, uint8_t sense_len, uint32_t timeout,
sbin/camcontrol/fwdownload.c
666
size_t dxfer_len = 0;
sbin/camcontrol/modeedit.c
1008
size_t indx, len;
sbin/camcontrol/modeedit.c
1045
size_t indx, len;
sbin/camcontrol/modeedit.c
600
size_t len;
sbin/camcontrol/modeedit.c
644
size_t len;
sbin/camcontrol/modeedit.c
705
size_t len, hlen, mphlen;
sbin/camcontrol/modeedit.c
791
size_t len, hlen;
sbin/camcontrol/modeedit.c
863
size_t length; /* Length of static fgetln buffer. */
sbin/camcontrol/persist.c
441
size_t table_size = 0, id_len = 0;
sbin/camcontrol/persist.c
571
size_t scope_size;
sbin/camcontrol/persist.c
614
size_t res_type_size;
sbin/camcontrol/progress.c
139
size_t starc;
sbin/conscontrol/conscontrol.c
125
size_t len;
sbin/conscontrol/conscontrol.c
139
size_t len;
sbin/conscontrol/conscontrol.c
60
size_t len;
sbin/conscontrol/conscontrol.c
91
size_t len;
sbin/ddb/ddb.c
70
size_t spn;
sbin/ddb/ddb_capture.c
124
size_t buflen, len;
sbin/ddb/ddb_capture.c
176
size_t len;
sbin/ddb/ddb_capture.c
70
kread(kvm_t *kvm, void *kvm_pointer, void *address, size_t size,
sbin/ddb/ddb_capture.c
71
size_t offset)
sbin/ddb/ddb_capture.c
77
if (ret < 0 || (size_t)ret != size)
sbin/ddb/ddb_capture.c
83
kread_symbol(kvm_t *kvm, int read_index, void *address, size_t size,
sbin/ddb/ddb_capture.c
84
size_t offset)
sbin/ddb/ddb_capture.c
89
if (ret < 0 || (size_t)ret != size)
sbin/ddb/ddb_script.c
61
size_t buflen, len;
sbin/decryptcore/decryptcore.c
314
size_t ii;
sbin/decryptcore/decryptcore.c
83
size_t kdksize;
sbin/decryptcore/decryptcore.c
97
kdksize += (size_t)kdk->kdk_encryptedkeysize;
sbin/devd/devd.cc
1288
size_t len;
sbin/devd/devd.cc
1308
size_t len;
sbin/devd/tests/client_test.c
140
size_t len = 0, sz;
sbin/devfs/devfs.c
143
size_t
sbin/devfs/devfs.c
146
size_t rv;
sbin/devfs/extern.h
51
size_t efgetln(FILE *, char **);
sbin/devmatch/devmatch.c
102
size_t buflen, len;
sbin/devmatch/devmatch.c
73
read_hints(const char *fn, size_t *len)
sbin/dhclient/alloc.c
49
new_string_list(size_t size)
sbin/dhclient/bpf.c
310
send_packet_unpriv(int privfd, struct dhcp_packet *raw, size_t len,
sbin/dhclient/bpf.c
319
sizeof(size_t) + len +
sbin/dhclient/bpf.c
345
size_t len;
sbin/dhclient/bpf.c
349
if (hdr->len < sizeof(*hdr) + sizeof(size_t))
sbin/dhclient/bpf.c
352
if (hdr->len != sizeof(*hdr) + sizeof(size_t) + len +
sbin/dhclient/bpf.c
398
size_t len, struct sockaddr_in *from, struct hardware *hfrom)
sbin/dhclient/clparse.c
890
size_t valsize;
sbin/dhclient/dhclient.c
1679
size_t len;
sbin/dhclient/dhclient.c
1802
size_t len;
sbin/dhclient/dhclient.c
2061
size_t len, mediumlen = 0;
sbin/dhclient/dhclient.c
2071
sizeof(size_t) + mediumlen +
sbin/dhclient/dhclient.c
2072
sizeof(size_t) + strlen(reason);
sbin/dhclient/dhclient.c
2127
size_t len;
sbin/dhclient/dhclient.c
2264
size_t fn_len = 0, sn_len = 0, pr_len = 0;
sbin/dhclient/dhclient.c
2400
size_t j;
sbin/dhclient/dhclient.c
2466
dhcp_option_ev_name(char *buf, size_t buflen, struct option *option)
sbin/dhclient/dhclient.c
2468
size_t i;
sbin/dhclient/dhcpd.h
207
size_t rbuf_max;
sbin/dhclient/dhcpd.h
208
size_t rbuf_offset;
sbin/dhclient/dhcpd.h
209
size_t rbuf_len;
sbin/dhclient/dhcpd.h
291
unsigned char *parse_numeric_aggregate(FILE *, unsigned char *, size_t *,
sbin/dhclient/dhcpd.h
300
struct string_list *new_string_list(size_t size);
sbin/dhclient/dhcpd.h
308
void send_packet_unpriv(int, struct dhcp_packet *, size_t, struct in_addr,
sbin/dhclient/dhcpd.h
312
ssize_t receive_packet(struct interface_info *, unsigned char *, size_t,
sbin/dhclient/dhcpd.h
412
int dhcp_option_ev_name(char *, size_t, struct option *);
sbin/dhclient/dhcpd.h
448
struct buf *buf_open(size_t);
sbin/dhclient/dhcpd.h
449
int buf_add(struct buf *, const void *, size_t);
sbin/dhclient/dhcpd.h
451
ssize_t buf_read(int, void *, size_t);
sbin/dhclient/dhcpd.h
86
size_t len;
sbin/dhclient/dhcpd.h
96
size_t len;
sbin/dhclient/errwarn.c
173
do_percentm(char *obuf, size_t size, const char *ibuf)
sbin/dhclient/errwarn.c
178
size_t prlen;
sbin/dhclient/errwarn.c
179
size_t fmt_left;
sbin/dhclient/errwarn.c
50
static void do_percentm(char *obuf, size_t size, const char *ibuf);
sbin/dhclient/options.c
214
size_t offset;
sbin/dhclient/options.c
259
find_search_domain_name_len(struct option_data *option, size_t *offset)
sbin/dhclient/options.c
262
size_t i, pointer;
sbin/dhclient/options.c
329
expand_search_domain_name(struct option_data *option, size_t *offset,
sbin/dhclient/options.c
333
size_t i, pointer;
sbin/dhclient/options.c
388
size_t main_buffer_size;
sbin/dhclient/options.c
59
int find_search_domain_name_len(struct option_data *option, size_t *offset);
sbin/dhclient/options.c
60
void expand_search_domain_name(struct option_data *option, size_t *offset,
sbin/dhclient/parse.c
121
size_t valsize;
sbin/dhclient/parse.c
162
size_t hlen;
sbin/dhclient/parse.c
246
parse_numeric_aggregate(FILE *cfile, unsigned char *buf, size_t *max,
sbin/dhclient/parse.c
252
size_t valsize, count = 0;
sbin/dhclient/privsep.c
108
size_t medium_len, reason_len, filename_len,
sbin/dhclient/privsep.c
119
if (hdr.len < sizeof(hdr) + sizeof(size_t))
sbin/dhclient/privsep.c
122
if (hdr.len < medium_len + sizeof(size_t) + sizeof(hdr)
sbin/dhclient/privsep.c
123
+ sizeof(size_t) || medium_len == SIZE_T_MAX)
sbin/dhclient/privsep.c
149
totlen = sizeof(hdr) + sizeof(lease) + sizeof(size_t);
sbin/dhclient/privsep.c
155
totlen += filename_len + sizeof(size_t);
sbin/dhclient/privsep.c
166
totlen += servername_len + sizeof(size_t);
sbin/dhclient/privsep.c
24
buf_open(size_t len)
sbin/dhclient/privsep.c
40
buf_add(struct buf *buf, const void *data, size_t len)
sbin/dhclient/privsep.c
75
buf_read(int sock, void *buf, size_t nbytes)
sbin/dhclient/privsep.c
78
size_t r = 0;
sbin/dhclient/privsep.c
86
r += (size_t)n;
sbin/dhclient/privsep.h
26
size_t size;
sbin/dhclient/privsep.h
27
size_t wpos;
sbin/dhclient/privsep.h
28
size_t rpos;
sbin/dhclient/privsep.h
43
size_t len;
sbin/dmesg/dmesg.c
69
size_t buflen, bufpos;
sbin/dump/cache.c
79
cread(int fd, void *buf, size_t nbytes, off_t offset)
sbin/dump/dump.h
107
ssize_t cread(int fd, void *buf, size_t nbytes, off_t offset);
sbin/dumpon/dumpon.c
198
size_t namelen = nitems(name);
sbin/dumpon/dumpon.c
200
size_t len;
sbin/dumpon/dumpon.c
382
size_t len;
sbin/dumpon/dumpon.c
97
size_t sz;
sbin/ffsinfo/ffsinfo.c
121
size_t len;
sbin/ffsinfo/ffsinfo.c
230
fscs = (struct csum *)calloc((size_t)1,
sbin/ffsinfo/ffsinfo.c
231
(size_t)sblock.fs_cssize);
sbin/ffsinfo/ffsinfo.c
240
(size_t)(sblock.fs_cssize-i < sblock.fs_bsize ?
sbin/ffsinfo/ffsinfo.c
275
(size_t)sblock.fs_cgsize) == -1)
sbin/ffsinfo/ffsinfo.c
370
(void *)&i1blk, (size_t)sblock.fs_bsize) == -1) {
sbin/ffsinfo/ffsinfo.c
378
(size_t)rb);
sbin/ffsinfo/ffsinfo.c
386
(void *)&i2blk, (size_t)sblock.fs_bsize) == -1) {
sbin/ffsinfo/ffsinfo.c
400
(void *)&i1blk, (size_t)sblock.fs_bsize) == -1) {
sbin/ffsinfo/ffsinfo.c
409
(size_t)rb);
sbin/ffsinfo/ffsinfo.c
418
(void *)&i3blk, (size_t)sblock.fs_bsize) == -1) {
sbin/ffsinfo/ffsinfo.c
435
(void *)&i2blk, (size_t)sblock.fs_bsize) == -1) {
sbin/ffsinfo/ffsinfo.c
451
(void *)&i1blk, (size_t)sblock.fs_bsize)
sbin/ffsinfo/ffsinfo.c
461
(size_t)rb);
sbin/ffsinfo/ffsinfo.c
522
(void *)&i1blk, (size_t)sblock.fs_bsize) == -1) {
sbin/ffsinfo/ffsinfo.c
527
DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb);
sbin/ffsinfo/ffsinfo.c
535
(void *)&i2blk, (size_t)sblock.fs_bsize) == -1) {
sbin/ffsinfo/ffsinfo.c
549
(void *)&i1blk, (size_t)sblock.fs_bsize) == -1) {
sbin/ffsinfo/ffsinfo.c
555
DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb);
sbin/ffsinfo/ffsinfo.c
564
(void *)&i3blk, (size_t)sblock.fs_bsize) == -1) {
sbin/ffsinfo/ffsinfo.c
581
(void *)&i2blk, (size_t)sblock.fs_bsize) == -1) {
sbin/ffsinfo/ffsinfo.c
596
(void *)&i1blk, (size_t)sblock.fs_bsize)
sbin/ffsinfo/ffsinfo.c
603
DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb);
sbin/fsck/fsck.c
497
size_t i, j;
sbin/fsck/fsutil.c
190
emalloc(size_t s)
sbin/fsck/fsutil.c
202
erealloc(void *p, size_t s)
sbin/fsck/fsutil.h
40
void *emalloc(size_t);
sbin/fsck/fsutil.h
41
void *erealloc(void *, size_t);
sbin/fsck/preen.c
247
size_t len = 0;
sbin/fsck_ffs/dir.c
100
size_t size;
sbin/fsck_ffs/dir.c
216
memmove(dbuf, dp, (size_t)dsize);
sbin/fsck_ffs/dir.c
223
(size_t)dsize);
sbin/fsck_ffs/dir.c
313
size_t size;
sbin/fsck_ffs/dir.c
546
memmove(dirp->d_name, idesc->id_name, (size_t)newent.d_namlen + 1);
sbin/fsck_ffs/dir.c
780
size_t filesize, lastlbnsize;
sbin/fsck_ffs/fsck.h
305
size_t i_isize; /* size of inode */
sbin/fsck_ffs/fsck.h
413
Malloc(size_t size)
sbin/fsck_ffs/fsck.h
427
Balloc(size_t size)
sbin/fsck_ffs/fsck.h
442
Calloc(size_t cnt, size_t size)
sbin/fsck_ffs/fsutil.c
1080
memset(cgp, 0, (size_t)sblock.fs_cgsize);
sbin/fsck_ffs/fsutil.c
1315
memmove(cp, namebuf, (size_t)len);
sbin/fsck_ffs/fsutil.c
1324
memmove(namebuf, cp, (size_t)(&namebuf[MAXPATHLEN] - cp));
sbin/fsck_ffs/fsutil.c
891
memset(buf, 0, (size_t)size);
sbin/fsck_ffs/inode.c
1310
memmove(idesc->id_name, dirp->d_name, (size_t)dirp->d_namlen + 1);
sbin/fsck_ffs/main.c
231
size_t size;
sbin/fsck_ffs/main.c
592
size_t size;
sbin/fsck_ffs/main.c
683
build_iovec(&iov, &iovlen, "from", snapname, (size_t)-1);
sbin/fsck_ffs/main.c
684
build_iovec(&iov, &iovlen, "fspath", mntp->f_mntonname, (size_t)-1);
sbin/fsck_ffs/pass2.c
129
qsort((char *)inpsort, (size_t)inplast, sizeof *inpsort, blksort);
sbin/fsck_ffs/pass2.c
328
memmove(dirp, &proto, (size_t)entrysize);
sbin/fsck_ffs/pass2.c
338
memmove(dirp, &proto, (size_t)entrysize);
sbin/fsck_ffs/pass2.c
362
memset(dirp, 0, (size_t)proto.d_reclen);
sbin/fsck_ffs/pass2.c
411
memmove(dirp, &proto, (size_t)entrysize);
sbin/fsck_ffs/pass2.c
428
memmove(dirp, &proto, (size_t)entrysize);
sbin/fsck_ffs/pass2.c
434
memmove(dirp, &proto, (size_t)entrysize);
sbin/fsck_ffs/pass5.c
232
memset(cg_inosused(newcg), 0, (size_t)(mapsize));
sbin/fsck_ffs/pass5.c
346
memmove(cg, newcg, (size_t)fs->fs_cgsize);
sbin/fsck_ffs/pass5.c
353
memmove(cg, newcg, (size_t)basesize);
sbin/fsck_ffs/pass5.c
362
(size_t)mapsize);
sbin/fsck_ffs/pass5.c
66
memset(newcg, 0, (size_t)fs->fs_cgsize);
sbin/fsck_ffs/setup.c
280
size_t size;
sbin/fsck_ffs/suj.c
138
errmalloc(size_t n)
sbin/fsck_msdosfs/boot.c
253
boot->bpbFATs, (size_t)boot->FATsecs);
sbin/fsck_msdosfs/boot.c
52
if ((size_t)read(dosfs, block, sizeof block) != sizeof block) {
sbin/fsck_msdosfs/dir.c
1086
reconnect(struct fat_descriptor *fat, cl_t head, size_t length)
sbin/fsck_msdosfs/dir.c
1136
|| (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
sbin/fsck_msdosfs/dir.c
1166
|| (size_t)write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
sbin/fsck_msdosfs/dir.c
224
size_t len;
sbin/fsck_msdosfs/dir.c
389
size_t chainsize;
sbin/fsck_msdosfs/dir.c
560
size_t dirclusters;
sbin/fsck_msdosfs/ext.h
128
int checkchain(struct fat_descriptor *, cl_t, size_t *);
sbin/fsck_msdosfs/ext.h
137
int reconnect(struct fat_descriptor *, cl_t, size_t);
sbin/fsck_msdosfs/fat.c
1034
checkchain(struct fat_descriptor *fat, cl_t head, size_t *chainsize)
sbin/fsck_msdosfs/fat.c
1142
size_t rwsize, tailsize, blobs, i;
sbin/fsck_msdosfs/fat.c
115
static inline size_t
sbin/fsck_msdosfs/fat.c
1168
(size_t)read(fd, fat->fatbuf, rwsize) != rwsize) &&
sbin/fsck_msdosfs/fat.c
1175
(size_t)write(fd, fat->fatbuf, rwsize) != rwsize) &&
sbin/fsck_msdosfs/fat.c
1191
size_t writesz;
sbin/fsck_msdosfs/fat.c
122
bitmap_ctor(long_bitmap_t *lbp, size_t bits, bool allone)
sbin/fsck_msdosfs/fat.c
1230
(size_t)write(fd, fat->fatbuf, writesz) != writesz) &&
sbin/fsck_msdosfs/fat.c
124
size_t bitmap_size = roundup2(bits, LONG_BIT) / (LONG_BIT / 8);
sbin/fsck_msdosfs/fat.c
1250
size_t chains, chainlength;
sbin/fsck_msdosfs/fat.c
159
static const size_t fat32_cache_chunk_size = 131072; /* MAXPHYS */
sbin/fsck_msdosfs/fat.c
160
static const size_t fat32_cache_size = 4194304;
sbin/fsck_msdosfs/fat.c
161
static const size_t fat32_cache_entries = 32; /* XXXgcc: cache_size / cache_chunk_size */
sbin/fsck_msdosfs/fat.c
176
size_t fatsize;
sbin/fsck_msdosfs/fat.c
178
size_t fat32_cached_chunks;
sbin/fsck_msdosfs/fat.c
203
static size_t
sbin/fsck_msdosfs/fat.c
346
static inline size_t
sbin/fsck_msdosfs/fat.c
363
size_t writesize;
sbin/fsck_msdosfs/fat.c
374
(size_t)write(fd, entry->chunk, writesize) != writesize) {
sbin/fsck_msdosfs/fat.c
390
size_t rwsize;
sbin/fsck_msdosfs/fat.c
428
(size_t)read(fd, entry->chunk, rwsize) != rwsize) {
sbin/fsck_msdosfs/fat.c
585
size_t len;
sbin/fsck_msdosfs/fat.c
604
if ((size_t)read(fs, buffer, boot->bpbBytesPerSec) !=
sbin/fsck_msdosfs/fat.c
648
size_t len;
sbin/fsck_msdosfs/fat.c
666
if ((size_t)pread(fd, buffer, len, off) != len) {
sbin/fsck_msdosfs/fat.c
677
if ((size_t)pwrite(fd, buffer, len, off) != len) {
sbin/fsck_msdosfs/fat.c
696
size_t i;
sbin/fsck_msdosfs/fat.c
698
size_t readsize;
sbin/fsck_msdosfs/fat.c
752
if ((size_t)read(fd, fat->fatbuf, readsize) != readsize) {
sbin/fsck_msdosfs/fat.c
84
size_t count; /* Total set bits in the map */
sbin/fsck_msdosfs/fat.c
859
(size_t)boot->NumClusters);
sbin/geom/core/geom.c
1431
size_t len;
sbin/geom/core/geom.c
211
strlcatf(char *str, size_t size, const char *format, ...)
sbin/geom/core/geom.c
213
size_t len;
sbin/geom/core/geom.c
259
size_t optnamesize;
sbin/geom/misc/subr.c
222
g_metadata_read(const char *name, unsigned char *md, size_t size,
sbin/geom/misc/subr.c
281
g_metadata_store(const char *name, const unsigned char *md, size_t size)
sbin/geom/misc/subr.c
403
gctl_get_param(struct gctl_req *req, size_t len, const char *pfmt, va_list ap)
sbin/geom/misc/subr.h
40
int g_metadata_read(const char *name, unsigned char *md, size_t size,
sbin/geom/misc/subr.h
42
int g_metadata_store(const char *name, const unsigned char *md, size_t size);
sbin/ggate/ggatec/ggatec.c
540
size_t intsize;
sbin/ggate/ggatec/ggatec.c
98
size_t buf_capacity;
sbin/ggate/ggated/ggated.c
681
malloc_waitok(size_t size)
sbin/ggate/ggatel/ggatel.c
142
if ((size_t)ggio.gctl_length > bsize) {
sbin/ggate/ggatel/ggatel.c
93
size_t bsize;
sbin/ggate/shared/ggate.c
236
g_gate_send(int s, const void *buf, size_t len, int flags)
sbin/ggate/shared/ggate.c
261
g_gate_recv(int s, void *buf, size_t len, int flags)
sbin/ggate/shared/ggate.h
111
ssize_t g_gate_recv(int s, void *buf, size_t len, int flags);
sbin/ggate/shared/ggate.h
112
ssize_t g_gate_send(int s, const void *buf, size_t len, int flags);
sbin/growfs/debug.c
802
dbg_dump_iblk(struct fs *sb, const char *comment, char *block, size_t length)
sbin/growfs/debug.c
820
for (i = 0; (size_t)i < MIN(howmany(sb->fs_bsize, size), length);
sbin/growfs/debug.c
824
if ((size_t)(i + j) < length)
sbin/growfs/debug.h
61
void dbg_dump_iblk(struct fs *, const char *, char *, size_t);
sbin/growfs/growfs.c
100
static void wtfs(ufs2_daddr_t, size_t, void *, int, unsigned int);
sbin/growfs/growfs.c
1056
(size_t)sblock.fs_cgsize, (void *)&acg, fso, Nflag);
sbin/growfs/growfs.c
1068
rdfs(ufs2_daddr_t bno, size_t size, void *bf, int fsi)
sbin/growfs/growfs.c
1091
wtfs(ufs2_daddr_t bno, size_t size, void *bf, int fso, unsigned int Nflag)
sbin/growfs/growfs.c
140
fscs = (struct csum *)calloc((size_t)1, (size_t)sblock.fs_cssize);
sbin/growfs/growfs.c
565
(size_t)osblock.fs_cgsize, (void *)&aocg, fsi);
sbin/growfs/growfs.c
585
(size_t)sblock.fs_cgsize, (void *)&acg, fso, Nflag);
sbin/growfs/growfs.c
765
wtfs(fsbtodb(&sblock, cgtod(&sblock, cylno)), (size_t)sblock.fs_cgsize,
sbin/growfs/growfs.c
821
(size_t)osblock.fs_cgsize, (void *)&aocg, fsi);
sbin/growfs/growfs.c
963
(size_t)sblock.fs_cgsize, (void *)&acg, fso, Nflag);
sbin/growfs/growfs.c
99
static void rdfs(ufs2_daddr_t, size_t, void *, int);
sbin/growfs/growfs.c
991
(size_t)sblock.fs_cgsize, (void *)&aocg, fsi);
sbin/hastctl/hastctl.c
93
size_t mapsize;
sbin/hastd/activemap.c
419
size_t
sbin/hastd/activemap.c
432
size_t
sbin/hastd/activemap.c
445
activemap_copyin(struct activemap *amp, const unsigned char *buf, size_t size)
sbin/hastd/activemap.c
483
activemap_merge(struct activemap *amp, const unsigned char *buf, size_t size)
sbin/hastd/activemap.c
525
activemap_bitmap(struct activemap *amp, size_t *sizep)
sbin/hastd/activemap.c
540
size_t
sbin/hastd/activemap.c
58
size_t am_mapsize; /* Bitmap size in bytes. */
sbin/hastd/activemap.c
63
size_t am_diskmapsize; /* Map size rounded up to sector size. */
sbin/hastd/activemap.h
50
size_t activemap_size(const struct activemap *amp);
sbin/hastd/activemap.h
51
size_t activemap_ondisk_size(const struct activemap *amp);
sbin/hastd/activemap.h
53
size_t size);
sbin/hastd/activemap.h
55
size_t size);
sbin/hastd/activemap.h
56
const unsigned char *activemap_bitmap(struct activemap *amp, size_t *sizep);
sbin/hastd/activemap.h
58
size_t activemap_calc_ondisk_size(uint64_t mediasize, uint32_t extentsize,
sbin/hastd/ebuf.c
109
ebuf_add_head(struct ebuf *eb, const void *data, size_t size)
sbin/hastd/ebuf.c
114
if (size > (size_t)(eb->eb_used - eb->eb_start)) {
sbin/hastd/ebuf.c
122
PJDLOG_ASSERT(size <= (size_t)(eb->eb_used - eb->eb_start));
sbin/hastd/ebuf.c
136
ebuf_add_tail(struct ebuf *eb, const void *data, size_t size)
sbin/hastd/ebuf.c
141
if (size > (size_t)(eb->eb_end - (eb->eb_used + eb->eb_size))) {
sbin/hastd/ebuf.c
150
(size_t)(eb->eb_end - (eb->eb_used + eb->eb_size)));
sbin/hastd/ebuf.c
163
ebuf_del_head(struct ebuf *eb, size_t size)
sbin/hastd/ebuf.c
174
ebuf_del_tail(struct ebuf *eb, size_t size)
sbin/hastd/ebuf.c
187
ebuf_data(struct ebuf *eb, size_t *sizep)
sbin/hastd/ebuf.c
200
size_t
sbin/hastd/ebuf.c
213
ebuf_head_extend(struct ebuf *eb, size_t size)
sbin/hastd/ebuf.c
216
size_t newsize, page_size;
sbin/hastd/ebuf.c
242
ebuf_tail_extend(struct ebuf *eb, size_t size)
sbin/hastd/ebuf.c
245
size_t newsize, page_size;
sbin/hastd/ebuf.c
59
size_t eb_size;
sbin/hastd/ebuf.c
62
static int ebuf_head_extend(struct ebuf *eb, size_t size);
sbin/hastd/ebuf.c
63
static int ebuf_tail_extend(struct ebuf *eb, size_t size);
sbin/hastd/ebuf.c
66
ebuf_alloc(size_t size)
sbin/hastd/ebuf.c
69
size_t page_size;
sbin/hastd/ebuf.h
38
struct ebuf *ebuf_alloc(size_t size);
sbin/hastd/ebuf.h
41
int ebuf_add_head(struct ebuf *eb, const void *data, size_t size);
sbin/hastd/ebuf.h
42
int ebuf_add_tail(struct ebuf *eb, const void *data, size_t size);
sbin/hastd/ebuf.h
44
void ebuf_del_head(struct ebuf *eb, size_t size);
sbin/hastd/ebuf.h
45
void ebuf_del_tail(struct ebuf *eb, size_t size);
sbin/hastd/ebuf.h
47
void *ebuf_data(struct ebuf *eb, size_t *sizep);
sbin/hastd/ebuf.h
48
size_t ebuf_size(struct ebuf *eb);
sbin/hastd/hast_checksum.c
115
void **datap, size_t *sizep, bool *freedatap __unused)
sbin/hastd/hast_checksum.c
119
size_t chsize, rhsize;
sbin/hastd/hast_checksum.c
45
hast_crc32_checksum(const unsigned char *data, size_t size,
sbin/hastd/hast_checksum.c
46
unsigned char *hash, size_t *hsizep)
sbin/hastd/hast_checksum.c
59
hast_sha256_checksum(const unsigned char *data, size_t size,
sbin/hastd/hast_checksum.c
60
unsigned char *hash, size_t *hsizep)
sbin/hastd/hast_checksum.c
87
size_t *sizep, bool *freedatap __unused)
sbin/hastd/hast_checksum.c
90
size_t hsize;
sbin/hastd/hast_checksum.h
40
void **datap, size_t *sizep, bool *freedatap);
sbin/hastd/hast_checksum.h
42
void **datap, size_t *sizep, bool *freedatap);
sbin/hastd/hast_compression.c
111
(size_t)size);
sbin/hastd/hast_compression.c
124
hast_lzf_compress(const unsigned char *data, size_t *sizep)
sbin/hastd/hast_compression.c
128
size_t newsize;
sbin/hastd/hast_compression.c
156
hast_lzf_decompress(const unsigned char *data, size_t *sizep)
sbin/hastd/hast_compression.c
160
size_t newsize;
sbin/hastd/hast_compression.c
171
(size_t)origsize);
sbin/hastd/hast_compression.c
204
size_t *sizep, bool *freedatap)
sbin/hastd/hast_compression.c
208
size_t size;
sbin/hastd/hast_compression.c
252
void **datap, size_t *sizep, bool *freedatap)
sbin/hastd/hast_compression.c
256
size_t size;
sbin/hastd/hast_compression.c
44
allzeros(const void *data, size_t size)
sbin/hastd/hast_compression.c
72
hast_hole_compress(const unsigned char *data, size_t *sizep)
sbin/hastd/hast_compression.c
83
(size_t)*sizep);
sbin/hastd/hast_compression.c
94
hast_hole_decompress(const unsigned char *data, size_t *sizep)
sbin/hastd/hast_compression.h
40
void **datap, size_t *sizep, bool *freedatap);
sbin/hastd/hast_compression.h
42
void **datap, size_t *sizep, bool *freedatap);
sbin/hastd/hast_proto.c
173
struct nv *nv, void *data, size_t size)
sbin/hastd/hast_proto.c
177
size_t dsize;
sbin/hastd/hast_proto.c
57
size_t *, bool *);
sbin/hastd/hast_proto.c
59
size_t *, bool *);
sbin/hastd/hast_proto.c
79
struct nv *nv, const void *data, size_t size)
sbin/hastd/hast_proto.c
85
size_t hsize;
sbin/hastd/hast_proto.h
40
struct nv *nv, const void *data, size_t size);
sbin/hastd/hast_proto.h
43
struct proto_conn *conn, struct nv *nv, void *data, size_t size);
sbin/hastd/hastd.c
751
size_t size;
sbin/hastd/metadata.c
173
size_t size;
sbin/hastd/metadata.c
180
(size_t)METADATA_SIZE);
sbin/hastd/nv.c
100
(sizeof(struct nvhdr) + roundup2((size_t)(nvh)->nvh_namesize, 8))
sbin/hastd/nv.c
112
static void nv_add(struct nv *nv, const unsigned char *value, size_t vsize,
sbin/hastd/nv.c
114
static void nv_addv(struct nv *nv, const unsigned char *value, size_t vsize,
sbin/hastd/nv.c
197
nv_validate(struct nv *nv, size_t *extrap)
sbin/hastd/nv.c
201
size_t dsize, size, vsize;
sbin/hastd/nv.c
240
(size_t)(nvh->nvh_namesize - 1)) {
sbin/hastd/nv.c
342
size_t size;
sbin/hastd/nv.c
371
size_t extra;
sbin/hastd/nv.c
424
size_t nsize, const char *namefmt, ...) \
sbin/hastd/nv.c
450
size_t size;
sbin/hastd/nv.c
521
nv_get_##type##_array(struct nv *nv, size_t *sizep, \
sbin/hastd/nv.c
621
size_t dsize, size;
sbin/hastd/nv.c
754
nv_add(struct nv *nv, const unsigned char *value, size_t vsize, int type,
sbin/hastd/nv.c
759
size_t namesize;
sbin/hastd/nv.c
811
nv_addv(struct nv *nv, const unsigned char *value, size_t vsize, int type,
sbin/hastd/nv.c
815
size_t namesize;
sbin/hastd/nv.c
829
size_t size, namesize;
sbin/hastd/nv.c
871
size_t vsize;
sbin/hastd/nv.h
109
const int8_t *nv_get_int8_array(struct nv *nv, size_t *sizep,
sbin/hastd/nv.h
111
const uint8_t *nv_get_uint8_array(struct nv *nv, size_t *sizep,
sbin/hastd/nv.h
113
const int16_t *nv_get_int16_array(struct nv *nv, size_t *sizep,
sbin/hastd/nv.h
115
const uint16_t *nv_get_uint16_array(struct nv *nv, size_t *sizep,
sbin/hastd/nv.h
117
const int32_t *nv_get_int32_array(struct nv *nv, size_t *sizep,
sbin/hastd/nv.h
119
const uint32_t *nv_get_uint32_array(struct nv *nv, size_t *sizep,
sbin/hastd/nv.h
121
const int64_t *nv_get_int64_array(struct nv *nv, size_t *sizep,
sbin/hastd/nv.h
123
const uint64_t *nv_get_uint64_array(struct nv *nv, size_t *sizep,
sbin/hastd/nv.h
49
int nv_validate(struct nv *nv, size_t *extrap);
sbin/hastd/nv.h
70
void nv_add_int8_array(struct nv *nv, const int8_t *value, size_t size,
sbin/hastd/nv.h
72
void nv_add_uint8_array(struct nv *nv, const uint8_t *value, size_t size,
sbin/hastd/nv.h
74
void nv_add_int16_array(struct nv *nv, const int16_t *value, size_t size,
sbin/hastd/nv.h
76
void nv_add_uint16_array(struct nv *nv, const uint16_t *value, size_t size,
sbin/hastd/nv.h
78
void nv_add_int32_array(struct nv *nv, const int32_t *value, size_t size,
sbin/hastd/nv.h
80
void nv_add_uint32_array(struct nv *nv, const uint32_t *value, size_t size,
sbin/hastd/nv.h
82
void nv_add_int64_array(struct nv *nv, const int64_t *value, size_t size,
sbin/hastd/nv.h
84
void nv_add_uint64_array(struct nv *nv, const uint64_t *value, size_t size,
sbin/hastd/parse.y
734
size_t bufsize;
sbin/hastd/parse.y
750
if (pos != NULL && (size_t)(pos - buf) == strlen(name) &&
sbin/hastd/parse.y
804
size_t bufsize;
sbin/hastd/parse.y
814
(void)strlcpy(names, buf, MIN((size_t)(pos - buf + 1),
sbin/hastd/pjdlog.c
411
if ((size_t)len < sizeof(log))
sbin/hastd/pjdlog.c
413
if (error != -1 && (size_t)len < sizeof(log)) {
sbin/hastd/pjdlog.c
61
size_t n, int *argt)
sbin/hastd/pjdlog.c
87
size_t n, int *argt)
sbin/hastd/primary.c
119
static size_t hio_free_list_size;
sbin/hastd/primary.c
128
static size_t *hio_send_list_size;
sbin/hastd/primary.c
1327
(size_t)ggio->gctl_length);
sbin/hastd/primary.c
1340
(size_t)ggio->gctl_length);
sbin/hastd/primary.c
138
static size_t *hio_recv_list_size;
sbin/hastd/primary.c
147
static size_t hio_done_list_size;
sbin/hastd/primary.c
336
size_t size;
sbin/hastd/primary.c
525
size_t mapsize;
sbin/hastd/primary.c
642
size_t size;
sbin/hastd/proto.c
246
proto_send(const struct proto_conn *conn, const void *data, size_t size)
sbin/hastd/proto.c
264
proto_recv(const struct proto_conn *conn, void *data, size_t size)
sbin/hastd/proto.c
386
proto_local_address(const struct proto_conn *conn, char *addr, size_t size)
sbin/hastd/proto.c
398
proto_remote_address(const struct proto_conn *conn, char *addr, size_t size)
sbin/hastd/proto.h
45
int proto_send(const struct proto_conn *conn, const void *data, size_t size);
sbin/hastd/proto.h
46
int proto_recv(const struct proto_conn *conn, void *data, size_t size);
sbin/hastd/proto.h
54
size_t size);
sbin/hastd/proto.h
56
size_t size);
sbin/hastd/proto_common.c
193
proto_common_recv(int sock, unsigned char *data, size_t size, int *fdp)
sbin/hastd/proto_common.c
92
proto_common_send(int sock, const unsigned char *data, size_t size, int fd)
sbin/hastd/proto_common.c
95
size_t sendsize;
sbin/hastd/proto_impl.h
47
typedef int prt_send_t(void *, const unsigned char *, size_t, int);
sbin/hastd/proto_impl.h
48
typedef int prt_recv_t(void *, unsigned char *, size_t, int *);
sbin/hastd/proto_impl.h
51
typedef void prt_local_address_t(const void *, char *, size_t);
sbin/hastd/proto_impl.h
52
typedef void prt_remote_address_t(const void *, char *, size_t);
sbin/hastd/proto_impl.h
75
int proto_common_send(int sock, const unsigned char *data, size_t size, int fd);
sbin/hastd/proto_impl.h
76
int proto_common_recv(int sock, unsigned char *data, size_t size, int *fdp);
sbin/hastd/proto_socketpair.c
124
sp_recv(void *ctx, unsigned char *data, size_t size, int *fdp)
sbin/hastd/proto_socketpair.c
85
sp_send(void *ctx, const unsigned char *data, size_t size, int fd)
sbin/hastd/proto_tcp.c
106
size_t size;
sbin/hastd/proto_tcp.c
163
size = (size_t)(pp - addr - 2 + 1);
sbin/hastd/proto_tcp.c
168
size = (size_t)(pp - addr + 1);
sbin/hastd/proto_tcp.c
482
tcp_send(void *ctx, const unsigned char *data, size_t size, int fd)
sbin/hastd/proto_tcp.c
495
tcp_recv(void *ctx, unsigned char *data, size_t size, int *fdp)
sbin/hastd/proto_tcp.c
565
tcp_local_address(const void *ctx, char *addr, size_t size)
sbin/hastd/proto_tcp.c
583
tcp_remote_address(const void *ctx, char *addr, size_t size)
sbin/hastd/proto_uds.c
230
uds_send(void *ctx, const unsigned char *data, size_t size, int fd)
sbin/hastd/proto_uds.c
242
uds_recv(void *ctx, unsigned char *data, size_t size, int *fdp)
sbin/hastd/proto_uds.c
265
uds_local_address(const void *ctx, char *addr, size_t size)
sbin/hastd/proto_uds.c
289
uds_remote_address(const void *ctx, char *addr, size_t size)
sbin/hastd/secondary.c
200
(size_t)MAXPHYS);
sbin/hastd/secondary.c
222
size_t mapsize;
sbin/hastd/secondary.c
521
if ((size_t)len < sizeof(msg)) {
sbin/hastd/secondary.c
759
size_t mapsize;
sbin/hastd/secondary.c
84
static size_t hio_free_list_size;
sbin/hastd/secondary.c
865
size_t length;
sbin/hastd/secondary.c
91
static size_t hio_disk_list_size;
sbin/hastd/secondary.c
98
static size_t hio_send_list_size;
sbin/hastd/subr.c
58
vsnprlcat(char *str, size_t size, const char *fmt, va_list ap)
sbin/hastd/subr.c
60
size_t len;
sbin/hastd/subr.c
67
snprlcat(char *str, size_t size, const char *fmt, ...)
sbin/hastd/subr.h
49
int vsnprlcat(char *str, size_t size, const char *fmt, va_list ap);
sbin/hastd/subr.h
50
int snprlcat(char *str, size_t size, const char *fmt, ...);
sbin/ifconfig/af_inet.c
243
MIN((size_t)hp->h_length, sizeof(sin->sin_addr)));
sbin/ifconfig/af_inet.c
277
MIN((size_t)hp->h_length, sizeof(ip)));
sbin/ifconfig/af_inet6.c
782
size_t i;
sbin/ifconfig/carp.c
300
for (size_t i = 0; i < nitems(carp_cmds); i++)
sbin/ifconfig/carp.c
84
for (size_t i = 0; i < carpr[0].carpr_count; i++) {
sbin/ifconfig/ifbridge.c
101
do_cmd(if_ctx *ctx, u_long op, void *arg, size_t argsize, int set)
sbin/ifconfig/ifbridge.c
1056
for (size_t i = 0; i < nitems(bridge_cmds); i++)
sbin/ifconfig/ifbridge.c
138
size_t len = 8192;
sbin/ifconfig/ifbridge.c
252
for (size_t i = 0; i < bridge->members_count; ++i) {
sbin/ifconfig/ifclone.c
190
size_t i;
sbin/ifconfig/ifclone.c
56
size_t cloners_count;
sbin/ifconfig/ifconfig.c
1480
size_t nvbuflen;
sbin/ifconfig/ifconfig.c
2172
size_t i;
sbin/ifconfig/ifconfig.c
80
static size_t descrlen = 64;
sbin/ifconfig/ifconfig_netlink.c
168
size_t new_size = MAX(ifmap->size, 32);
sbin/ifconfig/iffib.c
110
size_t i;
sbin/ifconfig/ifgif.c
109
size_t i;
sbin/ifconfig/ifgre.c
135
size_t i;
sbin/ifconfig/ifgroup.c
160
for (size_t i = 0; i < nitems(group_cmds); i++)
sbin/ifconfig/ifgroup.c
81
size_t cnt;
sbin/ifconfig/ifgroup.c
87
for (size_t i = 0; i < ifgr.ifgr_len / sizeof(struct ifg_req); ++i) {
sbin/ifconfig/ifieee80211.c
2703
printie(if_ctx *ctx, const char* tag, const uint8_t *ie, size_t ielen, unsigned int maxlen)
sbin/ifconfig/ifieee80211.c
3007
printvhtpwrenv(if_ctx *ctx, const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3019
size_t i, n;
sbin/ifconfig/ifieee80211.c
3189
printapchanrep(if_ctx *ctx, const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3199
for (size_t i = 3; i < ielen; i++) {
sbin/ifconfig/ifieee80211.c
3344
printrsnie(if_ctx *ctx, const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3387
printrsnxe(if_ctx *ctx, const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3389
size_t n;
sbin/ifconfig/ifieee80211.c
3649
printtdmaie(if_ctx *ctx, const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3671
copy_essid(char buf[], size_t bufsize, const u_int8_t *essid, size_t essid_len)
sbin/ifconfig/ifieee80211.c
3674
size_t maxlen;
sbin/ifconfig/ifieee80211.c
3715
printrates(const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3721
for (size_t i = 2; i < ielen; i++) {
sbin/ifconfig/ifieee80211.c
4276
char buf[], size_t bsize)
sbin/ifconfig/ifieee80211.c
5031
printkey_index(uint16_t keyix, char *buf, size_t buflen)
sbin/ifconfig/ifieee80211.c
5132
getid(if_ctx *ctx, int ix, void *data, size_t len, int *plen, int mesh)
sbin/ifconfig/ifieee80211.c
5148
getdevicename(if_ctx *ctx, void *data, size_t len, int *plen)
sbin/ifconfig/ifieee80211.c
6398
for (size_t i = 0; i < nitems(ieee80211_cmds); i++)
sbin/ifconfig/ifipsec.c
94
size_t i;
sbin/ifconfig/iflagg.c
180
lacp_format_mac(const uint8_t *mac, char *buf, size_t buflen)
sbin/ifconfig/iflagg.c
229
for (size_t i = 0; i < nitems(protos); ++i) {
sbin/ifconfig/iflagg.c
272
for (size_t i = 0; i < (size_t)ra->ra_ports; ++i) {
sbin/ifconfig/iflagg.c
292
for (size_t i = 0; i < nitems(lt); i++) {
sbin/ifconfig/iflagg.c
338
for (size_t i = 0; i < nitems(lagg_cmds); i++)
sbin/ifconfig/iflagg.c
78
for (size_t i = 0; i < nitems(lpr); i++) {
sbin/ifconfig/ifmac.c
114
size_t i;
sbin/ifconfig/ifmedia.c
329
size_t nopts;
sbin/ifconfig/ifmedia.c
353
for (size_t i = 0; i < nopts; ++i) {
sbin/ifconfig/ifmedia.c
365
for (size_t i = 0; i < nopts; ++i) {
sbin/ifconfig/ifmedia.c
409
for (size_t i = 1; options[i] != NULL; ++i)
sbin/ifconfig/ifmedia.c
450
for (size_t i = 1; options[i] != NULL; ++i)
sbin/ifconfig/ifmedia.c
480
for (size_t i = 0; i < nitems(media_cmds); i++)
sbin/ifconfig/ifpfsync.c
141
size_t len;
sbin/ifconfig/ifpfsync.c
154
size_t len;
sbin/ifconfig/ifpfsync.c
422
for (size_t i = 0; i < nitems(pfsync_cmds); i++)
sbin/ifconfig/ifpfsync.c
55
size_t nvlen;
sbin/ifconfig/ifstf.c
147
for (size_t i = 0; i < nitems(stf_cmds); i++)
sbin/ifconfig/ifstf.c
57
do_cmd(if_ctx *ctx, u_long op, void *arg, size_t argsize, int set)
sbin/ifconfig/ifvlan.c
324
size_t i;
sbin/ifconfig/ifvxlan.c
639
size_t i;
sbin/ifconfig/ifvxlan.c
73
do_cmd(if_ctx *ctx, u_long op, void *arg, size_t argsize, int set)
sbin/ifconfig/sfp.c
100
for (size_t chan = 0; chan < channel_count; ++chan) {
sbin/ifconfig/sfp.c
61
size_t channel_count;
sbin/init/init.c
1873
size_t len;
sbin/init/init.c
1962
size_t len;
sbin/init/init.c
518
size_t len;
sbin/init/init.c
632
read_file(const char *path, void **bufp, size_t *bufsizep)
sbin/init/init.c
635
size_t bufsize;
sbin/init/init.c
683
create_file(const char *path, const void *buf, size_t bufsize)
sbin/init/init.c
721
__DECONST(void *, "tmpfs"), (size_t)-1);
sbin/init/init.c
723
__DECONST(void *, fspath), (size_t)-1);
sbin/init/init.c
745
size_t bufsize;
sbin/init/init.c
795
size_t init_path_len;
sbin/ipf/common/ipf.h
176
typedef int (* copyfunc_t)(void *, void *, size_t);
sbin/ipf/common/ipf.h
202
extern void binprint(void *, size_t);
sbin/ipf/common/ipf.h
246
extern int kmemcpywrap(void *, void *, size_t);
sbin/ipf/ipftest/ip_fil.c
624
size_t size;
sbin/ipf/ipftest/ip_fil.c
640
size_t size;
sbin/ipf/ipftest/ipftest.c
607
size_t resid;
sbin/ipf/iplang/iplang.h
41
size_t ah_len;
sbin/ipf/ipmon/ipmon.c
126
static icmp_type_t *find_icmptype(int, icmp_type_t *, size_t);
sbin/ipf/ipmon/ipmon.c
127
static icmp_subtype_t *find_icmpsubtype(int, icmp_subtype_t *, size_t);
sbin/ipf/ipmon/ipmon.c
300
find_icmpsubtype(int type, icmp_subtype_t *table, size_t tablesz)
sbin/ipf/ipmon/ipmon.c
321
find_icmptype(int type, icmp_type_t *table, size_t tablesz)
sbin/ipf/ipmon/ipmon.c
41
size_t size;
sbin/ipf/ipmon/ipmon.c
64
size_t it_stsize;
sbin/ipf/ipsend/44arp.c
61
size_t needed;
sbin/ipf/ipsend/sock.c
131
size_t n;
sbin/ipf/libipf/allocmbt.c
12
allocmbt(size_t len)
sbin/ipf/libipf/bcopywrap.c
13
bcopywrap(void *from, void *to, size_t size)
sbin/ipf/libipf/binprint.c
14
binprint(void *ptr, size_t size)
sbin/ipf/libipf/kmemcpywrap.c
14
kmemcpywrap(void *from, void *to, size_t size)
sbin/ipf/libipf/load_hash.c
23
size_t size;
sbin/ipf/libipf/load_http.c
35
size_t avail;
sbin/ipf/libipf/msgdsize.c
11
size_t msgdsize(mb_t *orig)
sbin/ipf/libipf/msgdsize.c
13
size_t sz = 0;
sbin/ipf/libipf/printhash.c
18
size_t sz;
sbin/ipfw/dummynet.c
1767
size_t len;
sbin/ipfw/dummynet.c
1777
size_t len;
sbin/ipfw/dummynet.c
1800
size_t len;
sbin/ipfw/ipfw2.c
2351
match_opcode(int opcode, const int opcodes[], size_t nops)
sbin/ipfw/ipfw2.c
2353
size_t i;
sbin/ipfw/ipfw2.c
2363
struct show_state *state, const int opcodes[], size_t nops, int portop,
sbin/ipfw/ipfw2.c
2451
size_t i;
sbin/ipfw/ipfw2.c
2654
size_t sz;
sbin/ipfw/ipfw2.c
2681
size_t size;
sbin/ipfw/ipfw2.c
2866
caddr_t base, size_t sz, state_cb dyn_bc, void *dyn_arg)
sbin/ipfw/ipfw2.c
2907
ipfw_obj_tlv *rtlv, int rcnt, caddr_t dynbase, size_t dynsz)
sbin/ipfw/ipfw2.c
3000
struct buf_pr *bp, caddr_t base, size_t sz)
sbin/ipfw/ipfw2.c
3012
size_t sz;
sbin/ipfw/ipfw2.c
3069
ipfw_cfg_lheader *cfg, size_t sz, int ac, char *av[])
sbin/ipfw/ipfw2.c
3072
size_t dynsz;
sbin/ipfw/ipfw2.c
3078
size_t readsz;
sbin/ipfw/ipfw2.c
3199
ipfw_cfg_lheader **pcfg, size_t *psize)
sbin/ipfw/ipfw2.c
3202
size_t sz;
sbin/ipfw/ipfw2.c
3774
size_t l;
sbin/ipfw/ipfw2.c
4075
size_t len;
sbin/ipfw/ipfw2.c
4106
size_t len;
sbin/ipfw/ipfw2.c
4271
size_t len;
sbin/ipfw/ipfw2.c
445
ipfw_cfg_lheader **pcfg, size_t *psize);
sbin/ipfw/ipfw2.c
447
ipfw_cfg_lheader *cfg, size_t sz, int ac, char **av);
sbin/ipfw/ipfw2.c
4593
size_t intsize = sizeof(int);
sbin/ipfw/ipfw2.c
477
bp_alloc(struct buf_pr *b, size_t size)
sbin/ipfw/ipfw2.c
528
if (i < 0 || (size_t)i > b->avail) {
sbin/ipfw/ipfw2.c
583
safe_calloc(size_t number, size_t size)
sbin/ipfw/ipfw2.c
5880
size_t sz;
sbin/ipfw/ipfw2.c
593
safe_realloc(void *ptr, size_t size)
sbin/ipfw/ipfw2.c
6101
size_t sz;
sbin/ipfw/ipfw2.c
6182
size_t msglen;
sbin/ipfw/ipfw2.c
6305
size_t sz;
sbin/ipfw/ipfw2.c
678
do_set3(int optname, ip_fw3_opheader *op3, size_t optlen)
sbin/ipfw/ipfw2.c
717
do_get3(int optname, ip_fw3_opheader *op3, size_t *optlen)
sbin/ipfw/ipfw2.c
823
size_t
sbin/ipfw/ipfw2.c
824
concat_tokens(char *buf, size_t bufsize, struct _s_x *table,
sbin/ipfw/ipfw2.c
829
size_t sz;
sbin/ipfw/ipfw2.c
877
print_flags_buffer(char *buf, size_t sz, struct _s_x *list, uint32_t set)
sbin/ipfw/ipfw2.c
888
if (l < 0 || (size_t)l >= sz)
sbin/ipfw/ipfw2.h
343
size_t size; /* total buffer size */
sbin/ipfw/ipfw2.h
344
size_t avail; /* available storage */
sbin/ipfw/ipfw2.h
345
size_t needed; /* length needed */
sbin/ipfw/ipfw2.h
349
int bp_alloc(struct buf_pr *b, size_t size);
sbin/ipfw/ipfw2.h
355
void *safe_calloc(size_t number, size_t size);
sbin/ipfw/ipfw2.h
356
void *safe_realloc(void *ptr, size_t size);
sbin/ipfw/ipfw2.h
368
size_t concat_tokens(char *buf, size_t bufsize, struct _s_x *table,
sbin/ipfw/ipfw2.h
372
void print_flags_buffer(char *buf, size_t sz, struct _s_x *list, uint32_t set);
sbin/ipfw/ipfw2.h
376
int do_set3(int optname, struct _ip_fw3_opheader *op3, size_t optlen);
sbin/ipfw/ipfw2.h
377
int do_get3(int optname, struct _ip_fw3_opheader *op3, size_t *optlen);
sbin/ipfw/nat.c
1081
size_t sz;
sbin/ipfw/nat.c
1122
size_t sz;
sbin/ipfw/nat.c
324
size_t space = sizeof(struct nat44_cfg_redir);
sbin/ipfw/nat.c
347
size_t space;
sbin/ipfw/nat.c
386
size_t space = sizeof(struct nat44_cfg_redir);
sbin/ipfw/nat.c
409
size_t space;
sbin/ipfw/nat.c
573
size_t space;
sbin/ipfw/nat.c
789
size_t len;
sbin/ipfw/nat.c
84
size_t needed;
sbin/ipfw/nat64clat.c
271
size_t sz;
sbin/ipfw/nat64clat.c
369
size_t sz;
sbin/ipfw/nat64clat.c
503
size_t sz;
sbin/ipfw/nat64lsn.c
165
size_t sz;
sbin/ipfw/nat64lsn.c
551
size_t sz;
sbin/ipfw/nat64lsn.c
698
size_t sz;
sbin/ipfw/nat64lsn.c
867
size_t sz;
sbin/ipfw/nat64stl.c
306
size_t sz;
sbin/ipfw/nat64stl.c
385
size_t sz;
sbin/ipfw/nat64stl.c
519
size_t sz;
sbin/ipfw/nptv6.c
308
size_t sz;
sbin/ipfw/nptv6.c
423
size_t sz;
sbin/ipfw/tables.c
1125
size_t sz;
sbin/ipfw/tables.c
1708
size_t sz;
sbin/ipfw/tables.c
1756
size_t sz;
sbin/ipfw/tables.c
1808
table_show_value(char *buf, size_t bufsize, ipfw_table_value *v,
sbin/ipfw/tables.c
1814
size_t sz;
sbin/ipfw/tables.c
1976
size_t sz;
sbin/ipfw/tables.c
376
table_print_type(char *tbuf, size_t size, uint8_t type, uint8_t tflags)
sbin/ipfw/tables.c
67
static void table_show_value(char *buf, size_t bufsize, ipfw_table_value *v,
sbin/ipfw/tables.c
704
size_t sz;
sbin/ipfw/tables.c
775
table_print_valheader(char *buf, size_t bufsize, uint32_t vmask)
sbin/ipfw/tables.c
905
size_t sz;
sbin/kldconfig/kldconfig.c
144
size_t len;
sbin/kldconfig/kldconfig.c
196
size_t len;
sbin/kldconfig/kldconfig.c
54
static size_t miblen;
sbin/kldconfig/kldconfig.c
97
size_t sz;
sbin/kldload/kldload.c
55
size_t miblen, pathlen;
sbin/md5/md5.c
103
static void MD5_Update(MD5_CTX *, const unsigned char *, size_t);
sbin/md5/md5.c
284
MD5_Update(MD5_CTX *c, const unsigned char *data, size_t len)
sbin/md5/md5.c
308
size_t linecap;
sbin/md5/md5.c
315
size_t digestnamelen;
sbin/md5/md5.c
316
size_t hashstrlen;
sbin/md5/md5.c
340
if ((size_t)linelen >= digestnamelen + hashstrlen + 6 &&
sbin/md5/md5.c
346
} else if ((size_t)linelen >= hashstrlen + 3 &&
sbin/md5/md5.c
411
size_t len;
sbin/md5/md5.c
688
size_t len;
sbin/md5/md5.c
718
(size_t)(q - p))
sbin/md5/md5.c
76
typedef void (DIGEST_Update)(void *, const unsigned char *, size_t);
sbin/mdmfs/mdmfs.c
457
size_t linelen;
sbin/mdmfs/mdmfs.c
76
static size_t mdnamelen; /* Length of mdname. */
sbin/mksnap_ffs/mksnap_ffs.c
165
build_iovec(&iov, &iovlen, "from", snapname, (size_t)-1);
sbin/mksnap_ffs/mksnap_ffs.c
166
build_iovec(&iov, &iovlen, "fspath", stfsbuf.f_mntonname, (size_t)-1);
sbin/mount/mount_fs.c
114
build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
sbin/mount/mount_fs.c
115
build_iovec(&iov, &iovlen, "fspath", mntpath, (size_t)-1);
sbin/mount/mount_fs.c
116
build_iovec(&iov, &iovlen, "from", dev, (size_t)-1);
sbin/mount/mount_fs.c
92
build_iovec(&iov, &iovlen, optarg, val, (size_t)-1);
sbin/mount/vfslist.c
71
if ((av = malloc((size_t)(i + 2) * sizeof(char *))) == NULL) {
sbin/mount_cd9660/mount_cd9660.c
109
build_iovec(&iov, &iovlen, "nojoliet", NULL, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
119
build_iovec(&iov, &iovlen, optarg, val, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
122
build_iovec(&iov, &iovlen, "norrip", NULL, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
136
build_iovec(&iov, &iovlen, "kiconv", NULL, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
179
build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
180
build_iovec(&iov, &iovlen, "fspath", mntpath, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
181
build_iovec(&iov, &iovlen, "from", dev, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
269
build_iovec(iov, iovlen, "cs_disk", cs_disk, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
270
build_iovec(iov, iovlen, "cs_local", cs_local, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
91
build_iovec(&iov, &iovlen, "brokenjoliet", NULL, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
94
build_iovec(&iov, &iovlen, "extatt", NULL, (size_t)-1);
sbin/mount_cd9660/mount_cd9660.c
97
build_iovec(&iov, &iovlen, "gens", NULL, (size_t)-1);
sbin/mount_msdosfs/mount_msdosfs.c
122
build_iovec_argf(&iov, &iovlen, "cs_dos", cs_dos, (size_t)-1);
sbin/mount_msdosfs/mount_msdosfs.c
133
build_iovec(&iov, &iovlen, optarg, val, (size_t)-1);
sbin/mount_msdosfs/mount_msdosfs.c
152
build_iovec(&iov, &iovlen, "cs_local", cs_local, (size_t)-1);
sbin/mount_msdosfs/mount_msdosfs.c
153
build_iovec(&iov, &iovlen, "cs_dos", cs_dos, (size_t)-1);
sbin/mount_msdosfs/mount_msdosfs.c
209
build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
sbin/mount_msdosfs/mount_msdosfs.c
210
build_iovec(&iov, &iovlen, "fspath", mntpath, (size_t)-1);
sbin/mount_msdosfs/mount_msdosfs.c
211
build_iovec(&iov, &iovlen, "from", dev, (size_t)-1);
sbin/mount_msdosfs/mount_msdosfs.c
84
build_iovec(&iov, &iovlen, "shortnames", NULL, (size_t)-1);
sbin/mount_msdosfs/mount_msdosfs.c
87
build_iovec(&iov, &iovlen, "longnames", NULL, (size_t)-1);
sbin/mount_msdosfs/mount_msdosfs.c
90
build_iovec_argf(&iov, &iovlen, "nowin95", "", (size_t)-1);
sbin/mount_nfs/mount_nfs.c
1009
__DECONST(void *, secname), (size_t)-1);
sbin/mount_nfs/mount_nfs.c
170
build_iovec(&iov, &iovlen, "readahead", optarg, (size_t)-1);
sbin/mount_nfs/mount_nfs.c
182
build_iovec(&iov, &iovlen, "deadthresh", optarg, (size_t)-1);
sbin/mount_nfs/mount_nfs.c
194
build_iovec(&iov, &iovlen, "maxgroups", optarg, (size_t)-1);
sbin/mount_nfs/mount_nfs.c
198
build_iovec(&iov, &iovlen, "readdirsize", optarg, (size_t)-1);
sbin/mount_nfs/mount_nfs.c
395
build_iovec(&iov, &iovlen, "rsize", optarg, (size_t)-1);
sbin/mount_nfs/mount_nfs.c
408
build_iovec(&iov, &iovlen, "timeout", optarg, (size_t)-1);
sbin/mount_nfs/mount_nfs.c
412
build_iovec(&iov, &iovlen, "wsize", optarg, (size_t)-1);
sbin/mount_nfs/mount_nfs.c
416
build_iovec(&iov, &iovlen, "retrans", optarg, (size_t)-1);
sbin/mount_nfs/mount_nfs.c
480
build_iovec(&iov, &iovlen, "fspath", mntpath, (size_t)-1);
sbin/mount_nfs/mount_nfs.c
564
if ((size_t)nread >= sizeof(struct if_msghdr)) {
sbin/mount_nfs/mount_nfs.c
588
size_t len;
sbin/mount_nfs/mount_nfs.c
741
build_iovec(iov, iovlen, "hostname", nam, (size_t)-1);
sbin/mount_nfs/mount_nfs.c
912
__DECONST(void *, secname), (size_t)-1);
sbin/mount_nfs/mount_nfs.c
915
build_iovec(iov, iovlen, "dirpath", spec, (size_t)-1);
sbin/mount_nullfs/mount_nullfs.c
110
build_iovec(&iov, &iovlen, "fstype", nullfs, (size_t)-1);
sbin/mount_nullfs/mount_nullfs.c
111
build_iovec(&iov, &iovlen, "fspath", mountpoint, (size_t)-1);
sbin/mount_nullfs/mount_nullfs.c
112
build_iovec(&iov, &iovlen, "target", target, (size_t)-1);
sbin/mount_nullfs/mount_nullfs.c
84
build_iovec(&iov, &iovlen, optarg, val, (size_t)-1);
sbin/mount_udf/mount_udf.c
123
build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
sbin/mount_udf/mount_udf.c
124
build_iovec(&iov, &iovlen, "fspath", mntpath, (size_t)-1);
sbin/mount_udf/mount_udf.c
125
build_iovec(&iov, &iovlen, "from", dev, (size_t)-1);
sbin/mount_udf/mount_udf.c
128
build_iovec(&iov, &iovlen, "cs_disk", cs_disk, (size_t)-1);
sbin/mount_udf/mount_udf.c
129
build_iovec(&iov, &iovlen, "cs_local", cs_local, (size_t)-1);
sbin/mount_unionfs/mount_unionfs.c
149
build_iovec(&iov, &iovlen, optarg, val, (size_t)-1);
sbin/mount_unionfs/mount_unionfs.c
173
build_iovec(&iov, &iovlen, "fstype", fstype, (size_t)-1);
sbin/mount_unionfs/mount_unionfs.c
174
build_iovec(&iov, &iovlen, "fspath", source, (size_t)-1);
sbin/mount_unionfs/mount_unionfs.c
175
build_iovec(&iov, &iovlen, "from", target, (size_t)-1);
sbin/mount_unionfs/mount_unionfs.c
77
parse_gid(const char *s, char *buf, size_t bufsize)
sbin/mount_unionfs/mount_unionfs.c
96
parse_uid(const char *s, char *buf, size_t bufsize)
sbin/natd/natd.c
1538
size_t len;
sbin/natd/natd.c
2035
size_t len = sizeof(default_rule);
sbin/natd/natd.c
889
size_t needed;
sbin/newfs/newfs.c
126
size_t i;
sbin/newfs_msdos/mkfs_msdos.c
1096
setstr(u_int8_t *dest, const char *src, size_t len)
sbin/newfs_msdos/mkfs_msdos.c
232
static void setstr(u_int8_t *, const char *, size_t);
sbin/newfs_msdos/mkfs_msdos.c
819
size_t len;
sbin/newfs_msdos/mkfs_msdos.c
858
size_t len;
sbin/newfs_msdos/mkfs_msdos.c
865
warn("sysctl: KERN_MAXPHYS, using %zu", (size_t)MAXPHYS);
sbin/newfs_msdos/newfs_msdos.c
273
for (size_t i = 0; i < nitems(opts); i++)
sbin/nfsiod/nfsiod.c
63
size_t len;
sbin/nvmecontrol/comnd.c
105
arg_suffix(char *buf, size_t len, arg_type at)
sbin/nvmecontrol/comnd.h
78
size_t ctx_size;
sbin/nvmecontrol/devlist.c
157
size_t len;
sbin/nvmecontrol/firmware.c
174
errx(EX_OSERR, "unable to malloc %zd bytes", (size_t)max_xfer_size);
sbin/nvmecontrol/logpage.c
153
kv_lookup(const struct kv_name *kv, size_t kv_count, uint32_t key)
sbin/nvmecontrol/logpage.c
156
size_t i;
sbin/nvmecontrol/modules/wdc/wdc.c
118
wdc_append_serial_name(int fd, char *buf, size_t len, const char *suffix)
sbin/nvmecontrol/modules/wdc/wdc.c
138
uint8_t *buffer, size_t buflen, bool e6lg_flag)
sbin/nvmecontrol/modules/wdc/wdc.c
169
size_t resid;
sbin/nvmecontrol/modules/wdc/wdc.c
230
uint8_t *buffer, size_t buflen)
sbin/nvmecontrol/modules/wdc/wdc.c
329
size_t resid;
sbin/nvmecontrol/modules/wdc/wdc.c
456
const struct kv_name *kv, size_t kv_count)
sbin/nvmecontrol/modules/wdc/wdc.c
541
size_t i;
sbin/nvmecontrol/modules/wdc/wdc.c
768
kv_indirect(void *buf, uint32_t subtype, uint8_t res, uint32_t size, struct subpage_print *sp, size_t nsp)
sbin/nvmecontrol/modules/wdc/wdc.c
770
size_t i;
sbin/nvmecontrol/nc_util.c
33
uint128_to_str(uint128_t u, char *buf, size_t buflen)
sbin/nvmecontrol/nvmecontrol.h
126
char * uint128_to_str(uint128_t u, char *buf, size_t buflen);
sbin/nvmecontrol/nvmecontrol.h
43
size_t size;
sbin/nvmecontrol/nvmecontrol.h
74
const char *kv_lookup(const struct kv_name *kv, size_t kv_count, uint32_t key);
sbin/nvmecontrol/passthru.c
158
size_t bytes_read;
sbin/nvmecontrol/reconnect.c
220
size_t len;
sbin/pfctl/parse.y
2393
size_t len;
sbin/pfctl/parse.y
2434
size_t len = strlen($3);
sbin/pfctl/parse.y
2545
size_t len;
sbin/pfctl/parse.y
2606
size_t len = strlen($3);
sbin/pfctl/parse.y
2692
size_t stringlen;
sbin/pfctl/parse.y
435
void expand_label_str(char *, size_t, const char *, const char *);
sbin/pfctl/parse.y
436
void expand_label_if(const char *, char *, size_t, const char *);
sbin/pfctl/parse.y
437
void expand_label_addr(const char *, char *, size_t, sa_family_t,
sbin/pfctl/parse.y
439
void expand_label_port(const char *, char *, size_t,
sbin/pfctl/parse.y
441
void expand_label_proto(const char *, char *, size_t, u_int8_t);
sbin/pfctl/parse.y
442
void expand_label_nr(const char *, char *, size_t,
sbin/pfctl/parse.y
5939
size_t s = sizeof(maxcount);
sbin/pfctl/parse.y
6068
expand_label_str(char *label, size_t len, const char *srch, const char *repl)
sbin/pfctl/parse.y
6091
expand_label_if(const char *name, char *label, size_t len, const char *ifname)
sbin/pfctl/parse.y
6102
expand_label_addr(const char *name, char *label, size_t len, sa_family_t af,
sbin/pfctl/parse.y
6158
expand_label_port(const char *name, char *label, size_t len,
sbin/pfctl/parse.y
6189
expand_label_proto(const char *name, char *label, size_t len, u_int8_t proto)
sbin/pfctl/parse.y
6206
expand_label_nr(const char *name, char *label, size_t len,
sbin/pfctl/parse.y
6218
expand_label(char *label, size_t len, struct pfctl_rule *r)
sbin/pfctl/parse.y
7518
if ((size_t)(p-buf) >= sizeof(buf)) {
sbin/pfctl/parse.y
7557
if ((size_t)(p-buf) >= sizeof(buf)) {
sbin/pfctl/parse.y
8140
size_t l = sizeof(fibs);
sbin/pfctl/parse.y
94
size_t ungetpos;
sbin/pfctl/parse.y
95
size_t ungetsize;
sbin/pfctl/pfctl.c
2124
size_t count = nitems(creators);
sbin/pfctl/pfctl.c
2131
for (size_t i = 0; i < count; i++)
sbin/pfctl/pfctl.c
3599
size_t cmdlen = strlen(cmd);
sbin/pfctl/pfctl.h
195
void expand_label(char *, size_t, struct pfctl_rule *);
sbin/pfctl/pfctl_altq.c
131
size_t key_size;
sbin/pfctl/pfctl_optimize.c
94
size_t prf_offset;
sbin/pfctl/pfctl_optimize.c
95
size_t prf_size;
sbin/pfctl/pfctl_osfp.c
447
pfctl_lookup_fingerprint(pf_osfp_t fp, char *buf, size_t len)
sbin/pfctl/pfctl_osfp.c
74
char *get_field(char **, size_t *, int *);
sbin/pfctl/pfctl_osfp.c
75
int get_int(char **, size_t *, int *, int *, const char *,
sbin/pfctl/pfctl_osfp.c
769
get_int(char **line, size_t *len, int *var, int *mod,
sbin/pfctl/pfctl_osfp.c
77
int get_str(char **, size_t *, char **, const char *, int,
sbin/pfctl/pfctl_osfp.c
858
get_str(char **line, size_t *len, char **v, const char *name, int minlen,
sbin/pfctl/pfctl_osfp.c
94
size_t len;
sbin/pfctl/pfctl_osfp.c
971
get_field(char **line, size_t *len, int *fieldlen)
sbin/pfctl/pfctl_osfp.c
974
size_t plen = *len;
sbin/pfctl/pfctl_parser.c
245
size_t i;
sbin/pfctl/pfctl_parser.c
264
size_t i;
sbin/pfctl/pfctl_parser.c
283
size_t i;
sbin/pfctl/pfctl_parser.c
304
size_t i;
sbin/pfctl/pfctl_parser.h
371
char *pfctl_lookup_fingerprint(pf_osfp_t, char *, size_t);
sbin/pfctl/pfctl_radix.c
289
const size_t buf_esize[PFRB_MAX] = { 0,
sbin/pfctl/pfctl_radix.c
301
size_t bs;
sbin/pfctl/pfctl_radix.c
324
size_t bs;
sbin/pfctl/pfctl_radix.c
347
size_t bs;
sbin/pfctl/pfctl_radix.c
77
size_t s;
sbin/pfctl/tests/pfctl_test.c
71
read_fd(int fd, size_t sizehint)
sbin/pflowctl/pflowctl.c
557
size_t set_arg_count = 0;
sbin/ping/ping.c
1159
if ((size_t)(cc - ICMP_MINLEN - phdr_len) >=
sbin/ping/ping.c
164
static size_t DOTlen = 1;
sbin/ping/ping.c
165
static size_t DOTidx = 0;
sbin/ping/ping.c
205
size_t sz;
sbin/ping/ping6.c
1057
if (datalen > (size_t)sockbufsize)
sbin/ping/ping6.c
1271
static size_t
sbin/ping/ping6.c
1274
size_t l;
sbin/ping/ping6.c
1462
size_t bufsiz)
sbin/ping/ping6.c
1503
if ((size_t)l >= sizeof(cresult) || l < 0)
sbin/ping/ping6.c
1542
size_t off;
sbin/ping/ping6.c
1836
pr_ip6opt(CMSG_DATA(cm), (size_t)bufsize);
sbin/ping/ping6.c
1843
pr_ip6opt(CMSG_DATA(cm), (size_t)bufsize);
sbin/ping/ping6.c
1847
pr_rthdr(CMSG_DATA(cm), (size_t)bufsize);
sbin/ping/ping6.c
1854
pr_ip6opt(void *extbuf, size_t bufsize)
sbin/ping/ping6.c
1861
size_t offset;
sbin/ping/ping6.c
1916
pr_rthdr(void *extbuf, size_t bufsize)
sbin/ping/ping6.c
2017
pr_suptypes(struct icmp6_nodeinfo *ni, size_t nilen)
sbin/ping/ping6.c
2020
size_t clen;
sbin/ping/ping6.c
2029
size_t off;
sbin/ping/ping6.c
2046
clen = (size_t)(end - cp);
sbin/ping/ping6.c
207
static size_t datalen = DEFDATALEN;
sbin/ping/ping6.c
214
static size_t DOTlen = 1;
sbin/ping/ping6.c
215
static size_t DOTidx = 0;
sbin/ping/ping6.c
2275
size_t l;
sbin/ping/ping6.c
244
static size_t pingerlen(void);
sbin/ping/ping6.c
249
static void pr_suptypes(struct icmp6_nodeinfo *, size_t);
sbin/ping/ping6.c
254
char *, size_t);
sbin/ping/ping6.c
2552
if ((size_t)(end - (u_char *)ip6) < sizeof(*ip6)) {
sbin/ping/ping6.c
257
static void pr_ip6opt(void *, size_t);
sbin/ping/ping6.c
258
static void pr_rthdr(void *, size_t);
sbin/ping/ping6.c
2650
(size_t)kk <= MAXDATALEN - 8 + sizeof(struct tv32) + ii;
sbin/ping/ping6.c
2693
size_t l;
sbin/ping/ping6.c
298
size_t rthlen;
sbin/quotacheck/preen.c
213
size_t len = 0;
sbin/quotacheck/preen.c
77
extern void *emalloc(size_t);
sbin/rcorder/ealloc.c
100
erealloc(void *ptr, size_t size)
sbin/rcorder/ealloc.c
112
ecalloc(size_t nmemb, size_t size)
sbin/rcorder/ealloc.c
72
emalloc(size_t len)
sbin/rcorder/ealloc.h
3
void *emalloc(size_t len);
sbin/rcorder/ealloc.h
5
void *erealloc(void *ptr, size_t size);
sbin/rcorder/ealloc.h
6
void *ecalloc(size_t nmemb, size_t size);
sbin/rcorder/rcorder.c
713
size_t bufsize;
sbin/reboot/reboot.c
547
size_t len;
sbin/restore/dirs.c
112
static void putdir(char *, size_t);
sbin/restore/dirs.c
113
static void putdirattrs(char *, size_t);
sbin/restore/dirs.c
321
putdir(char *buf, size_t size)
sbin/restore/dirs.c
324
size_t loc, i;
sbin/restore/dirs.c
416
putdirattrs(char *buf, size_t size)
sbin/restore/extern.h
105
void xtrnull(char *, size_t);
sbin/restore/extern.h
36
void canon(char *, char *, size_t);
sbin/restore/extern.h
56
void getfile(void (*)(char *, size_t), void (*)(char *, size_t),
sbin/restore/extern.h
57
void (*)(char *, size_t));
sbin/restore/interactive.c
296
getcmd(char *curdir, char *cmd, char *name, size_t size, struct arglist *ap)
sbin/restore/interactive.c
436
canon(char *rawname, char *canonname, size_t len)
sbin/restore/interactive.c
78
static void getcmd(char *, char *, char *, size_t, struct arglist *);
sbin/restore/symtab.c
381
size_t len;
sbin/restore/tape.c
1011
xtrattr(char *buf, size_t size)
sbin/restore/tape.c
1024
xtrfile(char *buf, size_t size)
sbin/restore/tape.c
103
static void xtrattr(char *, size_t);
sbin/restore/tape.c
104
static void skiphole(void (*)(char *, size_t), size_t *);
sbin/restore/tape.c
1041
xtrskip(char *buf, size_t size)
sbin/restore/tape.c
1056
xtrlnkfile(char *buf, size_t size)
sbin/restore/tape.c
1073
xtrlnkskip(char *buf, size_t size)
sbin/restore/tape.c
1085
xtrmap(char *buf, size_t size)
sbin/restore/tape.c
1097
xtrmapskip(char *buf, size_t size)
sbin/restore/tape.c
1109
xtrnull(char *buf, size_t size)
sbin/restore/tape.c
112
static void xtrfile(char *, size_t);
sbin/restore/tape.c
113
static void xtrlnkfile(char *, size_t);
sbin/restore/tape.c
114
static void xtrlnkskip(char *, size_t);
sbin/restore/tape.c
115
static void xtrmap(char *, size_t);
sbin/restore/tape.c
116
static void xtrmapskip(char *, size_t);
sbin/restore/tape.c
117
static void xtrskip(char *, size_t);
sbin/restore/tape.c
850
skiphole(void (*skip)(char *, size_t), size_t *seekpos)
sbin/restore/tape.c
867
getfile(void (*datafill)(char *, size_t), void (*attrfill)(char *, size_t),
sbin/restore/tape.c
868
void (*skip)(char *, size_t))
sbin/restore/tape.c
872
size_t seekpos;
sbin/restore/tape.c
874
void (*fillit)(char *, size_t);
sbin/route/route.c
1369
MIN((size_t)hp->h_length, sizeof(sin->sin_addr)));
sbin/route/route.c
138
static void pmsg_addrs(char *, int, size_t);
sbin/route/route.c
139
static void pmsg_common(struct rt_msghdr *, size_t);
sbin/route/route.c
142
static void print_rtmsg(struct rt_msghdr *, size_t);
sbin/route/route.c
1434
size_t needed;
sbin/route/route.c
147
static void sockaddr(char *, struct sockaddr *, size_t);
sbin/route/route.c
1688
print_rtmsg(struct rt_msghdr *rtm, size_t msglen)
sbin/route/route.c
180
size_t len;
sbin/route/route.c
1871
pmsg_common(struct rt_msghdr *rtm, size_t msglen)
sbin/route/route.c
1886
pmsg_addrs(char *cp, int addrs, size_t len)
sbin/route/route.c
1988
sockaddr(char *addr, struct sockaddr *sa, size_t size)
sbin/route/route.c
493
size_t needed;
sbin/routed/defs.h
510
void *rtmalloc(size_t, const char *);
sbin/routed/if.c
636
static size_t sysctl_buf_size = 0;
sbin/routed/if.c
651
size_t needed;
sbin/routed/main.c
781
rtmalloc(size_t size,
sbin/routed/main.c
91
size_t len;
sbin/routed/radix.c
51
: memcmp((caddr_t)(a), (caddr_t)(b), (size_t)l))
sbin/routed/radix.h
133
#define Bcopy(a, b, n) memmove(((void *)(b)), ((void *)(a)), (size_t)(n))
sbin/routed/radix.h
134
#define Bzero(p, n) memset((void *)(p), 0, (size_t)(n));
sbin/routed/table.c
1033
static size_t sysctl_buf_size = 0;
sbin/routed/table.c
1034
size_t needed;
sbin/routed/trace.c
426
size_t l;
sbin/savecore/savecore.c
499
static size_t
sbin/savecore/savecore.c
500
sparsefwrite(const char *buf, size_t nr, FILE *fp)
sbin/savecore/savecore.c
502
size_t nw, he, hs;
sbin/savecore/savecore.c
544
static size_t zbufsize;
sbin/savecore/savecore.c
547
GunzipWrite(z_stream *z, char *in, size_t insize, FILE *fp)
sbin/savecore/savecore.c
550
const size_t hdrlen = 10;
sbin/savecore/savecore.c
551
size_t nw = 0, w;
sbin/savecore/savecore.c
585
ZstdWrite(ZSTD_DCtx *Zctx, char *in, size_t insize, FILE *fp)
sbin/savecore/savecore.c
589
size_t nw = 0, w;
sbin/savecore/savecore.c
619
size_t nr, wl;
sbin/savecore/savecore.c
651
if (wl > (size_t)dumpsize)
sbin/savecore/savecore.c
672
(size_t)nw != wl)) {
sbin/setkey/parse.y
815
setkeymsg0(struct sadb_msg *msg, unsigned type, unsigned satype, size_t l)
sbin/setkey/parse.y
83
int setkeymsg0(struct sadb_msg *, unsigned int, unsigned int, size_t);
sbin/setkey/parse.y
90
extern int setkeymsg(char *, size_t *);
sbin/setkey/parse.y
91
extern int sendkeymsg(char *, size_t);
sbin/setkey/setkey.c
334
sendkeymsg(char *buf, size_t len)
sbin/setkey/setkey.c
360
size_t i;
sbin/setkey/setkey.c
64
int sendkeymsg(char *, size_t);
sbin/swapon/swapon.c
278
size_t pagesize_len;
sbin/swapon/swapon.c
424
size_t linelen;
sbin/swapon/swapon.c
796
sizetobuf(char *buf, size_t bufsize, int hflag, long long val, int hlen,
sbin/swapon/swapon.c
812
size_t mibsize, size;
sbin/sysctl/sysctl.c
1016
size_t j;
sbin/sysctl/sysctl.c
1073
size_t intlen;
sbin/sysctl/sysctl.c
1074
size_t j, len;
sbin/sysctl/sysctl.c
1077
int (*func)(size_t, void *);
sbin/sysctl/sysctl.c
1330
size_t l1, l2;
sbin/sysctl/sysctl.c
292
void **newbufp, size_t *newsizep)
sbin/sysctl/sysctl.c
308
size_t valsize;
sbin/sysctl/sysctl.c
408
size_t newsize = Bflag;
sbin/sysctl/sysctl.c
664
S_clockinfo(size_t l2, void *p)
sbin/sysctl/sysctl.c
679
S_loadavg(size_t l2, void *p)
sbin/sysctl/sysctl.c
695
S_timeval(size_t l2, void *p)
sbin/sysctl/sysctl.c
719
S_vmtotal(size_t l2, void *p)
sbin/sysctl/sysctl.c
752
S_input_id(size_t l2, void *p)
sbin/sysctl/sysctl.c
768
S_pagesizes(size_t l2, void *p)
sbin/sysctl/sysctl.c
772
size_t l;
sbin/sysctl/sysctl.c
792
S_efi_map(size_t l2, void *p)
sbin/sysctl/sysctl.c
797
size_t efisz;
sbin/sysctl/sysctl.c
877
S_bios_smap_xattr(size_t l2, void *p)
sbin/sysctl/sysctl.c
901
size_t len;
sbin/sysctl/sysctl.c
966
size_t j;
sbin/sysctl/sysctl.c
985
size_t j;
sbin/tunefs/tunefs.c
735
assert((size_t)sblock.fs_bsize <= sizeof(block));
sbin/tunefs/tunefs.c
765
assert((size_t)sblock.fs_bsize <= sizeof(block));
sbin/umbctl/umbctl.c
129
static int _char_to_utf16(const char * in, uint16_t * out, size_t outlen);
sbin/umbctl/umbctl.c
141
static void _utf16_to_char(uint16_t * in, int inlen, char * out, size_t outlen);
sbin/umbctl/umbctl.c
147
static int _char_to_utf16(const char * in, uint16_t * out, size_t outlen)
sbin/umbctl/umbctl.c
273
size_t len;
sbin/umbctl/umbctl.c
389
size_t j;
sbin/umbctl/umbctl.c
417
if(umbp->apnlen < 0 || (size_t)umbp->apnlen > sizeof(umbp->apn))
sbin/umbctl/umbctl.c
428
|| (size_t)umbp->usernamelen > sizeof(umbp->username))
sbin/umbctl/umbctl.c
439
|| (size_t)umbp->passwordlen > sizeof(umbp->password))
sbin/umbctl/umbctl.c
450
if(umbp->pinlen < 0 || (size_t)umbp->pinlen
sbin/umbctl/umbctl.c
462
if(umbp->pinlen < 0 || (size_t)umbp->pinlen > sizeof(umbp->pin))
sbin/umbctl/umbctl.c
510
static void _utf16_to_char(uint16_t * in, int inlen, char * out, size_t outlen)
sbin/umount/umount.c
240
if ((cp = malloc((size_t)strlen(fs->fs_file) + 1)) == NULL)
sbin/umount/umount.c
489
static size_t mntsize = 0;
sbin/umount/umount.c
608
size_t
sbin/umount/umount.c
612
size_t bufsize;
sbin/umount/umount.c
74
size_t mntinfo (struct statfs **);
sbin/zfsbootcfg/zfsbootcfg.c
48
size_t size;
secure/lib/libcrypt/crypt-blowfish.c
140
size_t key_len;
share/examples/inotify/inotify.c
90
size_t ievsz;
share/examples/ipfilter/l4check/l4check.c
451
mapfile(char *file, size_t *sizep)
share/examples/ipfilter/l4check/l4check.c
58
size_t plen = 0;
share/examples/ipfilter/l4check/l4check.c
59
size_t rlen = 0;
share/examples/ipfilter/samples/proxy.c
234
size_t nsz, osz;
share/examples/kld/cdev/module/cdev.c
98
static size_t len;
share/examples/libifconfig/status.c
425
for (size_t i = 1; options[i] != NULL; ++i)
share/examples/libifconfig/status.c
450
for (size_t i = 1; options[i] != NULL; ++i)
share/examples/libusb20/control.c
210
size_t i;
share/examples/libusb20/control.c
211
size_t l = strlen(reqname);
share/examples/scsi_target/scsi_cmds.c
377
size_t dlen;
share/examples/scsi_target/scsi_target.c
68
size_t buf_size;
share/examples/scsi_target/scsi_target.h
122
extern size_t buf_size;
share/examples/sound/sndstat_nv.c
55
size_t nitems, nchans, i, j;
share/examples/tests/tests/plain/printf_test.c
80
size_t length;
share/examples/tests/tests/tap/printf_test.c
131
size_t length;
stand/arm64/libarm64/cache.c
78
cpu_flush_dcache(const void *ptr, size_t len)
stand/arm64/libarm64/cache.h
32
void cpu_flush_dcache(const void *, size_t);
stand/common/bcache.c
187
write_strategy(void *devdata, int rw, daddr_t blk, size_t size,
stand/common/bcache.c
188
char *buf, size_t *rsize)
stand/common/bcache.c
211
read_strategy(void *devdata, int rw, daddr_t blk, size_t size,
stand/common/bcache.c
212
char *buf, size_t *rsize)
stand/common/bcache.c
216
size_t i, nblk, p_size, r_size, complete, ra;
stand/common/bcache.c
391
bcache_strategy(void *devdata, int rw, daddr_t blk, size_t size,
stand/common/bcache.c
392
char *buf, size_t *rsize)
stand/common/bcache.c
398
size_t csize, isize, total;
stand/common/bcache.c
64
size_t bcache_nblks;
stand/common/bcache.c
65
size_t ra;
stand/common/bcache.c
67
size_t ralen;
stand/common/bcache.c
98
bcache_init(size_t nblks, size_t bsize)
stand/common/boot.c
272
size_t len;
stand/common/bootstrap.h
202
size_t md_size;
stand/common/bootstrap.h
239
size_t f_size; /* file size */
stand/common/bootstrap.h
276
void file_addmetadata(struct preloaded_file *, int, size_t, void *);
stand/common/bootstrap.h
280
int file_addbuf(const char *name, const char *type, size_t len, void *buf);
stand/common/bootstrap.h
305
Elf_Addr dataaddr, void *data, size_t len);
stand/common/bootstrap.h
344
ssize_t (*arch_copyin)(const void *, vm_offset_t, const size_t);
stand/common/bootstrap.h
349
ssize_t (*arch_copyout)(const vm_offset_t, void *, const size_t);
stand/common/bootstrap.h
351
ssize_t (*arch_readin)(readin_handle_t, vm_offset_t, const size_t);
stand/common/bootstrap.h
73
size_t strlenout(vm_offset_t str);
stand/common/bootstrap.h
75
void kern_bzero(vm_offset_t dest, size_t len);
stand/common/bootstrap.h
76
int kern_pread(readin_handle_t fd, vm_offset_t dest, size_t len, off_t off);
stand/common/bootstrap.h
77
void *alloc_pread(readin_handle_t fd, off_t off, size_t len);
stand/common/bootstrap.h
80
void bcache_init(size_t nblks, size_t bsize);
stand/common/bootstrap.h
84
int bcache_strategy(void *devdata, int rw, daddr_t blk, size_t size,
stand/common/bootstrap.h
85
char *buf, size_t *rsize);
stand/common/bootstrap.h
92
int (*dv_strategy)(void *, int, daddr_t, size_t, char *, size_t *);
stand/common/dev_net.c
223
net_strategy(void *devdata, int rw, daddr_t blk, size_t size, char *buf,
stand/common/dev_net.c
224
size_t *rsize)
stand/common/dev_net.c
378
size_t i;
stand/common/dev_net.c
81
static int net_strategy(void *, int, daddr_t, size_t, char *, size_t *);
stand/common/disk.c
81
ptblread(void *d, void *buf, size_t blocks, uint64_t offset)
stand/common/disk.h
106
extern int ptblread(void *, void *, size_t, uint64_t);
stand/common/gfx_fb.c
1412
size_t size;
stand/common/gfx_fb.c
1434
size_t size;
stand/common/gfx_fb.c
180
static size_t GlyphBufferSize;
stand/common/gfx_fb.c
2350
size_t stride;
stand/common/gfx_fb.c
2370
size_t i, size;
stand/common/gfx_fb.c
2384
if (rv < 0 || (size_t)rv != size) {
stand/common/gfx_fb.c
2401
size_t size;
stand/common/gfx_fb.c
2436
size_t size;
stand/common/gfx_fb.c
2501
if (rv < 0 || (size_t)rv != size) {
stand/common/gfx_fb.c
2526
if (rv < 0 || (size_t)rv != size)
stand/common/gfx_fb.c
2652
size_t size;
stand/common/gfx_fb.c
2683
if (rv < 0 || (size_t)rv != sizeof(fh))
stand/common/gfx_fb.c
3021
size_t size;
stand/common/gfx_fb.c
452
gfx_mem_wr1(uint8_t *base, size_t size, uint32_t o, uint8_t v)
stand/common/gfx_fb.c
461
gfx_mem_wr2(uint8_t *base, size_t size, uint32_t o, uint16_t v)
stand/common/gfx_fb.c
470
gfx_mem_wr4(uint8_t *base, size_t size, uint32_t o, uint32_t v)
stand/common/gfx_fb.c
489
size_t size;
stand/common/gfx_fb.h
214
size_t tg_glyph_size;
stand/common/gfx_fb.h
218
size_t tg_shadow_sz; /* units of pages */
stand/common/install.c
197
size_t devnamelen;
stand/common/install.c
55
size_t len;
stand/common/interp_forth.c
72
size_t len;
stand/common/interp_lua.c
65
interp_lua_realloc(void *ud __unused, void *ptr, size_t osize __unused, size_t nsize)
stand/common/interp_parse.c
165
size_t len = strlen(val);
stand/common/interp_parse.c
89
size_t i = 0;
stand/common/isapnp.c
161
size_t large_len;
stand/common/load_elf.c
1009
size = (size_t)ef.ehdr->e_shnum * (size_t)ef.ehdr->e_shentsize;
stand/common/load_elf.c
1277
Elf_Addr p, void *val, size_t len)
stand/common/load_elf.c
1279
size_t n;
stand/common/load_elf.c
297
ef->firstlen = (size_t)bytes_read;
stand/common/load_elf.c
536
size_t chunk;
stand/common/load_elf.c
58
size_t relsz;
stand/common/load_elf.c
60
size_t relasz;
stand/common/load_elf.c
62
size_t strsz;
stand/common/load_elf.c
65
size_t firstlen;
stand/common/load_elf.c
702
chunk = (size_t)ehdr->e_shnum * (size_t)ehdr->e_shentsize;
stand/common/load_elf.c
812
if (result < 0 || (size_t)result != shdr[i].sh_size) {
stand/common/load_elf.c
84
Elf_Addr p, void *val, size_t len);
stand/common/load_elf.c
941
size_t len;
stand/common/load_elf.c
992
size_t size;
stand/common/load_elf_obj.c
501
void *val, size_t len)
stand/common/load_elf_obj.c
73
Elf_Addr p, void *val, size_t len);
stand/common/md.c
60
static int md_strategy(void *, int, daddr_t, size_t, char *, size_t *);
stand/common/md.c
85
md_strategy(void *devdata, int rw, daddr_t blk, size_t size,
stand/common/md.c
86
char *buf, size_t *rsize)
stand/common/md.c
89
size_t ofs;
stand/common/misc.c
116
kern_pread(readin_handle_t fd, vm_offset_t dest, size_t len, off_t off)
stand/common/misc.c
125
if ((size_t)archsw.arch_readin(fd, dest, len) != len) {
stand/common/misc.c
140
alloc_pread(readin_handle_t fd, off_t off, size_t len)
stand/common/misc.c
159
if ((size_t)VECTX_READ(fd, buf, len) != len) {
stand/common/misc.c
38
size_t hlong;
stand/common/misc.c
62
size_t
stand/common/misc.c
66
size_t len;
stand/common/misc.c
95
kern_bzero(vm_offset_t dest, size_t len)
stand/common/misc.c
98
size_t chunk, resid;
stand/common/modinfo.c
169
size_t len;
stand/common/modinfo.c
178
if ((size_t)archsw.arch_copyin(ep->ev_name, addr, len) != len)
stand/common/modinfo.c
186
if ((size_t)archsw.arch_copyin(ep->ev_value, addr, len) != len)
stand/common/module.c
1017
file_addbuf(const char *name, const char *type, size_t len, void *buf)
stand/common/module.c
1753
size_t cplen;
stand/common/module.c
969
file_addmetadata(struct preloaded_file *fp, int type, size_t size, void *p)
stand/common/part.c
103
size_t i;
stand/common/part.c
200
gpt_checktbl(const struct gpt_hdr *hdr, uint8_t *tbl, size_t size,
stand/common/part.c
236
size_t size, i;
stand/common/part.h
64
typedef int (diskread_t)(void *arg, void *buf, size_t blocks, uint64_t offset);
stand/common/reloc_elf.c
49
int reltype, Elf_Addr relbase, Elf_Addr dataaddr, void *data, size_t len)
stand/common/tslog.c
64
size_t tslog_bufpos;
stand/common/vdisk.c
192
size_t len;
stand/common/vdisk.c
247
vdisk_strategy(void *devdata, int rw, daddr_t blk, size_t size,
stand/common/vdisk.c
248
char *buf, size_t *rsize)
stand/common/vdisk.c
37
static int vdisk_strategy(void *, int, daddr_t, size_t, char *, size_t *);
stand/efi/boot1/boot1.c
105
size_t newlen = cmdsize + strlen(env) + 1;
stand/efi/boot1/boot1.c
63
try_boot(const boot_module_t *mod, dev_info_t *dev, void *loaderbuf, size_t loadersize)
stand/efi/boot1/boot1.c
65
size_t bufsize, cmdsize;
stand/efi/boot1/boot_module.h
88
void **buf, size_t *bufsize);
stand/efi/boot1/proto.c
131
size_t *bufsize, int preferred)
stand/efi/boot1/proto.c
159
size_t sz;
stand/efi/boot1/proto.c
167
size_t loadersize;
stand/efi/boot1/proto.h
27
EFI_STATUS try_boot(const boot_module_t *mod, dev_info_t *dev, void *loaderbuf, size_t loadersize);
stand/efi/boot1/ufs_module.c
138
load(const char *filepath, dev_info_t *dev, void **bufp, size_t *bufsize)
stand/efi/boot1/ufs_module.c
141
size_t size;
stand/efi/boot1/ufs_module.c
175
if ((size_t)read != size) {
stand/efi/boot1/zfs_module.c
139
load(const char *filepath, dev_info_t *devinfo, void **bufp, size_t *bufsize)
stand/efi/boot1/zfs_module.c
53
vdev_read(vdev_t *vdev, void *priv, off_t off, void *buf, size_t bytes)
stand/efi/boot1/zfs_module.c
57
size_t size, remainder, rb_size, blksz;
stand/efi/gptboot/proto.c
229
size_t loadersize;
stand/efi/include/efi.h
68
#define DevicePathNodeLength(a) ((size_t)(((a)->Length[0]) | ((a)->Length[1] << 8)))
stand/efi/include/efichar.h
37
int utf8_to_ucs2(const char *, efi_char **, size_t *);
stand/efi/include/efilib.h
134
void cpy8to16(const char *, CHAR16 *, size_t);
stand/efi/include/efilib.h
135
void cpy16to8(const CHAR16 *, char *, size_t);
stand/efi/libefi/devpath.c
470
size_t len;
stand/efi/libefi/devpath.c
531
size_t ul;
stand/efi/libefi/devpath.c
598
size_t prefix, len;
stand/efi/libefi/devpath.c
636
size_t len;
stand/efi/libefi/devpath.c
696
size_t len;
stand/efi/libefi/efi_console.c
403
size_t len __unused)
stand/efi/libefi/efichar.c
135
utf8_to_ucs2(const char *name, efi_char **nmp, size_t *len)
stand/efi/libefi/efichar.c
138
size_t sz;
stand/efi/libefi/efichar.c
64
static size_t
stand/efi/libefi/efichar.c
67
size_t len;
stand/efi/libefi/efichar.c
87
size_t len, sz;
stand/efi/libefi/eficom.c
219
size_t sz;
stand/efi/libefi/eficom.c
269
size_t sz;
stand/efi/libefi/efienv.c
111
size_t len;
stand/efi/libefi/efienv.c
36
efi_getenv(EFI_GUID *g, const char *v, void *data, size_t *len)
stand/efi/libefi/efienv.c
38
size_t ul;
stand/efi/libefi/efienv.c
56
efi_global_getenv(const char *v, void *data, size_t *len)
stand/efi/libefi/efienv.c
63
efi_freebsd_getenv(const char *v, void *data, size_t *len)
stand/efi/libefi/efienv.c
77
size_t ul;
stand/efi/libefi/efienv.c
92
size_t len;
stand/efi/libefi/efihttp.c
218
daddr_t blk __unused, size_t size __unused, char *buf __unused,
stand/efi/libefi/efihttp.c
219
size_t *rsize __unused)
stand/efi/libefi/efihttp.c
53
static int efihttp_dev_strategy(void *devdata, int rw, daddr_t blk, size_t size,
stand/efi/libefi/efihttp.c
54
char *buf, size_t *rsize);
stand/efi/libefi/efihttp.c
60
static int efihttp_fs_read(struct open_file *f, void *buf, size_t size,
stand/efi/libefi/efihttp.c
601
_efihttp_fs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/efi/libefi/efihttp.c
61
size_t *resid);
stand/efi/libefi/efihttp.c
62
static int efihttp_fs_write(struct open_file *f, const void *buf, size_t size,
stand/efi/libefi/efihttp.c
63
size_t *resid);
stand/efi/libefi/efihttp.c
670
efihttp_fs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/efi/libefi/efihttp.c
672
size_t res;
stand/efi/libefi/efihttp.c
690
size_t size __unused, size_t *resid __unused)
stand/efi/libefi/efihttp.c
701
size_t res, res2;
stand/efi/libefi/efinet.c
134
efinet_put(struct iodesc *desc, void *pkt, size_t len)
stand/efi/libefi/efinet.c
50
static ssize_t efinet_put(struct iodesc *, void *, size_t);
stand/efi/libefi/efipart.c
1044
efipart_strategy(void *devdata, int rw, daddr_t blk, size_t size,
stand/efi/libefi/efipart.c
1045
char *buf, size_t *rsize)
stand/efi/libefi/efipart.c
1079
efipart_realstrategy(void *devdata, int rw, daddr_t blk, size_t size,
stand/efi/libefi/efipart.c
1080
char *buf, size_t *rsize)
stand/efi/libefi/efipart.c
1087
size_t blkoff, blksz, bio_size;
stand/efi/libefi/efipart.c
1175
size_t x = min(size, bio_size);
stand/efi/libefi/efipart.c
51
static int efipart_strategy(void *, int, daddr_t, size_t, char *, size_t *);
stand/efi/libefi/efipart.c
52
static int efipart_realstrategy(void *, int, daddr_t, size_t, char *, size_t *);
stand/efi/libefi/handles.c
45
size_t sz;
stand/efi/libefi/wchar.c
51
cpy8to16(const char *src, CHAR16 *dst, size_t len)
stand/efi/libefi/wchar.c
62
cpy16to8(const CHAR16 *src, char *dst, size_t len)
stand/efi/libefi/wchar.c
64
size_t i;
stand/efi/loader/arch/amd64/multiboot2.c
325
size_t len;
stand/efi/loader/arch/arm64/exec.c
60
size_t clean_size;
stand/efi/loader/bootinfo.c
177
size_t efisz;
stand/efi/loader/bootinfo.c
354
size_t i;
stand/efi/loader/copy.c
478
efi_copyin(const void *src, vm_offset_t dest, const size_t len)
stand/efi/loader/copy.c
496
efi_copyout(const vm_offset_t src, void *dest, const size_t len)
stand/efi/loader/copy.c
509
efi_readin(readin_handle_t fd, vm_offset_t dest, const size_t len)
stand/efi/loader/framebuffer.c
182
size_t count, maxcount = 1024;
stand/efi/loader/framebuffer.c
521
size_t size;
stand/efi/loader/loader_efi.h
54
ssize_t efi_copyin(const void *src, vm_offset_t dest, const size_t len);
stand/efi/loader/loader_efi.h
55
ssize_t efi_copyout(const vm_offset_t src, void *dest, const size_t len);
stand/efi/loader/loader_efi.h
56
ssize_t efi_readin(readin_handle_t fd, vm_offset_t dest, const size_t len);
stand/efi/loader/main.c
1229
size_t sz, bisz = 0;
stand/efi/loader/main.c
384
#define SIZE(dp, edp) (size_t)((intptr_t)(void *)edp - (intptr_t)(void *)dp)
stand/efi/loader/main.c
388
match_boot_info(char *boot_info, size_t bisz)
stand/efi/loader/main.c
392
size_t len;
stand/efi/loader/main.c
536
find_currdev(bool do_bootmgr, char *boot_info, size_t boot_info_sz)
stand/efi/loader/main.c
780
acpi_checksum(void *p, size_t length)
stand/efi/loader/main.c
986
size_t sz;
stand/fdt/fdt_loader_cmd.c
433
size_t max_overlay_size, next_fdtp_size;
stand/fdt/fdt_loader_cmd.c
434
size_t current_fdtp_size;
stand/fdt/fdt_loader_cmd.c
524
fdt_pad_dtb(size_t padding)
stand/fdt/fdt_loader_cmd.c
527
size_t padded_fdtp_size;
stand/fdt/fdt_loader_cmd.c
65
static size_t fdtp_size = 0;
stand/fdt/fdt_loader_cmd.c
742
fdt_fixup_memory(struct fdt_mem_region *region, size_t num)
stand/fdt/fdt_loader_cmd.c
748
size_t realmrno;
stand/fdt/fdt_platform.h
42
void fdt_fixup_memory(struct fdt_mem_region *, size_t);
stand/fdt/fdt_platform.h
45
int fdt_pad_dtb(size_t);
stand/ficl/aarch64/sysdep.c
64
void *ficlMalloc (size_t size)
stand/ficl/aarch64/sysdep.c
69
void *ficlRealloc (void *p, size_t size)
stand/ficl/aarch64/sysdep.h
376
void *ficlMalloc (size_t size);
stand/ficl/aarch64/sysdep.h
378
void *ficlRealloc(void *p, size_t size);
stand/ficl/amd64/sysdep.c
66
void *ficlMalloc (size_t size)
stand/ficl/amd64/sysdep.c
71
void *ficlRealloc (void *p, size_t size)
stand/ficl/amd64/sysdep.h
388
void *ficlMalloc (size_t size);
stand/ficl/amd64/sysdep.h
390
void *ficlRealloc(void *p, size_t size);
stand/ficl/arm/sysdep.c
64
void *ficlMalloc (size_t size)
stand/ficl/arm/sysdep.c
69
void *ficlRealloc (void *p, size_t size)
stand/ficl/arm/sysdep.h
387
void *ficlMalloc (size_t size);
stand/ficl/arm/sysdep.h
389
void *ficlRealloc(void *p, size_t size);
stand/ficl/dict.c
388
size_t nAlloc;
stand/ficl/fileaccess.c
354
size_t length = (size_t)stackPopINT(pVM->pStack);
stand/ficl/fileaccess.c
368
size_t ud = (size_t)stackPopINT(pVM->pStack);
stand/ficl/fileaccess.c
388
size_t ud = (size_t)stackPopINT(pVM->pStack);
stand/ficl/i386/sysdep.c
66
void *ficlMalloc (size_t size)
stand/ficl/i386/sysdep.c
71
void *ficlRealloc (void *p, size_t size)
stand/ficl/i386/sysdep.h
386
void *ficlMalloc (size_t size);
stand/ficl/i386/sysdep.h
388
void *ficlRealloc(void *p, size_t size);
stand/ficl/loader.c
210
size_t len;
stand/ficl/loader.c
232
size_t len;
stand/ficl/powerpc/sysdep.c
64
void *ficlMalloc (size_t size)
stand/ficl/powerpc/sysdep.c
69
void *ficlRealloc (void *p, size_t size)
stand/ficl/powerpc/sysdep.h
390
void *ficlMalloc (size_t size);
stand/ficl/powerpc/sysdep.h
392
void *ficlRealloc(void *p, size_t size);
stand/ficl/riscv/sysdep.c
64
void *ficlMalloc (size_t size)
stand/ficl/riscv/sysdep.c
69
void *ficlRealloc (void *p, size_t size)
stand/ficl/riscv/sysdep.h
376
void *ficlMalloc (size_t size);
stand/ficl/riscv/sysdep.h
378
void *ficlRealloc(void *p, size_t size);
stand/ficl/stack.c
115
size_t size = sizeof (FICL_STACK) + nCells * sizeof (CELL);
stand/ficl/words.c
4688
size_t size;
stand/ficl/words.c
4721
size_t size;
stand/i386/boot2/boot2.c
148
xfsread(ufs_ino_t inode, void *buf, size_t nbyte)
stand/i386/boot2/boot2.c
151
if ((size_t)fsread(inode, buf, nbyte) != nbyte) {
stand/i386/boot2/boot2.c
203
size_t nbyte;
stand/i386/boot2/boot2.c
361
size_t k;
stand/i386/common/cons.c
161
getstr(char *cmdstr, size_t cmdstrsize)
stand/i386/common/cons.h
31
void getstr(char *cmdstr, size_t cmdstrsize);
stand/i386/gptboot/gptboot.c
106
size_t bytes);
stand/i386/gptboot/gptboot.c
126
xfsread(ufs_ino_t inode, void *buf, size_t nbyte)
stand/i386/gptboot/gptboot.c
129
if ((size_t)fsread(inode, buf, nbyte) != nbyte) {
stand/i386/gptboot/gptboot.c
590
if ((size_t)i >= sizeof(kname))
stand/i386/gptboot/gptboot.c
625
vdev_read(void *vdev __unused, void *priv, off_t off, void *buf, size_t bytes)
stand/i386/gptzfsboot/zfsboot.c
671
if ((size_t)i >= sizeof(kname))
stand/i386/gptzfsboot/zfsboot.c
97
size_t len;
stand/i386/isoboot/isoboot.c
109
xfsread(uint64_t inode, void *buf, size_t nbyte)
stand/i386/isoboot/isoboot.c
112
if ((size_t)cd9660_fsread(inode, buf, nbyte) != nbyte) {
stand/i386/isoboot/isoboot.c
511
if ((size_t)i >= sizeof(kname))
stand/i386/libi386/bio.c
42
bio_alloc(size_t size)
stand/i386/libi386/bio.c
55
bio_free(void *ptr, size_t size)
stand/i386/libi386/biosdisk.c
143
static int bd_strategy(void *devdata, int flag, daddr_t dblk, size_t size,
stand/i386/libi386/biosdisk.c
144
char *buf, size_t *rsize);
stand/i386/libi386/biosdisk.c
145
static int bd_realstrategy(void *devdata, int flag, daddr_t dblk, size_t size,
stand/i386/libi386/biosdisk.c
146
char *buf, size_t *rsize);
stand/i386/libi386/biosdisk.c
938
bd_strategy(void *devdata, int rw, daddr_t dblk, size_t size,
stand/i386/libi386/biosdisk.c
939
char *buf, size_t *rsize)
stand/i386/libi386/biosdisk.c
966
bd_realstrategy(void *devdata, int rw, daddr_t dblk, size_t size,
stand/i386/libi386/biosdisk.c
967
char *buf, size_t *rsize)
stand/i386/libi386/biosdisk.c
972
size_t blks, blkoff, bsize, bio_size, rest;
stand/i386/libi386/biossmap.c
121
size_t size;
stand/i386/libi386/i386_copy.c
38
i386_copyin(const void *src, vm_offset_t dest, const size_t len)
stand/i386/libi386/i386_copy.c
50
i386_copyout(const vm_offset_t src, void *dest, const size_t len)
stand/i386/libi386/i386_copy.c
63
i386_readin(readin_handle_t fd, vm_offset_t dest, const size_t len)
stand/i386/libi386/libi386.h
102
ssize_t i386_copyin(const void *src, vm_offset_t dest, const size_t len);
stand/i386/libi386/libi386.h
103
ssize_t i386_copyout(const vm_offset_t src, void *dest, const size_t len);
stand/i386/libi386/libi386.h
104
ssize_t i386_readin(readin_handle_t fd, vm_offset_t dest, const size_t len);
stand/i386/libi386/libi386.h
123
void *bio_alloc(size_t size);
stand/i386/libi386/libi386.h
124
void bio_free(void *ptr, size_t size);
stand/i386/libi386/multiboot.c
170
size_t len;
stand/i386/libi386/pxe.c
438
size_t size, rsize;
stand/i386/libi386/pxe.c
596
pxe_netif_put(struct iodesc *desc, void *pkt, size_t len)
stand/i386/libi386/pxe.c
75
static ssize_t pxe_netif_put(struct iodesc *desc, void *pkt, size_t len);
stand/i386/libi386/vbe.c
50
static size_t vbe_mode_list_size;
stand/i386/libi386/vbe.c
632
vbe_set_palette(const struct paletteentry *entry, size_t slot)
stand/i386/libi386/vbe.h
163
int vbe_set_palette(const struct paletteentry *, size_t);
stand/i386/libi386/vidconsole.c
499
size_t len __unused)
stand/kboot/include/host_syscall.h
172
void *host_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t off);
stand/kboot/include/host_syscall.h
175
int host_munmap(void *addr, size_t len);
stand/kboot/include/host_syscall.h
177
ssize_t host_read(int fd, void *buf, size_t nbyte);
stand/kboot/include/host_syscall.h
184
ssize_t host_write(int fd, const void *buf, size_t nbyte);
stand/kboot/include/util.h
10
bool data_from_kernel(const char *sym, void *buf, size_t len);
stand/kboot/include/util.h
13
bool file2str(const char *fn, char *buffer, size_t buflen);
stand/kboot/kboot/arch/aarch64/exec.c
105
size_t clean_size;
stand/kboot/kboot/arch/powerpc64/ppc64_elf_freebsd.c
46
extern size_t szkerneltramp;
stand/kboot/kboot/hostdisk.c
302
hostdisk_strategy(void *devdata, int flag, daddr_t dblk, size_t size,
stand/kboot/kboot/hostdisk.c
303
char *buf, size_t *rsize)
stand/kboot/kboot/hostdisk.c
41
size_t size, char *buf, size_t *rsize);
stand/kboot/kboot/hostfs.c
109
hostfs_read(struct open_file *f, void *start, size_t size, size_t *resid)
stand/kboot/kboot/hostfs.c
271
host_dev_strategy(void *devdata, int rw, daddr_t dblk, size_t size,
stand/kboot/kboot/hostfs.c
272
char *buf, size_t *rsize)
stand/kboot/kboot/kbootfdt.c
93
size_t buflen = 409600;
stand/kboot/kboot/main.c
389
const size_t heapsize = 64*1024*1024;
stand/kboot/kboot/main.c
41
ssize_t kboot_copyin(const void *src, vm_offset_t dest, const size_t len);
stand/kboot/kboot/main.c
42
ssize_t kboot_copyout(vm_offset_t src, void *dest, const size_t len);
stand/kboot/kboot/main.c
43
ssize_t kboot_readin(readin_handle_t fd, vm_offset_t dest, const size_t len);
stand/kboot/kboot/main.c
513
get_phys_buffer(vm_offset_t dest, const size_t len, void **buf)
stand/kboot/kboot/main.c
516
const size_t segsize = 64*1024*1024;
stand/kboot/kboot/main.c
517
size_t sz, amt, l;
stand/kboot/kboot/main.c
562
kboot_copyin(const void *src, vm_offset_t dest, const size_t len)
stand/kboot/kboot/main.c
586
kboot_copyout(vm_offset_t src, void *dest, const size_t len)
stand/kboot/kboot/main.c
604
kboot_readin(readin_handle_t fd, vm_offset_t dest, const size_t len)
stand/kboot/kboot/main.c
607
size_t resid, chunk, get;
stand/kboot/libkboot/dfk.c
107
lb_1line(struct line_buffer *lb, char *buffer, size_t buflen)
stand/kboot/libkboot/dfk.c
195
read_at_address(unsigned long addr, void *buf, size_t len)
stand/kboot/libkboot/dfk.c
263
data_from_kernel(const char *sym, void *buf, size_t len)
stand/kboot/libkboot/efi.c
163
size_t efisz;
stand/kboot/libkboot/host_syscalls.c
109
host_munmap(void *addr, size_t len)
stand/kboot/libkboot/host_syscalls.c
122
host_read(int fd, void *buf, size_t nbyte)
stand/kboot/libkboot/host_syscalls.c
168
host_write(int fd, const void *buf, size_t nbyte)
stand/kboot/libkboot/host_syscalls.c
96
host_mmap(void *addr, size_t len, int prot, int flags, int fd, off_t off)
stand/kboot/libkboot/seg.c
255
kvlookup(const char *str, struct kv *kvs, size_t nkv)
stand/kboot/libkboot/util.c
12
file2str(const char *fn, char *buffer, size_t buflen)
stand/kshim/bsd_kernel.h
389
typedef int bus_child_location_str_t (device_t parent, device_t child, char *buf, size_t buflen);
stand/kshim/bsd_kernel.h
390
typedef int bus_child_pnpinfo_str_t (device_t parent, device_t child, char *buf, size_t buflen);
stand/kshim/bsd_kernel.h
526
void *memset(void *, int, size_t len);
stand/kshim/bsd_kernel.h
527
void *memcpy(void *, const void *, size_t len);
stand/kshim/bsd_kernel.h
528
int memcmp(const void *, const void *, size_t len);
stand/kshim/bsd_kernel.h
530
int snprintf(char *restrict str, size_t size, const char *restrict format,...) __printflike(3, 4);
stand/kshim/bsd_kernel.h
531
size_t strlen(const char *s);
stand/kshim/bsd_kernel.h
538
void *usb_malloc(size_t);
stand/liblua/lerrno.c
159
size_t i;
stand/liblua/lstd.c
106
size_t
stand/liblua/lstd.c
107
fread(void *ptr, size_t size, size_t count, FILE *stream)
stand/liblua/lstd.c
109
size_t r;
stand/liblua/lstd.c
113
r = (size_t)read(stream->fd, ptr, size * count);
stand/liblua/lstd.c
119
size_t
stand/liblua/lstd.c
120
fwrite(const void *ptr, size_t size, size_t count, FILE *stream)
stand/liblua/lstd.c
131
return ((size_t)w);
stand/liblua/lstd.c
166
size_t r;
stand/liblua/lstd.h
49
size_t offset;
stand/liblua/lstd.h
50
size_t size;
stand/liblua/lstd.h
72
size_t fread(void *ptr, size_t size, size_t count, FILE *stream);
stand/liblua/lstd.h
73
size_t fwrite(const void *ptr, size_t size, size_t count, FILE *stream);
stand/liblua/lutils.c
301
size_t size, r;
stand/liblua/lutils.c
319
size = (size_t)lua_tonumber(L, 2);
stand/liblua/lutils.c
345
size_t bufsz, w, wrsz;
stand/libofw/libofw.h
53
ssize_t ofw_copyin(const void *src, vm_offset_t dest, const size_t len);
stand/libofw/libofw.h
54
ssize_t ofw_copyout(const vm_offset_t src, void *dest, const size_t len);
stand/libofw/libofw.h
55
ssize_t ofw_readin(readin_handle_t fd, vm_offset_t dest, const size_t len);
stand/libofw/ofw_copy.c
114
ofw_copyin(const void *src, vm_offset_t dest, const size_t len)
stand/libofw/ofw_copy.c
126
ofw_copyout(const vm_offset_t src, void *dest, const size_t len)
stand/libofw/ofw_copy.c
133
ofw_readin(readin_handle_t fd, vm_offset_t dest, const size_t len)
stand/libofw/ofw_copy.c
136
size_t resid, chunk, get;
stand/libofw/ofw_copy.c
45
ofw_mapmem(vm_offset_t dest, const size_t len)
stand/libofw/ofw_copy.c
48
size_t dlen;
stand/libofw/ofw_copy.c
49
size_t resid;
stand/libofw/ofw_copy.c
50
size_t nlen;
stand/libofw/ofw_copy.c
52
static size_t last_len = 0;
stand/libofw/ofw_disk.c
43
size_t size, char *buf, size_t *rsize);
stand/libofw/ofw_disk.c
90
ofwd_strategy(void *devdata, int flag __unused, daddr_t dblk, size_t size,
stand/libofw/ofw_disk.c
91
char *buf, size_t *rsize)
stand/libofw/ofw_net.c
134
size_t len;
stand/libofw/ofw_net.c
48
static ssize_t ofwn_put(struct iodesc *, void *, size_t);
stand/libofw/ofw_net.c
93
ofwn_put(struct iodesc *desc, void *pkt, size_t len)
stand/libofw/ofw_net.c
95
size_t sendlen;
stand/libsa/arp.c
142
arpsend(struct iodesc *d, void *pkt, size_t len)
stand/libsa/arp.c
62
static ssize_t arpsend(struct iodesc *, void *, size_t);
stand/libsa/bootp.c
245
bootpsend(struct iodesc *d, void *pkt, size_t len)
stand/libsa/bootp.c
69
static ssize_t bootpsend(struct iodesc *, void *, size_t);
stand/libsa/bootp.c
88
size_t bootp_response_size;
stand/libsa/bootp.h
145
extern size_t bootp_response_size;
stand/libsa/bzipfs.c
228
bzf_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/libsa/bzipfs.c
373
size_t resid;
stand/libsa/bzipfs.c
64
static int bzf_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/cd9660.c
141
size_t read;
stand/libsa/cd9660.c
179
int lenskip, size_t *len)
stand/libsa/cd9660.c
243
size_t len, plen;
stand/libsa/cd9660.c
299
size_t read;
stand/libsa/cd9660.c
341
size_t read, dsize, off;
stand/libsa/cd9660.c
512
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
stand/libsa/cd9660.c
517
size_t read;
stand/libsa/cd9660.c
547
cd9660_read(struct open_file *f, void *start, size_t size, size_t *resid)
stand/libsa/cd9660.c
551
size_t buf_size, csize;
stand/libsa/cd9660.c
580
size_t buf_size, reclen, namelen;
stand/libsa/cd9660.c
62
size_t *size_p);
stand/libsa/cd9660.c
65
static int cd9660_read(struct open_file *f, void *buf, size_t size,
stand/libsa/cd9660.c
66
size_t *resid);
stand/libsa/cd9660.c
77
struct iso_directory_record *dp, int lenskip, size_t *len);
stand/libsa/cd9660read.c
105
rrip_lookup_name(struct iso_directory_record *dp, int lenskip, size_t *len)
stand/libsa/cd9660read.c
174
size_t len;
stand/libsa/cd9660read.c
226
size_t dsize, off;
stand/libsa/cd9660read.c
312
cd9660_fsread(uint64_t cookie, void *buf, size_t nbytes)
stand/libsa/cd9660read.c
318
size_t size, remaining, n;
stand/libsa/cd9660read.c
40
static ssize_t cd9660_fsread(uint64_t, void *, size_t);
stand/libsa/dosfs.c
1021
ioget(DOS_FS *fs, daddr_t lsec, void *buf, size_t size)
stand/libsa/dosfs.c
1023
size_t rsize;
stand/libsa/dosfs.c
185
static int ioread(DOS_FS *, uint64_t, void *, size_t);
stand/libsa/dosfs.c
186
static int ioget(DOS_FS *, daddr_t, void *, size_t);
stand/libsa/dosfs.c
192
size_t io_size;
stand/libsa/dosfs.c
201
io_size = ((size_t)(max_offset_in_fat - offset_in_fat));
stand/libsa/dosfs.c
406
dos_read(struct open_file *fd, void *buf, size_t nbyte, size_t *resid)
stand/libsa/dosfs.c
410
size_t nb;
stand/libsa/dosfs.c
55
static int dos_read(struct open_file *fd, void *buf, size_t size, size_t *resid);
stand/libsa/dosfs.c
559
size_t res;
stand/libsa/dosfs.c
702
size_t n;
stand/libsa/dosfs.c
979
ioread(DOS_FS *fs, uint64_t offset, void *buf, size_t nbyte)
stand/libsa/dosfs.c
982
size_t n, secsiz;
stand/libsa/ether.c
52
sendether(struct iodesc *d, void *pkt, size_t len, uint8_t *dea, int etype)
stand/libsa/ext2fs.c
310
size_t f_blksize[EXT2_NIADDR]; /* size of buffer */
stand/libsa/ext2fs.c
314
size_t f_buf_size; /* size of data block */
stand/libsa/ext2fs.c
323
size_t *size_p);
stand/libsa/ext2fs.c
335
size_t buf_size;
stand/libsa/ext2fs.c
500
size_t buf_size;
stand/libsa/ext2fs.c
562
size_t rsize;
stand/libsa/ext2fs.c
698
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
stand/libsa/ext2fs.c
705
size_t block_size;
stand/libsa/ext2fs.c
761
size_t buf_size;
stand/libsa/ext2fs.c
816
ext2fs_read(struct open_file *f, void *addr, size_t size, size_t *resid)
stand/libsa/ext2fs.c
819
size_t csize, buf_size;
stand/libsa/ext2fs.c
887
size_t buf_size;
stand/libsa/ext2fs.c
97
size_t size, size_t *resid);
stand/libsa/features.c
35
for (size_t i = 0; i < nitems(feature_map); i++) {
stand/libsa/features.c
50
for (size_t i = 0; i < nitems(feature_map); i++) {
stand/libsa/geli/geliboot.c
312
size_t bytes)
stand/libsa/geli/geliboot.c
319
size_t n, nsec, secsize;
stand/libsa/geli/geliboot.h
77
void *buf, size_t sizebytes);
stand/libsa/geli/geliboot.h
82
size_t bytes);
stand/libsa/geli/geliboot_crypto.c
104
g_eli_crypto_cipher(u_int algo, geli_op_t enc, u_char *data, size_t datasize,
stand/libsa/geli/geliboot_crypto.c
105
const u_char *key, size_t keysize)
stand/libsa/geli/geliboot_crypto.c
114
g_eli_crypto_encrypt(u_int algo, u_char *data, size_t datasize,
stand/libsa/geli/geliboot_crypto.c
115
const u_char *key, size_t keysize)
stand/libsa/geli/geliboot_crypto.c
127
g_eli_crypto_decrypt(u_int algo, u_char *data, size_t datasize,
stand/libsa/geli/geliboot_crypto.c
128
const u_char *key, size_t keysize)
stand/libsa/geli/geliboot_crypto.c
36
geliboot_crypt(u_int algo, geli_op_t enc, u_char *data, size_t datasize,
stand/libsa/geli/geliboot_crypto.c
37
const u_char *key, size_t keysize, u_char *iv)
stand/libsa/geli/geliboot_crypto.c
42
size_t xts_len;
stand/libsa/geli/geliboot_internal.h
66
int geliboot_crypt(u_int algo, geli_op_t enc, u_char *data, size_t datasize,
stand/libsa/geli/geliboot_internal.h
67
const u_char *key, size_t keysize, u_char *iv);
stand/libsa/geli/gelidev.c
109
geli_dev_strategy(void *devdata, int rw, daddr_t blk, size_t size, char *buf,
stand/libsa/geli/gelidev.c
110
size_t *rsize)
stand/libsa/geli/gelidev.c
114
size_t alnsize;
stand/libsa/geli/gelidev.c
37
static int geli_dev_strategy(void *, int, daddr_t, size_t, char *, size_t *);
stand/libsa/geli/gelidev.c
86
void *buf, size_t sizebytes)
stand/libsa/gzipfs.c
237
zf_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/libsa/gzipfs.c
47
static int zf_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/hexdump.c
34
hexdump(caddr_t region, size_t len)
stand/libsa/ip.c
200
size_t hlen;
stand/libsa/ip.c
368
size_t len;
stand/libsa/ip.c
76
size_t ip_total_size;
stand/libsa/ip.c
87
sendip(struct iodesc *d, void *pkt, size_t len, uint8_t proto)
stand/libsa/net.c
81
ssize_t (*sproc)(struct iodesc *, void *, size_t),
stand/libsa/net.c
82
void *sbuf, size_t ssize,
stand/libsa/net.h
105
ssize_t sendether(struct iodesc *d, void *pkt, size_t len,
stand/libsa/net.h
109
ssize_t sendip(struct iodesc *, void *, size_t, uint8_t);
stand/libsa/net.h
111
ssize_t sendudp(struct iodesc *, void *, size_t);
stand/libsa/net.h
114
ssize_t (*)(struct iodesc *, void *, size_t),
stand/libsa/net.h
115
void *, size_t,
stand/libsa/netif.c
244
netif_put(struct iodesc *desc, void *pkt, size_t len)
stand/libsa/netif.h
14
ssize_t (*netif_put)(struct iodesc *, void *, size_t);
stand/libsa/netif.h
57
ssize_t netif_put(struct iodesc *, void *, size_t);
stand/libsa/nfs.c
125
static int nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/nfs.c
202
size_t cc;
stand/libsa/nfs.c
391
nfs_readdata(struct nfs_iodesc *d, off_t off, void *addr, size_t len)
stand/libsa/nfs.c
411
size_t cc;
stand/libsa/nfs.c
677
nfs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/libsa/nfs.c
774
size_t cc;
stand/libsa/nullfs.c
76
int null_read (struct open_file *f, void *buf, size_t size, size_t *resid)
stand/libsa/nullfs.c
81
int null_write (struct open_file *f, const void *buf, size_t size, size_t *resid)
stand/libsa/nvstore.c
126
void *data, size_t size)
stand/libsa/open.c
142
size_t n;
stand/libsa/pager.c
131
size_t hmuch;
stand/libsa/pkgfs.c
109
size_t tf_cachesz;
stand/libsa/pkgfs.c
192
static int get_zipped(struct package *, void *, size_t);
stand/libsa/pkgfs.c
285
pkg_read(struct open_file *f, void *buf, size_t size, size_t *res)
stand/libsa/pkgfs.c
290
size_t sz;
stand/libsa/pkgfs.c
350
size_t sz, res;
stand/libsa/pkgfs.c
36
static int pkg_read(struct open_file *, void *, size_t, size_t *);
stand/libsa/pkgfs.c
469
get_zipped(struct package *pkg, void *buf, size_t bufsz)
stand/libsa/pkgfs.c
514
size_t sz;
stand/libsa/pkgfs.c
761
size_t sz;
stand/libsa/printf.c
143
snprintf(char *buf, size_t size, const char *cfmt, ...)
stand/libsa/printf.c
162
vsnprintf(char *buf, size_t size, const char *cfmt, va_list ap)
stand/libsa/printf.c
406
*(va_arg(ap, size_t *)) = retval;
stand/libsa/printf.c
485
num = va_arg(ap, size_t);
stand/libsa/printf.c
95
size_t size;
stand/libsa/rarp.c
125
rarpsend(struct iodesc *d, void *pkt, size_t len)
stand/libsa/rarp.c
51
static ssize_t rarpsend(struct iodesc *, void *, size_t);
stand/libsa/read.c
65
read(int fd, void *dest, size_t bcount)
stand/libsa/read.c
68
size_t resid;
stand/libsa/read.c
96
size_t ccount, cresid;
stand/libsa/rpc.c
107
void *sdata, size_t slen, void **rdata, void **pkt)
stand/libsa/rpc.h
49
void *, size_t, void **, void **);
stand/libsa/sbrk.c
35
static size_t maxheap, heapsize = 0;
stand/libsa/smbios.c
144
size_t length;
stand/libsa/smbios.c
145
size_t count;
stand/libsa/smbios.c
198
if ((size_t)end_addr != end_addr)
stand/libsa/smbios.c
544
size_t i;
stand/libsa/smbios.c
647
size_t i;
stand/libsa/splitfs.c
191
splitfs_read(struct open_file *f, void *buf, size_t size, size_t *resid)
stand/libsa/splitfs.c
194
size_t totread;
stand/libsa/splitfs.c
236
size_t resid;
stand/libsa/splitfs.c
47
static int splitfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/stand.h
113
size_t size, size_t *resid);
stand/libsa/stand.h
115
size_t size, size_t *resid);
stand/libsa/stand.h
161
size_t size, char *buf, size_t *rsize);
stand/libsa/stand.h
208
size_t f_ralen; /* valid data in readahead buffer */
stand/libsa/stand.h
303
extern int snprintf(char *buf, size_t size, const char *cfmt, ...) __printflike(3, 4);
stand/libsa/stand.h
306
extern int vsnprintf(char *buf, size_t size, const char *cfmt, __va_list);
stand/libsa/stand.h
327
extern ssize_t read(int, void *, size_t);
stand/libsa/stand.h
328
extern ssize_t write(int, const void *, size_t);
stand/libsa/stand.h
428
extern int null_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/stand.h
429
extern int null_write(struct open_file *f, const void *buf, size_t size, size_t *resid);
stand/libsa/stand.h
476
void *Malloc(size_t, const char *, int);
stand/libsa/stand.h
477
void *Memalign(size_t, size_t, const char *, int);
stand/libsa/stand.h
478
void *Calloc(size_t, size_t, const char *, int);
stand/libsa/stand.h
479
void *Realloc(void *, size_t, const char *, int);
stand/libsa/stand.h
480
void *Reallocf(void *, size_t, const char *, int);
stand/libsa/stand.h
487
extern void *malloc(size_t);
stand/libsa/stand.h
488
extern void *memalign(size_t, size_t);
stand/libsa/stand.h
489
extern void *calloc(size_t, size_t);
stand/libsa/stand.h
491
extern void *realloc(void *, size_t);
stand/libsa/stand.h
492
extern void *reallocf(void *, size_t);
stand/libsa/stand.h
533
void hexdump(caddr_t region, size_t len);
stand/libsa/stand.h
538
const void *, size_t);
stand/libsa/stand.h
559
int nvstore_set_var(void *, int, const char *, void *, size_t);
stand/libsa/stand.h
571
void tslog_setbuf(void * buf, size_t len);
stand/libsa/stand.h
572
void tslog_getbuf(void ** buf, size_t * len);
stand/libsa/strcasecmp.c
47
strncasecmp(const char *s1, const char *s2, size_t n)
stand/libsa/strdup.c
37
size_t len;
stand/libsa/tftp.c
479
size_t pathsize;
stand/libsa/tftp.c
555
tftp_read(struct open_file *f, void *addr, size_t size,
stand/libsa/tftp.c
556
size_t *resid /* out */)
stand/libsa/tftp.c
559
size_t res;
stand/libsa/tftp.c
71
static int tftp_parse_oack(struct tftp_handle *, char *, size_t);
stand/libsa/tftp.c
72
static int tftp_read(struct open_file *, void *, size_t, size_t *);
stand/libsa/tftp.c
832
tftp_parse_oack(struct tftp_handle *h, char *buf, size_t len)
stand/libsa/tslog.c
39
static size_t tslog_buflen = 0;
stand/libsa/tslog.c
40
static size_t tslog_bufpos = 0;
stand/libsa/tslog.c
42
static size_t
stand/libsa/tslog.c
45
size_t len;
stand/libsa/tslog.c
61
tslog_setbuf(void * buf, size_t len)
stand/libsa/tslog.c
70
tslog_getbuf(void ** buf, size_t * len)
stand/libsa/udp.c
56
sendudp(struct iodesc *d, void *pkt, size_t len)
stand/libsa/ufs.c
120
size_t f_blksize[UFS_NIADDR];
stand/libsa/ufs.c
125
size_t f_buf_size; /* size of data block */
stand/libsa/ufs.c
143
static int buf_read_file(struct open_file *, char **, size_t *);
stand/libsa/ufs.c
144
static int buf_write_file(struct open_file *, const char *, size_t *);
stand/libsa/ufs.c
164
size_t rsize;
stand/libsa/ufs.c
317
buf_write_file(struct open_file *f, const char *buf_p, size_t *size_p)
stand/libsa/ufs.c
324
size_t block_size;
stand/libsa/ufs.c
392
buf_read_file(struct open_file *f, char **buf_p, size_t *size_p)
stand/libsa/ufs.c
399
size_t block_size;
stand/libsa/ufs.c
457
size_t buf_size;
stand/libsa/ufs.c
644
size_t buf_size;
stand/libsa/ufs.c
707
size_t buf_size;
stand/libsa/ufs.c
760
ufs_read(struct open_file *f, void *start, size_t size, size_t *resid)
stand/libsa/ufs.c
763
size_t csize;
stand/libsa/ufs.c
765
size_t buf_size;
stand/libsa/ufs.c
798
ufs_write(struct open_file *f, const void *start, size_t size, size_t *resid)
stand/libsa/ufs.c
801
size_t csize;
stand/libsa/ufs.c
84
static int ufs_write(struct open_file *f, const void *buf, size_t size,
stand/libsa/ufs.c
85
size_t *resid);
stand/libsa/ufs.c
87
static int ufs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/ufs.c
880
size_t buf_size;
stand/libsa/ufsread.c
172
fsread_size(ufs_ino_t inode, void *buf, size_t nbyte, size_t *fsizep)
stand/libsa/ufsread.c
186
size_t n, nb, size, off, vboff;
stand/libsa/ufsread.c
325
fsread(ufs_ino_t inode, void *buf, size_t nbyte)
stand/libsa/ufsread.c
88
static ssize_t fsread(ufs_ino_t, void *, size_t);
stand/libsa/write.c
65
write(int fd, const void *dest, size_t bcount)
stand/libsa/write.c
68
size_t resid;
stand/libsa/zalloc.c
115
size_t extra;
stand/libsa/zalloc.c
88
znalloc(MemPool *mp, uintptr_t bytes, size_t align)
stand/libsa/zalloc_defs.h
72
size_t ga_Bytes;
stand/libsa/zalloc_defs.h
73
size_t ga_Magic; /* must be at least 32 bits */
stand/libsa/zalloc_malloc.c
110
size_t bytes;
stand/libsa/zalloc_malloc.c
124
size_t dump_bytes;
stand/libsa/zalloc_malloc.c
155
Calloc(size_t n1, size_t n2, const char *file, int line)
stand/libsa/zalloc_malloc.c
177
Realloc(void *ptr, size_t size, const char *file, int line)
stand/libsa/zalloc_malloc.c
180
size_t old;
stand/libsa/zalloc_malloc.c
209
Reallocf(void *ptr, size_t size, const char *file, int line)
stand/libsa/zalloc_malloc.c
50
static void *Malloc_align(size_t, size_t);
stand/libsa/zalloc_malloc.c
57
Malloc(size_t bytes, const char *file __unused, int line __unused)
stand/libsa/zalloc_malloc.c
63
Memalign(size_t alignment, size_t bytes, const char *file __unused,
stand/libsa/zalloc_malloc.c
73
Malloc_align(size_t bytes, size_t alignment)
stand/libsa/zalloc_protos.h
33
Library void *znalloc(struct MemPool *mpool, uintptr_t bytes, size_t align);
stand/libsa/zfs/libzfs.h
52
int zfs_get_bootonce(void *, const char *, char *, size_t);
stand/libsa/zfs/nvlist.c
1072
size_t size;
stand/libsa/zfs/nvlist.c
1164
size_t namelen;
stand/libsa/zfs/nvlist.c
1322
size_t size;
stand/libsa/zfs/nvlist.c
1656
size_t size;
stand/libsa/zfs/nvlist.c
54
size_t xdr_buf_size;
stand/libsa/zfs/nvlist.c
58
static bool nvlist_size_xdr(xdr_t *, size_t *);
stand/libsa/zfs/nvlist.c
587
nvlist_size_xdr(xdr_t *xdr, size_t *size)
stand/libsa/zfs/nvlist.c
59
static bool nvlist_size_native(xdr_t *, size_t *);
stand/libsa/zfs/nvlist.c
675
nvlist_size_native(xdr_t *xdr, size_t *size)
stand/libsa/zfs/nvlist.c
740
nvlist_import(const char *stream, size_t size)
stand/libsa/zfs/nvlist.c
805
size_t size;
stand/libsa/zfs/nvlist.h
127
nvlist_t *nvlist_import(const char *, size_t);
stand/libsa/zfs/nvlist.h
87
size_t nv_asize;
stand/libsa/zfs/nvlist.h
88
size_t nv_size;
stand/libsa/zfs/spl/sys/zfs_context.h
29
void *memcpy(void *dst, const void *src, size_t len);
stand/libsa/zfs/spl/sys/zfs_context.h
30
void *memset(void *dest, int c, size_t len);
stand/libsa/zfs/spl/sys/zfs_context.h
31
void *memmem(const void *big, size_t big_len, const void *little,
stand/libsa/zfs/spl/sys/zfs_context.h
32
size_t little_len);
stand/libsa/zfs/zfs.c
149
zfs_read(struct open_file *f, void *start, size_t size, size_t *resid /* out */)
stand/libsa/zfs/zfs.c
155
size_t n;
stand/libsa/zfs/zfs.c
1591
zfs_dev_strategy(void *devdata, int rw, daddr_t dblk, size_t size, char *buf, size_t *rsize)
stand/libsa/zfs/zfs.c
1707
split_devname(const char *name, char *poolname, size_t size,
stand/libsa/zfs/zfs.c
1711
size_t len;
stand/libsa/zfs/zfs.c
231
size_t bsize = fp->f_dnode.dn_datablkszsec << SPA_MINBLOCKSHIFT;
stand/libsa/zfs/zfs.c
295
size_t namelen;
stand/libsa/zfs/zfs.c
458
vdev_read(vdev_t *vdev, void *priv, off_t offset, void *buf, size_t bytes)
stand/libsa/zfs/zfs.c
461
size_t res, head, tail, total_size, full_sec_size;
stand/libsa/zfs/zfs.c
52
static int zfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
stand/libsa/zfs/zfs.c
580
vdev_write(vdev_t *vdev, off_t offset, void *buf, size_t bytes)
stand/libsa/zfs/zfs.c
583
size_t head, tail, total_size, full_sec_size;
stand/libsa/zfs/zfs.c
727
zfs_diskread(void *arg, void *buf, size_t blocks, uint64_t offset)
stand/libsa/zfs/zfs.c
823
zfs_get_bootonce(void *vdev, const char *key, char *buf, size_t size)
stand/libsa/zfs/zfs.c
838
const void *, size_t);
stand/libsa/zfs/zfs.c
918
const void *data, size_t size)
stand/libsa/zfs/zfsimpl.c
1067
static size_t
stand/libsa/zfs/zfsimpl.c
1071
size_t count;
stand/libsa/zfs/zfsimpl.c
1087
size_t count;
stand/libsa/zfs/zfsimpl.c
155
size_t);
stand/libsa/zfs/zfsimpl.c
157
size_t);
stand/libsa/zfs/zfsimpl.c
158
static int vdev_mirror_read(vdev_t *, const blkptr_t *, void *, off_t, size_t);
stand/libsa/zfs/zfsimpl.c
1649
size_t size)
stand/libsa/zfs/zfsimpl.c
1685
size_t size = VDEV_PHYS_SIZE;
stand/libsa/zfs/zfsimpl.c
1711
size_t size = VDEV_PAD_SIZE;
stand/libsa/zfs/zfsimpl.c
231
off_t offset, size_t size)
stand/libsa/zfs/zfsimpl.c
233
size_t psize;
stand/libsa/zfs/zfsimpl.c
2453
void *buf, size_t buflen)
stand/libsa/zfs/zfsimpl.c
2472
size_t newbuflen;
stand/libsa/zfs/zfsimpl.c
2538
mzap_lookup(const mzap_phys_t *mz, size_t size, const char *name,
stand/libsa/zfs/zfsimpl.c
255
vdev_write_phys(vdev_t *vdev, void *buf, off_t offset, size_t size)
stand/libsa/zfs/zfsimpl.c
2568
size_t namelen;
stand/libsa/zfs/zfsimpl.c
2577
size_t len;
stand/libsa/zfs/zfsimpl.c
2863
size_t size = dnode->dn_datablkszsec << SPA_MINBLOCKSHIFT;
stand/libsa/zfs/zfsimpl.c
2895
mzap_list(const mzap_phys_t *mz, size_t size,
stand/libsa/zfs/zfsimpl.c
3018
size_t size = dnode->dn_datablkszsec << SPA_MINBLOCKSHIFT;
stand/libsa/zfs/zfsimpl.c
3052
mzap_rlookup(const mzap_phys_t *mz, size_t size, char *name, uint64_t value)
stand/libsa/zfs/zfsimpl.c
3076
size_t namelen;
stand/libsa/zfs/zfsimpl.c
3085
size_t len;
stand/libsa/zfs/zfsimpl.c
3158
size_t size = dnode->dn_datablkszsec << SPA_MINBLOCKSHIFT;
stand/libsa/zfs/zfsimpl.c
3383
size_t size;
stand/libsa/zfs/zfsimpl.c
3557
size_t size;
stand/libsa/zfs/zfsimpl.c
3601
size_t size;
stand/libsa/zfs/zfsimpl.c
3715
size_t size = 0;
stand/libsa/zfs/zfsimpl.c
3757
zfs_dnode_readlink(const spa_t *spa, dnode_phys_t *dn, char *path, size_t psize)
stand/libsa/zfs/zfsimpl.c
3763
size_t size = 0;
stand/libsa/zfs/zfsimpl.c
4035
zfs_get_bootonce_spa(spa_t *spa, const char *key, char *buf, size_t size)
stand/libsa/zfs/zfsimpl.c
4050
size = MIN((size_t)result_size + 1, size);
stand/libsa/zfs/zfsimpl.c
523
size_t copy_length = entries * sizeof (*first_mapping);
stand/libsa/zfs/zfsimpl.c
695
off_t offset, size_t bytes)
stand/libsa/zfs/zfsimpl.c
783
off_t offset, size_t bytes)
stand/libsa/zfs/zfsimpl.c
792
void *buf __unused, off_t offset __unused, size_t bytes __unused)
stand/libsa/zfs/zfsimpl.c
800
off_t offset, size_t bytes)
stand/libsa/zfs/zfsimpl.c
819
off_t offset, size_t bytes)
stand/powerpc/boot1.chrp/boot1.c
274
ofw_getprop(ofwh_t ofwh, const char *name, void *buf, size_t len)
stand/powerpc/boot1.chrp/boot1.c
296
ofw_setprop(ofwh_t ofwh, const char *name, void *buf, size_t len)
stand/powerpc/boot1.chrp/boot1.c
353
ofw_claim(void *virt, size_t len, u_int align)
stand/powerpc/boot1.chrp/boot1.c
375
ofw_read(ofwh_t devh, void *buf, size_t len)
stand/powerpc/boot1.chrp/boot1.c
395
ofw_write(ofwh_t devh, const void *buf, size_t len)
stand/powerpc/boot1.chrp/boot1.c
448
bcopy(const void *src, void *dst, size_t len)
stand/powerpc/boot1.chrp/boot1.c
458
memcpy(void *dst, const void *src, size_t len)
stand/powerpc/boot1.chrp/boot1.c
464
bzero(void *b, size_t len)
stand/powerpc/boot1.chrp/boot1.c
62
static void bcopy(const void *src, void *dst, size_t len);
stand/powerpc/boot1.chrp/boot1.c
63
static void bzero(void *b, size_t len);
stand/powerpc/boot1.chrp/boot1.c
696
vsnprintf(char *str, size_t sz, const char *fmt, va_list ap)
stand/powerpc/boot1.chrp/boot1.c
71
static int vsnprintf(char *str, size_t sz, const char *fmt, va_list ap);
stand/powerpc/boot1.chrp/boot1.c
93
static int ofw_getprop(ofwh_t, const char *, void *, size_t);
stand/powerpc/boot1.chrp/boot1.c
94
static int ofw_setprop(ofwh_t, const char *, void *, size_t);
stand/powerpc/boot1.chrp/boot1.c
95
static int ofw_read(ofwh_t, void *, size_t);
stand/powerpc/boot1.chrp/boot1.c
96
static int ofw_write(ofwh_t, const void *, size_t);
stand/powerpc/boot1.chrp/boot1.c
97
static int ofw_claim(void *virt, size_t len, u_int align);
stand/powerpc/ofw/ofwfdt.c
182
size_t buflen = 409600;
stand/uboot/copy.c
141
uboot_copyin(const void *src, vm_offset_t dest, const size_t len)
stand/uboot/copy.c
153
uboot_copyout(const vm_offset_t src, void *dest, const size_t len)
stand/uboot/copy.c
160
uboot_readin(readin_handle_t fd, vm_offset_t dest, const size_t len)
stand/uboot/libuboot.h
60
ssize_t uboot_copyin(const void *src, vm_offset_t dest, const size_t len);
stand/uboot/libuboot.h
61
ssize_t uboot_copyout(const vm_offset_t src, void *dest, const size_t len);
stand/uboot/libuboot.h
62
ssize_t uboot_readin(readin_handle_t fd, vm_offset_t dest, const size_t len);
stand/uboot/main.c
243
size_t len = strlen(p);
stand/uboot/net.c
233
net_put(struct iodesc *desc, void *pkt, size_t len)
stand/uboot/net.c
237
size_t sendlen;
stand/uboot/net.c
278
size_t len;
stand/uboot/net.c
51
static ssize_t net_put(struct iodesc *, void *, size_t);
stand/uboot/uboot_disk.c
145
stor_strategy(void *devdata, int rw, daddr_t blk, size_t size,
stand/uboot/uboot_disk.c
146
char *buf, size_t *rsize)
stand/uboot/uboot_disk.c
219
stor_readdev(struct disk_devdesc *dev, daddr_t blk, size_t size, char *buf)
stand/uboot/uboot_disk.c
70
static int stor_readdev(struct disk_devdesc *, daddr_t, size_t, char *);
stand/uboot/uboot_disk.c
74
static int stor_strategy(void *, int, daddr_t, size_t, char *, size_t *);
stand/usb/storage/umass_loader.c
50
static int umass_disk_strategy(void *, int, daddr_t, size_t, char *, size_t *);
stand/usb/storage/umass_loader.c
88
umass_disk_strategy(void *devdata, int flag, daddr_t dblk, size_t size,
stand/usb/storage/umass_loader.c
89
char *buf, size_t *rsizep)
stand/usb/test/bsd_usbloader_test.c
41
usb_malloc(size_t size)
stand/userboot/test/test.c
102
size_t tf_size;
stand/userboot/test/test.c
236
linkpath[(size_t)slen] = '\0';
stand/userboot/test/test.c
293
test_read(void *arg, void *h, void *dst, size_t size, size_t *resid_return)
stand/userboot/test/test.c
309
size_t *namelen_return, char *name)
stand/userboot/test/test.c
369
test_diskread(void *arg, int unit, uint64_t offset, void *dst, size_t size,
stand/userboot/test/test.c
370
size_t *resid_return)
stand/userboot/test/test.c
389
test_diskwrite(void *arg, int unit, uint64_t offset, void *src, size_t size,
stand/userboot/test/test.c
390
size_t *resid_return)
stand/userboot/test/test.c
433
test_copyin(void *arg, const void *from, uint64_t to, size_t size)
stand/userboot/test/test.c
446
test_copyout(void *arg, uint64_t from, void *to, size_t size)
stand/userboot/test/test.c
478
test_setgdt(void *arg, uint64_t v, size_t sz)
stand/userboot/test/test.c
55
size_t image_size;
stand/userboot/userboot.h
109
uint8_t *type_return, size_t *namelen_return, char *name);
stand/userboot/userboot.h
130
void *dst, size_t size, size_t *resid_return);
stand/userboot/userboot.h
136
void *src, size_t size, size_t *resid_return);
stand/userboot/userboot.h
146
uint64_t to, size_t size);
stand/userboot/userboot.h
152
void *to, size_t size);
stand/userboot/userboot.h
172
void (*setgdt)(void *arg, uint64_t, size_t);
stand/userboot/userboot.h
98
int (*read)(void *arg, void *h, void *dst, size_t size,
stand/userboot/userboot.h
99
size_t *resid_return);
stand/userboot/userboot/copy.c
32
userboot_copyin(const void *src, vm_offset_t va, size_t len)
stand/userboot/userboot/copy.c
40
userboot_copyout(vm_offset_t va, void *dst, size_t len)
stand/userboot/userboot/copy.c
48
userboot_readin(readin_handle_t fd, vm_offset_t va, size_t len)
stand/userboot/userboot/copy.c
51
size_t sz;
stand/userboot/userboot/host.c
147
host_dev_strategy(void *devdata, int rw, daddr_t dblk, size_t size,
stand/userboot/userboot/host.c
148
char *buf, size_t *rsize)
stand/userboot/userboot/host.c
68
host_read(struct open_file *f, void *start, size_t size, size_t *resid)
stand/userboot/userboot/host.c
94
size_t namelen;
stand/userboot/userboot/libuserboot.h
54
extern ssize_t userboot_copyin(const void *, vm_offset_t, size_t);
stand/userboot/userboot/libuserboot.h
55
extern ssize_t userboot_copyout(vm_offset_t, void *, size_t);
stand/userboot/userboot/libuserboot.h
56
extern ssize_t userboot_readin(readin_handle_t, vm_offset_t, size_t);
stand/userboot/userboot/main.c
103
size_t marklen, rdsize;
stand/userboot/userboot/userboot_disk.c
190
userdisk_strategy(void *devdata, int rw, daddr_t dblk, size_t size,
stand/userboot/userboot/userboot_disk.c
191
char *buf, size_t *rsize)
stand/userboot/userboot/userboot_disk.c
205
userdisk_realstrategy(void *devdata, int rw, daddr_t dblk, size_t size,
stand/userboot/userboot/userboot_disk.c
206
char *buf, size_t *rsize)
stand/userboot/userboot/userboot_disk.c
210
size_t resid;
stand/userboot/userboot/userboot_disk.c
54
size_t size, char *buf, size_t *rsize);
stand/userboot/userboot/userboot_disk.c
56
size_t size, char *buf, size_t *rsize);
sys/amd64/amd64/bpf_jit_machdep.c
156
bpf_jit_compile(struct bpf_insn *prog, u_int nins, size_t *size)
sys/amd64/amd64/copyout.c
150
int copyinstr_nosmap(const void *udaddr, void *kaddr, size_t len,
sys/amd64/amd64/copyout.c
151
size_t *lencopied);
sys/amd64/amd64/copyout.c
152
int copyinstr_smap(const void *udaddr, void *kaddr, size_t len,
sys/amd64/amd64/copyout.c
153
size_t *lencopied);
sys/amd64/amd64/copyout.c
154
DEFINE_IFUNC(, int, copyinstr, (const void *, void *, size_t, size_t *))
sys/amd64/amd64/copyout.c
161
int copyin_nosmap_std(const void *udaddr, void *kaddr, size_t len);
sys/amd64/amd64/copyout.c
162
int copyin_smap_std(const void *udaddr, void *kaddr, size_t len);
sys/amd64/amd64/copyout.c
163
int copyin_nosmap_erms(const void *udaddr, void *kaddr, size_t len);
sys/amd64/amd64/copyout.c
164
int copyin_smap_erms(const void *udaddr, void *kaddr, size_t len);
sys/amd64/amd64/copyout.c
165
DEFINE_IFUNC(, int, copyin, (const void *, void *, size_t))
sys/amd64/amd64/copyout.c
180
int copyout_nosmap_std(const void *kaddr, void *udaddr, size_t len);
sys/amd64/amd64/copyout.c
181
int copyout_smap_std(const void *kaddr, void *udaddr, size_t len);
sys/amd64/amd64/copyout.c
182
int copyout_nosmap_erms(const void *kaddr, void *udaddr, size_t len);
sys/amd64/amd64/copyout.c
183
int copyout_smap_erms(const void *kaddr, void *udaddr, size_t len);
sys/amd64/amd64/copyout.c
184
DEFINE_IFUNC(, int, copyout, (const void *, void *, size_t))
sys/amd64/amd64/db_interface.c
47
db_read_bytes(vm_offset_t addr, size_t size, char *data)
sys/amd64/amd64/db_interface.c
72
db_write_bytes(vm_offset_t addr, size_t size, char *data)
sys/amd64/amd64/elf_machdep.c
246
elf64_dump_thread(struct thread *td, void *dst, size_t *off)
sys/amd64/amd64/elf_machdep.c
249
size_t len;
sys/amd64/amd64/exec_machdep.c
125
size_t xfpusave_len;
sys/amd64/amd64/exec_machdep.c
270
size_t xfpustate_len;
sys/amd64/amd64/exec_machdep.c
767
size_t *xfpusave_len)
sys/amd64/amd64/exec_machdep.c
788
size_t xfpustate_len)
sys/amd64/amd64/fpu.c
1096
static inline size_t __pure2
sys/amd64/amd64/fpu.c
1353
size_t
sys/amd64/amd64/fpu.c
1358
size_t offs;
sys/amd64/amd64/fpu.c
1385
size_t
sys/amd64/amd64/fpu.c
1399
size_t
sys/amd64/amd64/fpu.c
932
fpusetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size)
sys/amd64/amd64/fpu.c
935
size_t len, max_len;
sys/amd64/amd64/fpu.c
974
size_t xfpustate_size)
sys/amd64/amd64/gdb_machdep.c
52
gdb_cpu_getreg(int regnum, size_t *regsz)
sys/amd64/amd64/machdep.c
1301
size_t kstack0_sz;
sys/amd64/amd64/machdep.c
1628
cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t size)
sys/amd64/amd64/machdep.c
1885
void *memset_std(void *buf, int c, size_t len);
sys/amd64/amd64/machdep.c
1886
void *memset_erms(void *buf, int c, size_t len);
sys/amd64/amd64/machdep.c
1888
size_t len);
sys/amd64/amd64/machdep.c
1890
size_t len);
sys/amd64/amd64/machdep.c
1892
size_t len);
sys/amd64/amd64/machdep.c
1894
size_t len);
sys/amd64/amd64/machdep.c
1901
memset(void *buf, int c, size_t len)
sys/amd64/amd64/machdep.c
1908
memmove(void * _Nonnull dst, const void * _Nonnull src, size_t len)
sys/amd64/amd64/machdep.c
1915
memcpy(void * _Nonnull dst, const void * _Nonnull src, size_t len)
sys/amd64/amd64/machdep.c
1921
DEFINE_IFUNC(, void *, memset, (void *, int, size_t))
sys/amd64/amd64/machdep.c
1929
size_t))
sys/amd64/amd64/machdep.c
1936
DEFINE_IFUNC(, void *, memcpy, (void * _Nonnull, const void * _Nonnull,size_t))
sys/amd64/amd64/machdep.c
730
size_t efisz;
sys/amd64/amd64/minidump_machdep.c
60
static size_t fragsz;
sys/amd64/amd64/minidump_machdep.c
62
static size_t progress, dumpsize, wdog_next;
sys/amd64/amd64/minidump_machdep.c
85
blk_write(struct dumperinfo *di, char *ptr, vm_paddr_t pa, size_t sz)
sys/amd64/amd64/minidump_machdep.c
87
size_t len;
sys/amd64/amd64/pmap.c
11708
static size_t offset = 0;
sys/amd64/amd64/ptrace_machdep.c
104
size_t *sizep)
sys/amd64/amd64/ptrace_machdep.c
123
size_t size)
sys/amd64/amd64/ptrace_machdep.c
56
size_t *sizep)
sys/amd64/amd64/ptrace_machdep.c
75
size_t size)
sys/amd64/amd64/trap.c
368
size_t i;
sys/amd64/amd64/uio_machdep.c
62
size_t cnt;
sys/amd64/ia32/ia32_reg.c
268
size_t *sizep)
sys/amd64/ia32/ia32_reg.c
289
size_t size)
sys/amd64/ia32/ia32_signal.c
102
char **xfpusave, size_t *xfpusave_len)
sys/amd64/ia32/ia32_signal.c
129
char *xfpustate, size_t xfpustate_len)
sys/amd64/ia32/ia32_signal.c
571
size_t xfpusave_len;
sys/amd64/ia32/ia32_signal.c
845
size_t xfpustate_len;
sys/amd64/include/asan.h
70
kasan_md_init_early(vm_offset_t bootstack, size_t size)
sys/amd64/include/cpufunc.h
147
insb(u_int port, void *addr, size_t count)
sys/amd64/include/cpufunc.h
156
insw(u_int port, void *addr, size_t count)
sys/amd64/include/cpufunc.h
165
insl(u_int port, void *addr, size_t count)
sys/amd64/include/cpufunc.h
201
outsb(u_int port, const void *addr, size_t count)
sys/amd64/include/cpufunc.h
209
outsw(u_int port, const void *addr, size_t count)
sys/amd64/include/cpufunc.h
217
outsl(u_int port, const void *addr, size_t count)
sys/amd64/include/fpu.h
63
char *xfpustate, size_t xfpustate_size);
sys/amd64/include/fpu.h
65
size_t xfpustate_size);
sys/amd64/include/gdb_machdep.h
56
static __inline size_t
sys/amd64/include/gdb_machdep.h
69
void *gdb_cpu_getreg(int, size_t *);
sys/amd64/include/kdb.h
51
kdb_cpu_sync_icache(unsigned char *addr, size_t size)
sys/amd64/include/md_var.h
102
char **xfpusave, size_t *xfpusave_len);
sys/amd64/include/md_var.h
104
char *xfpustate, size_t xfpustate_len);
sys/amd64/include/pc/bios.h
71
size_t offset; /* offset from anchor (may be negative) */
sys/amd64/include/pc/bios.h
72
size_t totlen; /* total length of BIOS string to copy */
sys/amd64/include/pc/bios.h
85
int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
sys/amd64/include/stack.h
22
kstack_contains(struct thread *td, vm_offset_t va, size_t len)
sys/amd64/include/vmm.h
231
int vm_map_mmio(struct vm *vm, vm_paddr_t gpa, size_t len, vm_paddr_t hpa);
sys/amd64/include/vmm.h
232
int vm_unmap_mmio(struct vm *vm, vm_paddr_t gpa, size_t len);
sys/amd64/include/vmm.h
341
size_t len;
sys/amd64/include/vmm.h
361
uint64_t gla, size_t len, int prot, struct vm_copyinfo *copyinfo,
sys/amd64/include/vmm.h
364
void vm_copyin(struct vm_copyinfo *copyinfo, void *kaddr, size_t len);
sys/amd64/include/vmm.h
365
void vm_copyout(const void *kaddr, struct vm_copyinfo *copyinfo, size_t len);
sys/amd64/include/vmm_dev.h
142
size_t len;
sys/amd64/include/vmm_dev.h
43
size_t len; /* mmap length */
sys/amd64/include/vmm_dev.h
52
size_t len;
sys/amd64/include/vmm_dev.h
58
size_t len;
sys/amd64/include/vmm_dev.h
61
size_t ds_mask_size;
sys/amd64/include/vmm_dev.h
87
size_t cpusetsize;
sys/amd64/include/vmm_snapshot.h
100
size_t vm_get_snapshot_size(struct vm_snapshot_meta *meta);
sys/amd64/include/vmm_snapshot.h
115
int vm_snapshot_buf_cmp(void *data, size_t data_size,
sys/amd64/include/vmm_snapshot.h
64
const size_t buf_size;
sys/amd64/include/vmm_snapshot.h
71
size_t buf_rem;
sys/amd64/include/vmm_snapshot.h
98
int vm_snapshot_buf(void *data, size_t data_size,
sys/amd64/linux/linux_systrace_args.c
2822
systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/amd64/linux/linux_systrace_args.c
7308
systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/amd64/linux/linux_sysvec.c
489
size_t xfpusave_len;
sys/amd64/linux/linux_vdso_gtod.c
56
write(int fd, const void *buf, size_t size)
sys/amd64/linux32/linux32_proto.h
700
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/amd64/linux32/linux32_proto.h
888
char bufsize_l_[PADL_(size_t)]; size_t bufsize; char bufsize_r_[PADR_(size_t)];
sys/amd64/linux32/linux32_proto.h
893
char bufsize_l_[PADL_(size_t)]; size_t bufsize; char bufsize_r_[PADR_(size_t)];
sys/amd64/linux32/linux32_systrace_args.c
3333
systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/amd64/linux32/linux32_systrace_args.c
8688
systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/amd64/linux32/linux32_sysvec.c
626
size_t execpath_len;
sys/amd64/linux32/linux32_vdso_gtod.c
55
write(int fd, const void *buf, size_t size)
sys/amd64/pt/pt.c
117
size_t size;
sys/amd64/pt/pt.c
149
size_t xsave_area_size;
sys/amd64/pt/pt.c
150
size_t xstate_hdr_offset;
sys/amd64/pt/pt.c
151
size_t pt_xsave_offset;
sys/amd64/pt/pt.c
306
size_t topa_size;
sys/amd64/sgx/sgx.c
609
sgx_pg_path(void *handle, char *path, size_t len)
sys/amd64/vmm/io/iommu.c
303
iommu_create_mapping(void *dom, vm_paddr_t gpa, vm_paddr_t hpa, size_t len)
sys/amd64/vmm/io/iommu.c
321
iommu_remove_mapping(void *dom, vm_paddr_t gpa, size_t len)
sys/amd64/vmm/io/iommu.h
69
size_t len);
sys/amd64/vmm/io/iommu.h
70
int iommu_remove_mapping(void *dom, vm_paddr_t gpa, size_t len);
sys/amd64/vmm/io/ppt.c
498
ppt_valid_bar_mapping(struct pptdev *ppt, vm_paddr_t hpa, size_t len)
sys/amd64/vmm/io/ppt.c
516
vm_paddr_t gpa, size_t len, vm_paddr_t hpa)
sys/amd64/vmm/io/ppt.c
555
vm_paddr_t gpa, size_t len)
sys/amd64/vmm/io/ppt.c
719
size_t res_size, cookie_size, arg_size;
sys/amd64/vmm/io/ppt.c
86
size_t len;
sys/amd64/vmm/io/ppt.h
34
vm_paddr_t gpa, size_t len, vm_paddr_t hpa);
sys/amd64/vmm/io/ppt.h
36
vm_paddr_t gpa, size_t len);
sys/amd64/vmm/vmm.c
1838
uint64_t gla, size_t len, int prot, struct vm_copyinfo *copyinfo,
sys/amd64/vmm/vmm.c
1842
size_t n, off, remaining;
sys/amd64/vmm/vmm.c
1884
vm_copyin(struct vm_copyinfo *copyinfo, void *kaddr, size_t len)
sys/amd64/vmm/vmm.c
1900
vm_copyout(const void *kaddr, struct vm_copyinfo *copyinfo, size_t len)
sys/amd64/vmm/vmm.c
454
vm_map_mmio(struct vm *vm, vm_paddr_t gpa, size_t len, vm_paddr_t hpa)
sys/amd64/vmm/vmm.c
460
vm_unmap_mmio(struct vm *vm, vm_paddr_t gpa, size_t len)
sys/amd64/vmm/vmm_dev_machdep.c
173
const size_t vmmdev_machdep_ioctl_count = nitems(vmmdev_machdep_ioctls);
sys/amd64/vmm/vmm_instruction_emul.c
2055
ptp_hold(struct vcpu *vcpu, vm_paddr_t ptpphys, size_t len, void **cookie)
sys/amd64/vmm/vmm_mem.h
34
int vmm_mmio_alloc(struct vmspace *, vm_paddr_t gpa, size_t len,
sys/amd64/vmm/vmm_mem.h
36
void vmm_mmio_free(struct vmspace *, vm_paddr_t gpa, size_t size);
sys/amd64/vmm/vmm_mem_machdep.c
110
vmm_mmio_free(struct vmspace *vmspace, vm_paddr_t gpa, size_t len)
sys/amd64/vmm/vmm_mem_machdep.c
50
vmm_mmio_alloc(struct vmspace *vmspace, vm_paddr_t gpa, size_t len,
sys/amd64/vmm/vmm_snapshot.c
57
vm_snapshot_buf(void *data, size_t data_size, struct vm_snapshot_meta *meta)
sys/amd64/vmm/vmm_snapshot.c
86
size_t
sys/amd64/vmm/vmm_snapshot.c
89
size_t length;
sys/arm/allwinner/a10_dmac.c
401
size_t nbytes)
sys/arm/allwinner/a31_dmac.c
502
size_t nbytes)
sys/arm/allwinner/aw_sid.c
216
size_t nfuses;
sys/arm/allwinner/if_emac.c
168
size_t rootkey_size;
sys/arm/arm/db_interface.c
180
db_read_bytes(vm_offset_t addr, size_t size, char *data)
sys/arm/arm/db_interface.c
213
db_write_bytes(vm_offset_t addr, size_t size, char *data)
sys/arm/arm/db_interface.c
216
size_t loop;
sys/arm/arm/debug_monitor.c
328
kdb_cpu_set_watchpoint(vm_offset_t addr, size_t size, int access)
sys/arm/arm/debug_monitor.c
350
kdb_cpu_clr_watchpoint(vm_offset_t addr, size_t size)
sys/arm/arm/debug_monitor.c
853
size_t i;
sys/arm/arm/dump_machdep.c
67
dumpsys_map_chunk(vm_paddr_t pa, size_t chunk, void **va)
sys/arm/arm/elf_machdep.c
145
size_t *off __unused)
sys/arm/arm/gdb_machdep.c
49
gdb_cpu_getreg(int regnum, size_t *regsz)
sys/arm/arm/generic_timer.c
488
size_t i;
sys/arm/arm/machdep.c
220
cpu_flush_dcache(void *ptr, size_t len)
sys/arm/arm/machdep.c
302
cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t size)
sys/arm/arm/machdep_boot.c
150
size_t guard_len;
sys/arm/arm/machdep_boot.c
349
size_t dtb_size)
sys/arm/arm/minidump_machdep.c
60
static size_t fragsz;
sys/arm/arm/minidump_machdep.c
77
blk_write(struct dumperinfo *di, char *ptr, vm_paddr_t pa, size_t sz)
sys/arm/arm/minidump_machdep.c
79
size_t len;
sys/arm/arm/nexus.c
421
size_t len;
sys/arm/arm/ptrace_machdep.c
39
get_arm_vfp(struct regset *rs, struct thread *td, void *buf, size_t *sizep)
sys/arm/arm/ptrace_machdep.c
52
size_t size)
sys/arm/arm/ptrace_machdep.c
70
size_t *sizep)
sys/arm/arm/stdatomic.c
138
size_t offset;
sys/arm/arm/stdatomic.c
147
size_t offset;
sys/arm/arm/stdatomic.c
156
size_t offset;
sys/arm/arm/stdatomic.c
171
size_t offset;
sys/arm/arm/sys_machdep.c
64
sync_icache(uintptr_t addr, size_t len)
sys/arm/arm/sys_machdep.c
66
size_t size;
sys/arm/arm/uio_machdep.c
63
size_t cnt;
sys/arm/broadcom/bcm2835/bcm2835_audio.c
253
ch = (void *) ((((size_t)m.u.complete.callback) << 32)
sys/arm/broadcom/bcm2835/bcm2835_audio.c
254
| ((size_t)m.u.complete.cookie));
sys/arm/broadcom/bcm2835/bcm2835_audio.c
532
m.u.write.callback = (uint32_t)(((size_t) ch) >> 32) & 0xffffffff;
sys/arm/broadcom/bcm2835/bcm2835_audio.c
533
m.u.write.cookie = (uint32_t)(((size_t) ch) & 0xffffffff);
sys/arm/broadcom/bcm2835/bcm2835_fb.c
602
bcmfb_save_state(video_adapter_t *adp, void *p, size_t size)
sys/arm/broadcom/bcm2835/bcm2835_firmware.c
109
bcm2835_firmware_property(device_t dev, uint32_t prop, void *data, size_t len)
sys/arm/broadcom/bcm2835/bcm2835_firmware.c
116
size_t msg_len;
sys/arm/broadcom/bcm2835/bcm2835_firmware.h
210
int bcm2835_firmware_property(device_t, uint32_t, void *, size_t);
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
307
bcm2835_mbox_init_dma(device_t dev, size_t len, bus_dma_tag_t *tag,
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
342
struct bcm2835_mbox_hdr *msg, size_t len)
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
392
bcm2835_mbox_property(void *msg, size_t msg_size)
sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h
459
int bcm2835_mbox_property(void *, size_t);
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
727
size_t left;
sys/arm/freescale/imx/imx6_ipu.c
380
size_t sc_fb_size;
sys/arm/freescale/imx/imx6_ipu.c
962
size_t dma_size;
sys/arm/include/cpu.h
724
int badaddr_read(void *, size_t, void *);
sys/arm/include/dump.h
58
dumpsys_unmap_chunk(vm_paddr_t pa, size_t s, void *va)
sys/arm/include/gdb_machdep.h
38
static __inline size_t
sys/arm/include/gdb_machdep.h
73
void *gdb_cpu_getreg(int, size_t *);
sys/arm/include/kdb.h
40
int kdb_cpu_set_watchpoint(vm_offset_t addr, size_t size, int access);
sys/arm/include/kdb.h
41
int kdb_cpu_clr_watchpoint(vm_offset_t addr, size_t size);
sys/arm/include/kdb.h
44
kdb_cpu_sync_icache(unsigned char *addr, size_t size)
sys/arm/include/machdep.h
27
void *dtb_ptr, size_t dtb_size);
sys/arm/include/stack.h
76
kstack_contains(struct thread *td, vm_offset_t va, size_t len)
sys/arm/mv/mvebu_pinctrl.c
63
size_t npins;
sys/arm/nvidia/as3722.c
101
size_t size)
sys/arm/nvidia/as3722.c
148
size_t size)
sys/arm/nvidia/as3722.h
292
size_t size);
sys/arm/nvidia/as3722.h
294
size_t size);
sys/arm/nvidia/drm2/hdmi.c
1139
size_t length;
sys/arm/nvidia/drm2/hdmi.c
194
size_t size)
sys/arm/nvidia/drm2/hdmi.c
197
size_t length;
sys/arm/nvidia/drm2/hdmi.c
258
void *buffer, size_t size)
sys/arm/nvidia/drm2/hdmi.c
262
size_t length;
sys/arm/nvidia/drm2/hdmi.c
340
void *buffer, size_t size)
sys/arm/nvidia/drm2/hdmi.c
343
size_t length;
sys/arm/nvidia/drm2/hdmi.c
35
static uint8_t hdmi_infoframe_checksum(uint8_t *ptr, size_t size)
sys/arm/nvidia/drm2/hdmi.c
38
size_t i;
sys/arm/nvidia/drm2/hdmi.c
397
void *buffer, size_t size)
sys/arm/nvidia/drm2/hdmi.c
421
hdmi_infoframe_pack(union hdmi_infoframe *frame, void *buffer, size_t size)
sys/arm/nvidia/drm2/hdmi.c
47
static void hdmi_infoframe_set_checksum(void *buffer, size_t size)
sys/arm/nvidia/drm2/hdmi.c
87
size_t size)
sys/arm/nvidia/drm2/hdmi.c
90
size_t length;
sys/arm/nvidia/drm2/hdmi.h
159
size_t size);
sys/arm/nvidia/drm2/hdmi.h
190
size_t size);
sys/arm/nvidia/drm2/hdmi.h
268
void *buffer, size_t size);
sys/arm/nvidia/drm2/hdmi.h
294
void *buffer, size_t size);
sys/arm/nvidia/drm2/hdmi.h
327
hdmi_infoframe_pack(union hdmi_infoframe *frame, void *buffer, size_t size);
sys/arm/nvidia/drm2/tegra_bo.c
138
size_t size;
sys/arm/nvidia/drm2/tegra_bo.c
177
size_t size;
sys/arm/nvidia/drm2/tegra_bo.c
201
tegra_bo_create(struct drm_device *drm, size_t size, struct tegra_bo **res_bo)
sys/arm/nvidia/drm2/tegra_bo.c
238
size_t size, uint32_t *handle, struct tegra_bo **res_bo)
sys/arm/nvidia/drm2/tegra_bo.c
53
size_t size;
sys/arm/nvidia/drm2/tegra_bo.c
96
tegra_bo_alloc_contig(size_t npages, u_long alignment, vm_memattr_t memattr,
sys/arm/nvidia/drm2/tegra_drm.h
118
int tegra_bo_create(struct drm_device *drm, size_t size,
sys/arm/nvidia/drm2/tegra_drm.h
36
size_t npages;
sys/arm/nvidia/drm2/tegra_hdmi.c
404
size_t size;
sys/arm/ti/am335x/am335x_lcd.c
215
size_t sc_fb_size;
sys/arm/ti/am335x/am335x_lcd.c
617
size_t dma_size;
sys/arm/ti/am335x/am335x_lcd_syscons.c
512
am335x_syscons_save_state(video_adapter_t *adp, void *p, size_t size)
sys/arm/ti/clk/ti_clkctrl.c
279
size_t name_len;
sys/arm/ti/ti_pruss.c
220
const size_t ts_len = sizeof(uint64_t);
sys/arm/ti/ti_pruss.c
224
size_t idx;
sys/arm/ti/ti_pruss.c
349
const size_t regadr = basereg + index & ~0x03;
sys/arm/ti/ti_pruss.c
350
const size_t bitpos = (index & 0x03) * 8;
sys/arm/ti/ti_pruss.c
753
size_t wr = irq->tstamps.ctl.idx;
sys/arm/ti/ti_pruss.c
97
size_t cnt;
sys/arm/ti/ti_pruss.c
98
size_t idx;
sys/arm64/arm64/bus_machdep.c
141
bus_size_t offset, uint8_t value, size_t count)
sys/arm64/arm64/bus_machdep.c
150
bus_size_t offset, uint16_t value, size_t count)
sys/arm64/arm64/bus_machdep.c
159
bus_size_t offset, uint32_t value, size_t count)
sys/arm64/arm64/bus_machdep.c
168
uint64_t value, size_t count)
sys/arm64/arm64/busdma_bounce.c
77
size_t alloc_size;
sys/arm64/arm64/busdma_bounce.c
78
size_t alloc_alignment;
sys/arm64/arm64/busdma_machdep.c
57
void *lockfuncarg, size_t sz, void **dmat)
sys/arm64/arm64/copyinout_ifunc.c
37
int copyout_std(const void *kaddr, void *udaddr, size_t len);
sys/arm64/arm64/copyinout_ifunc.c
38
int copyout_mops(const void *kaddr, void *udaddr, size_t len);
sys/arm64/arm64/copyinout_ifunc.c
39
int copyin_std(const void *uaddr, void *kdaddr, size_t len);
sys/arm64/arm64/copyinout_ifunc.c
40
int copyin_mops(const void *uaddr, void *kdaddr, size_t len);
sys/arm64/arm64/copyinout_ifunc.c
42
DEFINE_IFUNC(, int, copyout, (const void *, void *, size_t))
sys/arm64/arm64/copyinout_ifunc.c
47
DEFINE_IFUNC(, int, copyin, (const void *, void *, size_t))
sys/arm64/arm64/cpu_errata.c
100
size_t i;
sys/arm64/arm64/db_interface.c
112
db_read_bytes(vm_offset_t addr, size_t size, char *data)
sys/arm64/arm64/db_interface.c
155
db_write_bytes(vm_offset_t addr, size_t size, char *data)
sys/arm64/arm64/db_interface.c
160
size_t i;
sys/arm64/arm64/dump_machdep.c
53
dumpsys_map_chunk(vm_paddr_t pa, size_t chunk __unused, void **va)
sys/arm64/arm64/elf32_machdep.c
309
elf32_dump_thread(struct thread *td, void *dst, size_t *off)
sys/arm64/arm64/elf_machdep.c
139
size_t *sizep)
sys/arm64/arm64/elf_machdep.c
167
size_t *off __unused)
sys/arm64/arm64/exec_machdep.c
579
size_t buf_size;
sys/arm64/arm64/exec_machdep.c
735
size_t buf_size, ctx_size;
sys/arm64/arm64/gdb_machdep.c
47
gdb_cpu_getreg(int regnum, size_t *regsz)
sys/arm64/arm64/gic_v3.c
1227
size_t us_left = 1000000;
sys/arm64/arm64/gic_v3.c
1388
size_t i;
sys/arm64/arm64/gic_v3.c
1452
size_t us_left = 1000000;
sys/arm64/arm64/gic_v3.c
1482
size_t i;
sys/arm64/arm64/gic_v3.c
305
size_t i;
sys/arm64/arm64/gicv3_its.c
1529
size_t esize, itt_size;
sys/arm64/arm64/gicv3_its.c
1963
size_t read_idx, next_write_idx;
sys/arm64/arm64/gicv3_its.c
2008
size_t us_left;
sys/arm64/arm64/gicv3_its.c
2045
size_t us_left;
sys/arm64/arm64/gicv3_its.c
225
size_t ptab_l1_size;
sys/arm64/arm64/gicv3_its.c
226
size_t ptab_l2_size;
sys/arm64/arm64/gicv3_its.c
274
size_t sc_its_cmd_next_idx;
sys/arm64/arm64/gicv3_its.c
539
size_t its_tbl_size, nitspages, npages;
sys/arm64/arm64/gicv3_its.c
540
size_t l1_esize, l2_esize, l1_nidents, l2_nidents;
sys/arm64/arm64/identcpu.c
2235
size_t offset;
sys/arm64/arm64/identcpu.c
3078
size_t cache_size;
sys/arm64/arm64/identcpu.c
3079
size_t line_size;
sys/arm64/arm64/machdep.c
1076
void *memset_std(void *buf, int c, size_t len);
sys/arm64/arm64/machdep.c
1077
void *memset_mops(void *buf, int c, size_t len);
sys/arm64/arm64/machdep.c
1079
size_t len);
sys/arm64/arm64/machdep.c
1081
size_t len);
sys/arm64/arm64/machdep.c
1083
size_t len);
sys/arm64/arm64/machdep.c
1085
size_t len);
sys/arm64/arm64/machdep.c
1087
DEFINE_IFUNC(, void *, memset, (void *, int, size_t))
sys/arm64/arm64/machdep.c
1093
size_t))
sys/arm64/arm64/machdep.c
1099
size_t))
sys/arm64/arm64/machdep.c
345
cpu_flush_dcache(void *ptr, size_t len)
sys/arm64/arm64/machdep.c
369
cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t size)
sys/arm64/arm64/machdep.c
723
size_t efisz;
sys/arm64/arm64/machdep_boot.c
108
PRELOAD_PUSH_VALUE(uint32_t, sizeof(size_t));
sys/arm64/arm64/machdep_boot.c
110
(size_t)((vm_offset_t)&end - VM_MIN_KERNEL_ADDRESS));
sys/arm64/arm64/machdep_boot.c
142
size_t guard_len;
sys/arm64/arm64/machdep_boot.c
177
size_t dtb_size;
sys/arm64/arm64/machdep_boot.c
86
fake_preload_metadata(void *dtb_ptr, size_t dtb_size)
sys/arm64/arm64/machdep_boot.c
91
size_t size;
sys/arm64/arm64/minidump_machdep.c
62
static size_t fragsz;
sys/arm64/arm64/minidump_machdep.c
64
static size_t dumpsize;
sys/arm64/arm64/minidump_machdep.c
82
blk_write(struct dumperinfo *di, char *ptr, vm_paddr_t pa, size_t sz)
sys/arm64/arm64/minidump_machdep.c
84
size_t len;
sys/arm64/arm64/nexus.c
528
size_t len;
sys/arm64/arm64/nexus.c
653
size_t len;
sys/arm64/arm64/pmap.c
1346
size_t largest_phys_size;
sys/arm64/arm64/pmap.c
9807
static size_t offset = 0;
sys/arm64/arm64/pmap.c
9827
static size_t offset = 0;
sys/arm64/arm64/ptrace_machdep.c
114
size_t *sizep)
sys/arm64/arm64/ptrace_machdep.c
137
size_t *sizep)
sys/arm64/arm64/ptrace_machdep.c
82
get_arm_vfp(struct regset *rs, struct thread *td, void *buf, size_t *sizep)
sys/arm64/arm64/ptrace_machdep.c
95
size_t size)
sys/arm64/arm64/spec_workaround.c
82
size_t i;
sys/arm64/arm64/uio_machdep.c
60
size_t cnt;
sys/arm64/arm64/vfp.c
1067
size_t sz;
sys/arm64/arm64/vfp.c
69
static size_t
sys/arm64/arm64/vfp.c
72
size_t len;
sys/arm64/arm64/vfp.c
75
len = (size_t)sve_len * 32;
sys/arm64/arm64/vfp.c
80
len += ((size_t)sve_len * 17) / 8;
sys/arm64/arm64/vfp.c
89
size_t
sys/arm64/arm64/vfp.c
926
size_t *sizep)
sys/arm64/arm64/vfp.c
930
size_t buf_size;
sys/arm64/arm64/vfp.c
96
size_t
sys/arm64/arm64/vfp.c
988
set_arm64_sve(struct regset *rs, struct thread *td, void *buf, size_t size)
sys/arm64/arm64/vfp.c
992
size_t buf_size;
sys/arm64/include/asan.h
61
kasan_md_init_early(vm_offset_t bootstack, size_t size)
sys/arm64/include/bus_dma_impl.h
87
void *lockfuncarg, size_t sz, void **dmat);
sys/arm64/include/dump.h
62
dumpsys_unmap_chunk(vm_paddr_t pa, size_t s, void *va)
sys/arm64/include/gdb_machdep.h
49
static __inline size_t
sys/arm64/include/gdb_machdep.h
78
void *gdb_cpu_getreg(int, size_t *);
sys/arm64/include/kdb.h
42
int kdb_cpu_set_watchpoint(vm_offset_t addr, size_t size, int access);
sys/arm64/include/kdb.h
43
int kdb_cpu_clr_watchpoint(vm_offset_t addr, size_t size);
sys/arm64/include/kdb.h
46
kdb_cpu_sync_icache(unsigned char *addr, size_t size)
sys/arm64/include/metadata.h
40
size_t memory_size; /* Numnber of bytes that follow */
sys/arm64/include/metadata.h
41
size_t descriptor_size; /* Size of each EFI_MEMORY_DESCRIPTOR */
sys/arm64/include/stack.h
51
kstack_contains(struct thread *td, vm_offset_t va, size_t len)
sys/arm64/include/vfp.h
86
size_t sve_max_buf_size(void);
sys/arm64/include/vfp.h
87
size_t sve_buf_size(struct thread *);
sys/arm64/include/vmm.h
199
size_t len;
sys/arm64/include/vmm_dev.h
40
size_t len; /* mmap length */
sys/arm64/include/vmm_dev.h
48
size_t len;
sys/arm64/include/vmm_dev.h
54
size_t len;
sys/arm64/include/vmm_dev.h
57
size_t ds_mask_size;
sys/arm64/include/vmm_dev.h
77
size_t cpusetsize;
sys/arm64/iommu/smmu.c
999
size_t size;
sys/arm64/linux/linux_systrace_args.c
2439
systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/arm64/linux/linux_systrace_args.c
6375
systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/arm64/linux/linux_vdso_gtod.c
51
write(int lfd, const void *lbuf, size_t lsize)
sys/arm64/nvidia/tegra210/max77620.c
100
size_t size)
sys/arm64/nvidia/tegra210/max77620.c
148
size_t size)
sys/arm64/nvidia/tegra210/max77620.h
233
size_t size);
sys/arm64/nvidia/tegra210/max77620.h
235
size_t size);
sys/arm64/nvidia/tegra210/max77620_rtc.c
125
uint8_t *buf, size_t size)
sys/arm64/nvidia/tegra210/max77620_rtc.c
173
size_t size)
sys/arm64/spe/arm_spe_backend.c
199
static void hex_dump(uint8_t *buf, size_t len)
sys/arm64/spe/arm_spe_backend.c
201
size_t i;
sys/arm64/spe/arm_spe_backend.c
634
spe_backend_svc_buf(struct hwt_context *ctx, void *data, size_t data_size,
sys/arm64/spe/arm_spe_dev.h
115
size_t buf_size;
sys/arm64/vmm/io/vgic_v3.c
118
size_t dist_end;
sys/arm64/vmm/io/vgic_v3.c
121
size_t redist_end;
sys/arm64/vmm/io/vgic_v3.c
1875
size_t cpu_count;
sys/arm64/vmm/io/vgic_v3.c
565
size_t count;
sys/arm64/vmm/io/vgic_v3.c
91
size_t ich_lr_num;
sys/arm64/vmm/io/vgic_v3.c
92
size_t ich_apr_num;
sys/arm64/vmm/vmm_arm64.c
842
ptp_hold(struct vcpu *vcpu, vm_paddr_t ptpphys, size_t len, void **cookie)
sys/arm64/vmm/vmm_arm64.c
98
static size_t hyp_code_len;
sys/arm64/vmm/vmm_dev_machdep.c
65
const size_t vmmdev_machdep_ioctl_count = nitems(vmmdev_machdep_ioctls);
sys/arm64/vmm/vmm_mmu.c
345
size_t i;
sys/arm64/vmm/vmm_nvhe.c
51
size_t line_size, end;
sys/bsm/audit_internal.h
52
size_t len;
sys/bsm/audit_internal.h
61
size_t len;
sys/bsm/audit_record.h
203
int au_close_buffer(int d, short event, u_char *buffer, size_t *buflen);
sys/bsm/audit_record.h
204
int au_close_token(token_t *tok, u_char *buffer, size_t *buflen);
sys/cam/ata/ata_all.c
306
ata_cmd_string(struct ata_cmd *cmd, char *cmd_string, size_t len)
sys/cam/ata/ata_all.c
341
ata_res_string(struct ata_res *res, char *res_string, size_t len)
sys/cam/ata/ata_all.h
105
char * ata_cmd_string(struct ata_cmd *cmd, char *cmd_string, size_t len);
sys/cam/ata/ata_all.h
107
char * ata_res_string(struct ata_res *res, char *res_string, size_t len);
sys/cam/ata/ata_da.c
1121
adadump(void *arg, void *virtual, off_t offset, size_t length)
sys/cam/ata/ata_da.c
3281
size_t needed_size;
sys/cam/ata/ata_da.c
3390
size_t needed_size;
sys/cam/ata/ata_da.c
3516
size_t tmpsize;
sys/cam/cam_xpt.c
1168
xpt_getattr(char *buf, size_t len, const char *attr, struct cam_path *path)
sys/cam/cam_xpt.c
1874
size_t l;
sys/cam/cam_xpt.c
2015
size_t l;
sys/cam/cam_xpt.c
3769
xpt_path_string(struct cam_path *path, char *str, size_t str_len)
sys/cam/cam_xpt.h
106
size_t str_len);
sys/cam/cam_xpt.h
95
int xpt_getattr(char *buf, size_t len, const char *attr,
sys/cam/ctl/ctl.c
10750
size_t len;
sys/cam/ctl/ctl.c
2933
size_t packed_len;
sys/cam/ctl/ctl.c
3236
size_t packed_len;
sys/cam/ctl/ctl_backend_block.c
1256
size_t cur_size;
sys/cam/ctl/ctl_backend_block.c
307
size_t len)
sys/cam/ctl/ctl_backend_block.c
425
static size_t
sys/cam/ctl/ctl_backend_block.c
426
cmp(uint8_t *a, uint8_t *b, size_t size)
sys/cam/ctl/ctl_backend_block.c
428
size_t i;
sys/cam/ctl/ctl_backend_block.c
660
size_t s;
sys/cam/ctl/ctl_backend_ramdisk.c
349
static size_t
sys/cam/ctl/ctl_backend_ramdisk.c
350
cmp(uint8_t *a, uint8_t *b, size_t size)
sys/cam/ctl/ctl_backend_ramdisk.c
352
size_t i;
sys/cam/ctl/ctl_frontend_iscsi.c
2003
size_t datalen;
sys/cam/ctl/ctl_frontend_iscsi.c
2475
size_t len, expected_len, sg_len, buffer_offset;
sys/cam/ctl/ctl_frontend_iscsi.c
2476
size_t max_send_data_segment_length;
sys/cam/ctl/ctl_frontend_iscsi.c
443
size_t datasize;
sys/cam/ctl/ctl_frontend_iscsi.c
697
size_t copy_len, len, off, buffer_offset;
sys/cam/ctl/ctl_frontend_iscsi.c
750
(size_t)io->scsiio.kern_rel_offset +
sys/cam/ctl/ctl_frontend_iscsi.c
751
(size_t)io->scsiio.ext_data_filled);
sys/cam/ctl/ctl_frontend_iscsi.c
849
(size_t)io->scsiio.ext_data_filled,
sys/cam/ctl/ctl_frontend_iscsi.h
58
size_t cdw_sg_len;
sys/cam/ctl/ctl_ha.c
628
ctl_ha_msg_recv(ctl_ha_channel channel, void *addr, size_t len,
sys/cam/ctl/ctl_ha.c
667
ctl_ha_msg_send2(ctl_ha_channel channel, const void *addr, size_t len,
sys/cam/ctl/ctl_ha.c
668
const void *addr2, size_t len2, int wait)
sys/cam/ctl/ctl_ha.c
673
size_t copylen, off;
sys/cam/ctl/ctl_ha.c
733
ctl_ha_msg_send(ctl_ha_channel channel, const void *addr, size_t len,
sys/cam/ctl/ctl_ha.h
126
size_t len, int wait);
sys/cam/ctl/ctl_ha.h
128
size_t len, int wait);
sys/cam/ctl/ctl_ha.h
130
size_t len, const void *addr2, size_t len2, int wait);
sys/cam/ctl/ctl_io.h
190
size_t len;
sys/cam/ctl/ctl_ioctl.h
131
size_t alloc_len; /* passed to kernel */
sys/cam/ctl/ctl_ioctl.h
132
size_t fill_len; /* passed to userland */
sys/cam/ctl/ctl_ioctl.h
466
size_t args_len;
sys/cam/ctl/ctl_ioctl.h
469
size_t result_len;
sys/cam/ctl/ctl_ioctl.h
562
size_t args_len;
sys/cam/ctl/ctl_ioctl.h
565
size_t result_len;
sys/cam/ctl/ctl_ioctl.h
710
size_t spare;
sys/cam/ctl/ctl_ioctl.h
712
size_t data_segment_len;
sys/cam/ctl/ctl_ioctl.h
720
size_t spare;
sys/cam/ctl/ctl_ioctl.h
722
size_t data_segment_len;
sys/cam/ctl/scsi_ctl.c
120
size_t cur_transfer_off;
sys/cam/ctl/scsi_ctl.c
675
size_t off;
sys/cam/mmc/mmc_all.h
72
const struct cam_sim *sim, size_t maxio);
sys/cam/mmc/mmc_da.c
1990
sddadump(void *arg, void *virtual, off_t offset, size_t length)
sys/cam/mmc/mmc_da.c
871
uint8_t *rawextcsd, size_t buf_len)
sys/cam/mmc/mmc_xpt.c
1203
const struct cam_sim *sim, size_t maxio)
sys/cam/nvme/nvme_all.c
110
nvme_command_string(struct ccb_nvmeio *nvmeio, char *cmd_string, size_t len)
sys/cam/nvme/nvme_all.h
47
const char *nvme_command_string(struct ccb_nvmeio *nvmeio, char *, size_t);
sys/cam/nvme/nvme_da.c
579
ndadump(void *arg, void *virtual, off_t offset, size_t length)
sys/cam/scsi/scsi_all.c
3371
size_t asc_tables_size[2];
sys/cam/scsi/scsi_all.c
3372
size_t sense_tables_size[2];
sys/cam/scsi/scsi_all.c
3579
scsi_cdb_string(uint8_t *cdb_ptr, char *cdb_string, size_t len)
sys/cam/scsi/scsi_all.c
6064
size_t table_len, name_len;
sys/cam/scsi/scsi_all.c
6116
size_t alloc_size;
sys/cam/scsi/scsi_all.c
6300
size_t id_len, rdma_id_size;
sys/cam/scsi/scsi_all.c
6449
size_t id_len, sep_len, id_size, name_len;
sys/cam/scsi/scsi_all.c
7078
size_t avail_len;
sys/cam/scsi/scsi_all.c
7188
size_t avail_len;
sys/cam/scsi/scsi_all.c
7274
size_t avail_len;
sys/cam/scsi/scsi_all.c
7358
size_t avail_len;
sys/cam/scsi/scsi_all.c
7412
size_t avail_len;
sys/cam/scsi/scsi_all.c
7457
size_t num_table_entries, uint32_t id)
sys/cam/scsi/scsi_all.c
7479
char *error_str, size_t error_str_len)
sys/cam/scsi/scsi_all.c
7576
size_t num_user_entries, int prefer_user_table,
sys/cam/scsi/scsi_all.c
7582
size_t table1_size = 0, table2_size = 0;
sys/cam/scsi/scsi_all.c
8559
uint8_t *cdb_storage, size_t cdb_storage_len,
sys/cam/scsi/scsi_all.c
9371
scsi_devid_match(uint8_t *lhs, size_t lhs_len, uint8_t *rhs, size_t rhs_len)
sys/cam/scsi/scsi_all.h
3955
size_t len);
sys/cam/scsi/scsi_all.h
4080
size_t num_table_entries, uint32_t id);
sys/cam/scsi/scsi_all.h
4087
size_t error_str_len);
sys/cam/scsi/scsi_all.h
4096
size_t num_user_entries, int prefer_user_table,
sys/cam/scsi/scsi_all.h
4333
uint8_t *cdb_storage, size_t cdb_storage_len,
sys/cam/scsi/scsi_all.h
4411
int scsi_devid_match(uint8_t *rhs, size_t rhs_len,
sys/cam/scsi/scsi_all.h
4412
uint8_t *lhs, size_t lhs_len);
sys/cam/scsi/scsi_ch.c
1186
size_t size, desclen;
sys/cam/scsi/scsi_da.c
1555
size_t rcap_size);
sys/cam/scsi/scsi_da.c
1960
dadump(void *arg, void *virtual, off_t offset, size_t length)
sys/cam/scsi/scsi_da.c
5923
size_t needed_size;
sys/cam/scsi/scsi_da.c
6035
size_t needed_size;
sys/cam/scsi/scsi_da.c
6128
size_t needed_len;
sys/cam/scsi/scsi_da.c
6409
struct scsi_read_capacity_data_long *rcaplong, size_t rcap_len)
sys/cam/scsi/scsi_da.c
6791
uint8_t *cdb_storage, size_t cdb_storage_len,
sys/cam/scsi/scsi_da.c
6902
uint8_t *cdb_storage, size_t cdb_storage_len,
sys/cam/scsi/scsi_da.h
693
size_t cdb_storage_len, uint8_t sense_len,
sys/cam/scsi/scsi_da.h
702
size_t cdb_storage_len, uint8_t sense_len,
sys/cam/scsi/scsi_enc.h
189
size_t bufsiz; /* IN/OUT: length of string provided/returned */
sys/cam/scsi/scsi_enc.h
212
size_t elm_names_size;/* IN: size of elm_devnames */
sys/cam/scsi/scsi_enc.h
213
size_t elm_names_len; /* OUT: actual size returned */
sys/cam/scsi/scsi_enc_internal.h
78
size_t buf_size;
sys/cam/scsi/scsi_enc_ses.c
1204
size_t mode_buf_len;
sys/cam/scsi/scsi_enc_ses.c
2199
size_t plength;
sys/cam/scsi/scsi_enc_ses.c
2200
size_t offset;
sys/cam/scsi/scsi_enc_ses.c
2871
size_t size, rsize;
sys/cam/scsi/scsi_enc_ses.c
821
size_t devid_record_size;
sys/cam/scsi/scsi_pass.c
1298
size_t maxmap;
sys/cam/scsi/scsi_pass.c
147
size_t io_zone_size;
sys/cam/scsi/scsi_pass.c
1487
size_t sg_length, size_to_go, alloc_size;
sys/cam/scsi/scsi_pass.c
1605
size_t sg_length;
sys/cam/scsi/scsi_sa.c
2959
size_t alloc_len;
sys/cam/scsi/scsi_sa.c
4214
size_t dp_size, dp_page_length;
sys/cam/scsi/scsi_sa.c
4760
size_t ts2_len;
sys/cam/scsi/scsi_sa.c
5495
size_t cur_field_len; \
sys/cam/scsi/scsi_sa.c
5539
size_t cur_field_len; \
sys/cam/scsi/scsi_sa.c
5597
size_t cur_field_len;
sys/cam/scsi/scsi_ses.h
87
static inline size_t
sys/cam/scsi/scsi_target.c
1128
static size_t
sys/cam/scsi/scsi_target.c
154
static size_t targccblen(xpt_opcode func_code);
sys/cam/scsi/scsi_target.c
655
size_t ccb_len;
sys/cam/scsi/scsi_target.c
904
size_t ccb_len;
sys/cddl/boot/zfs/gzip.c
54
z_uncompress(void *dst, size_t *dstlen, const void *src, size_t srclen)
sys/cddl/boot/zfs/gzip.c
85
gzip_decompress(void *s_start, void *d_start, size_t s_len, size_t d_len,
sys/cddl/boot/zfs/gzip.c
88
size_t dstlen = d_len;
sys/cddl/boot/zfs/lzjb.c
48
lzjb_decompress(void *s_start, void *d_start, size_t s_len, size_t d_len, int n)
sys/cddl/boot/zfs/sha256.c
232
Encode64(uint8_t *output, uint64_t *input, size_t len)
sys/cddl/boot/zfs/sha256.c
234
size_t i, j;
sys/cddl/boot/zfs/zfsimpl.h
1901
typedef int vdev_phys_read_t(struct vdev *, void *, off_t, void *, size_t);
sys/cddl/boot/zfs/zfsimpl.h
1902
typedef int vdev_phys_write_t(struct vdev *, off_t, void *, size_t);
sys/cddl/boot/zfs/zfsimpl.h
1903
typedef int vdev_read_t(struct vdev *, const blkptr_t *, void *, off_t, size_t);
sys/cddl/boot/zfs/zfsimpl.h
1955
size_t vim_num_entries;
sys/cddl/boot/zfs/zfsimpl.h
2023
size_t v_nchildren; /* # children */
sys/cddl/boot/zfs/zfssubr.c
1063
size_t psize;
sys/cddl/boot/zfs/zfssubr.c
110
extern int zfs_zstd_decompress_buf(void *s_start, void *d_start, size_t s_len,
sys/cddl/boot/zfs/zfssubr.c
111
size_t d_len, int n);
sys/cddl/boot/zfs/zfssubr.c
1207
vdev_raidz_map_alloc(void *data, off_t offset, size_t size, uint64_t unit_shift,
sys/cddl/boot/zfs/zfssubr.c
154
typedef size_t zio_compress_func_t(void *src, void *dst,
sys/cddl/boot/zfs/zfssubr.c
155
size_t s_len, size_t d_len, int);
sys/cddl/boot/zfs/zfssubr.c
1568
off_t offset, size_t bytes)
sys/cddl/boot/zfs/zfssubr.c
157
size_t s_len, size_t d_len, int);
sys/cddl/boot/zfs/zfssubr.c
199
byteswap_uint64_array(void *vbuf, size_t size)
sys/cddl/boot/zfs/zfssubr.c
202
size_t count = size >> 3;
sys/cddl/boot/zfs/zfssubr.c
987
size_t psize;
sys/cddl/boot/zfs/zle.c
35
zle_decompress(void *s_start, void *d_start, size_t s_len, size_t d_len, int n)
sys/cddl/compat/opensolaris/kern/opensolaris_proc.c
31
uread(proc_t *p, void *kaddr, size_t len, uintptr_t uaddr)
sys/cddl/compat/opensolaris/kern/opensolaris_proc.c
42
uwrite(proc_t *p, void *kaddr, size_t len, uintptr_t uaddr)
sys/cddl/compat/opensolaris/kern/opensolaris_string.c
57
strident_canon(char *s, size_t n)
sys/cddl/compat/opensolaris/kern/opensolaris_uio.c
51
uiocopy(void *p, size_t n, enum uio_rw rw, struct uio *uio, size_t *cbytes)
sys/cddl/compat/opensolaris/kern/opensolaris_uio.c
79
uioskip(uio_t *uio, size_t n)
sys/cddl/compat/opensolaris/sys/kmem.h
58
size_t kc_size;
sys/cddl/compat/opensolaris/sys/kmem.h
65
void *zfs_kmem_alloc(size_t size, int kmflags);
sys/cddl/compat/opensolaris/sys/kmem.h
66
void zfs_kmem_free(void *buf, size_t size);
sys/cddl/compat/opensolaris/sys/kmem.h
68
kmem_cache_t *kmem_cache_create(char *name, size_t bufsize, size_t align,
sys/cddl/compat/opensolaris/sys/kmem.h
78
void *calloc(size_t n, size_t s);
sys/cddl/compat/opensolaris/sys/sid.h
40
size_t len;
sys/cddl/compat/opensolaris/sys/string.h
33
void strident_canon(char *, size_t);
sys/cddl/compat/opensolaris/sys/sunddi.h
51
int ddi_soft_state_init(void **statep, size_t size, size_t nitems);
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
336
dtrace_copycheck(uintptr_t uaddr, uintptr_t kaddr, size_t size)
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
349
dtrace_copyin(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
358
dtrace_copyout(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
367
dtrace_copyinstr(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
376
dtrace_copyoutstr(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
276
size_t s1, s2;
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
571
dtrace_copycheck(uintptr_t uaddr, uintptr_t kaddr, size_t size)
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
585
dtrace_copyin(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
595
dtrace_copyout(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
605
dtrace_copyinstr(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
615
dtrace_copyoutstr(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
687
void dtrace_copy_nosmap(uintptr_t, uintptr_t, size_t);
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
688
void dtrace_copy_smap(uintptr_t, uintptr_t, size_t);
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
689
DEFINE_IFUNC(, void, dtrace_copy, (uintptr_t, uintptr_t, size_t))
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
696
void dtrace_copystr_nosmap(uintptr_t, uintptr_t, size_t, volatile uint16_t *);
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
697
void dtrace_copystr_smap(uintptr_t, uintptr_t, size_t, volatile uint16_t *);
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
698
DEFINE_IFUNC(, void, dtrace_copystr, (uintptr_t, uintptr_t, size_t,
sys/cddl/dev/dtrace/amd64/dtrace_subr.c
151
size_t isz = t->t_dtrace_npc - t->t_dtrace_pc;
sys/cddl/dev/dtrace/amd64/dtrace_subr.c
176
size_t isz = t->t_dtrace_npc - t->t_dtrace_pc;
sys/cddl/dev/dtrace/arm/dtrace_isa.c
167
dtrace_copycheck(uintptr_t uaddr, uintptr_t kaddr, size_t size)
sys/cddl/dev/dtrace/arm/dtrace_isa.c
180
dtrace_copyin(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/arm/dtrace_isa.c
188
dtrace_copyout(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/arm/dtrace_isa.c
196
dtrace_copyinstr(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/arm/dtrace_isa.c
204
dtrace_copyoutstr(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/dtrace_debug.c
376
*(va_arg(ap, size_t *)) = retval;
sys/cddl/dev/dtrace/dtrace_debug.c
451
num = va_arg(ap, size_t);
sys/cddl/dev/dtrace/dtrace_debug.c
469
num = va_arg(ap, size_t);
sys/cddl/dev/dtrace/dtrace_ioctl.c
119
size_t size;
sys/cddl/dev/dtrace/dtrace_ioctl.c
244
size_t sz = buf->dtb_offset;
sys/cddl/dev/dtrace/dtrace_ioctl.c
348
DTRACE_IOCTL_PRINTF("%s(%d): copyout buffer desc: size %zd drops %lu errors %lu\n",__func__,__LINE__,(size_t) desc.dtbd_size,(u_long) desc.dtbd_drops,(u_long) desc.dtbd_errors);
sys/cddl/dev/dtrace/dtrace_ioctl.c
462
size_t size;
sys/cddl/dev/dtrace/dtrace_sysctl.c
31
size_t len = 0;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
111
size_t s1, s2;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
321
size_t s1, s2;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
587
dtrace_copycheck(uintptr_t uaddr, uintptr_t kaddr, size_t size)
sys/cddl/dev/dtrace/i386/dtrace_isa.c
601
dtrace_copyin(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/i386/dtrace_isa.c
609
dtrace_copyout(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/i386/dtrace_isa.c
617
dtrace_copyinstr(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/i386/dtrace_isa.c
625
dtrace_copyoutstr(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/i386/dtrace_subr.c
148
size_t isz = t->t_dtrace_npc - t->t_dtrace_pc;
sys/cddl/dev/dtrace/i386/dtrace_subr.c
173
size_t isz = t->t_dtrace_npc - t->t_dtrace_pc;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
328
size_t s1, s2;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
560
dtrace_copycheck(uintptr_t uaddr, uintptr_t kaddr, size_t size)
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
574
dtrace_copyin(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
585
dtrace_copyout(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
597
dtrace_copyinstr(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
600
size_t actual;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
620
dtrace_copyoutstr(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
623
size_t len;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
352
dtrace_copycheck(uintptr_t uaddr, uintptr_t kaddr, size_t size)
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
365
dtrace_copyin(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
374
dtrace_copyout(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
383
dtrace_copyinstr(uintptr_t uaddr, uintptr_t kaddr, size_t size,
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
392
dtrace_copyoutstr(uintptr_t kaddr, uintptr_t uaddr, size_t size,
sys/cddl/dev/dtrace/x86/dis_tables.c
3716
size_t off;
sys/cddl/dev/dtrace/x86/dis_tables.c
5848
size_t len = strlen(dp->it_name);
sys/cddl/dev/dtrace/x86/dis_tables.c
64
extern char *strncpy(char *, const char *, size_t);
sys/cddl/dev/dtrace/x86/dis_tables.c
65
extern size_t strlen(const char *);
sys/cddl/dev/dtrace/x86/dis_tables.c
6533
size_t buflen, int disp, int try_neg)
sys/cddl/dev/dtrace/x86/dis_tables.c
6575
size_t buflen)
sys/cddl/dev/dtrace/x86/dis_tables.c
6580
int (*lookup)(void *, uint64_t, char *, size_t);
sys/cddl/dev/dtrace/x86/dis_tables.c
67
extern int strncmp(const char *, const char *, size_t);
sys/cddl/dev/dtrace/x86/dis_tables.c
68
extern size_t strlcat(char *, const char *, size_t);
sys/cddl/dev/dtrace/x86/dis_tables.h
103
char *buf, size_t len);
sys/cddl/dev/dtrace/x86/dis_tables.h
88
int (*d86_sym_lookup)(void *, uint64_t, char *, size_t);
sys/cddl/dev/dtrace/x86/dis_tables.h
89
int (*d86_sprintf_func)(char *, size_t, const char *, ...);
sys/cddl/dev/fbt/fbt.c
1033
size_t len = (size_t)(cd->cd_end - cd->cd_ptr);
sys/cddl/dev/fbt/fbt.c
1035
size_t n;
sys/cddl/dev/fbt/fbt.c
1046
fbt_type_name(linker_ctf_t *lc, ctf_id_t type, char *buf, size_t len)
sys/cddl/dev/fbt/fbt.c
1150
size_t idwidth;
sys/cddl/dev/fbt/fbt.c
186
size_t len;
sys/cddl/dev/fbt/fbt.c
369
size_t idwidth;
sys/cddl/dev/fbt/fbt.c
548
size_t idwidth;
sys/cddl/dev/fbt/fbt.c
571
size_t vbytes;
sys/cddl/dev/fbt/fbt.c
660
size_t vbytes;
sys/cddl/dev/fbt/fbt.c
774
size_t cd_len; /* buffer space required */
sys/cddl/dev/fbt/fbt.c
822
ctf_decl_init(ctf_decl_t *cd, char *buf, size_t len)
sys/cddl/dev/kinst/kinst.c
79
kinst_memcpy(volatile void *dst, volatile const void *src, size_t len)
sys/cddl/dev/kinst/kinst.h
82
volatile void *kinst_memcpy(volatile void *, volatile const void *, size_t);
sys/cddl/dev/sdt/sdt.c
150
size_t len;
sys/compat/freebsd32/freebsd32_capability.c
57
size_t ncmds;
sys/compat/freebsd32/freebsd32_capability.c
92
size_t maxcmds;
sys/compat/freebsd32/freebsd32_misc.c
1401
static size_t
sys/compat/freebsd32/freebsd32_misc.c
1404
size_t copylen;
sys/compat/freebsd32/freebsd32_misc.c
2697
size_t j, oldlen;
sys/compat/freebsd32/freebsd32_misc.c
2727
size_t oldlen, rv;
sys/compat/freebsd32/freebsd32_misc.c
3444
copyin32_set(const void *u, void *k, size_t size)
sys/compat/freebsd32/freebsd32_misc.c
3471
copyout32_set(const void *k, void *u, size_t size)
sys/compat/freebsd32/freebsd32_misc.c
349
size_t count;
sys/compat/freebsd32/freebsd32_misc.c
3646
size_t execpath_len;
sys/compat/freebsd32/freebsd32_misc.c
368
size_t count, size, copycount;
sys/compat/freebsd32/freebsd32_proto.h
165
char newlen_l_[PADL_(size_t)]; size_t newlen; char newlen_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
174
char msgsz_l_[PADL_(size_t)]; size_t msgsz; char msgsz_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
180
char msgsz_l_[PADL_(size_t)]; size_t msgsz; char msgsz_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
318
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
389
char msg_len_l_[PADL_(size_t)]; size_t msg_len; char msg_len_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
396
char msg_len_l_[PADL_(size_t)]; size_t msg_len; char msg_len_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
416
char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
426
char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
435
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
491
char cpusetsize_l_[PADL_(size_t)]; size_t cpusetsize; char cpusetsize_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
499
char cpusetsize_l_[PADL_(size_t)]; size_t cpusetsize; char cpusetsize_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
582
char ncmds_l_[PADL_(size_t)]; size_t ncmds; char ncmds_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
587
char maxcmds_l_[PADL_(size_t)]; size_t maxcmds; char maxcmds_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
660
char domainsetsize_l_[PADL_(size_t)]; size_t domainsetsize; char domainsetsize_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
669
char domainsetsize_l_[PADL_(size_t)]; size_t domainsetsize; char domainsetsize_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
675
char namelen_l_[PADL_(size_t)]; size_t namelen; char namelen_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
679
char newlen_l_[PADL_(size_t)]; size_t newlen; char newlen_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
700
char size_l_[PADL_(size_t)]; size_t size; char size_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
77
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
943
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
972
char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
980
char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_proto.h
987
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/compat/freebsd32/freebsd32_systrace_args.c
3467
systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/compat/freebsd32/freebsd32_systrace_args.c
9357
systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/compat/ia32/ia32_sysvec.c
187
elf32_dump_thread(struct thread *td, void *dst, size_t *off)
sys/compat/ia32/ia32_sysvec.c
190
size_t len;
sys/compat/lindebugfs/lindebugfs.c
121
size_t cnt, orig_resid;
sys/compat/lindebugfs/lindebugfs.c
667
fops_str_read(struct file *filp, char __user *ubuf, size_t read_size,
sys/compat/lindebugfs/lindebugfs.c
672
size_t str_len, str_with_newline_len;
sys/compat/lindebugfs/lindebugfs.c
701
fops_str_write(struct file *filp, const char __user *buf, size_t write_size,
sys/compat/lindebugfs/lindebugfs.c
705
size_t old_len, new_len;
sys/compat/lindebugfs/lindebugfs.c
775
fops_blob_read(struct file *filp, char __user *ubuf, size_t read_size, loff_t *ppos)
sys/compat/linprocfs/linprocfs.c
158
size_t sz;
sys/compat/linprocfs/linprocfs.c
2101
size_t id, size;
sys/compat/linprocfs/linprocfs.c
2145
size_t id, size;
sys/compat/linprocfs/linprocfs.c
2184
size_t id, size;
sys/compat/linprocfs/linprocfs.c
2225
size_t size;
sys/compat/linprocfs/linprocfs.c
2290
size_t size = sizeof(res);
sys/compat/linprocfs/linprocfs.c
2308
size_t size = sizeof(res);
sys/compat/linprocfs/linprocfs.c
2327
size_t size = sizeof(res);
sys/compat/linprocfs/linprocfs.c
2345
size_t size = sizeof(res);
sys/compat/linprocfs/linprocfs.c
2363
size_t size = sizeof(res);
sys/compat/linprocfs/linprocfs.c
515
size_t lep_len;
sys/compat/linprocfs/linprocfs.c
518
size_t count;
sys/compat/linprocfs/linprocfs.c
569
size_t count, lep_len;
sys/compat/linux/linux.c
461
size_t mapcnt, int no_value)
sys/compat/linux/linux.c
465
size_t i;
sys/compat/linux/linux.c
499
size_t mapcnt, int no_value)
sys/compat/linux/linux.c
503
size_t i;
sys/compat/linux/linux.h
262
size_t mapcnt, int no_value);
sys/compat/linux/linux.h
264
size_t mapcnt, int no_value);
sys/compat/linux/linux_common.h
31
int ifname_bsd_to_linux_ifp(const struct ifnet *, char *, size_t);
sys/compat/linux/linux_common.h
32
int ifname_bsd_to_linux_idx(u_int, char *, size_t);
sys/compat/linux/linux_elf.c
100
static void __linuxN(note_threadmd)(void *, struct sbuf *, size_t *);
sys/compat/linux/linux_elf.c
101
static void __linuxN(note_nt_auxv)(void *, struct sbuf *, size_t *);
sys/compat/linux/linux_elf.c
105
size_t *sizep)
sys/compat/linux/linux_elf.c
109
size_t size;
sys/compat/linux/linux_elf.c
152
__linuxN(note_prpsinfo)(void *arg, struct sbuf *sb, size_t *sizep)
sys/compat/linux/linux_elf.c
155
size_t len;
sys/compat/linux/linux_elf.c
216
__linuxN(note_prstatus)(void *arg, struct sbuf *sb, size_t *sizep)
sys/compat/linux/linux_elf.c
250
__linuxN(note_fpregset)(void *arg, struct sbuf *sb, size_t *sizep)
sys/compat/linux/linux_elf.c
275
__linuxN(note_threadmd)(void *arg, struct sbuf *sb, size_t *sizep)
sys/compat/linux/linux_elf.c
279
size_t size;
sys/compat/linux/linux_elf.c
297
__linuxN(note_nt_auxv)(void *arg, struct sbuf *sb, size_t *sizep)
sys/compat/linux/linux_elf.c
300
size_t size;
sys/compat/linux/linux_elf.c
335
size_t execpath_len;
sys/compat/linux/linux_elf.c
97
static void __linuxN(note_fpregset)(void *, struct sbuf *, size_t *);
sys/compat/linux/linux_elf.c
98
static void __linuxN(note_prpsinfo)(void *, struct sbuf *, size_t *);
sys/compat/linux/linux_elf.c
99
static void __linuxN(note_prstatus)(void *, struct sbuf *, size_t *);
sys/compat/linux/linux_elf.h
44
size_t *);
sys/compat/linux/linux_file.c
452
size_t retval;
sys/compat/linux/linux_file.c
530
size_t retval;
sys/compat/linux/linux_fork.c
432
size_t size;
sys/compat/linux/linux_getcwd.c
59
size_t buflen;
sys/compat/linux/linux_if.c
125
ifname_bsd_to_linux_idx(u_int idx, char *lxname, size_t len)
sys/compat/linux/linux_if.c
148
ifname_bsd_to_linux_ifp(const struct ifnet *ifp, char *lxname, size_t len)
sys/compat/linux/linux_ioctl.c
2216
size_t max_len;
sys/compat/linux/linux_ioctl.c
2217
size_t valid_len;
sys/compat/linux/linux_ioctl.c
2317
size_t ifrusiz;
sys/compat/linux/linux_misc.c
1937
size_t size;
sys/compat/linux/linux_misc.c
1971
size_t len;
sys/compat/linux/linux_misc.c
306
size_t len;
sys/compat/linux/linux_mmap.c
226
linux_mprotect_common(struct thread *td, uintptr_t addr, size_t len, int prot)
sys/compat/linux/linux_mmap.c
341
linux_madvise_common(struct thread *td, uintptr_t addr, size_t len, int behav)
sys/compat/linux/linux_mmap.c
74
linux_mmap_common(struct thread *td, uintptr_t addr, size_t len, int prot,
sys/compat/linux/linux_mmap.h
66
int linux_mmap_common(struct thread *, uintptr_t, size_t, int, int,
sys/compat/linux/linux_mmap.h
68
int linux_mprotect_common(struct thread *, uintptr_t, size_t, int);
sys/compat/linux/linux_mmap.h
69
int linux_madvise_common(struct thread *, uintptr_t, size_t, int);
sys/compat/linux/linux_ptrace.c
303
size_t len;
sys/compat/linux/linux_socket.c
2210
size_t size;
sys/compat/linux/linux_socket.c
2536
size_t bufsz;
sys/compat/linux/linux_socket.c
783
linux_copyout_sockaddr(const struct sockaddr *sa, void *uaddr, size_t len)
sys/compat/linux/linux_util.c
156
size_t sz;
sys/compat/linux/linux_vdso.c
68
size_t n, pages;
sys/compat/linux/linux_xattr.c
104
size_t len, cplen;
sys/compat/linux/linux_xattr.c
138
size_t sz, cnt, rs, prefixlen, pairlen;
sys/compat/linuxkpi/common/include/crypto/hash.h
69
crypto_shash_setkey(struct crypto_shash *csh, const uint8_t *key, size_t keylen)
sys/compat/linuxkpi/common/include/crypto/hash.h
76
crypto_shash_update(struct shash_desc *desc, uint8_t *data, size_t datalen)
sys/compat/linuxkpi/common/include/linux/agp_backend.h
19
size_t aper_size;
sys/compat/linuxkpi/common/include/linux/bcm47xx_nvram.h
11
bcm47xx_nvram_get_contents(size_t *x __unused)
sys/compat/linuxkpi/common/include/linux/crc32.h
37
crc32_le(uint32_t crc, const void *data, size_t len)
sys/compat/linuxkpi/common/include/linux/debugfs.h
50
size_t size;
sys/compat/linuxkpi/common/include/linux/devcoredump.h
57
dev_coredumpv(struct device *dev __unused, void *data, size_t datalen __unused,
sys/compat/linuxkpi/common/include/linux/devcoredump.h
67
size_t datalen __unused, gfp_t gfp __unused)
sys/compat/linuxkpi/common/include/linux/device.h
145
ssize_t (*store)(struct class *, struct class_attribute *, const char *, size_t);
sys/compat/linuxkpi/common/include/linux/device.h
159
size_t);
sys/compat/linuxkpi/common/include/linux/device.h
271
void *lkpi_devres_alloc(void(*release)(struct device *, void *), size_t, gfp_t);
sys/compat/linuxkpi/common/include/linux/device.h
678
devm_kmalloc(struct device *dev, size_t size, gfp_t gfp)
sys/compat/linuxkpi/common/include/linux/device.h
690
devm_kmemdup(struct device *dev, const void *src, size_t len, gfp_t gfp)
sys/compat/linuxkpi/common/include/linux/dma-buf-map.h
18
dma_buf_map_incr(struct dma_buf_map *dbm, size_t n)
sys/compat/linuxkpi/common/include/linux/dma-buf-map.h
27
dma_buf_map_memcpy_to(struct dma_buf_map *dbm, const void *src, size_t len)
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
101
dma_addr_t linux_dma_map_phys(struct device *dev, vm_paddr_t phys, size_t len); /* backward compat */
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
102
dma_addr_t lkpi_dma_map_phys(struct device *, vm_paddr_t, size_t,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
104
void linux_dma_unmap(struct device *dev, dma_addr_t dma_addr, size_t size); /* backward compat */
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
105
void lkpi_dma_unmap(struct device *, dma_addr_t, size_t,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
113
void linuxkpi_dma_sync(struct device *, dma_addr_t, size_t, bus_dmasync_op_t);
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
155
dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
162
dma_zalloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
170
dmam_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
178
dma_free_coherent(struct device *dev, size_t size, void *cpu_addr,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
187
dmam_free_coherent(struct device *dev, size_t size, void *addr,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
194
dma_map_page_attrs(struct device *dev, struct page *page, size_t offset,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
195
size_t size, enum dma_data_direction direction, unsigned long attrs)
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
211
unsigned long offset, size_t size, enum dma_data_direction direction)
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
219
dma_unmap_page(struct device *dev, dma_addr_t dma_address, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
227
dma_map_resource(struct device *dev, phys_addr_t paddr, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
234
dma_unmap_resource(struct device *dev, dma_addr_t dma, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
241
dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
266
dma_sync_single(struct device *dev, dma_addr_t addr, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
274
size_t size, enum dma_data_direction direction)
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
312
unsigned long offset, size_t size, enum dma_data_direction direction)
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
319
unsigned long offset, size_t size, enum dma_data_direction direction)
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
342
_dma_map_single_attrs(struct device *dev, void *ptr, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
350
_dma_unmap_single_attrs(struct device *dev, dma_addr_t dma, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
356
static inline size_t
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
59
void* (*alloc_coherent)(struct device *dev, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
61
void (*free_coherent)(struct device *dev, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
64
unsigned long offset, size_t size, enum dma_data_direction dir,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
67
size_t size, enum dma_data_direction dir, unsigned long attrs);
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
73
size_t size, enum dma_data_direction dir);
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
75
dma_addr_t dma_handle, size_t size, enum dma_data_direction dir);
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
77
dma_addr_t dma_handle, unsigned long offset, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
80
dma_addr_t dma_handle, unsigned long offset, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
95
void *linux_dma_alloc_coherent(struct device *dev, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
97
void *linuxkpi_dmam_alloc_coherent(struct device *dev, size_t size,
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
99
void linuxkpi_dmam_free_coherent(struct device *dev, size_t size,
sys/compat/linuxkpi/common/include/linux/dmapool.h
40
size_t size, size_t align, size_t boundary);
sys/compat/linuxkpi/common/include/linux/dmapool.h
49
dma_pool_create(char *name, struct device *dev, size_t size,
sys/compat/linuxkpi/common/include/linux/dmapool.h
50
size_t align, size_t boundary)
sys/compat/linuxkpi/common/include/linux/dmapool.h
57
dmam_pool_create(/* const */ char *name, struct device *dev, size_t size,
sys/compat/linuxkpi/common/include/linux/dmapool.h
58
size_t align, size_t boundary)
sys/compat/linuxkpi/common/include/linux/firmware.h
106
const char *fw_name, struct device *dev, void *buf, size_t buflen,
sys/compat/linuxkpi/common/include/linux/firmware.h
107
size_t offset)
sys/compat/linuxkpi/common/include/linux/firmware.h
42
size_t size;
sys/compat/linuxkpi/common/include/linux/firmware.h
59
const char *, struct device *, uint8_t *, size_t, size_t);
sys/compat/linuxkpi/common/include/linux/fs.h
138
ssize_t (*read)(struct linux_file *, char __user *, size_t, off_t *);
sys/compat/linuxkpi/common/include/linux/fs.h
139
ssize_t (*write)(struct linux_file *, const char __user *, size_t, off_t *);
sys/compat/linuxkpi/common/include/linux/fs.h
172
ssize_t (*sendpage)(struct file *, struct page *, int, size_t,
sys/compat/linuxkpi/common/include/linux/fs.h
179
loff_t *, size_t, unsigned int);
sys/compat/linuxkpi/common/include/linux/fs.h
181
struct pipe_inode_info *, size_t, unsigned int);
sys/compat/linuxkpi/common/include/linux/fs.h
364
simple_read_from_buffer(void __user *dest, size_t read_size, loff_t *ppos,
sys/compat/linuxkpi/common/include/linux/fs.h
365
void *orig, size_t buf_size)
sys/compat/linuxkpi/common/include/linux/fs.h
368
size_t buf_remain = buf_size - *ppos;
sys/compat/linuxkpi/common/include/linux/fs.h
414
ssize_t simple_attr_read(struct file *filp, char __user *buf, size_t read_size,
sys/compat/linuxkpi/common/include/linux/fs.h
418
size_t write_size, loff_t *ppos);
sys/compat/linuxkpi/common/include/linux/fs.h
421
size_t write_size, loff_t *ppos);
sys/compat/linuxkpi/common/include/linux/gfp.h
186
page_frag_alloc(struct page_frag_cache *pfc, size_t fragsz, gfp_t gfp)
sys/compat/linuxkpi/common/include/linux/gfp.h
200
__page_frag_cache_drain(struct page *page, size_t count)
sys/compat/linuxkpi/common/include/linux/gfp.h
93
void *linuxkpi_page_frag_alloc(struct page_frag_cache *, size_t, gfp_t);
sys/compat/linuxkpi/common/include/linux/gfp.h
95
void linuxkpi__page_frag_cache_drain(struct page *, size_t);
sys/compat/linuxkpi/common/include/linux/hdmi.h
213
size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
215
void *buffer, size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
219
size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
221
void *buffer, size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
224
const void *buffer, size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
255
size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
257
void *buffer, size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
336
void *buffer, size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
338
void *buffer, size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
400
void *buffer, size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
402
void *buffer, size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
438
size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
440
void *buffer, size_t size);
sys/compat/linuxkpi/common/include/linux/hdmi.h
443
const void *buffer, size_t size);
sys/compat/linuxkpi/common/include/linux/highmem.h
142
memcpy_from_page(char *to, struct page *page, size_t offset, size_t len)
sys/compat/linuxkpi/common/include/linux/highmem.h
157
memcpy_to_page(struct page *page, size_t offset, const char *from, size_t len)
sys/compat/linuxkpi/common/include/linux/io.h
449
__iowrite32_copy(void *to, const void *from, size_t count)
sys/compat/linuxkpi/common/include/linux/io.h
460
__iowrite64_copy(void *to, const void *from, size_t count)
sys/compat/linuxkpi/common/include/linux/io.h
475
__ioread32_copy(void *to, const void *from, size_t count)
sys/compat/linuxkpi/common/include/linux/io.h
486
__ioread64_copy(void *to, const void *from, size_t count)
sys/compat/linuxkpi/common/include/linux/io.h
507
memremap(resource_size_t offset, size_t size, unsigned long flags)
sys/compat/linuxkpi/common/include/linux/iosys-map.h
103
iosys_map_memset(struct iosys_map *ism, size_t off, int value, size_t len)
sys/compat/linuxkpi/common/include/linux/iosys-map.h
28
iosys_map_incr(struct iosys_map *ism, size_t n)
sys/compat/linuxkpi/common/include/linux/iosys-map.h
37
iosys_map_memcpy_to(struct iosys_map *ism, size_t off, const void *src,
sys/compat/linuxkpi/common/include/linux/iosys-map.h
38
size_t len)
sys/compat/linuxkpi/common/include/linux/kernel.h
148
vscnprintf(char *buf, size_t size, const char *fmt, va_list args)
sys/compat/linuxkpi/common/include/linux/kernel.h
159
scnprintf(char *buf, size_t size, const char *fmt, ...)
sys/compat/linuxkpi/common/include/linux/kernel.h
322
hex2bin(uint8_t *bindst, const char *hexsrc, size_t binlen)
sys/compat/linuxkpi/common/include/linux/kfifo.h
50
size_t total; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
51
size_t count; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
52
size_t first; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
53
size_t last; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
59
size_t total; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
60
size_t count; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
61
size_t first; \
sys/compat/linuxkpi/common/include/linux/kfifo.h
62
size_t last; \
sys/compat/linuxkpi/common/include/linux/kmsg_dump.h
48
const char *line, size_t size, size_t *len)
sys/compat/linuxkpi/common/include/linux/kmsg_dump.h
57
char *buf, size_t size, size_t *len)
sys/compat/linuxkpi/common/include/linux/kobject.h
82
const char *buf, size_t count);
sys/compat/linuxkpi/common/include/linux/kstrtox.h
270
kstrtobool_from_user(const char __user *s, size_t count, bool *res)
sys/compat/linuxkpi/common/include/linux/kstrtox.h
284
kstrtoint_from_user(const char __user *s, size_t count, unsigned int base,
sys/compat/linuxkpi/common/include/linux/kstrtox.h
299
kstrtouint_from_user(const char __user *s, size_t count, unsigned int base,
sys/compat/linuxkpi/common/include/linux/kstrtox.h
314
kstrtou32_from_user(const char __user *s, size_t count, unsigned int base,
sys/compat/linuxkpi/common/include/linux/kstrtox.h
321
kstrtou8_from_user(const char __user *s, size_t count, unsigned int base,
sys/compat/linuxkpi/common/include/linux/list.h
477
static inline size_t
sys/compat/linuxkpi/common/include/linux/list.h
481
size_t count;
sys/compat/linuxkpi/common/include/linux/mfd/core.h
29
size_t pdata_size;
sys/compat/linuxkpi/common/include/linux/mhi.h
79
size_t fw_sz;
sys/compat/linuxkpi/common/include/linux/mhi.h
82
size_t rddm_size;
sys/compat/linuxkpi/common/include/linux/mhi.h
83
size_t sbl_size;
sys/compat/linuxkpi/common/include/linux/mhi.h
84
size_t seg_len;
sys/compat/linuxkpi/common/include/linux/mhi.h
85
size_t reg_len;
sys/compat/linuxkpi/common/include/linux/mm.h
461
static inline size_t
sys/compat/linuxkpi/common/include/linux/mm_types.h
46
size_t pinned_vm;
sys/compat/linuxkpi/common/include/linux/netdevice.h
318
netdev_rss_key_fill(uint32_t *buf, size_t len)
sys/compat/linuxkpi/common/include/linux/netdevice.h
494
struct net_device *linuxkpi_alloc_netdev(size_t, const char *, uint32_t,
sys/compat/linuxkpi/common/include/linux/overflow.h
268
static inline size_t __must_check size_mul(size_t factor1, size_t factor2)
sys/compat/linuxkpi/common/include/linux/overflow.h
270
size_t bytes;
sys/compat/linuxkpi/common/include/linux/overflow.h
287
static inline size_t __must_check size_add(size_t addend1, size_t addend2)
sys/compat/linuxkpi/common/include/linux/overflow.h
289
size_t bytes;
sys/compat/linuxkpi/common/include/linux/overflow.h
308
static inline size_t __must_check size_sub(size_t minuend, size_t subtrahend)
sys/compat/linuxkpi/common/include/linux/overflow.h
310
size_t bytes;
sys/compat/linuxkpi/common/include/linux/pci.h
1509
pci_platform_rom(struct pci_dev *pdev, size_t *size)
sys/compat/linuxkpi/common/include/linux/pci.h
357
size_t romlen;
sys/compat/linuxkpi/common/include/linux/printk.h
51
const void *, size_t, const bool, const bool);
sys/compat/linuxkpi/common/include/linux/printk.h
56
int lkpi_hex_dump_to_buffer(const void *buf, size_t len, int rowsize,
sys/compat/linuxkpi/common/include/linux/printk.h
57
int groupsize, char *linebuf, size_t linebuflen, bool ascii);
sys/compat/linuxkpi/common/include/linux/printk.h
62
const void *buf, size_t len, const bool ascii)
sys/compat/linuxkpi/common/include/linux/printk.h
70
const void *buf, size_t len)
sys/compat/linuxkpi/common/include/linux/ref_tracker.h
75
ref_tracker_dir_snprint(struct ref_tracker_dir *dir, char *buf, size_t size)
sys/compat/linuxkpi/common/include/linux/scatterlist.h
568
static __inline size_t
sys/compat/linuxkpi/common/include/linux/scatterlist.h
570
const void *buf, size_t buflen, off_t skip)
sys/compat/linuxkpi/common/include/linux/scatterlist.h
575
size_t len, copied;
sys/compat/linuxkpi/common/include/linux/scatterlist.h
620
static inline size_t
sys/compat/linuxkpi/common/include/linux/scatterlist.h
622
const void *buf, size_t buflen)
sys/compat/linuxkpi/common/include/linux/scatterlist.h
627
static inline size_t
sys/compat/linuxkpi/common/include/linux/scatterlist.h
629
void *buf, size_t buflen, off_t offset)
sys/compat/linuxkpi/common/include/linux/scatterlist.h
636
size_t total = 0;
sys/compat/linuxkpi/common/include/linux/scatterlist.h
637
size_t len;
sys/compat/linuxkpi/common/include/linux/scatterlist.h
678
sg_set_folio(struct scatterlist *sg, struct folio *folio, size_t len,
sys/compat/linuxkpi/common/include/linux/scatterlist.h
679
size_t offset)
sys/compat/linuxkpi/common/include/linux/seq_buf.h
21
size_t size;
sys/compat/linuxkpi/common/include/linux/seq_buf.h
22
size_t len;
sys/compat/linuxkpi/common/include/linux/seq_file.h
102
int single_open_size(struct linux_file *, int (*)(struct seq_file *, void *), void *, size_t);
sys/compat/linuxkpi/common/include/linux/seq_file.h
115
int rowsize, int groupsize, const void *buf, size_t len, bool ascii)
sys/compat/linuxkpi/common/include/linux/seq_file.h
75
size_t size;
sys/compat/linuxkpi/common/include/linux/seq_file.h
88
ssize_t seq_read(struct linux_file *, char __user *, size_t, off_t *);
sys/compat/linuxkpi/common/include/linux/seq_file.h
89
int seq_write(struct seq_file *seq, const void *data, size_t len);
sys/compat/linuxkpi/common/include/linux/siphash.h
107
static inline u32 ___hsiphash_aligned(const __le32 *data, size_t len,
sys/compat/linuxkpi/common/include/linux/siphash.h
131
static inline u32 hsiphash(const void *data, size_t len,
sys/compat/linuxkpi/common/include/linux/siphash.h
30
u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key);
sys/compat/linuxkpi/common/include/linux/siphash.h
31
u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key);
sys/compat/linuxkpi/common/include/linux/siphash.h
55
static inline u64 ___siphash_aligned(const __le64 *data, size_t len,
sys/compat/linuxkpi/common/include/linux/siphash.h
81
static inline u64 siphash(const void *data, size_t len,
sys/compat/linuxkpi/common/include/linux/siphash.h
95
u32 __hsiphash_aligned(const void *data, size_t len,
sys/compat/linuxkpi/common/include/linux/siphash.h
97
u32 __hsiphash_unaligned(const void *data, size_t len,
sys/compat/linuxkpi/common/include/linux/skbuff.h
1039
skb_set_mac_header(struct sk_buff *skb, const size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
1068
skb_postpush_rcsum(struct sk_buff *skb, const void *data, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
1103
skb_copy_from_linear_data(const struct sk_buff *skb, void *dst, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
113
size_t qlen;
sys/compat/linuxkpi/common/include/linux/skbuff.h
1138
napi_build_skb(void *data, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
128
size_t size;
sys/compat/linuxkpi/common/include/linux/skbuff.h
205
struct sk_buff *linuxkpi_alloc_skb(size_t, gfp_t);
sys/compat/linuxkpi/common/include/linux/skbuff.h
206
struct sk_buff *linuxkpi_dev_alloc_skb(size_t, gfp_t);
sys/compat/linuxkpi/common/include/linux/skbuff.h
207
struct sk_buff *linuxkpi_build_skb(void *, size_t);
sys/compat/linuxkpi/common/include/linux/skbuff.h
215
alloc_skb(size_t size, gfp_t gfp)
sys/compat/linuxkpi/common/include/linux/skbuff.h
225
__dev_alloc_skb(size_t len, gfp_t gfp)
sys/compat/linuxkpi/common/include/linux/skbuff.h
236
dev_alloc_skb(size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
303
skb_reserve(struct sk_buff *skb, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
324
__skb_push(struct sk_buff *skb, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
335
skb_push(struct sk_buff *skb, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
345
static inline size_t
sys/compat/linuxkpi/common/include/linux/skbuff.h
392
__skb_put(struct sk_buff *skb, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
416
skb_put(struct sk_buff *skb, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
425
skb_put_data(struct sk_buff *skb, const void *buf, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
439
skb_put_zero(struct sk_buff *skb, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
456
skb_pull(struct sk_buff *skb, size_t len)
sys/compat/linuxkpi/common/include/linux/skbuff.h
501
off_t offset, size_t size, unsigned int truesize)
sys/compat/linuxkpi/common/include/linux/skbuff.h
860
skb_checksum(struct sk_buff *skb, int offs, size_t len, int x)
sys/compat/linuxkpi/common/include/linux/skbuff.h
877
size_t fragsz, enum dma_data_direction dir)
sys/compat/linuxkpi/common/include/linux/skbuff.h
884
static inline size_t
sys/compat/linuxkpi/common/include/linux/skbuff.h
902
skb_ensure_writable(struct sk_buff *skb, size_t off)
sys/compat/linuxkpi/common/include/linux/slab.h
103
void *lkpi_kmalloc(size_t, gfp_t);
sys/compat/linuxkpi/common/include/linux/slab.h
104
void *lkpi_kvmalloc(size_t, gfp_t);
sys/compat/linuxkpi/common/include/linux/slab.h
105
void *lkpi___kmalloc(size_t, gfp_t);
sys/compat/linuxkpi/common/include/linux/slab.h
106
void *lkpi___kmalloc_node(size_t, gfp_t, int);
sys/compat/linuxkpi/common/include/linux/slab.h
107
void *lkpi_krealloc(void *, size_t, gfp_t);
sys/compat/linuxkpi/common/include/linux/slab.h
129
kmalloc(size_t size, gfp_t flags)
sys/compat/linuxkpi/common/include/linux/slab.h
135
__kmalloc(size_t size, gfp_t flags)
sys/compat/linuxkpi/common/include/linux/slab.h
141
kmalloc_node(size_t size, gfp_t flags, int node)
sys/compat/linuxkpi/common/include/linux/slab.h
147
krealloc(void *ptr, size_t size, gfp_t flags)
sys/compat/linuxkpi/common/include/linux/slab.h
165
kmalloc_array(size_t n, size_t size, gfp_t flags)
sys/compat/linuxkpi/common/include/linux/slab.h
174
kcalloc(size_t n, size_t size, gfp_t flags)
sys/compat/linuxkpi/common/include/linux/slab.h
182
kmalloc_array_node(size_t n, size_t size, gfp_t flags, int node)
sys/compat/linuxkpi/common/include/linux/slab.h
191
kcalloc_node(size_t n, size_t size, gfp_t flags, int node)
sys/compat/linuxkpi/common/include/linux/slab.h
199
krealloc_array(void *ptr, size_t n, size_t size, gfp_t flags)
sys/compat/linuxkpi/common/include/linux/slab.h
211
__vmalloc(size_t size, gfp_t flags, int other)
sys/compat/linuxkpi/common/include/linux/slab.h
217
__vmalloc_node(size_t size, gfp_t flags, int node)
sys/compat/linuxkpi/common/include/linux/slab.h
224
vmalloc_32(size_t size)
sys/compat/linuxkpi/common/include/linux/slab.h
231
kvmalloc(size_t size, gfp_t flags)
sys/compat/linuxkpi/common/include/linux/slab.h
237
kvmalloc_array(size_t n, size_t size, gfp_t flags)
sys/compat/linuxkpi/common/include/linux/slab.h
246
kvrealloc(const void *ptr, size_t oldsize, size_t newsize, gfp_t flags)
sys/compat/linuxkpi/common/include/linux/slab.h
275
static inline size_t
sys/compat/linuxkpi/common/include/linux/slab.h
281
static inline size_t
sys/compat/linuxkpi/common/include/linux/slab.h
282
kmalloc_size_roundup(size_t size)
sys/compat/linuxkpi/common/include/linux/slab.h
97
size_t size, size_t align, unsigned flags, linux_kmem_ctor_t *ctor);
sys/compat/linuxkpi/common/include/linux/soc/airoha/airoha_offload.h
28
enum airoha_npu_wlan_set_cmd cmd, void *val, size_t len, gfp_t gfp)
sys/compat/linuxkpi/common/include/linux/soc/airoha/airoha_offload.h
36
enum airoha_npu_wlan_get_cmd cmd, void *val, size_t len, gfp_t gfp)
sys/compat/linuxkpi/common/include/linux/soc/qcom/qmi.h
110
qmi_handle_init(struct qmi_handle *handle, size_t resp_len_max,
sys/compat/linuxkpi/common/include/linux/soc/qcom/qmi.h
142
uint32_t msd_id, size_t len, const struct qmi_elem_info *ei, void *req)
sys/compat/linuxkpi/common/include/linux/soc/qcom/qmi.h
89
size_t decoded_size;
sys/compat/linuxkpi/common/include/linux/socket.h
37
kernel_connect(int sd, struct sockaddr *sa, size_t salen, int flags)
sys/compat/linuxkpi/common/include/linux/string.h
103
kvmemdup(const void *src, size_t len, gfp_t gfp)
sys/compat/linuxkpi/common/include/linux/string.h
126
size_t len;
sys/compat/linuxkpi/common/include/linux/string.h
138
kstrndup(const char *string, size_t len, gfp_t gfp)
sys/compat/linuxkpi/common/include/linux/string.h
183
memchr_inv(const void *start, int c, size_t length)
sys/compat/linuxkpi/common/include/linux/string.h
201
static inline size_t
sys/compat/linuxkpi/common/include/linux/string.h
204
size_t len;
sys/compat/linuxkpi/common/include/linux/string.h
224
strscpy(char* dst, const char* src, size_t len)
sys/compat/linuxkpi/common/include/linux/string.h
226
size_t i;
sys/compat/linuxkpi/common/include/linux/string.h
240
strscpy_pad(char* dst, const char* src, size_t len)
sys/compat/linuxkpi/common/include/linux/string.h
249
strnchr(const char *cp, size_t n, int ch)
sys/compat/linuxkpi/common/include/linux/string.h
264
memset32(uint32_t *b, uint32_t c, size_t len)
sys/compat/linuxkpi/common/include/linux/string.h
274
memset64(uint64_t *b, uint64_t c, size_t len)
sys/compat/linuxkpi/common/include/linux/string.h
284
memset_p(void **p, void *v, size_t n)
sys/compat/linuxkpi/common/include/linux/string.h
294
memcpy_and_pad(void *dst, size_t dstlen, const void *src, size_t len, int ch)
sys/compat/linuxkpi/common/include/linux/string.h
307
size_t dstlen = ARRAY_SIZE(dst); \
sys/compat/linuxkpi/common/include/linux/string.h
308
size_t srclen = __builtin_object_size(src, 1); \
sys/compat/linuxkpi/common/include/linux/string.h
315
size_t dstlen = ARRAY_SIZE(dst); \
sys/compat/linuxkpi/common/include/linux/string.h
316
size_t srclen = __builtin_object_size(src, 1); \
sys/compat/linuxkpi/common/include/linux/string.h
326
size_t _o = offsetof(typeof(*(ptr)), smember); \
sys/compat/linuxkpi/common/include/linux/string.h
334
size_t _o = offsetofend(typeof(*(ptr)), smember); \
sys/compat/linuxkpi/common/include/linux/string.h
339
memzero_explicit(void *p, size_t s)
sys/compat/linuxkpi/common/include/linux/string.h
60
memdup_user(const void *ptr, size_t len)
sys/compat/linuxkpi/common/include/linux/string.h
75
memdup_user_nul(const void *ptr, size_t len)
sys/compat/linuxkpi/common/include/linux/string.h
91
kmemdup(const void *src, size_t len, gfp_t gfp)
sys/compat/linuxkpi/common/include/linux/sysfs.h
43
size_t);
sys/compat/linuxkpi/common/include/linux/sysfs.h
48
size_t size;
sys/compat/linuxkpi/common/include/linux/sysfs.h
50
struct bin_attribute *, char *, loff_t, size_t);
sys/compat/linuxkpi/common/include/linux/sysfs.h
52
struct bin_attribute *, char *, loff_t, size_t);
sys/compat/linuxkpi/common/include/linux/sysfs.h
541
_sysfs_match_string(const char * const *a, size_t l, const char *s)
sys/compat/linuxkpi/common/include/linux/types.h
72
typedef size_t __kernel_size_t;
sys/compat/linuxkpi/common/include/linux/uaccess.h
64
extern int linux_copyin(const void *uaddr, void *kaddr, size_t len);
sys/compat/linuxkpi/common/include/linux/uaccess.h
65
extern int linux_copyout(const void *kaddr, void *uaddr, size_t len);
sys/compat/linuxkpi/common/include/linux/uaccess.h
66
extern size_t linux_clear_user(void *uaddr, size_t len);
sys/compat/linuxkpi/common/include/linux/uaccess.h
67
extern int linux_access_ok(const void *uaddr, size_t len);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1245
struct wiphy *linuxkpi_wiphy_new(const struct cfg80211_ops *, size_t);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1269
const uint8_t *, size_t, enum ieee80211_bss_type, enum ieee80211_privacy);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1273
lkpi_get_linuxkpi_ieee80211_regdomain(size_t);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1278
wiphy_new(const struct cfg80211_ops *ops, size_t priv_len)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1344
const uint8_t *bssid, const uint8_t *ssid, size_t ssid_len,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1405
cfg80211_find_ie_match(uint32_t f, const uint8_t *ies, size_t ies_len,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1553
const uint8_t *data, size_t len, uint8_t *pattern, size_t plen)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1557
size_t ielen;
sys/compat/linuxkpi/common/include/net/cfg80211.h
1582
cfg80211_find_elem(enum ieee80211_eid eid, const uint8_t *data, size_t len)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1606
uint8_t *data, size_t len)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1819
enum ieee80211_p2p_attr_ids attr, uint8_t *p, size_t p_len)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1836
uint16_t cap, uint16_t intvl, const uint8_t *ie, size_t ie_len,
sys/compat/linuxkpi/common/include/net/cfg80211.h
1847
uint16_t cap, uint16_t intvl, const uint8_t *ie, size_t ie_len, gfp_t gfp)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1855
const uint8_t *buf, size_t len, bool ack, gfp_t gfp)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1917
uint8_t *p, size_t p_len, int _x2)
sys/compat/linuxkpi/common/include/net/cfg80211.h
1968
static inline size_t
sys/compat/linuxkpi/common/include/net/cfg80211.h
1972
size_t len;
sys/compat/linuxkpi/common/include/net/cfg80211.h
2000
cfg80211_get_ies_channel_number(const uint8_t *ie, size_t len,
sys/compat/linuxkpi/common/include/net/cfg80211.h
2066
cfg80211_find_ext_ie(uint8_t eid, const uint8_t *p, size_t len)
sys/compat/linuxkpi/common/include/net/cfg80211.h
2074
struct ieee80211_sband_iftype_data *iftype_data, size_t nitems)
sys/compat/linuxkpi/common/include/net/cfg80211.h
2181
char *buf, size_t bufsize, const char __user *userbuf, size_t count,
sys/compat/linuxkpi/common/include/net/cfg80211.h
2183
ssize_t (*handler)(struct wiphy *, struct file *, char *, size_t, void *),
sys/compat/linuxkpi/common/include/net/cfg80211.h
2193
char *buf, size_t bufsize, const char __user *userbuf, size_t count,
sys/compat/linuxkpi/common/include/net/cfg80211.h
2194
ssize_t (*handler)(struct wiphy *, struct file *, char *, size_t, void *),
sys/compat/linuxkpi/common/include/net/cfg80211.h
273
size_t len;
sys/compat/linuxkpi/common/include/net/cfg80211.h
509
size_t ssid_len;
sys/compat/linuxkpi/common/include/net/cfg80211.h
566
size_t len;
sys/compat/linuxkpi/common/include/net/cfg80211.h
589
size_t ssid_len;
sys/compat/linuxkpi/common/include/net/cfg80211.h
630
size_t assoc_req_ies_len;
sys/compat/linuxkpi/common/include/net/cfg80211.h
856
size_t len;
sys/compat/linuxkpi/common/include/net/mac80211.h
1130
struct ieee80211_hw *linuxkpi_ieee80211_alloc_hw(size_t,
sys/compat/linuxkpi/common/include/net/mac80211.h
1165
bool linuxkpi_ieee80211_is_ie_id_in_ie_buf(const u8, const u8 *, size_t);
sys/compat/linuxkpi/common/include/net/mac80211.h
1166
bool linuxkpi_ieee80211_ie_advance(size_t *, const u8 *, size_t);
sys/compat/linuxkpi/common/include/net/mac80211.h
1182
const uint8_t *, const uint8_t *, size_t, size_t);
sys/compat/linuxkpi/common/include/net/mac80211.h
1242
ieee80211_alloc_hw(size_t priv_len, const struct ieee80211_ops *ops)
sys/compat/linuxkpi/common/include/net/mac80211.h
1716
static __inline size_t
sys/compat/linuxkpi/common/include/net/mac80211.h
1717
ieee80211_ie_split(const u8 *ies, size_t ies_len,
sys/compat/linuxkpi/common/include/net/mac80211.h
1718
const u8 *ie_ids, size_t ie_ids_len, size_t start)
sys/compat/linuxkpi/common/include/net/mac80211.h
1720
size_t x;
sys/compat/linuxkpi/common/include/net/mac80211.h
2172
const uint8_t *ssid, size_t ssid_len, size_t tailroom)
sys/compat/linuxkpi/common/include/net/mac80211.h
2421
uint16_t keyidx, uint8_t *key, size_t keylen, int link_id)
sys/compat/linuxkpi/common/include/net/mac80211.h
491
size_t sta_data_size;
sys/compat/linuxkpi/common/include/net/mac80211.h
492
size_t vif_data_size;
sys/compat/linuxkpi/common/include/net/mac80211.h
493
size_t chanctx_data_size;
sys/compat/linuxkpi/common/include/net/mac80211.h
494
size_t txq_data_size;
sys/compat/linuxkpi/common/include/net/mac80211.h
831
size_t ssid_len;
sys/compat/linuxkpi/common/include/net/netlink.h
39
nla_put(struct sk_buff *skb, int attr, size_t len, void *data)
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
32
size_t size)
sys/compat/linuxkpi/common/src/linux_80211.c
3887
size_t len;
sys/compat/linuxkpi/common/src/linux_80211.c
4242
size_t ie_ids_len)
sys/compat/linuxkpi/common/src/linux_80211.c
4256
linuxkpi_ieee80211_ie_advance(size_t *xp, const u8 *ies, size_t ies_len)
sys/compat/linuxkpi/common/src/linux_80211.c
4258
size_t x;
sys/compat/linuxkpi/common/src/linux_80211.c
4443
lkpi_scan_chan_list_resort(struct linuxkpi_ieee80211_channel **cpp, size_t nchan)
sys/compat/linuxkpi/common/src/linux_80211.c
4446
size_t i, j;
sys/compat/linuxkpi/common/src/linux_80211.c
4559
size_t chan_len, nchan, ssids_len, s6ghzlen;
sys/compat/linuxkpi/common/src/linux_80211.c
6377
linuxkpi_ieee80211_alloc_hw(size_t priv_len, const struct ieee80211_ops *ops)
sys/compat/linuxkpi/common/src/linux_80211.c
7057
lkpi_get_linuxkpi_ieee80211_regdomain(size_t n)
sys/compat/linuxkpi/common/src/linux_80211.c
7866
linuxkpi_wiphy_new(const struct cfg80211_ops *ops, size_t priv_len)
sys/compat/linuxkpi/common/src/linux_80211.c
8373
const uint8_t *ssid, size_t ssid_len, size_t tailroom)
sys/compat/linuxkpi/common/src/linux_80211.c
8378
size_t len;
sys/compat/linuxkpi/common/src/linux_80211.c
8838
size_t ssid_len;
sys/compat/linuxkpi/common/src/linux_80211.c
8854
size_t ielen;
sys/compat/linuxkpi/common/src/linux_80211.c
8915
const uint8_t *bssid, const uint8_t *ssid, size_t ssid_len,
sys/compat/linuxkpi/common/src/linux_aperture.c
167
size_t end = base + size;
sys/compat/linuxkpi/common/src/linux_compat.c
1897
const void *buf, size_t len, const bool ascii, const bool trailing_newline)
sys/compat/linuxkpi/common/src/linux_compat.c
1991
size_t linebuflen;
sys/compat/linuxkpi/common/src/linux_compat.c
2035
lkpi_hex_dump_to_buffer(const void *buf, size_t len, int rowsize,
sys/compat/linuxkpi/common/src/linux_compat.c
2036
int groupsize, char *linebuf, size_t linebuflen, bool ascii)
sys/compat/linuxkpi/common/src/linux_compat.c
204
size_t count)
sys/compat/linuxkpi/common/src/linux_compat.c
2598
size_t count, i;
sys/compat/linuxkpi/common/src/linux_compat.c
266
size_t count)
sys/compat/linuxkpi/common/src/linux_compat.c
790
linux_remap_address(void **uaddr, size_t len)
sys/compat/linuxkpi/common/src/linux_compat.c
823
linux_copyin(const void *uaddr, void *kaddr, size_t len)
sys/compat/linuxkpi/common/src/linux_compat.c
835
linux_copyout(const void *kaddr, void *uaddr, size_t len)
sys/compat/linuxkpi/common/src/linux_compat.c
846
size_t
sys/compat/linuxkpi/common/src/linux_compat.c
847
linux_clear_user(void *_uaddr, size_t _len)
sys/compat/linuxkpi/common/src/linux_compat.c
850
size_t len = _len;
sys/compat/linuxkpi/common/src/linux_compat.c
886
linux_access_ok(const void *uaddr, size_t len)
sys/compat/linuxkpi/common/src/linux_devres.c
51
size_t size, gfp_t gfp)
sys/compat/linuxkpi/common/src/linux_devres.c
55
size_t total;
sys/compat/linuxkpi/common/src/linux_firmware.c
229
const char *fw_name, struct device *dev, uint8_t *buf, size_t buflen,
sys/compat/linuxkpi/common/src/linux_firmware.c
230
size_t offset)
sys/compat/linuxkpi/common/src/linux_hdmi.c
113
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
116
size_t length;
sys/compat/linuxkpi/common/src/linux_hdmi.c
1601
const void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
1665
const void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
1707
const void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
1758
const void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
1761
size_t length;
sys/compat/linuxkpi/common/src/linux_hdmi.c
1838
const void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
1893
const void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
1928
const void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
204
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
227
size_t len;
sys/compat/linuxkpi/common/src/linux_hdmi.c
284
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
287
size_t length;
sys/compat/linuxkpi/common/src/linux_hdmi.c
338
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
37
static u8 hdmi_infoframe_checksum(const u8 *ptr, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
40
size_t i;
sys/compat/linuxkpi/common/src/linux_hdmi.c
430
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
433
size_t length;
sys/compat/linuxkpi/common/src/linux_hdmi.c
479
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
49
static void hdmi_infoframe_set_checksum(void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
616
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
619
size_t length;
sys/compat/linuxkpi/common/src/linux_hdmi.c
679
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
760
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
763
size_t length;
sys/compat/linuxkpi/common/src/linux_hdmi.c
833
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
869
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
890
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
944
hdmi_infoframe_pack_only(const union hdmi_infoframe *frame, void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_hdmi.c
997
void *buffer, size_t size)
sys/compat/linuxkpi/common/src/linux_kobject.c
222
const char *buf, size_t count)
sys/compat/linuxkpi/common/src/linux_netdev.c
396
linuxkpi_alloc_netdev(size_t len, const char *name, uint32_t flags,
sys/compat/linuxkpi/common/src/linux_page.c
158
size_t size = ((size_t)PAGE_SIZE) << order;
sys/compat/linuxkpi/common/src/linux_page.c
215
size_t size = ((size_t)PAGE_SIZE) << order;
sys/compat/linuxkpi/common/src/linux_page.c
246
size_t len;
sys/compat/linuxkpi/common/src/linux_page.c
419
size_t size;
sys/compat/linuxkpi/common/src/linux_page.c
440
size_t size;
sys/compat/linuxkpi/common/src/linux_page.c
714
size_t fragsz, gfp_t gfp)
sys/compat/linuxkpi/common/src/linux_page.c
745
linuxkpi__page_frag_cache_drain(struct page *page, size_t count __unused)
sys/compat/linuxkpi/common/src/linux_pci.c
1604
linux_dma_map_phys_common(struct device *dev, vm_paddr_t phys, size_t len,
sys/compat/linuxkpi/common/src/linux_pci.c
1670
size_t len __unused, bus_dma_tag_t dmat __unused)
sys/compat/linuxkpi/common/src/linux_pci.c
1677
lkpi_dma_map_phys(struct device *dev, vm_paddr_t phys, size_t len,
sys/compat/linuxkpi/common/src/linux_pci.c
1696
linux_dma_map_phys(struct device *dev, vm_paddr_t phys, size_t len)
sys/compat/linuxkpi/common/src/linux_pci.c
1703
lkpi_dma_unmap(struct device *dev, dma_addr_t dma_addr, size_t len,
sys/compat/linuxkpi/common/src/linux_pci.c
1750
lkpi_dma_unmap(struct device *dev, dma_addr_t dma_addr, size_t len,
sys/compat/linuxkpi/common/src/linux_pci.c
1758
linux_dma_unmap(struct device *dev, dma_addr_t dma_addr, size_t len)
sys/compat/linuxkpi/common/src/linux_pci.c
1764
linux_dma_alloc_coherent(struct device *dev, size_t size,
sys/compat/linuxkpi/common/src/linux_pci.c
1769
size_t align;
sys/compat/linuxkpi/common/src/linux_pci.c
1801
size_t size;
sys/compat/linuxkpi/common/src/linux_pci.c
1833
linuxkpi_dmam_free_coherent(struct device *dev, size_t size,
sys/compat/linuxkpi/common/src/linux_pci.c
1852
linuxkpi_dmam_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
sys/compat/linuxkpi/common/src/linux_pci.c
1876
linuxkpi_dma_sync(struct device *dev, dma_addr_t dma_addr, size_t size,
sys/compat/linuxkpi/common/src/linux_pci.c
1997
size_t pool_entry_size;
sys/compat/linuxkpi/common/src/linux_pci.c
2079
linux_dma_pool_create(char *name, struct device *dev, size_t size,
sys/compat/linuxkpi/common/src/linux_pci.c
2080
size_t align, size_t boundary)
sys/compat/linuxkpi/common/src/linux_seq_file.c
214
single_open_size(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d, size_t size)
sys/compat/linuxkpi/common/src/linux_seq_file.c
43
seq_read(struct linux_file *f, char __user *ubuf, size_t size, off_t *ppos)
sys/compat/linuxkpi/common/src/linux_seq_file.c
68
seq_write(struct seq_file *seq, const void *data, size_t len)
sys/compat/linuxkpi/common/src/linux_simple_attr.c
102
simple_attr_read(struct file *filp, char __user *buf, size_t read_size,
sys/compat/linuxkpi/common/src/linux_simple_attr.c
151
size_t write_size, loff_t *ppos, bool is_signed)
sys/compat/linuxkpi/common/src/linux_simple_attr.c
198
simple_attr_write(struct file *filp, const char __user *buf, size_t write_size,
sys/compat/linuxkpi/common/src/linux_simple_attr.c
206
size_t write_size, loff_t *ppos)
sys/compat/linuxkpi/common/src/linux_siphash.c
251
u32 __hsiphash_aligned(const void *_data, size_t len, const hsiphash_key_t *key)
sys/compat/linuxkpi/common/src/linux_siphash.c
284
u32 __hsiphash_unaligned(const void *_data, size_t len,
sys/compat/linuxkpi/common/src/linux_siphash.c
415
u32 __hsiphash_aligned(const void *_data, size_t len, const hsiphash_key_t *key)
sys/compat/linuxkpi/common/src/linux_siphash.c
438
u32 __hsiphash_unaligned(const void *_data, size_t len,
sys/compat/linuxkpi/common/src/linux_siphash.c
48
u64 __siphash_aligned(const void *_data, size_t len, const siphash_key_t *key)
sys/compat/linuxkpi/common/src/linux_siphash.c
82
u64 __siphash_unaligned(const void *_data, size_t len, const siphash_key_t *key)
sys/compat/linuxkpi/common/src/linux_skbuff.c
149
linuxkpi_dev_alloc_skb(size_t size, gfp_t gfp)
sys/compat/linuxkpi/common/src/linux_skbuff.c
152
size_t len;
sys/compat/linuxkpi/common/src/linux_skbuff.c
166
linuxkpi_build_skb(void *data, size_t fragsz)
sys/compat/linuxkpi/common/src/linux_skbuff.c
192
size_t len;
sys/compat/linuxkpi/common/src/linux_skbuff.c
92
linuxkpi_alloc_skb(size_t size, gfp_t gfp)
sys/compat/linuxkpi/common/src/linux_skbuff.c
96
size_t len;
sys/compat/linuxkpi/common/src/linux_slab.c
112
linux_kmem_cache_create(const char *name, size_t size, size_t align,
sys/compat/linuxkpi/common/src/linux_slab.c
215
lkpi___kmalloc_node(size_t size, gfp_t flags, int node)
sys/compat/linuxkpi/common/src/linux_slab.c
227
lkpi___kmalloc(size_t size, gfp_t flags)
sys/compat/linuxkpi/common/src/linux_slab.c
229
size_t _s;
sys/compat/linuxkpi/common/src/linux_slab.c
242
lkpi_krealloc(void *ptr, size_t size, gfp_t flags)
sys/compat/linuxkpi/common/src/linux_slab.c
245
size_t osize;
sys/compat/linuxkpi/common/src/linux_slab.c
277
size_t size;
sys/compat/linuxkpi/common/src/linux_slab.c
291
lkpi_kmalloc(size_t size, gfp_t flags)
sys/compat/linuxkpi/common/src/linux_slab.c
308
lkpi_kvmalloc(size_t size, gfp_t flags)
sys/compat/x86bios/x86bios.c
117
x86bios_alloc(uint32_t *offset, size_t size, int flags)
sys/compat/x86bios/x86bios.c
139
x86bios_free(void *addr, size_t size)
sys/compat/x86bios/x86bios.c
309
x86bios_get_pages(uint32_t offset, size_t size)
sys/compat/x86bios/x86bios.c
326
x86bios_set_pages(vm_offset_t va, vm_paddr_t pa, size_t size)
sys/compat/x86bios/x86bios.c
534
x86bios_alloc(uint32_t *offset, size_t size, int flags)
sys/compat/x86bios/x86bios.c
553
x86bios_free(void *addr, size_t size)
sys/compat/x86bios/x86bios.h
143
void *x86bios_alloc(uint32_t *offset, size_t size, int flags);
sys/compat/x86bios/x86bios.h
145
void x86bios_free(void *addr, size_t size);
sys/crypto/aesni/aesni.c
371
size_t gaplen;
sys/crypto/aesni/aesni.c
372
size_t gapstart;
sys/crypto/aesni/aesni.c
373
size_t off;
sys/crypto/aesni/aesni.c
374
size_t copysiz;
sys/crypto/aesni/aesni.h
79
size_t len, const uint8_t *from, uint8_t *to,
sys/crypto/aesni/aesni.h
82
size_t len, uint8_t *buf, const uint8_t iv[__min_size(AES_BLOCK_LEN)]);
sys/crypto/aesni/aesni.h
84
size_t len, const uint8_t *from, uint8_t *to);
sys/crypto/aesni/aesni.h
86
size_t len, const uint8_t *from, uint8_t *to);
sys/crypto/aesni/aesni.h
88
size_t len, const uint8_t *from, uint8_t *to,
sys/crypto/aesni/aesni.h
92
const void *tweak_schedule /*__aligned(16)*/, size_t len,
sys/crypto/aesni/aesni.h
96
const void *tweak_schedule /*__aligned(16)*/, size_t len,
sys/crypto/aesni/aesni_ccm.c
120
size_t copy_amt;
sys/crypto/aesni/aesni_ccm.c
197
size_t copy_amt, total = 0;
sys/crypto/aesni/aesni_ccm.c
291
decrypt_loop(const unsigned char *in, unsigned char *out, size_t nbytes,
sys/crypto/aesni/aesni_ccm.c
292
__m128i s0, size_t nonce_length, __m128i *macp,
sys/crypto/aesni/aesni_ccm.c
295
size_t total = 0;
sys/crypto/aesni/aesni_ccm.c
298
const size_t L = sizeof(__m128i) - 1 - nonce_length;
sys/crypto/aesni/aesni_ccm.c
308
size_t copy_amt = MIN(nbytes - total, sizeof(staging_block));
sys/crypto/aesni/aesni_ccm.c
75
append_int(size_t value, __m128i *block, size_t offset)
sys/crypto/aesni/aesni_ccm.c
91
cbc_mac_start(const unsigned char *auth_data, size_t auth_len,
sys/crypto/aesni/aesni_ccm.c
92
const unsigned char *nonce, size_t nonce_len,
sys/crypto/aesni/aesni_ccm.c
94
size_t data_len, size_t tag_len)
sys/crypto/aesni/aesni_wrap.c
107
aesni_encrypt_ecb(int rounds, const void *key_schedule, size_t len,
sys/crypto/aesni/aesni_wrap.c
114
size_t i, cnt;
sys/crypto/aesni/aesni_wrap.c
146
aesni_decrypt_ecb(int rounds, const void *key_schedule, size_t len,
sys/crypto/aesni/aesni_wrap.c
153
size_t i, cnt;
sys/crypto/aesni/aesni_wrap.c
203
aesni_encrypt_icm(int rounds, const void *key_schedule, size_t len,
sys/crypto/aesni/aesni_wrap.c
216
size_t i, cnt, resid;
sys/crypto/aesni/aesni_wrap.c
385
const __m128i *tweak_schedule, size_t len, const uint8_t *from,
sys/crypto/aesni/aesni_wrap.c
390
size_t i, cnt;
sys/crypto/aesni/aesni_wrap.c
425
const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to,
sys/crypto/aesni/aesni_wrap.c
435
const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to,
sys/crypto/aesni/aesni_wrap.c
54
aesni_encrypt_cbc(int rounds, const void *key_schedule, size_t len,
sys/crypto/aesni/aesni_wrap.c
58
size_t i;
sys/crypto/aesni/aesni_wrap.c
73
aesni_decrypt_cbc(int rounds, const void *key_schedule, size_t len,
sys/crypto/aesni/aesni_wrap.c
79
size_t i, j, cnt;
sys/crypto/armv8/armv8_crypto.h
44
size_t t[16 / sizeof(size_t)];
sys/crypto/armv8/armv8_crypto.h
62
void gcm_ghash_v8(uint64_t Xi[2], const __uint128_val_t Htable[16], const uint8_t *inp, size_t len);
sys/crypto/armv8/armv8_crypto.h
64
void armv8_aes_encrypt_cbc(const AES_key_t *key, size_t len,
sys/crypto/armv8/armv8_crypto.h
67
void armv8_aes_decrypt_cbc(const AES_key_t *, size_t,
sys/crypto/armv8/armv8_crypto.h
70
void armv8_aes_encrypt_gcm(AES_key_t *, size_t,
sys/crypto/armv8/armv8_crypto.h
72
size_t, const uint8_t *,
sys/crypto/armv8/armv8_crypto.h
76
int armv8_aes_decrypt_gcm(AES_key_t *, size_t,
sys/crypto/armv8/armv8_crypto.h
78
size_t, const uint8_t *, const uint8_t tag[static GMAC_DIGEST_LEN],
sys/crypto/armv8/armv8_crypto.h
82
void armv8_aes_encrypt_xts(AES_key_t *, const void *, size_t,
sys/crypto/armv8/armv8_crypto.h
85
void armv8_aes_decrypt_xts(AES_key_t *, const void *, size_t,
sys/crypto/armv8/armv8_crypto_wrap.c
100
armv8_aes_encrypt_cbc(const AES_key_t *key, size_t len,
sys/crypto/armv8/armv8_crypto_wrap.c
106
size_t fromseglen, oseglen, seglen, toseglen;
sys/crypto/armv8/armv8_crypto_wrap.c
148
armv8_aes_decrypt_cbc(const AES_key_t *key, size_t len,
sys/crypto/armv8/armv8_crypto_wrap.c
154
size_t fromseglen, oseglen, seglen, toseglen;
sys/crypto/armv8/armv8_crypto_wrap.c
236
const uint8x16_t *tweak_schedule, size_t len,
sys/crypto/armv8/armv8_crypto_wrap.c
244
size_t fromseglen, oseglen, seglen, toseglen;
sys/crypto/armv8/armv8_crypto_wrap.c
293
const void *tweak_schedule, size_t len, struct crypto_buffer_cursor *fromc,
sys/crypto/armv8/armv8_crypto_wrap.c
303
const void *tweak_schedule, size_t len,
sys/crypto/armv8/armv8_crypto_wrap.c
330
const uint8_t *authdata, size_t authdatalen,
sys/crypto/armv8/armv8_crypto_wrap.c
334
size_t trailer;
sys/crypto/armv8/armv8_crypto_wrap.c
362
armv8_aes_gmac_finish(struct armv8_gcm_state *s, size_t len,
sys/crypto/armv8/armv8_crypto_wrap.c
363
size_t authdatalen, const __uint128_val_t *Htable)
sys/crypto/armv8/armv8_crypto_wrap.c
393
armv8_aes_encrypt_gcm(AES_key_t *aes_key, size_t len,
sys/crypto/armv8/armv8_crypto_wrap.c
395
size_t authdatalen, const uint8_t *authdata,
sys/crypto/armv8/armv8_crypto_wrap.c
403
size_t fromseglen, i, olen, oseglen, seglen, toseglen;
sys/crypto/armv8/armv8_crypto_wrap.c
456
armv8_aes_decrypt_gcm(AES_key_t *aes_key, size_t len,
sys/crypto/armv8/armv8_crypto_wrap.c
458
size_t authdatalen, const uint8_t *authdata,
sys/crypto/armv8/armv8_crypto_wrap.c
467
size_t fromseglen, olen, oseglen, seglen, toseglen;
sys/crypto/blake2/blake2-sw.c
10
const void *key, size_t keylen);
sys/crypto/blake2/blake2-sw.c
12
size_t inlen);
sys/crypto/blake2/blake2-sw.c
13
extern int blake2b_final_ref(blake2b_state *S, uint8_t *out, size_t outlen);
sys/crypto/blake2/blake2-sw.c
15
size_t outlen, size_t inlen, size_t keylen);
sys/crypto/blake2/blake2-sw.c
17
extern int blake2s_init_ref(blake2s_state *S, size_t outlen);
sys/crypto/blake2/blake2-sw.c
19
extern int blake2s_init_key_ref(blake2s_state *S, size_t outlen,
sys/crypto/blake2/blake2-sw.c
20
const void *key, size_t keylen);
sys/crypto/blake2/blake2-sw.c
22
size_t inlen);
sys/crypto/blake2/blake2-sw.c
23
extern int blake2s_final_ref(blake2s_state *S, uint8_t *out, size_t outlen);
sys/crypto/blake2/blake2-sw.c
25
size_t outlen, size_t inlen, size_t keylen);
sys/crypto/blake2/blake2-sw.c
7
extern int blake2b_init_ref(blake2b_state *S, size_t outlen);
sys/crypto/blake2/blake2-sw.c
9
extern int blake2b_init_key_ref(blake2b_state *S, size_t outlen,
sys/crypto/blake2/blake2_cryptodev.c
199
CTASSERT((size_t)BLAKE2S_OUTBYTES <= (size_t)BLAKE2B_OUTBYTES);
sys/crypto/blake2/blake2_cryptodev.c
44
size_t mlen;
sys/crypto/blake2/blake2_cryptodev.c
46
CTASSERT((size_t)BLAKE2B_KEYBYTES > (size_t)BLAKE2S_KEYBYTES);
sys/crypto/ccp/ccp.c
141
size_t i;
sys/crypto/ccp/ccp.c
161
size_t i;
sys/crypto/ccp/ccp_hardware.c
1039
vm_paddr_t addr, size_t len, bool start, bool end, uint64_t msgbits)
sys/crypto/ccp/ccp_hardware.c
1077
size_t i, msgsize, remaining, nb;
sys/crypto/ccp/ccp_hardware.c
1160
size_t i;
sys/crypto/ccp/ccp_hardware.c
1317
ccp_byteswap(char *data, size_t len)
sys/crypto/ccp/ccp_hardware.c
1319
size_t i;
sys/crypto/ccp/ccp_hardware.c
1380
size_t len)
sys/crypto/ccp/ccp_hardware.c
1474
size_t keydata_len;
sys/crypto/ccp/ccp_hardware.c
215
size_t ringsz, num_descriptors;
sys/crypto/ccp/ccp_hardware.c
602
size_t i;
sys/crypto/ccp/ccp_hardware.c
653
size_t i;
sys/crypto/ccp/ccp_hardware.c
890
size_t i, remain, nb;
sys/crypto/ccp/ccp_hardware.c
994
size_t H_size;
sys/crypto/chacha20/chacha-sw.c
19
chacha20_xform_reinit(void *ctx, const uint8_t *iv, size_t ivlen)
sys/crypto/chacha20/chacha-sw.c
35
size_t len)
sys/crypto/chacha20/chacha-sw.c
43
size_t len)
sys/crypto/chacha20_poly1305.c
142
const size_t src_len, const uint8_t *aad, const size_t aad_len,
sys/crypto/chacha20_poly1305.c
147
size_t resid, todo;
sys/crypto/chacha20_poly1305.c
189
const size_t src_len, const uint8_t *aad, const size_t aad_len,
sys/crypto/chacha20_poly1305.c
194
size_t resid, todo;
sys/crypto/chacha20_poly1305.c
39
const size_t src_len, const uint8_t *aad, const size_t aad_len,
sys/crypto/chacha20_poly1305.c
40
const uint8_t *nonce, const size_t nonce_len, const uint8_t *key)
sys/crypto/chacha20_poly1305.c
44
size_t resid, todo;
sys/crypto/chacha20_poly1305.c
86
const size_t src_len, const uint8_t *aad, const size_t aad_len,
sys/crypto/chacha20_poly1305.c
87
const uint8_t *nonce, const size_t nonce_len, const uint8_t *key)
sys/crypto/chacha20_poly1305.c
91
size_t resid, todo;
sys/crypto/chacha20_poly1305.h
39
const size_t src_len, const uint8_t *aad, const size_t aad_len,
sys/crypto/chacha20_poly1305.h
40
const uint8_t *nonce, const size_t nonce_len, const uint8_t *key);
sys/crypto/chacha20_poly1305.h
43
const size_t src_len, const uint8_t *aad, const size_t aad_len,
sys/crypto/chacha20_poly1305.h
44
const uint8_t *nonce, const size_t nonce_len, const uint8_t *key);
sys/crypto/chacha20_poly1305.h
47
const size_t src_len, const uint8_t *aad, const size_t aad_len,
sys/crypto/chacha20_poly1305.h
51
const size_t src_len, const uint8_t *aad, const size_t aad_len,
sys/crypto/libsodium/randombytes.c
9
randombytes_buf(void *buf, size_t size)
sys/crypto/libsodium/utils.c
26
sodium_memzero(void *b, size_t n)
sys/crypto/libsodium/utils.c
32
sodium_is_zero(const unsigned char *n, const size_t nlen)
sys/crypto/libsodium/utils.c
34
size_t i;
sys/crypto/md5c.c
148
md5block(MD5_CTX *ctx, const void *data, size_t len)
sys/crypto/md5c.c
159
size_t i;
sys/crypto/md5c.c
25
extern void md5block(MD5_CTX *, const void *, size_t);
sys/crypto/md5c.c
27
static void md5block(MD5_CTX *, const void *, size_t);
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
129
lenblks = len & ((size_t)(-AES_BLOCK_LEN));
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
139
for (size_t i = 0; i < len; ++i)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
150
unsigned char *out, size_t len, bool encrypt)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
179
unsigned char *out, size_t len)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
186
unsigned char *out, size_t len)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
193
size_t len)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
32
gcm_init(struct ossl_gcm_context *ctx, const void *key, size_t keylen)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
44
gcm_tag(struct ossl_gcm_context *ctx, unsigned char *tag, size_t len)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
53
const unsigned char *iv, size_t ivlen);
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
55
size_t len);
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
57
unsigned int *pblocklen, const unsigned char *in, size_t len,
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
60
unsigned int *pblocklen, const unsigned char *in, size_t len,
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
65
gcm_init_avx512(struct ossl_gcm_context *ctx, const void *key, size_t keylen)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
72
size_t len)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
91
size_t len)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
94
size_t lenblks;
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
113
gcm_aad(struct ossl_gcm_context *ctx, const unsigned char *aad, size_t len)
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
115
size_t i;
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
141
if ((i = (len & (size_t)-AES_BLOCK_LEN))) {
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
158
unsigned char *out, size_t len)
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
162
size_t i;
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
200
if ((i = (len & (size_t)-16))) {
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
201
size_t j = i / 16;
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
242
unsigned char *out, size_t len)
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
246
size_t i;
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
285
if ((i = (len & (size_t)-16))) {
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
286
size_t j = i / 16;
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
289
size_t k;
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
32
const void *in, size_t len);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
332
gcm_tag(struct ossl_gcm_context *ctx, unsigned char *tag, size_t len)
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
35
unsigned char *out, size_t blocks, void *ks, const unsigned char *iv);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
38
gcm_init(struct ossl_gcm_context *ctx, const void *key, size_t keylen)
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
55
gcm_setiv(struct ossl_gcm_context *ctx, const unsigned char *iv, size_t len)
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
87
gcm_finish(struct ossl_gcm_context *ctx, const unsigned char *tag, size_t len)
sys/crypto/openssl/ossl_aarch64.h
24
size_t length, const void *key, unsigned char *iv, int encrypt)
sys/crypto/openssl/ossl_aes.c
181
size_t inlen, outlen, seglen;
sys/crypto/openssl/ossl_aes.c
213
for (size_t alen = crp->crp_aad_length; alen > 0;
sys/crypto/openssl/ossl_aes.c
232
for (size_t plen = crp->crp_payload_length; plen > 0; plen -= seglen) {
sys/crypto/openssl/ossl_aes.c
84
size_t plen, seglen, inlen, outlen;
sys/crypto/openssl/ossl_aes_gcm.c
145
gcm_init(struct ossl_gcm_context *ctx, const void *key, size_t keylen)
sys/crypto/openssl/ossl_aes_gcm.c
157
gcm_tag_op(struct ossl_gcm_context *ctx, unsigned char *tag, size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
164
gcm_init_op(struct ossl_gcm_context *ctx, const void *key, size_t keylen)
sys/crypto/openssl/ossl_aes_gcm.c
178
size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
211
size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
213
size_t i;
sys/crypto/openssl/ossl_aes_gcm.c
239
if ((i = (len & (size_t)-AES_BLOCK_LEN))) {
sys/crypto/openssl/ossl_aes_gcm.c
256
unsigned char *out, size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
259
size_t i;
sys/crypto/openssl/ossl_aes_gcm.c
305
unsigned char *out, size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
308
size_t i;
sys/crypto/openssl/ossl_aes_gcm.c
345
if ((i = (len & (size_t)-16))) {
sys/crypto/openssl/ossl_aes_gcm.c
346
size_t j = i / 16;
sys/crypto/openssl/ossl_aes_gcm.c
384
unsigned char *out, size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
386
size_t bulk = 0, res;
sys/crypto/openssl/ossl_aes_gcm.c
407
unsigned char *out, size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
410
size_t i;
sys/crypto/openssl/ossl_aes_gcm.c
43
size_t AES_gcm_encrypt(const unsigned char *in, unsigned char *out, size_t len,
sys/crypto/openssl/ossl_aes_gcm.c
45
size_t AES_gcm_decrypt(const unsigned char *in, unsigned char *out, size_t len,
sys/crypto/openssl/ossl_aes_gcm.c
459
unsigned char *out, size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
462
size_t i;
sys/crypto/openssl/ossl_aes_gcm.c
49
size_t blocks, void *ks, const unsigned char *iv);
sys/crypto/openssl/ossl_aes_gcm.c
501
if ((i = (len & (size_t)-16))) {
sys/crypto/openssl/ossl_aes_gcm.c
502
size_t j = i / 16;
sys/crypto/openssl/ossl_aes_gcm.c
505
size_t k;
sys/crypto/openssl/ossl_aes_gcm.c
54
size_t len);
sys/crypto/openssl/ossl_aes_gcm.c
546
unsigned char *out, size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
548
size_t bulk = 0, res;
sys/crypto/openssl/ossl_aes_gcm.c
568
size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
66
size_t ppc_aes_gcm_encrypt(const unsigned char *in, unsigned char *out, size_t len,
sys/crypto/openssl/ossl_aes_gcm.c
68
size_t ppc_aes_gcm_decrypt(const unsigned char *in, unsigned char *out, size_t len,
sys/crypto/openssl/ossl_aes_gcm.c
74
size_t blocks, void *ks, const unsigned char *iv);
sys/crypto/openssl/ossl_aes_gcm.c
79
size_t len);
sys/crypto/openssl/ossl_aes_gcm.c
81
static size_t
sys/crypto/openssl/ossl_aes_gcm.c
83
size_t len, const void *key, unsigned char ivec_[16], uint64_t *Xi,
sys/crypto/openssl/ossl_aes_gcm.h
36
size_t keylen);
sys/crypto/openssl/ossl_aes_gcm.h
38
size_t ivlen);
sys/crypto/openssl/ossl_aes_gcm.h
40
size_t len);
sys/crypto/openssl/ossl_aes_gcm.h
42
unsigned char *out, size_t len);
sys/crypto/openssl/ossl_aes_gcm.h
44
unsigned char *out, size_t len);
sys/crypto/openssl/ossl_aes_gcm.h
46
size_t len);
sys/crypto/openssl/ossl_aes_gcm.h
48
size_t len);
sys/crypto/openssl/ossl_arm.h
53
size_t length, const void *key, unsigned char *iv, int encrypt)
sys/crypto/openssl/ossl_chacha.h
27
size_t len, const unsigned int key[8],
sys/crypto/openssl/ossl_chacha20.c
167
size_t resid, todo, inlen, outlen;
sys/crypto/openssl/ossl_chacha20.c
313
size_t resid, todo, inlen, outlen;
sys/crypto/openssl/ossl_chacha20.c
65
size_t resid, todo, inlen, outlen;
sys/crypto/openssl/ossl_cipher.h
41
typedef void (ossl_cipher_encrypt_t)(const unsigned char*, unsigned char*, size_t,
sys/crypto/openssl/ossl_hash.h
112
size_t n = c->num;
sys/crypto/openssl/ossl_hash.h
54
size_t n;
sys/crypto/openssl/ossl_poly1305.c
128
size_t num;
sys/crypto/openssl/ossl_poly1305.c
44
void poly1305_blocks(void *ctx, const unsigned char *inp, size_t len,
sys/crypto/openssl/ossl_poly1305.c
80
void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len)
sys/crypto/openssl/ossl_poly1305.c
91
size_t rem, num;
sys/crypto/openssl/ossl_poly1305.h
19
size_t len, unsigned int padbit);
sys/crypto/openssl/ossl_poly1305.h
30
size_t num;
sys/crypto/openssl/ossl_poly1305.h
39
void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len);
sys/crypto/openssl/ossl_ppc.c
100
void sha256_block_data_order(void *ctx, const void *inp, size_t len)
sys/crypto/openssl/ossl_ppc.c
106
void sha512_block_p8(void *ctx, const void *inp, size_t len);
sys/crypto/openssl/ossl_ppc.c
107
void sha512_block_ppc(void *ctx, const void *inp, size_t len);
sys/crypto/openssl/ossl_ppc.c
108
void sha512_block_data_order(void *ctx, const void *inp, size_t len);
sys/crypto/openssl/ossl_ppc.c
109
void sha512_block_data_order(void *ctx, const void *inp, size_t len)
sys/crypto/openssl/ossl_ppc.c
116
size_t len, const unsigned int key[8],
sys/crypto/openssl/ossl_ppc.c
119
size_t len, const unsigned int key[8],
sys/crypto/openssl/ossl_ppc.c
122
size_t len, const unsigned int key[8],
sys/crypto/openssl/ossl_ppc.c
125
size_t len, const unsigned int key[8],
sys/crypto/openssl/ossl_ppc.c
128
size_t len, const unsigned int key[8],
sys/crypto/openssl/ossl_ppc.c
139
void poly1305_blocks(void *ctx, const unsigned char *inp, size_t len,
sys/crypto/openssl/ossl_ppc.c
144
void poly1305_blocks_fpu(void *ctx, const unsigned char *inp, size_t len,
sys/crypto/openssl/ossl_ppc.c
151
if (sizeof(size_t) == 4 && (OPENSSL_ppccap_P & PPC_FPU)) {
sys/crypto/openssl/ossl_ppc.c
97
void sha256_block_p8(void *ctx, const void *inp, size_t len);
sys/crypto/openssl/ossl_ppc.c
98
void sha256_block_ppc(void *ctx, const void *inp, size_t len);
sys/crypto/openssl/ossl_ppc.c
99
void sha256_block_data_order(void *ctx, const void *inp, size_t len);
sys/crypto/openssl/ossl_ppc.h
38
size_t length, const void *key, unsigned char *iv, int encrypt)
sys/crypto/openssl/ossl_sha1.c
21
void sha1_block_data_order(SHA_CTX *c, const void *p, size_t len);
sys/crypto/openssl/ossl_sha256.c
21
void sha256_block_data_order(SHA256_CTX *c, const void *in, size_t num);
sys/crypto/openssl/ossl_sha512.c
202
size_t n = sizeof(c->u) - c->num;
sys/crypto/openssl/ossl_sha512.c
21
void sha512_block_data_order(SHA512_CTX *c, const void *in, size_t num);
sys/crypto/openssl/ossl_sha512.c
216
if ((size_t)data % sizeof(c->u.d[0]) != 0)
sys/crypto/openssl/ossl_sha512.c
72
size_t n = c->num;
sys/crypto/sha1.c
188
size_t padlen; /*pad length in bytes*/
sys/crypto/sha1.c
189
size_t padstart;
sys/crypto/sha1.c
220
sha1_loop(struct sha1_ctxt *ctxt, const uint8_t *input, size_t len)
sys/crypto/sha1.c
222
size_t gaplen;
sys/crypto/sha1.c
223
size_t gapstart;
sys/crypto/sha1.c
224
size_t off;
sys/crypto/sha1.c
225
size_t copysiz;
sys/crypto/sha1.c
94
size_t t, s;
sys/crypto/sha1.h
64
extern void sha1_loop(struct sha1_ctxt *, const uint8_t *, size_t);
sys/crypto/sha2/sha224.h
77
void SHA224_Update(SHA224_CTX *, const void *, size_t);
sys/crypto/sha2/sha256.h
80
void SHA256_Update(SHA256_CTX *, const void *, size_t);
sys/crypto/sha2/sha256c.c
227
size_t r;
sys/crypto/sha2/sha256c.c
273
SHA256_Update(SHA256_CTX * ctx, const void *in, size_t len)
sys/crypto/sha2/sha256c.c
355
SHA224_Update(SHA224_CTX * ctx, const void *in, size_t len)
sys/crypto/sha2/sha256c.c
50
memcpy((void *)dst, (const void *)src, (size_t)len)
sys/crypto/sha2/sha256c.c
54
memcpy((void *)dst, (const void *)src, (size_t)len)
sys/crypto/sha2/sha256c.c
63
be32enc_vect(unsigned char *dst, const uint32_t *src, size_t len)
sys/crypto/sha2/sha256c.c
65
size_t i;
sys/crypto/sha2/sha256c.c
76
be32dec_vect(uint32_t *dst, const unsigned char *src, size_t len)
sys/crypto/sha2/sha256c.c
78
size_t i;
sys/crypto/sha2/sha384.h
76
void SHA384_Update(SHA384_CTX *, const void *, size_t);
sys/crypto/sha2/sha512.h
79
void SHA512_Update(SHA512_CTX *, const void *, size_t);
sys/crypto/sha2/sha512c.c
261
size_t r;
sys/crypto/sha2/sha512c.c
307
SHA512_Update(SHA512_CTX * ctx, const void *in, size_t len)
sys/crypto/sha2/sha512c.c
389
SHA512_224_Update(SHA512_CTX * ctx, const void *in, size_t len)
sys/crypto/sha2/sha512c.c
428
SHA512_256_Update(SHA512_CTX * ctx, const void *in, size_t len)
sys/crypto/sha2/sha512c.c
474
SHA384_Update(SHA384_CTX * ctx, const void *in, size_t len)
sys/crypto/sha2/sha512c.c
52
memcpy((void *)dst, (const void *)src, (size_t)len)
sys/crypto/sha2/sha512c.c
56
memcpy((void *)dst, (const void *)src, (size_t)len)
sys/crypto/sha2/sha512c.c
66
be64enc_vect(unsigned char *dst, const uint64_t *src, size_t len)
sys/crypto/sha2/sha512c.c
68
size_t i;
sys/crypto/sha2/sha512c.c
81
be64dec_vect(uint64_t *dst, const unsigned char *src, size_t len)
sys/crypto/sha2/sha512c.c
83
size_t i;
sys/crypto/sha2/sha512t.h
107
void SHA512_224_Update(SHA512_CTX *, const void *, size_t);
sys/crypto/sha2/sha512t.h
119
void SHA512_256_Update(SHA512_CTX *, const void *, size_t);
sys/crypto/siphash/siphash.c
122
SipHash_Update(SIPHASH_CTX *ctx, const void *src, size_t len)
sys/crypto/siphash/siphash.c
127
size_t rem;
sys/crypto/siphash/siphash.c
202
const uint8_t key[static SIPHASH_KEY_LENGTH], const void *src, size_t len)
sys/crypto/siphash/siphash.c
90
static size_t
sys/crypto/siphash/siphash.c
91
SipBuf(SIPHASH_CTX *ctx, const uint8_t **src, size_t len, int final)
sys/crypto/siphash/siphash.c
93
size_t x = 0;
sys/crypto/siphash/siphash.h
71
void SipHash_Update(SIPHASH_CTX *, const void *, size_t);
sys/crypto/siphash/siphash.h
78
const uint8_t[__min_size(SIPHASH_KEY_LENGTH)], const void *, size_t);
sys/crypto/skein/skein.c
141
int Skein_256_Update(Skein_256_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt)
sys/crypto/skein/skein.c
143
size_t n;
sys/crypto/skein/skein.c
191
size_t i,n,byteCnt;
sys/crypto/skein/skein.c
223
size_t Skein_256_API_CodeSize(void)
sys/crypto/skein/skein.c
236
int Skein_512_Init(Skein_512_Ctxt_t *ctx, size_t hashBitLen)
sys/crypto/skein/skein.c
281
int Skein_512_InitExt(Skein_512_Ctxt_t *ctx,size_t hashBitLen,u64b_t treeInfo, const u08b_t *key, size_t keyBytes)
sys/crypto/skein/skein.c
29
void Skein_256_Process_Block(Skein_256_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd);
sys/crypto/skein/skein.c
30
void Skein_512_Process_Block(Skein_512_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd);
sys/crypto/skein/skein.c
31
void Skein1024_Process_Block(Skein1024_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd);
sys/crypto/skein/skein.c
339
int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt)
sys/crypto/skein/skein.c
341
size_t n;
sys/crypto/skein/skein.c
389
size_t i,n,byteCnt;
sys/crypto/skein/skein.c
39
int Skein_256_Init(Skein_256_Ctxt_t *ctx, size_t hashBitLen)
sys/crypto/skein/skein.c
421
size_t Skein_512_API_CodeSize(void)
sys/crypto/skein/skein.c
434
int Skein1024_Init(Skein1024_Ctxt_t *ctx, size_t hashBitLen)
sys/crypto/skein/skein.c
478
int Skein1024_InitExt(Skein1024_Ctxt_t *ctx,size_t hashBitLen,u64b_t treeInfo, const u08b_t *key, size_t keyBytes)
sys/crypto/skein/skein.c
536
int Skein1024_Update(Skein1024_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt)
sys/crypto/skein/skein.c
538
size_t n;
sys/crypto/skein/skein.c
586
size_t i,n,byteCnt;
sys/crypto/skein/skein.c
618
size_t Skein1024_API_CodeSize(void)
sys/crypto/skein/skein.c
681
size_t i,n,byteCnt;
sys/crypto/skein/skein.c
710
size_t i,n,byteCnt;
sys/crypto/skein/skein.c
739
size_t i,n,byteCnt;
sys/crypto/skein/skein.c
788
SKEIN256_Update(SKEIN256_CTX * ctx, const void *in, size_t len)
sys/crypto/skein/skein.c
795
SKEIN512_Update(SKEIN512_CTX * ctx, const void *in, size_t len)
sys/crypto/skein/skein.c
802
SKEIN1024_Update(SKEIN1024_CTX * ctx, const void *in, size_t len)
sys/crypto/skein/skein.c
83
int Skein_256_InitExt(Skein_256_Ctxt_t *ctx,size_t hashBitLen,u64b_t treeInfo, const u08b_t *key, size_t keyBytes)
sys/crypto/skein/skein.h
100
int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
sys/crypto/skein/skein.h
101
int Skein1024_Update(Skein1024_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
sys/crypto/skein/skein.h
121
int Skein_256_InitExt(Skein_256_Ctxt_t *ctx, size_t hashBitLen, u64b_t treeInfo, const u08b_t *key, size_t keyBytes);
sys/crypto/skein/skein.h
122
int Skein_512_InitExt(Skein_512_Ctxt_t *ctx, size_t hashBitLen, u64b_t treeInfo, const u08b_t *key, size_t keyBytes);
sys/crypto/skein/skein.h
123
int Skein1024_InitExt(Skein1024_Ctxt_t *ctx, size_t hashBitLen, u64b_t treeInfo, const u08b_t *key, size_t keyBytes);
sys/crypto/skein/skein.h
68
size_t hashBitLen; /* size of hash result, in bits */
sys/crypto/skein/skein.h
69
size_t bCnt; /* current byte count in buffer b[] */
sys/crypto/skein/skein.h
95
int Skein_256_Init (Skein_256_Ctxt_t *ctx, size_t hashBitLen);
sys/crypto/skein/skein.h
96
int Skein_512_Init (Skein_512_Ctxt_t *ctx, size_t hashBitLen);
sys/crypto/skein/skein.h
97
int Skein1024_Init (Skein1024_Ctxt_t *ctx, size_t hashBitLen);
sys/crypto/skein/skein.h
99
int Skein_256_Update(Skein_256_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
sys/crypto/skein/skein_block.c
228
size_t Skein_256_Process_Block_CodeSize(void)
sys/crypto/skein/skein_block.c
242
void Skein_512_Process_Block(Skein_512_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd)
sys/crypto/skein/skein_block.c
261
size_t r;
sys/crypto/skein/skein_block.c
436
size_t Skein_512_Process_Block_CodeSize(void)
sys/crypto/skein/skein_block.c
450
void Skein1024_Process_Block(Skein1024_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd)
sys/crypto/skein/skein_block.c
469
size_t r;
sys/crypto/skein/skein_block.c
51
void Skein_256_Process_Block(Skein_256_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd);
sys/crypto/skein/skein_block.c
52
void Skein_512_Process_Block(Skein_512_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd);
sys/crypto/skein/skein_block.c
53
void Skein1024_Process_Block(Skein1024_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd);
sys/crypto/skein/skein_block.c
57
void Skein_256_Process_Block(Skein_256_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd)
sys/crypto/skein/skein_block.c
694
size_t Skein1024_Process_Block_CodeSize(void)
sys/crypto/skein/skein_block.c
76
size_t r;
sys/crypto/skein/skein_debug.c
162
void Skein_Show_R_Ptr(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X_ptr[])
sys/crypto/skein/skein_debug.c
19
static void Show64_step(size_t cnt,const u64b_t *X,size_t step)
sys/crypto/skein/skein_debug.c
21
size_t i,j;
sys/crypto/skein/skein_debug.c
237
void Skein_Show_Key(uint_t bits,const Skein_Ctxt_Hdr_t *h,const u08b_t *key,size_t keyBytes)
sys/crypto/skein/skein_debug.c
33
static void Show64_flag(size_t cnt,const u64b_t *X)
sys/crypto/skein/skein_debug.c
35
size_t xptr = (size_t) X;
sys/crypto/skein/skein_debug.c
36
size_t step = (xptr & 1) ? 2 : 1;
sys/crypto/skein/skein_debug.c
44
static void Show08(size_t cnt,const u08b_t *b)
sys/crypto/skein/skein_debug.c
46
size_t i;
sys/crypto/skein/skein_debug.c
76
void Skein_Show_Final(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t cnt,const u08b_t *outPtr)
sys/crypto/skein/skein_debug.c
89
void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X)
sys/crypto/skein/skein_debug.h
17
void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X);
sys/crypto/skein/skein_debug.h
18
void Skein_Show_R_Ptr(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X_ptr[]);
sys/crypto/skein/skein_debug.h
19
void Skein_Show_Final(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t cnt,const u08b_t *outPtr);
sys/crypto/skein/skein_debug.h
20
void Skein_Show_Key (uint_t bits,const Skein_Ctxt_Hdr_t *h,const u08b_t *key,size_t keyBytes);
sys/crypto/skein/skein_freebsd.h
54
void SKEIN256_Update(SKEIN256_CTX *ctx, const void *in, size_t len);
sys/crypto/skein/skein_freebsd.h
55
void SKEIN512_Update(SKEIN512_CTX *ctx, const void *in, size_t len);
sys/crypto/skein/skein_freebsd.h
56
void SKEIN1024_Update(SKEIN1024_CTX *ctx, const void *in, size_t len);
sys/crypto/skein/skein_port.h
103
void Skein_Get64_LSB_First(u64b_t *dst,const u08b_t *src,size_t wCnt)
sys/crypto/skein/skein_port.h
106
size_t n;
sys/crypto/skein/skein_port.h
59
void Skein_Put64_LSB_First(u08b_t *dst,const u64b_t *src,size_t bCnt);
sys/crypto/skein/skein_port.h
60
void Skein_Get64_LSB_First(u64b_t *dst,const u08b_t *src,size_t wCnt);
sys/crypto/skein/skein_port.h
88
void Skein_Put64_LSB_First(u08b_t *dst,const u64b_t *src,size_t bCnt)
sys/crypto/skein/skein_port.h
91
size_t n;
sys/crypto/via/padlock_cipher.c
81
padlock_cbc(void *in, void *out, size_t count, void *key, union padlock_cw *cw,
sys/crypto/via/padlock_hash.c
106
padlock_output_block(uint32_t *src, uint32_t *dst, size_t count)
sys/ddb/db_ctf.c
222
size_t cur_typeid = 1;
sys/ddb/db_ctf.c
56
const size_t idwidth = 4;
sys/ddb/db_output.c
52
size_t da_nbufr;
sys/ddb/db_output.c
53
size_t da_remain;
sys/ddb/db_pprint.c
170
size_t type_struct_size;
sys/ddb/db_pprint.c
171
size_t elem_size;
sys/ddb/db_pprint.c
209
size_t type_struct_size;
sys/ddb/db_pprint.c
56
size_t type_struct_size;
sys/ddb/db_pprint.c
85
size_t type_struct_size;
sys/ddb/db_pprint.c
86
size_t struct_size;
sys/ddb/db_sym.c
372
size_t newdiff;
sys/ddb/ddb.h
250
int db_read_bytes(vm_offset_t addr, size_t size, char *data);
sys/ddb/ddb.h
265
int db_write_bytes(vm_offset_t addr, size_t size, char *data);
sys/dev/aac/aac_disk.c
233
aac_disk_dump(void *arg, void *virtual, off_t offset, size_t length)
sys/dev/aac/aac_disk.c
238
size_t len, maxio;
sys/dev/acpi_support/acpi_hp.c
318
UINT8 instance, char* outbuf, size_t outsize,
sys/dev/acpi_support/acpi_hp.c
916
acpi_hp_get_string_from_object(ACPI_OBJECT* obj, char* dst, size_t size) {
sys/dev/acpi_support/acpi_hp.c
952
char* outbuf, size_t outsize, UINT32* sequence, int detail)
sys/dev/acpica/Osd/OsdTable.c
71
size_t sz;
sys/dev/acpica/acpi.c
1404
acpi_get_cpus(device_t dev, device_t child, enum cpu_sets op, size_t setsize,
sys/dev/acpica/acpi.c
2034
acpi_bus_get_prop_handle(const ACPI_OBJECT *hobj, void *propvalue, size_t size)
sys/dev/acpica/acpi.c
2064
void *propvalue, size_t size, device_property_type_t type)
sys/dev/acpica/acpi.c
4911
size_t len;
sys/dev/acpica/acpi_apei.c
390
size_t off, len;
sys/dev/acpica/acpi_cmbat.c
493
acpi_cmbat_bix(device_t dev, void *bix, size_t len)
sys/dev/acpica/acpi_cmbat.c
87
static int acpi_cmbat_bix(device_t, void *, size_t);
sys/dev/acpica/acpi_package.c
84
acpi_PkgStr(ACPI_OBJECT *res, int idx, void *dst, size_t size)
sys/dev/acpica/acpi_package.c
88
size_t length;
sys/dev/acpica/acpi_pci_link.c
134
acpi_short_name(ACPI_HANDLE handle, char *buffer, size_t buflen)
sys/dev/acpica/acpi_pcib.c
276
size_t setsize, cpuset_t *cpuset)
sys/dev/acpica/acpi_pcibvar.h
38
size_t setsize, cpuset_t *cpuset);
sys/dev/acpica/acpi_resource.c
84
size_t len;
sys/dev/acpica/acpi_smbat.c
416
acpi_smbat_get_bix(device_t dev, void *bix, size_t len)
sys/dev/acpica/acpi_smbat.c
58
static int acpi_smbat_get_bix(device_t dev, void *, size_t);
sys/dev/acpica/acpi_spmc.c
171
size_t constraint_count;
sys/dev/acpica/acpi_spmc.c
296
for (size_t i = 0; i < sc->constraint_count; i++)
sys/dev/acpica/acpi_spmc.c
326
for (size_t i = 0; i < object->Package.Count; i++) {
sys/dev/acpica/acpi_spmc.c
370
size_t constraint_count;
sys/dev/acpica/acpi_spmc.c
397
for (size_t i = 0; i < constraint_count; i++) {
sys/dev/acpica/acpi_spmc.c
475
for (size_t i = 0; i < sc->constraint_count; i++) {
sys/dev/acpica/acpi_spmc.c
495
for (size_t i = 0; i < sc->constraint_count; i++) {
sys/dev/acpica/acpi_video.c
1019
size_t i;
sys/dev/acpica/acpivar.h
565
int acpi_PkgStr(ACPI_OBJECT *res, int idx, void *dst, size_t size);
sys/dev/adb/adb.h
71
size_t adb_read_register(device_t dev, u_char reg, void *data);
sys/dev/adb/adb.h
72
size_t adb_write_register(device_t dev, u_char reg, size_t len, void *data);
sys/dev/adb/adb_bus.c
379
size_t
sys/dev/adb/adb_bus.c
384
size_t result;
sys/dev/adb/adb_bus.c
395
size_t
sys/dev/adb/adb_bus.c
396
adb_write_register(device_t dev, u_char reg, size_t len, void *data)
sys/dev/adb/adb_bus.c
400
size_t result;
sys/dev/adb/adb_kbd.c
823
static int akbd_get_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/adb/adb_kbd.c
828
static int akbd_set_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/adb/adb_mouse.c
149
size_t r1_len;
sys/dev/adb/adb_mouse.c
275
size_t r1_len;
sys/dev/adb/adb_mouse.c
490
size_t len;
sys/dev/adb/adb_mouse.c
90
size_t packet_read_len;
sys/dev/agp/agp_i810.c
2259
size_t slen;
sys/dev/ahci/ahci.c
1082
size_t rfsize;
sys/dev/aic7xxx/aic79xx.c
6229
size_t driver_data_size;
sys/dev/aic7xxx/aic79xx_inline.h
334
static __inline size_t ahd_sg_size(struct ahd_softc *ahd);
sys/dev/aic7xxx/aic79xx_inline.h
353
static __inline size_t
sys/dev/aic7xxx/aic79xx_osm.h
89
#define offsetof(type, member) ((size_t)(&((type *)0)->member))
sys/dev/aic7xxx/aic7xxx.c
4785
size_t driver_data_size;
sys/dev/aic7xxx/aic7xxx_osm.h
88
#define offsetof(type, member) ((size_t)(&((type *)0)->member))
sys/dev/al_eth/al_eth.h
131
size_t descs_size;
sys/dev/al_eth/al_eth.h
133
size_t cdescs_size;
sys/dev/amd_ecc_inject/ecc_inject.c
153
ecc_ei_inject_one(void *arg, size_t size)
sys/dev/amdgpio/amdgpio.c
408
for (size_t pin = 0; pin < AMD_GPIO_PINS_EXPOSED; pin++) {
sys/dev/amdsmn/amdsmn.c
188
size_t i;
sys/dev/amdsmu/amdsmu.c
173
for (size_t i = 0; i < sc->product->ip_block_count; i++) {
sys/dev/amdsmu/amdsmu.c
192
for (size_t i = 0; i < sc->product->ip_block_count; i++) {
sys/dev/amdsmu/amdsmu.c
33
for (size_t i = 0; i < nitems(amdsmu_products); i++) {
sys/dev/amdsmu/amdsmu.c
83
for (size_t i = 0; i < SMU_RES_READ_MAX; i++) {
sys/dev/amdsmu/amdsmu.h
29
size_t ip_block_count;
sys/dev/aq/aq_dbg.c
201
DumpHex(const void* data, size_t size) {
sys/dev/aq/aq_dbg.c
204
size_t i, j;
sys/dev/aq/aq_dbg.h
136
void DumpHex(const void* data, size_t size);
sys/dev/aq/aq_ring.c
351
size_t len, total_len;
sys/dev/arcmsr/arcmsr.c
3765
size_t iop_firm_model = offsetof(struct HBA_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_MODEL_OFFSET]); /*firm_model,15,60-67*/
sys/dev/arcmsr/arcmsr.c
3766
size_t iop_firm_version = offsetof(struct HBA_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_VERS_OFFSET]); /*firm_version,17,68-83*/
sys/dev/arcmsr/arcmsr.c
3767
size_t iop_device_map = offsetof(struct HBA_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
sys/dev/arcmsr/arcmsr.c
3815
size_t iop_firm_model = offsetof(struct HBB_RWBUFFER, msgcode_rwbuffer[ARCMSR_FW_MODEL_OFFSET]); /*firm_model,15,60-67*/
sys/dev/arcmsr/arcmsr.c
3816
size_t iop_firm_version = offsetof(struct HBB_RWBUFFER, msgcode_rwbuffer[ARCMSR_FW_VERS_OFFSET]); /*firm_version,17,68-83*/
sys/dev/arcmsr/arcmsr.c
3817
size_t iop_device_map = offsetof(struct HBB_RWBUFFER, msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
sys/dev/arcmsr/arcmsr.c
3864
size_t iop_firm_model = offsetof(struct HBC_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_MODEL_OFFSET]); /*firm_model,15,60-67*/
sys/dev/arcmsr/arcmsr.c
3865
size_t iop_firm_version = offsetof(struct HBC_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_VERS_OFFSET]); /*firm_version,17,68-83*/
sys/dev/arcmsr/arcmsr.c
3866
size_t iop_device_map = offsetof(struct HBC_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
sys/dev/arcmsr/arcmsr.c
3914
size_t iop_firm_model = offsetof(struct HBD_MessageUnit, msgcode_rwbuffer[ARCMSR_FW_MODEL_OFFSET]); /*firm_model,15,60-67*/
sys/dev/arcmsr/arcmsr.c
3915
size_t iop_firm_version = offsetof(struct HBD_MessageUnit, msgcode_rwbuffer[ARCMSR_FW_VERS_OFFSET]); /*firm_version,17,68-83*/
sys/dev/arcmsr/arcmsr.c
3916
size_t iop_device_map = offsetof(struct HBD_MessageUnit, msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
sys/dev/arcmsr/arcmsr.c
3965
size_t iop_firm_model = offsetof(struct HBE_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_MODEL_OFFSET]); /*firm_model,15,60-67*/
sys/dev/arcmsr/arcmsr.c
3966
size_t iop_firm_version = offsetof(struct HBE_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_VERS_OFFSET]); /*firm_version,17,68-83*/
sys/dev/arcmsr/arcmsr.c
3967
size_t iop_device_map = offsetof(struct HBE_MessageUnit,msgcode_rwbuffer[ARCMSR_FW_DEVMAP_OFFSET]);
sys/dev/arcmsr/arcmsr.c
4017
size_t iop_firm_model = ARCMSR_FW_MODEL_OFFSET; /*firm_model,15,60-67*/
sys/dev/arcmsr/arcmsr.c
4018
size_t iop_firm_version = ARCMSR_FW_VERS_OFFSET; /*firm_version,17,68-83*/
sys/dev/arcmsr/arcmsr.c
4019
size_t iop_device_map = ARCMSR_FW_DEVMAP_OFFSET;
sys/dev/arcmsr/arcmsr.h
71
#define offsetof(type, member) ((size_t)(&((type *)0)->member))
sys/dev/ath/ah_osdep.c
107
ath_hal_malloc(size_t size)
sys/dev/ath/ah_osdep.c
82
extern void *ath_hal_malloc(size_t);
sys/dev/ath/ath_hal/ah_internal.h
45
#define offsetof(type, field) ((size_t)(&((type *)0)->field))
sys/dev/ath/ath_hal/ah_internal.h
631
extern void *ath_hal_malloc(size_t);
sys/dev/ath/ath_rate/amrr/amrr.c
105
int shortPreamble, size_t frameLen, int tid, int is_aggr,
sys/dev/ath/ath_rate/onoe/onoe.c
113
int shortPreamble, size_t frameLen, int tid, int is_aggr,
sys/dev/ath/ath_rate/sample/sample.c
661
int shortPreamble, size_t frameLen, int tid,
sys/dev/ath/if_ath.c
3906
const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space;
sys/dev/ath/if_athrate.h
140
int shortPreamble, size_t frameLen, int tid, int is_aggr,
sys/dev/ath/if_athrate.h
72
size_t arc_space; /* space required for per-node state */
sys/dev/atkbdc/atkbd.c
1132
atkbd_get_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/atkbdc/atkbd.c
1144
atkbd_set_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/atkbdc/psm.c
1704
size_t i;
sys/dev/atopcase/atopcase.c
285
if ((size_t)remaining + length + offset > sizeof(sc->sc_msg)) {
sys/dev/atopcase/atopcase.c
288
(size_t)remaining + length + offset);
sys/dev/atopcase/atopcase_var.h
54
size_t rdesc_len;
sys/dev/axgbe/if_axgbe.c
287
int *data, size_t len)
sys/dev/axgbe/xgbe-dev.c
829
size_t vid;
sys/dev/bhnd/bhnd.c
784
void *buf, size_t *size, bhnd_nvram_type type)
sys/dev/bhnd/bhnd.h
1264
bhnd_nvram_getvar(device_t dev, const char *name, void *buf, size_t *len,
sys/dev/bhnd/bhnd.h
448
int bhnd_format_chip_id(char *buffer, size_t size,
sys/dev/bhnd/bhnd.h
466
size_t devcount, bhnd_device_order order);
sys/dev/bhnd/bhnd.h
507
size_t entry_size);
sys/dev/bhnd/bhnd.h
511
size_t entry_size);
sys/dev/bhnd/bhnd.h
531
const char *name, char *buf, size_t len,
sys/dev/bhnd/bhnd.h
532
size_t *rlen);
sys/dev/bhnd/bhnd.h
553
const char *name, void *buf, size_t count,
sys/dev/bhnd/bhnd.h
608
void *buf, size_t *size,
sys/dev/bhnd/bhnd_erom.c
212
bhnd_erom_init_static(bhnd_erom_class_t *cls, bhnd_erom_t *erom, size_t esize,
sys/dev/bhnd/bhnd_erom.h
63
bhnd_erom_t *erom, size_t esize,
sys/dev/bhnd/bhnd_subr.c
1191
bhnd_nvram_getvar_str(device_t dev, const char *name, char *buf, size_t len,
sys/dev/bhnd/bhnd_subr.c
1192
size_t *rlen)
sys/dev/bhnd/bhnd_subr.c
1194
size_t larg;
sys/dev/bhnd/bhnd_subr.c
1230
size_t len;
sys/dev/bhnd/bhnd_subr.c
1347
size_t len;
sys/dev/bhnd/bhnd_subr.c
1466
bhnd_nvram_getvar_array(device_t dev, const char *name, void *buf, size_t size,
sys/dev/bhnd/bhnd_subr.c
1469
size_t nbytes;
sys/dev/bhnd/bhnd_subr.c
2165
void *buf, size_t *size, bhnd_nvram_type type)
sys/dev/bhnd/bhnd_subr.c
350
bhnd_format_chip_id(char *buffer, size_t size, uint16_t chip_id)
sys/dev/bhnd/bhnd_subr.c
497
bhnd_sort_devices(device_t *devlist, size_t devcount, bhnd_device_order order)
sys/dev/bhnd/bhnd_subr.c
915
size_t entry_size)
sys/dev/bhnd/bhnd_subr.c
971
size_t entry_size)
sys/dev/bhnd/bhndb/bhndb.c
1659
for (size_t i = 0; i < br->dwa_count; i++) {
sys/dev/bhnd/bhndb/bhndb.c
2118
for (size_t i = 0; i < sc->bus_res->res->num_dma_tags; i++) {
sys/dev/bhnd/bhndb/bhndb.c
235
size_t prio_low, prio_default, prio_high;
sys/dev/bhnd/bhndb/bhndb.c
410
size_t prio_total = prio_low + prio_default + prio_high;
sys/dev/bhnd/bhndb/bhndb.c
672
for (size_t i = 0; i < bus_res->dwa_count; i++) {
sys/dev/bhnd/bhndb/bhndb_pci.c
1430
size_t len = sizeof(**cores) * probe->ncores;
sys/dev/bhnd/bhndb/bhndb_pci.c
211
for (size_t i = 0; !BHNDB_PCI_IS_CORE_END(&bhndb_pci_cores[i]); i++) {
sys/dev/bhnd/bhndb/bhndb_pci.c
241
for (size_t i = 0; !BHNDB_PCI_IS_QUIRK_END(&qtable[i]); i++) {
sys/dev/bhnd/bhndb/bhndb_private.h
208
size_t dwa_count; /**< number of dynamic windows available. */
sys/dev/bhnd/bhndb/bhndb_subr.c
1198
for (size_t i = 0; i < br->dwa_count; i++) {
sys/dev/bhnd/bhndb/bhndb_subr.c
1233
for (size_t i = 0; i < br->dwa_count; i++) {
sys/dev/bhnd/bhndb/bhndb_subr.c
1436
size_t
sys/dev/bhnd/bhndb/bhndb_subr.c
1441
size_t count;
sys/dev/bhnd/bhndb/bhndb_subr.c
417
for (size_t i = 0; i < r->dwa_count; i++) {
sys/dev/bhnd/bhndb/bhndb_subr.c
605
for (size_t i = 0; i < br->dwa_count; i++) {
sys/dev/bhnd/bhndb/bhndb_subr.c
654
size_t nres, ndt;
sys/dev/bhnd/bhndb/bhndb_subr.c
669
for (size_t i = 0; hwcfg->resource_specs[i].type != -1; i++)
sys/dev/bhnd/bhndb/bhndb_subr.c
704
for (size_t i = 0; i < ndt; i++) {
sys/dev/bhnd/bhndb/bhndb_subr.c
720
for (size_t i = 0; i < nres; i++)
sys/dev/bhnd/bhndb/bhndb_subr.c
748
for (size_t i = 0; i < hr->num_dma_tags; i++)
sys/dev/bhnd/bhndb/bhndb_subr.c
769
for (size_t i = 0; i < hr->num_dma_tags; i++)
sys/dev/bhnd/bhndb/bhndbvar.h
107
size_t bhndb_regwin_count(
sys/dev/bhnd/bhndb/bhndbvar.h
169
size_t num_dma_tags; /**< DMA tag count */
sys/dev/bhnd/bhndvar.h
112
void *buf, size_t *size,
sys/dev/bhnd/cores/chipc/chipcvar.h
161
size_t sprom_refcnt; /**< SPROM pin enable refcount */
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1006
for (size_t i = 0; i < pmu_res_updown_table_sz; i++) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
1044
for (size_t i = 0; i < pmu_res_depend_table_sz; i++) {
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
916
size_t pmu_res_updown_table_sz;
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
917
size_t pmu_res_depend_table_sz;
sys/dev/bhnd/nvram/bhnd_nvram.h
134
size_t bhnd_nvram_type_width(bhnd_nvram_type type);
sys/dev/bhnd/nvram/bhnd_nvram.h
135
size_t bhnd_nvram_type_host_align(bhnd_nvram_type type);
sys/dev/bhnd/nvram/bhnd_nvram.h
137
const char *bhnd_nvram_string_array_next(const char *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram.h
138
const char *prev, size_t *olen);
sys/dev/bhnd/nvram/bhnd_nvram_data.c
107
size_t *olen)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
155
size_t num_classes)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
171
for (size_t i = 0; i < num_classes; i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data.c
255
struct bhnd_nvram_io *io, const char *name, void *buf, size_t *len,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
356
size_t
sys/dev/bhnd/nvram/bhnd_nvram_data.c
517
size_t *len, bhnd_nvram_type type)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
532
size_t *len, bhnd_nvram_type *type, const bhnd_nvram_val_fmt **fmt)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
587
void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
593
size_t vlen;
sys/dev/bhnd/nvram/bhnd_nvram_data.c
659
size_t vlen;
sys/dev/bhnd/nvram/bhnd_nvram_data.c
695
size_t *len, bhnd_nvram_type *type)
sys/dev/bhnd/nvram/bhnd_nvram_data.h
105
size_t num_classes);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
110
void *buf, size_t *len, bhnd_nvram_type type);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
121
size_t bhnd_nvram_data_count(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
135
void *cookiep, void *buf, size_t *len,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
139
void *cookiep, size_t *len, bhnd_nvram_type *type);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
97
void *outp, size_t *olen);
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
1068
for (size_t i = 0; i < nitems(bcm->hvars); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
1113
static size_t
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
126
size_t count; /**< total variable count */
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
164
void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
175
void *outp, size_t *olen, bhnd_nvram_type otype, bool have_header)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
180
size_t limit, offset;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
181
size_t buflen, bufpos;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
182
size_t namelen, namepos;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
183
size_t vlen;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
245
size_t navail, nleft;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
323
size_t nread;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
369
bhnd_nvram_plist *options, void *outp, size_t *olen)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
373
size_t limit, nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
455
size_t prop_limit;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
456
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
562
size_t io_offset, io_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
644
size_t envp_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
645
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
666
for (size_t i = 0; i < nitems(bcm->hvars); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
669
size_t hval_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
745
for (size_t i = 0; i < nitems(bcm->hvars); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
76
static size_t bhnd_nvram_bcm_hdrvar_index(
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
802
size_t
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
829
size_t io_size, io_offset;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
851
size_t idx;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
858
for (size_t i = idx; i < nitems(bcm->hvars); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
890
while ((size_t)(envp - basep) < io_size && *envp != '\0') {
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
893
for (size_t i = 0; i < nitems(bcm->hvars); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
913
if ((size_t)(envp - basep) == io_size || *envp == '\0') {
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
915
for (size_t i = 0; i < nitems(bcm->hvars); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
972
size_t *len, bhnd_nvram_type type)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
986
size_t *len, bhnd_nvram_type *type)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
107
for (size_t i = 0; i < envp_len; i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
136
void *buf, size_t *len, bhnd_nvram_type type)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
144
bhnd_nvram_plist *options, void *outp, size_t *olen)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
147
size_t limit, nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
163
size_t prop_limit;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
164
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
247
size_t io_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
248
size_t capacity, offset;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
274
size_t envp_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
275
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
362
static size_t
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
423
size_t *len, bhnd_nvram_type type)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
437
size_t *len, bhnd_nvram_type *type)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
69
size_t size; /**< buffer size */
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
70
size_t count; /**< variable count */
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
80
size_t envp_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
81
size_t io_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmvar.h
50
size_t nelem; /**< value element count */
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmvar.h
51
size_t len; /**< value length */
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmvar.h
71
const char *name, void *outp, size_t *olen, bhnd_nvram_type otype,
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
108
for (size_t i = 0; i < nitems(ident.btxt); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
139
void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
143
size_t limit, offset;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
144
size_t buflen, bufpos;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
145
size_t namelen, namepos;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
146
size_t vlen;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
207
size_t navail, nleft;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
294
size_t nread;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
345
bhnd_nvram_plist *options, void *outp, size_t *olen)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
348
size_t limit, nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
364
size_t prop_limit;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
365
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
447
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
448
size_t line_len, env_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
449
size_t io_offset, io_size, str_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
561
size_t
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
591
size_t io_offset, io_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
657
size_t *len, bhnd_nvram_type type)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
66
size_t count; /**< variable count */
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
671
size_t *len, bhnd_nvram_type *type)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
676
size_t io_offset, io_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
677
size_t line_len, env_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
723
size_t io_offset, io_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
749
size_t io_offset)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
768
static size_t
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
773
size_t io_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
788
return ((size_t)offset);
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
79
size_t io_offset);
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
794
bhnd_nvram_btxt_entry_len(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
795
size_t *line_len, size_t *env_len)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
799
size_t nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
80
static size_t bhnd_nvram_btxt_cookiep_to_offset(struct bhnd_nvram_btxt *btxt,
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
809
while ((size_t)(p - baseptr) < nbytes) {
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
821
for (size_t i = 0; i < *line_len; i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
834
bhnd_nvram_btxt_seek_eol(struct bhnd_nvram_io *io, size_t *offset)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
838
size_t nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
84
size_t offset, size_t *line_len, size_t *env_len);
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
847
while ((size_t)(p - baseptr) < nbytes) {
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
856
if ((size_t)(p - baseptr) < nbytes) {
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
86
size_t *offset);
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
874
bhnd_nvram_btxt_seek_next(struct bhnd_nvram_io *io, size_t *offset)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
878
size_t nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
88
size_t *offset);
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
888
while ((size_t)(p - baseptr) < nbytes) {
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
899
size_t line_off = *offset + (p - baseptr);
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
923
size_t ilen;
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
940
for (size_t i = 0; i < ilen; i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1072
size_t ilen, ipos, iwidth;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1073
size_t nelem;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1143
size_t offset;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1144
size_t nbyte;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1171
for (size_t i = 0; i < binding->count; i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1318
size_t *len, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1362
size_t *len, bhnd_nvram_type *type)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
170
size_t crc_errors;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
171
size_t nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
180
for (size_t i = 0; i < bhnd_sprom_num_layouts; i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
183
size_t nread;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
211
size_t nr;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
304
void *buf, size_t *len, bhnd_nvram_type type)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
309
size_t vid;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
372
for (size_t i = 0; i < bhnd_sprom_num_layouts; i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
407
size_t ipos, ilen, nelem;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
461
size_t var_len, enc_nelem;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
532
size_t offset;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
554
for (size_t i = 0; i < binding->count; i++) {
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
610
bhnd_nvram_plist *options, void *outp, size_t *olen)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
617
size_t limit;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
799
size_t
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
839
size_t len;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
87
bhnd_nvram_type type, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
887
struct bhnd_nvram_io *data, bhnd_nvram_type type, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
94
bhnd_nvram_type type, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
982
struct bhnd_nvram_io *data, bhnd_nvram_type type, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
210
size_t vid;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
212
vid = *(const size_t *)key;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
237
size_t vid;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
265
size_t idxpos;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
272
idxpos = (size_t)(prev - state->idx);
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
300
size_t opcodes;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
56
size_t vid);
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
595
size_t width;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
738
bhnd_sprom_opcode_set_var(bhnd_sprom_opcode_state *state, size_t vid)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
87
size_t num_vars, num_idx;
sys/dev/bhnd/nvram/bhnd_nvram_data_spromvar.h
106
size_t bind_total; /**< total count of bind operations performed */
sys/dev/bhnd/nvram/bhnd_nvram_data_spromvar.h
128
size_t num_idx; /**< variable index entry count */
sys/dev/bhnd/nvram/bhnd_nvram_data_spromvar.h
137
size_t vid; /**< Variable ID */
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
100
size_t *next, void **cookiep);
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
108
size_t io_offset);
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
109
static size_t bhnd_nvram_tlv_to_offset(
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
117
size_t nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
167
void *buf, size_t *len, bhnd_nvram_type type)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
171
size_t data_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
173
size_t keylen, vlen;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
174
size_t namelen;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
175
size_t next, off;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
239
bhnd_nvram_plist *options, void *outp, size_t *olen)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
242
size_t limit, nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
259
size_t name_len, value_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
260
size_t rec_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
363
size_t size;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
364
size_t next;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
381
size_t env_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
382
size_t name_len;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
440
size_t
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
464
size_t io_offset;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
513
size_t *len, bhnd_nvram_type type)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
527
size_t *len, bhnd_nvram_type *type)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
575
size_t ilen;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
576
size_t name_len, tlv_nremain;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
61
size_t count; /**< variable count */
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
642
bhnd_nvram_tlv_next_record(struct bhnd_nvram_io *io, size_t *next, size_t
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
645
size_t io_offset, io_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
713
bhnd_nvram_tlv_parse_size(struct bhnd_nvram_io *io, size_t *size)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
715
size_t next;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
749
bhnd_nvram_tlv_next_env(struct bhnd_nvram_tlv *tlv, size_t *next,
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
758
size_t offset;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
796
size_t navail;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
797
size_t io_offset, io_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
841
bhnd_nvram_tlv_to_cookie(struct bhnd_nvram_tlv *tlv, size_t io_offset)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
860
static size_t
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
865
size_t io_size;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
881
return ((size_t)offset);
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
91
size_t *size);
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
95
size_t *next, size_t *offset,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
112
void *cookiep, void *buf, size_t *len,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
118
size_t *len, bhnd_nvram_type *type);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
135
size_t size; /**< instance size */
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
49
void *outp, size_t *olen, bhnd_nvram_type otype);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
60
void *outp, size_t *olen, bhnd_nvram_type otype);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
67
size_t *olen);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
78
typedef size_t (bhnd_nvram_data_op_count)(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_io.c
117
bhnd_nvram_io_write(struct bhnd_nvram_io *io, size_t offset, void *buffer,
sys/dev/bhnd/nvram/bhnd_nvram_io.c
118
size_t nbytes)
sys/dev/bhnd/nvram/bhnd_nvram_io.c
151
bhnd_nvram_io_write_ptr(struct bhnd_nvram_io *io, size_t offset, void **ptr,
sys/dev/bhnd/nvram/bhnd_nvram_io.c
152
size_t nbytes, size_t *navail)
sys/dev/bhnd/nvram/bhnd_nvram_io.c
162
size_t
sys/dev/bhnd/nvram/bhnd_nvram_io.c
186
bhnd_nvram_io_setsize(struct bhnd_nvram_io *io, size_t size)
sys/dev/bhnd/nvram/bhnd_nvram_io.c
61
bhnd_nvram_io_read(struct bhnd_nvram_io *io, size_t offset, void *buffer,
sys/dev/bhnd/nvram/bhnd_nvram_io.c
62
size_t nbytes)
sys/dev/bhnd/nvram/bhnd_nvram_io.c
93
bhnd_nvram_io_read_ptr(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_io.c
94
const void **ptr, size_t nbytes, size_t *navail)
sys/dev/bhnd/nvram/bhnd_nvram_io.h
48
struct bhnd_nvram_io *bhnd_nvram_iobuf_new(const void *buffer, size_t size);
sys/dev/bhnd/nvram/bhnd_nvram_io.h
49
struct bhnd_nvram_io *bhnd_nvram_iobuf_empty(size_t size, size_t capacity);
sys/dev/bhnd/nvram/bhnd_nvram_io.h
52
size_t offset, size_t size);
sys/dev/bhnd/nvram/bhnd_nvram_io.h
54
struct bhnd_nvram_io *bhnd_nvram_ioptr_new(const void *ptr, size_t size,
sys/dev/bhnd/nvram/bhnd_nvram_io.h
55
size_t capacity, uint32_t flags);
sys/dev/bhnd/nvram/bhnd_nvram_io.h
63
size_t bhnd_nvram_io_getsize(struct bhnd_nvram_io *io);
sys/dev/bhnd/nvram/bhnd_nvram_io.h
65
size_t size);
sys/dev/bhnd/nvram/bhnd_nvram_io.h
68
size_t offset, void *buffer, size_t nbytes);
sys/dev/bhnd/nvram/bhnd_nvram_io.h
70
size_t offset, const void **ptr, size_t nbytes,
sys/dev/bhnd/nvram/bhnd_nvram_io.h
71
size_t *navail);
sys/dev/bhnd/nvram/bhnd_nvram_io.h
74
size_t offset, void *buffer, size_t nbytes);
sys/dev/bhnd/nvram/bhnd_nvram_io.h
76
size_t offset, void **ptr, size_t nbytes,
sys/dev/bhnd/nvram/bhnd_nvram_io.h
77
size_t *navail);
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
142
bhnd_nvram_iobuf_new(const void *buffer, size_t size)
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
194
bhnd_nvram_iobuf_copy_range(struct bhnd_nvram_io *src, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
195
size_t size)
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
231
static size_t
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
239
bhnd_nvram_iobuf_setsize(struct bhnd_nvram_io *io, size_t size)
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
253
bhnd_nvram_iobuf_ptr(struct bhnd_nvram_iobuf *iobuf, size_t offset, void **ptr,
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
254
size_t nbytes, size_t *navail)
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
256
size_t avail;
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
276
bhnd_nvram_iobuf_read_ptr(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
277
const void **ptr, size_t nbytes, size_t *navail)
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
296
bhnd_nvram_iobuf_write_ptr(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
297
void **ptr, size_t nbytes, size_t *navail)
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
308
bhnd_nvram_iobuf_read(struct bhnd_nvram_io *io, size_t offset, void *buffer,
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
309
size_t nbytes)
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
324
bhnd_nvram_iobuf_write(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
325
void *buffer, size_t nbytes)
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
58
size_t size; /**< size of @p buf */
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
59
size_t capacity; /**< capacity of @p buf */
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
85
bhnd_nvram_iobuf_empty(size_t size, size_t capacity)
sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c
88
size_t iosz;
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
112
static size_t
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
120
bhnd_nvram_ioptr_setsize(struct bhnd_nvram_io *io, size_t size)
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
138
bhnd_nvram_ioptr_ptr(struct bhnd_nvram_ioptr *ioptr, size_t offset, void **ptr,
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
139
size_t nbytes, size_t *navail)
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
141
size_t avail;
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
161
bhnd_nvram_ioptr_read_ptr(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
162
const void **ptr, size_t nbytes, size_t *navail)
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
181
bhnd_nvram_ioptr_write_ptr(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
182
void **ptr, size_t nbytes, size_t *navail)
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
197
bhnd_nvram_ioptr_read(struct bhnd_nvram_io *io, size_t offset, void *buffer,
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
198
size_t nbytes)
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
213
bhnd_nvram_ioptr_write(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
214
void *buffer, size_t nbytes)
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
57
size_t size; /**< size at @p ptr */
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
58
size_t capacity; /**< capacity at @p ptr */
sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c
83
bhnd_nvram_ioptr_new(const void *ptr, size_t size, size_t capacity,
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
146
static size_t
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
154
bhnd_nvram_iores_setsize(struct bhnd_nvram_io *io, size_t size)
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
161
bhnd_nvram_iores_read_ptr(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
162
const void **ptr, size_t nbytes, size_t *navail)
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
169
bhnd_nvram_iores_write_ptr(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
170
void **ptr, size_t nbytes, size_t *navail)
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
185
bhnd_nvram_iores_validate_req(struct bhnd_nvram_iores *iores, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
186
size_t *nbytes)
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
211
bhnd_nvram_iores_read(struct bhnd_nvram_io *io, size_t offset, void *buffer,
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
212
size_t nbytes)
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
216
size_t navail;
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
258
bhnd_nvram_iores_write(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
259
void *buffer, size_t nbytes)
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
262
size_t navail;
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
50
size_t offset; /**< offset within res */
sys/dev/bhnd/nvram/bhnd_nvram_iores.c
51
size_t size; /**< size relative to the base offset */
sys/dev/bhnd/nvram/bhnd_nvram_iovar.h
39
typedef int (bhnd_nvram_iop_read)(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iovar.h
40
void *buffer, size_t nbytes);
sys/dev/bhnd/nvram/bhnd_nvram_iovar.h
43
typedef int (bhnd_nvram_iop_read_ptr)(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iovar.h
44
const void **ptr, size_t nbytes, size_t *navail);
sys/dev/bhnd/nvram/bhnd_nvram_iovar.h
47
typedef int (bhnd_nvram_iop_write)(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iovar.h
48
void *buffer, size_t nbytes);
sys/dev/bhnd/nvram/bhnd_nvram_iovar.h
51
typedef int (bhnd_nvram_iop_write_ptr)(struct bhnd_nvram_io *io, size_t offset,
sys/dev/bhnd/nvram/bhnd_nvram_iovar.h
52
void **ptr, size_t nbytes, size_t *navail);
sys/dev/bhnd/nvram/bhnd_nvram_iovar.h
55
typedef size_t (bhnd_nvram_iop_getsize)(struct bhnd_nvram_io *io);
sys/dev/bhnd/nvram/bhnd_nvram_iovar.h
58
typedef int (bhnd_nvram_iop_setsize)(struct bhnd_nvram_io *io, size_t size);
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
171
size_t
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
280
const void *inp, size_t ilen, bhnd_nvram_type itype)
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
489
const void *inp, size_t ilen, bhnd_nvram_type itype)
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
627
void *outp, size_t olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
78
for (size_t i = 0; i < nitems(plist->names); i++)
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
822
bhnd_nvram_prop_bytes_new(const char *name, const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
941
bhnd_nvram_prop_bytes(bhnd_nvram_prop *prop, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_plist.c
973
bhnd_nvram_prop_encode(bhnd_nvram_prop *prop, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_plist.h
112
const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_plist.h
125
size_t *olen, bhnd_nvram_type *otype);
sys/dev/bhnd/nvram/bhnd_nvram_plist.h
127
void *outp, size_t *olen, bhnd_nvram_type otype);
sys/dev/bhnd/nvram/bhnd_nvram_plist.h
53
size_t bhnd_nvram_plist_count(bhnd_nvram_plist *plist);
sys/dev/bhnd/nvram/bhnd_nvram_plist.h
63
const char *name, const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_plist.h
73
const char *name, const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_plist.h
91
const char *name, void *outp, size_t olen,
sys/dev/bhnd/nvram/bhnd_nvram_plistvar.h
70
size_t num_entries; /**< entry count */
sys/dev/bhnd/nvram/bhnd_nvram_private.h
103
bhnd_nv_strndup(const char *str, size_t len)
sys/dev/bhnd/nvram/bhnd_nvram_private.h
215
size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
216
void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
220
size_t ilen, bhnd_nvram_type itype);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
223
size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
224
size_t *nelem);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
226
size_t bhnd_nvram_value_size(const void *inp,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
227
size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
228
size_t nelem);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
231
const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
233
size_t *olen, ...);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
235
const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
237
size_t *olen, va_list ap);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
240
size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
241
const void *prev, size_t *olen);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
244
const struct bhnd_nvram_vardefn *bhnd_nvram_get_vardefn(size_t id);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
245
size_t bhnd_nvram_get_vardefn_id(
sys/dev/bhnd/nvram/bhnd_nvram_private.h
249
size_t maxlen, u_int base, size_t *nbytes,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
250
void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
254
size_t env_len, char delim,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
255
const char **name, size_t *name_len,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
256
const char **value, size_t *value_len);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
258
size_t bhnd_nvram_parse_field(const char **inp,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
259
size_t ilen, char delim);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
260
size_t bhnd_nvram_trim_field(const char **inp,
sys/dev/bhnd/nvram/bhnd_nvram_private.h
261
size_t ilen, char delim);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
276
bhnd_nvram_crc8(const void *buf, size_t size, uint8_t crc)
sys/dev/bhnd/nvram/bhnd_nvram_private.h
329
extern const size_t bhnd_nvram_num_vardefns;
sys/dev/bhnd/nvram/bhnd_nvram_private.h
335
size_t size; /**< SPROM image size, in bytes */
sys/dev/bhnd/nvram/bhnd_nvram_private.h
338
size_t srev_offset; /**< offset to SROM revision */
sys/dev/bhnd/nvram/bhnd_nvram_private.h
339
size_t magic_offset; /**< offset to magic value */
sys/dev/bhnd/nvram/bhnd_nvram_private.h
341
size_t crc_offset; /**< offset to crc8 value */
sys/dev/bhnd/nvram/bhnd_nvram_private.h
343
size_t bindings_size; /**< SPROM binding opcode table size */
sys/dev/bhnd/nvram/bhnd_nvram_private.h
353
extern const size_t bhnd_sprom_num_layouts;
sys/dev/bhnd/nvram/bhnd_nvram_private.h
88
size_t len;
sys/dev/bhnd/nvram/bhnd_nvram_store.c
1022
size_t olen;
sys/dev/bhnd/nvram/bhnd_nvram_store.c
1100
void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_store.c
1221
const void *inp, size_t ilen, bhnd_nvram_type itype)
sys/dev/bhnd/nvram/bhnd_nvram_store.c
124
for (size_t i = 0; i < nitems(sc->paths); i++)
sys/dev/bhnd/nvram/bhnd_nvram_store.c
129
for (size_t i = 0; i < nitems(sc->aliases); i++)
sys/dev/bhnd/nvram/bhnd_nvram_store.c
221
for (size_t i = 0; i < nitems(sc->aliases); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_store.c
228
for (size_t i = 0; i < nitems(sc->paths); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_store.c
327
for (size_t i = 0; i < nitems(sc->paths); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_store.c
370
for (size_t i = 0; i < nitems(sc->paths); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_store.c
624
size_t prefix_len, relpath_len;
sys/dev/bhnd/nvram/bhnd_nvram_store.c
625
size_t namebuf_size;
sys/dev/bhnd/nvram/bhnd_nvram_store.c
722
size_t maxlen;
sys/dev/bhnd/nvram/bhnd_nvram_store.c
762
if (len < 0 || (size_t)len >= namebuf_size)
sys/dev/bhnd/nvram/bhnd_nvram_store.c
828
size_t num_dpath_flags;
sys/dev/bhnd/nvram/bhnd_nvram_store.c
897
for (size_t i = 0; i < nitems(sc->paths); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_store.h
82
void *outp, size_t *olen, bhnd_nvram_type otype);
sys/dev/bhnd/nvram/bhnd_nvram_store.h
84
const void *inp, size_t ilen, bhnd_nvram_type itype);
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
1011
size_t prefix_len;
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
1126
size_t path_len;
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
135
bhnd_nvstore_index_new(size_t capacity)
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
138
size_t bytes;
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
472
size_t idxpos;
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
546
size_t min, mid, max;
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
586
size_t idx;
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
647
size_t path_len)
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
74
bhnd_nvstore_path_new(const char *path_str, size_t path_len)
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
817
for (size_t i = 0; i < nitems(sc->aliases); i++) {
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
841
size_t path_len)
sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c
897
size_t path_len;
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
102
bhnd_nvstore_index *bhnd_nvstore_index_new(size_t capacity);
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
138
const char *path, size_t path_len);
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
149
const char *path, size_t path_len);
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
215
size_t value_len; /**< device path length */
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
232
size_t count; /**< entry count */
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
233
size_t capacity; /**< entry capacity */
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
242
size_t num_vars; /**< per-path count of committed
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
276
size_t num_aliases; /**< alias count */
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
280
size_t num_paths; /**< path count */
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
99
size_t path_len);
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1011
bhnd_nvram_parse_env(const char *env, size_t env_len, char delim,
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1012
const char **name, size_t *name_len, const char **value, size_t *value_len)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1052
size_t
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1053
bhnd_nvram_parse_field(const char **inp, size_t ilen, char delim)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1058
for (sp = *inp; (size_t)(sp-*inp) < ilen && bhnd_nv_isspace(*sp); sp++)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1064
for (p = *inp; (size_t)(p - *inp) < ilen; p++) {
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1085
size_t
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1086
bhnd_nvram_trim_field(const char **inp, size_t ilen, char delim)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
1089
size_t plen;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
422
size_t
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
474
size_t
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
544
bhnd_nvram_string_array_next(const char *inp, size_t ilen, const char *prev,
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
545
size_t *olen)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
581
size_t
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
602
bhnd_nvram_get_vardefn(size_t id)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
708
bhnd_nvram_parse_int(const char *str, size_t maxlen, u_int base,
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
709
size_t *nbytes, void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
714
size_t limit, local_nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
715
size_t ndigits;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1047
bhnd_nvram_val_encode_int(const void *inp, size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1048
void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1051
size_t limit, nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
127
size_t data_len; /**< data size */
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1328
bhnd_nvram_val_encode(bhnd_nvram_val *value, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1364
size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1385
bhnd_nvram_val_bytes(bhnd_nvram_val *value, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1427
bhnd_nvram_val_next(bhnd_nvram_val *value, const void *prev, size_t *olen)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1461
size_t
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1466
size_t nelem, len;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1509
bhnd_nvram_val_generic_encode(bhnd_nvram_val *value, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1514
size_t ilen;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1517
size_t limit, nelem, nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1518
size_t next_len;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1571
size_t elem_nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1626
size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1670
size_t *olen)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1674
size_t ilen;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1698
bhnd_nvram_val_set(bhnd_nvram_val *value, const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1756
bhnd_nvram_val_set_inline(bhnd_nvram_val *value, const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1898
bhnd_nvram_val_alloc_bytes(bhnd_nvram_val *value, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
230
size_t ilen, bhnd_nvram_type itype)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
275
const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
279
size_t olen;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
355
const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
392
const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
421
size_t ilen, olen;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
566
size_t len;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
58
const void *inp, size_t ilen, bhnd_nvram_type itype);
sys/dev/bhnd/nvram/bhnd_nvram_value.c
60
static void *bhnd_nvram_val_alloc_bytes(bhnd_nvram_val *value, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
63
size_t ilen, bhnd_nvram_type itype, uint32_t flags);
sys/dev/bhnd/nvram/bhnd_nvram_value.c
65
const void *inp, size_t ilen, bhnd_nvram_type itype);
sys/dev/bhnd/nvram/bhnd_nvram_value.c
663
bhnd_nvram_val_encode_null(const void *inp, size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
664
void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
666
size_t limit, nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
67
static int bhnd_nvram_val_encode_data(const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
68
bhnd_nvram_type itype, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
70
static int bhnd_nvram_val_encode_int(const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
706
bhnd_nvram_val_encode_bool(const void *inp, size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
707
void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
71
bhnd_nvram_type itype, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
710
size_t limit, nbytes, nelem;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
73
static int bhnd_nvram_val_encode_null(const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
74
bhnd_nvram_type itype, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
76
static int bhnd_nvram_val_encode_bool(const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
77
bhnd_nvram_type itype, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
784
bhnd_nvram_val_encode_data(const void *inp, size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
785
void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
79
static int bhnd_nvram_val_encode_string(const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
80
bhnd_nvram_type itype, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
817
bhnd_nvram_val_encode_string(const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
818
bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
822
size_t cstr_size, cstr_len;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
823
size_t limit, nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
865
for (size_t i = 0; i < cstr_len; i++) {
sys/dev/bhnd/nvram/bhnd_nvram_value.c
881
size_t plen;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
919
size_t plen, parsed_len;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
940
size_t byte_len = sizeof(byte);
sys/dev/bhnd/nvram/bhnd_nvram_value.c
988
size_t plen, parsed_len;
sys/dev/bhnd/nvram/bhnd_nvram_value.h
102
const void *prev, size_t *olen);
sys/dev/bhnd/nvram/bhnd_nvram_value.h
104
size_t bhnd_nvram_val_nelem(bhnd_nvram_val *value);
sys/dev/bhnd/nvram/bhnd_nvram_value.h
222
size_t data_len; /**< data size */
sys/dev/bhnd/nvram/bhnd_nvram_value.h
55
const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.h
65
const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value.h
79
void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.h
84
size_t ilen, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.h
88
const char *fmt, char *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.h
91
const char *fmt, char *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value.h
95
size_t *olen, bhnd_nvram_type *otype);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
100
size_t ilen, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
104
void *outp, size_t *olen, bhnd_nvram_type otype);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
108
size_t ilen, bhnd_nvram_type itype);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
110
const void *prev, size_t *len);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
234
size_t ilen, bhnd_nvram_type itype)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
263
bhnd_nvram_val_bcm_int_encode(bhnd_nvram_val *value, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
279
size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
297
size_t slen;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
332
size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
354
const void *inp, size_t ilen, bhnd_nvram_type itype)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
357
size_t plen;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
385
size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
388
size_t limit, nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
443
size_t nlen, parsed;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
564
bhnd_nvram_val_bcmstr_encode(bhnd_nvram_val *value, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
571
size_t ilen;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
58
size_t ilen, char *delim, size_t *nelem);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
60
size_t ilen, u_int base, u_int *obase);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
617
const void *inp, size_t ilen, bhnd_nvram_type itype)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
633
size_t *len)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
638
size_t ilen, remain;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
64
size_t ilen, bhnd_nvram_type itype);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
66
bhnd_nvram_val *value, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
661
if ((size_t)(next - inp) >= ilen)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
667
remain = ilen - (size_t)(next - inp);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
693
const void *inp, size_t ilen, bhnd_nvram_type itype)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
71
size_t ilen, bhnd_nvram_type itype);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
712
size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
716
size_t ilen;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
736
const void *inp, size_t ilen, bhnd_nvram_type itype)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
74
size_t ilen, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
756
const void *inp, size_t ilen, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
759
size_t nparsed;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
78
size_t *len);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
786
size_t *len)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
791
size_t slen, remain;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
82
size_t ilen, bhnd_nvram_type itype);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
820
if ((size_t)(next - str) >= slen)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
826
remain = slen - (size_t)(next - str);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
84
void *outp, size_t *olen, bhnd_nvram_type otype);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
860
bhnd_nvram_ident_octet_string(const char *inp, size_t ilen, char *delim,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
861
size_t *nelem)
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
863
size_t elem_count;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
864
size_t max_elem_count, min_elem_count;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
865
size_t field_count;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
88
size_t ilen, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
901
for (const char *p = inp; (size_t)(p - inp) < ilen; p++) {
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
92
size_t ilen, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
967
bhnd_nvram_ident_num_string(const char *inp, size_t ilen, u_int base,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
97
size_t ilen, bhnd_nvram_type itype);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
970
size_t nbytes, ndigits;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
100
size_t *olen, ...)
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
210
size_t *olen, va_list ap)
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
213
size_t elen;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
214
size_t limit, nbytes;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
238
size_t precision, width, delim_len;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
282
repeat = va_arg(ap, size_t);
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
367
size_t len, parsed;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
387
size_t len, parsed;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
521
size_t arg_size;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
522
size_t i;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
543
size_t nremain = 0;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
617
size_t slen;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
768
size_t slen;
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
116
bhnd_nvram_value_nelem(const void *inp, size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
117
size_t *nelem)
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
149
size_t nleft;
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
157
size_t slen;
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
190
size_t width = bhnd_nvram_type_width(itype);
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
240
size_t
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
241
bhnd_nvram_value_size(const void *inp, size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
242
size_t nelem)
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
263
size_t width;
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
280
size_t total_size;
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
289
for (size_t i = 0; i < nelem; i++) {
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
290
size_t elem_size;
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
315
size_t size;
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
392
bhnd_nvram_value_printf(const char *fmt, const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
393
bhnd_nvram_type itype, char *outp, size_t *olen, ...)
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
433
bhnd_nvram_value_vprintf(const char *fmt, const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
434
bhnd_nvram_type itype, char *outp, size_t *olen, va_list ap)
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
471
bhnd_nvram_value_array_next(const void *inp, size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
472
const void *prev, size_t *olen)
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
475
size_t offset;
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
490
offset = (size_t)(next - (const u_char *)inp);
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
529
bhnd_nvram_value_coerce(const void *inp, size_t ilen, bhnd_nvram_type itype,
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
530
void *outp, size_t *olen, bhnd_nvram_type otype)
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
61
bhnd_nvram_value_check_aligned(const void *inp, size_t ilen,
sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c
64
size_t align, width;
sys/dev/bhnd/nvram/bhnd_nvram_valuevar.h
37
void *outp, size_t *olen, bhnd_nvram_type otype);
sys/dev/bhnd/nvram/bhnd_nvram_valuevar.h
39
const void *inp, size_t ilen, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_valuevar.h
42
const void *prev, size_t *olen);
sys/dev/bhnd/nvram/bhnd_nvram_valuevar.h
64
const void *inp, size_t ilen, bhnd_nvram_type itype);
sys/dev/bhnd/nvram/bhnd_nvram_valuevar.h
68
size_t *olen, bhnd_nvram_type otype);
sys/dev/bhnd/nvram/bhnd_nvram_valuevar.h
72
const void *inp, size_t ilen, void *outp, size_t *olen,
sys/dev/bhnd/nvram/bhnd_nvram_valuevar.h
77
const void *prev, size_t *olen);
sys/dev/bhnd/nvram/bhnd_nvram_valuevar.h
80
typedef size_t (bhnd_nvram_val_op_nelem)(bhnd_nvram_val *value);
sys/dev/bhnd/nvram/bhnd_sprom.c
210
bhnd_sprom_getvar_method(device_t dev, const char *name, void *buf, size_t *len,
sys/dev/bhnd/nvram/bhnd_sprom.c
223
size_t len, bhnd_nvram_type type)
sys/dev/bhnd/siba/siba_erom.c
685
for (size_t addrspace = 0; addrspace < nraddr; addrspace++) {
sys/dev/bnxt/bnxt_en/bnxt.h
1396
size_t nitems, int *num_inputs);
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
317
size_t nitems, int *num_inputs)
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
323
size_t data_len;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
375
size_t data_len;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
424
size_t len = 0;
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
477
size_t nitems, int *num_inputs)
sys/dev/bnxt/bnxt_en/bnxt_dcb.c
780
size_t nitems, int *num_inputs)
sys/dev/bnxt/bnxt_en/bnxt_ioctl.h
117
size_t max_size;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1062
static char *bnxt_parse_pkglog(int desired_field, uint8_t *data, size_t datalen)
sys/dev/bnxt/bnxt_en/if_bnxt.c
3991
size_t iol;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4034
size_t offset;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4035
size_t remain;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4036
size_t csize;
sys/dev/bnxt/bnxt_en/if_bnxt.c
904
size_t pg_tbl_size = rmem->nr_pages * 8;
sys/dev/bnxt/bnxt_re/ib_verbs.c
1188
size_t size, int access, int dmasync)
sys/dev/bnxt/bnxt_re/ib_verbs.c
1198
size_t size, int access, int dmasync)
sys/dev/bnxt/bnxt_re/ib_verbs.c
1204
static inline size_t ib_umem_num_pages_compat(struct ib_umem *umem)
sys/dev/bnxt/bnxt_re/ib_verbs.c
5573
const struct ib_mad_hdr *in_mad, size_t in_mad_size,
sys/dev/bnxt/bnxt_re/ib_verbs.c
5574
struct ib_mad_hdr *out_mad, size_t *out_mad_size,
sys/dev/bnxt/bnxt_re/ib_verbs.h
137
char *str, size_t str_len)
sys/dev/bnxt/bnxt_re/ib_verbs.h
370
const struct ib_mad_hdr *in_mad, size_t in_mad_size,
sys/dev/bnxt/bnxt_re/ib_verbs.h
371
struct ib_mad_hdr *out_mad, size_t *out_mad_size,
sys/dev/bnxt/bnxt_re/ib_verbs.h
392
size_t size, int access, int dmasync);
sys/dev/bnxt/bnxt_re/ib_verbs.h
398
size_t size, int access, int dmasync);
sys/dev/bnxt/bnxt_re/ib_verbs.h
399
static inline size_t ib_umem_num_pages_compat(struct ib_umem *umem);
sys/dev/bnxt/bnxt_re/qplib_res.h
223
size_t len;
sys/dev/bnxt/bnxt_re/qplib_sp.c
938
size_t resp_size;
sys/dev/bwn/if_bwn.c
291
const struct bwn_fwinitvals *, size_t, size_t);
sys/dev/bwn/if_bwn.c
297
const uint8_t *, size_t, const uint8_t *);
sys/dev/bwn/if_bwn.c
3661
for (size_t pin = 0; pin < nitems(flags); pin++) {
sys/dev/bwn/if_bwn.c
3715
const size_t hdr_len = sizeof(struct bwn_fwhdr);
sys/dev/bwn/if_bwn.c
4491
size_t count, size_t array_size)
sys/dev/bwn/if_bwn.c
4502
size_t i;
sys/dev/bwn/if_bwn.c
4699
const uint8_t *key, size_t key_len, const uint8_t *mac_addr)
sys/dev/bxe/bxe.c
10131
size_t size;
sys/dev/bxe/bxe.c
18598
size_t size,
sys/dev/bxe/bxe.c
2238
size_t size;
sys/dev/bxe/bxe.c
9946
size_t size;
sys/dev/bxe/bxe.h
2144
size_t size, uint32_t *data);
sys/dev/bxe/bxe.h
731
size_t size;
sys/dev/bxe/ecore_sp.c
2530
size_t size = sizeof(struct tstorm_eth_mac_filter_config);
sys/dev/cardbus/cardbusvar.h
39
size_t len; /* Actual length of the CIS */
sys/dev/ciss/ciss.c
168
int opcode, void **bufp, size_t bufsize);
sys/dev/ciss/ciss.c
2604
int opcode, void **bufp, size_t bufsize)
sys/dev/clk/clk.c
252
size_t len, slen;
sys/dev/cxgb/cxgb_sge.c
2468
size_t sz = i == TXQ_CTRL ? 0 : sizeof(struct tx_sw_desc);
sys/dev/cxgb/cxgb_sge.c
871
alloc_ring(adapter_t *sc, size_t nelem, size_t elem_size, size_t sw_size,
sys/dev/cxgb/cxgb_sge.c
875
size_t len = nelem * elem_size;
sys/dev/cxgb/cxgb_t3fw.c
123
(size_t)t3c_protocol_sram_length,
sys/dev/cxgb/cxgb_t3fw.c
155
(size_t)t3c_tp_eeprom_length,
sys/dev/cxgb/cxgb_t3fw.c
27
(size_t)t3fw_length,
sys/dev/cxgb/cxgb_t3fw.c
59
(size_t)t3b_protocol_sram_length,
sys/dev/cxgb/cxgb_t3fw.c
91
(size_t)t3b_tp_eeprom_length,
sys/dev/cxgbe/adapter.h
1542
int alloc_ring(struct adapter *, size_t, bus_dma_tag_t *, bus_dmamap_t *,
sys/dev/cxgbe/common/common.h
767
size_t n);
sys/dev/cxgbe/common/common.h
769
size_t n);
sys/dev/cxgbe/common/common.h
789
size_t n)
sys/dev/cxgbe/common/common.h
795
size_t n)
sys/dev/cxgbe/common/common.h
834
void t4_get_regs(struct adapter *adap, u8 *buf, size_t buf_size);
sys/dev/cxgbe/common/t4_hw.c
10056
size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd,
sys/dev/cxgbe/common/t4_hw.c
10229
size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd,
sys/dev/cxgbe/common/t4_hw.c
12003
size_t n)
sys/dev/cxgbe/common/t4_hw.c
12063
size_t n)
sys/dev/cxgbe/common/t4_hw.c
855
void t4_get_regs(struct adapter *adap, u8 *buf, size_t buf_size)
sys/dev/cxgbe/crypto/t4_crypto.c
341
size_t seglen;
sys/dev/cxgbe/cudbg/fastlz_api.c
286
size_t bytes_read;
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
309
static size_t
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
323
size_t
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
577
cxgbei_getm(size_t len, int flags)
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
620
struct bio *bp, size_t offset, size_t len, int flags)
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
625
size_t page_offset, todo, mtodo;
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
743
const void *addr, size_t len, int flags)
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
809
size_t pdu_off, struct bio *bp, size_t bio_off, size_t len)
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
813
size_t page_offset, todo;
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
851
size_t off, void *addr, size_t len)
sys/dev/cxgbe/iw_cxgbe/cq.c
915
size_t memsize, hwentries;
sys/dev/cxgbe/iw_cxgbe/provider.c
84
size_t in_mad_size,
sys/dev/cxgbe/iw_cxgbe/provider.c
86
size_t *out_mad_size,
sys/dev/cxgbe/iw_cxgbe/qp.c
1318
creds(struct toepcb *toep, struct inpcb *inp, size_t wrsize)
sys/dev/cxgbe/iw_cxgbe/qp.c
67
static int creds(struct toepcb *toep, struct inpcb *inp, size_t wrsize);
sys/dev/cxgbe/iw_cxgbe/t4.h
320
size_t memsize;
sys/dev/cxgbe/iw_cxgbe/t4.h
345
size_t memsize;
sys/dev/cxgbe/iw_cxgbe/t4.h
552
size_t memsize;
sys/dev/cxgbe/nvmf/nvmf_che.c
1147
nvmf_che_construct_pdu(struct nvmf_che_qpair *qp, void *hdr, size_t hlen,
sys/dev/cxgbe/nvmf/nvmf_che.c
149
size_t data_len;
sys/dev/cxgbe/nvmf/nvmf_che.c
150
size_t data_xfered;
sys/dev/cxgbe/nvmf/nvmf_che.c
1685
nvmf_che_mbuf(void *arg, int how, void *data, size_t len)
sys/dev/cxgbe/nvmf/nvmf_che.c
1734
size_t len;
sys/dev/cxgbe/nvmf/nvmf_che.c
1747
uint32_t data_offset, struct mbuf *m, size_t len, bool last_pdu)
sys/dev/cxgbe/nvmf/nvmf_che.c
1879
size_t len;
sys/dev/cxgbe/nvmf/nvmf_che.c
2915
static size_t
sys/dev/cxgbe/nvmf/nvmf_che.c
2976
size_t data_len;
sys/dev/cxgbe/nvmf/nvmf_che.c
2997
struct mbuf *m, size_t len, bool last_pdu, bool success)
sys/dev/cxgbe/nvmf/nvmf_che.c
3018
struct mbuf *m, size_t len)
sys/dev/cxgbe/nvmf/nvmf_che.c
387
const struct nvmf_io_request *io, uint32_t data_offset, size_t data_len,
sys/dev/cxgbe/t4_iov.c
157
size_t i;
sys/dev/cxgbe/t4_iov.c
177
size_t i;
sys/dev/cxgbe/t4_iov.c
197
size_t i;
sys/dev/cxgbe/t4_iov.c
217
size_t i;
sys/dev/cxgbe/t4_iov.c
379
size_t size;
sys/dev/cxgbe/t4_main.c
12287
unit_conv(char *buf, size_t len, u_int val, u_int factor)
sys/dev/cxgbe/t4_netmap.c
133
size_t len;
sys/dev/cxgbe/t4_netmap.c
216
size_t len;
sys/dev/cxgbe/t4_netmap.c
411
size_t len;
sys/dev/cxgbe/t4_sge.c
3471
alloc_ring(struct adapter *sc, size_t len, bus_dma_tag_t *tag,
sys/dev/cxgbe/t4_sge.c
3527
size_t len;
sys/dev/cxgbe/t4_sge.c
4538
size_t len;
sys/dev/cxgbe/t4_tracer.c
135
t4_cloner_create(struct if_clone *ifc, char *name, size_t len, caddr_t params)
sys/dev/cxgbe/t4_vf.c
164
size_t i;
sys/dev/cxgbe/t4_vf.c
180
size_t i;
sys/dev/cxgbe/t4_vf.c
196
size_t i;
sys/dev/cxgbe/t4_vf.c
212
size_t i;
sys/dev/cxgbe/tom/t4_ddp.c
2339
size_t copied, offset, resid;
sys/dev/cxgbe/tom/t4_ddp.c
468
size_t placed;
sys/dev/cxgbe/tom/t4_tls.c
1166
size_t resid)
sys/dev/cxgbe/tom/t4_tls.c
1312
size_t resid;
sys/dev/cxgbe/tom/t4_tls.h
81
size_t rx_resid;
sys/dev/cxgbe/tom/t4_tom.h
171
size_t len;
sys/dev/cxgbe/tom/t4_tom_l2t.c
76
size_t len;
sys/dev/cyapa/cyapa.c
1706
static size_t
sys/dev/cyapa/cyapa.c
1709
size_t n;
sys/dev/cyapa/cyapa.c
1714
if (n > (size_t)(fifo->windex - fifo->rindex))
sys/dev/cyapa/cyapa.c
1715
n = (size_t)(fifo->windex - fifo->rindex);
sys/dev/cyapa/cyapa.c
1727
fifo_read(struct cyapa_softc *sc, struct cyapa_fifo *fifo, size_t n)
sys/dev/cyapa/cyapa.c
1780
static size_t
sys/dev/cyapa/cyapa.c
1783
size_t n;
sys/dev/cyapa/cyapa.c
1788
if (n > (size_t)(CYAPA_BUFSIZE - (fifo->windex - fifo->rindex)))
sys/dev/cyapa/cyapa.c
1789
n = (size_t)(CYAPA_BUFSIZE - (fifo->windex - fifo->rindex));
sys/dev/cyapa/cyapa.c
1794
fifo_write(struct cyapa_softc *sc, struct cyapa_fifo *fifo, size_t n)
sys/dev/cyapa/cyapa.c
225
static size_t fifo_ready(struct cyapa_softc *sc, struct cyapa_fifo *fifo);
sys/dev/cyapa/cyapa.c
227
size_t n);
sys/dev/cyapa/cyapa.c
229
size_t n);
sys/dev/cyapa/cyapa.c
234
static size_t fifo_space(struct cyapa_softc *sc, struct cyapa_fifo *fifo);
sys/dev/cyapa/cyapa.c
698
size_t n;
sys/dev/cyapa/cyapa.c
863
size_t n;
sys/dev/dcons/dcons_os.h
46
size_t size;
sys/dev/dpaa2/dpaa2_console.c
158
static size_t
sys/dev/dpaa2/dpaa2_console.c
159
dpaa2_cons_read_bs(struct dpaa2_cons_dev *cd, size_t offset, void *dst, size_t len)
sys/dev/dpaa2/dpaa2_console.c
161
size_t count, l;
sys/dev/dpaa2/dpaa2_console.c
207
size_t rlen __diagused;
sys/dev/dpaa2/dpaa2_console.c
266
size_t len, size, count;
sys/dev/dpaa2/dpaa2_console.c
267
size_t rlen __diagused;
sys/dev/dpaa2/dpaa2_console.c
329
dpaa2_cons_create_dev(device_t dev, bus_addr_t pa, size_t size,
sys/dev/dpaa2/dpaa2_console.c
330
size_t offset, uint32_t magic, struct cdevsw *devsw,
sys/dev/dpaa2/dpaa2_console.c
336
size_t len;
sys/dev/dpaa2/dpaa2_console.c
99
size_t offset;
sys/dev/dpaa2/dpaa2_mc_acpi.c
332
void *propvalue, size_t size, device_property_type_t type)
sys/dev/dpaa2/memac_mdio.h
58
void *, size_t, device_property_type_t);
sys/dev/dpaa2/memac_mdio_common.c
261
void *propvalue, size_t size, device_property_type_t type)
sys/dev/drm2/drm.h
134
size_t name_len; /**< Length of name buffer */
sys/dev/drm2/drm.h
136
size_t date_len; /**< Length of date buffer */
sys/dev/drm2/drm.h
138
size_t desc_len; /**< Length of desc buffer */
sys/dev/drm2/drm.h
148
size_t unique_len; /**< Length of unique */
sys/dev/drm2/drmP.h
1420
extern drm_dma_handle_t *drm_pci_alloc(struct drm_device *dev, size_t size,
sys/dev/drm2/drmP.h
1421
size_t align, dma_addr_t maxaddr);
sys/dev/drm2/drmP.h
1431
size_t size);
sys/dev/drm2/drmP.h
1433
struct drm_gem_object *obj, size_t size);
sys/dev/drm2/drmP.h
1435
struct drm_gem_object *obj, size_t size);
sys/dev/drm2/drmP.h
603
size_t size;
sys/dev/drm2/drm_crtc.h
699
size_t num_connectors;
sys/dev/drm2/drm_drv.c
291
static int drm_copy_field(char *buf, size_t *buf_len, const char *value)
sys/dev/drm2/drm_gem.c
106
struct drm_gem_object *obj, size_t size)
sys/dev/drm2/drm_gem.c
129
struct drm_gem_object *obj, size_t size)
sys/dev/drm2/drm_gem.c
145
drm_gem_object_alloc(struct drm_device *dev, size_t size)
sys/dev/drm2/drm_global.h
42
size_t size;
sys/dev/drm2/drm_ioc32.c
342
size_t nbytes;
sys/dev/drm2/drm_ioc32.c
401
size_t nbytes;
sys/dev/drm2/drm_mem_util.h
35
static __inline__ void *drm_calloc_large(size_t nmemb, size_t size)
sys/dev/drm2/drm_mem_util.h
42
static __inline__ void *drm_malloc_ab(size_t nmemb, size_t size)
sys/dev/drm2/drm_os_freebsd.c
404
hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize,
sys/dev/drm2/drm_os_freebsd.c
405
char *linebuf, size_t linebuflen, bool ascii __unused)
sys/dev/drm2/drm_os_freebsd.h
309
__put_user(size_t size, void *ptr, void *x)
sys/dev/drm2/drm_os_freebsd.h
326
__get_user(size_t size, const void *ptr, void *x)
sys/dev/drm2/drm_os_freebsd.h
680
void hex_dump_to_buffer(const void *buf, size_t len, int rowsize,
sys/dev/drm2/drm_os_freebsd.h
681
int groupsize, char *linebuf, size_t linebuflen, bool ascii);
sys/dev/drm2/drm_pci.c
67
drm_dma_handle_t *drm_pci_alloc(struct drm_device * dev, size_t size,
sys/dev/drm2/drm_pci.c
68
size_t align, dma_addr_t maxaddr)
sys/dev/drm2/ttm/ttm_bo.c
112
size_t acc_size = bo->acc_size;
sys/dev/drm2/ttm/ttm_bo.c
1223
size_t acc_size,
sys/dev/drm2/ttm/ttm_bo.c
1309
size_t ttm_bo_acc_size(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
1314
size_t size = 0;
sys/dev/drm2/ttm/ttm_bo.c
1322
size_t ttm_bo_dma_acc_size(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo.c
1327
size_t size = 0;
sys/dev/drm2/ttm/ttm_bo.c
1346
size_t acc_size;
sys/dev/drm2/ttm/ttm_bo_api.h
197
size_t acc_size;
sys/dev/drm2/ttm/ttm_bo_api.h
450
size_t ttm_bo_acc_size(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_api.h
453
size_t ttm_bo_dma_acc_size(struct ttm_bo_device *bdev,
sys/dev/drm2/ttm/ttm_bo_api.h
499
size_t acc_size,
sys/dev/drm2/ttm/ttm_bo_api.h
721
size_t count, off_t *f_pos, bool write);
sys/dev/drm2/ttm/ttm_bo_vm.c
390
const char __user *wbuf, char __user *rbuf, size_t count,
sys/dev/drm2/ttm/ttm_bo_vm.c
400
size_t io_size;
sys/dev/drm2/ttm/ttm_bo_vm.c
483
char __user *rbuf, size_t count, loff_t *f_pos,
sys/dev/drm2/ttm/ttm_bo_vm.c
490
size_t io_size;
sys/dev/drm2/ttm/ttm_memory.c
452
size_t ttm_round_pot(size_t size)
sys/dev/drm2/ttm/ttm_memory.c
459
size_t tmp_size = 4;
sys/dev/drm2/ttm/ttm_memory.c
90
size_t size)
sys/dev/drm2/ttm/ttm_memory.h
147
extern size_t ttm_round_pot(size_t size);
sys/dev/drm2/ttm/ttm_page_alloc.c
220
struct attribute *attr, const char *buffer, size_t size)
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
208
const char *buffer, size_t size)
sys/dev/dwc/dwc1000_core.c
121
size_t cnt;
sys/dev/dwc/dwc1000_core.c
93
size_t cnt;
sys/dev/efidev/efirt.c
180
size_t efisz;
sys/dev/efidev/efirt.c
371
get_table_length(enum efi_table_type type, size_t *table_len, void **taddr)
sys/dev/efidev/efirt.c
379
size_t len = sizeof(*esrt);
sys/dev/efidev/efirt.c
421
size_t len = sizeof(*prop);
sys/dev/efidev/efirt.c
455
size_t len = sizeof(struct efi_memory_attribute_table);
sys/dev/efidev/efirt.c
490
copy_table(efi_guid_t *guid, void **buf, size_t buf_len, size_t *table_len)
sys/dev/efidev/efirt.c
500
size_t table_idx;
sys/dev/efidev/efirt.c
772
size_t *datasize, void *data)
sys/dev/efidev/efirt.c
795
var_nextname(size_t *namesize, efi_char *name, efi_guid_t *vendor)
sys/dev/efidev/efirt.c
817
size_t datasize, void *data)
sys/dev/ena/ena_datapath.c
855
size_t iseg = 0;
sys/dev/ena/ena_rss.c
43
ena_rss_key_fill(void *key, size_t size)
sys/dev/ena/ena_rss.c
63
ena_rss_reorder_hash_key(u8 *reordered_key, const u8 *key, size_t key_size)
sys/dev/enic/enic.h
158
void *(*alloc_consistent)(void *priv, size_t size,
sys/dev/enic/enic.h
160
void (*free_consistent)(void *priv, size_t size, void *vaddr,
sys/dev/enic/if_enic.c
110
static void *enic_alloc_consistent(void *, size_t, bus_addr_t *,
sys/dev/enic/if_enic.c
112
static void enic_free_consistent(void *, size_t, void *, bus_addr_t,
sys/dev/enic/if_enic.c
1505
enic_alloc_consistent(void *priv, size_t size, bus_addr_t * dma_handle,
sys/dev/enic/if_enic.c
1527
enic_free_consistent(void *priv, size_t size, void *vaddr,
sys/dev/enic/vnic_dev.c
26
void *(*alloc_consistent)(void *priv, size_t size,
sys/dev/enic/vnic_dev.c
29
size_t size, void *vaddr,
sys/dev/enic/vnic_dev.c
523
int vnic_dev_spec(struct vnic_dev *vdev, unsigned int offset, size_t size,
sys/dev/enic/vnic_dev.h
31
size_t size;
sys/dev/enic/vnic_dev.h
33
size_t base_align;
sys/dev/enic/vnic_dev.h
35
size_t size_unaligned;
sys/dev/enic/vnic_dev.h
57
void *(*alloc_consistent)(void *priv, size_t size,
sys/dev/enic/vnic_dev.h
60
size_t size, void *vaddr,
sys/dev/enic/vnic_dev.h
92
int vnic_dev_spec(struct vnic_dev *vdev, unsigned int offset, size_t size,
sys/dev/etherswitch/ar40xx/ar40xx_main.c
336
sc->sc_ess_mem_size = (size_t) bus_get_resource_count(dev,
sys/dev/etherswitch/ar40xx/ar40xx_var.h
66
size_t sc_ess_mem_size;
sys/dev/evdev/cdev.c
107
size_t buffer_size;
sys/dev/evdev/cdev.c
183
size_t evsize;
sys/dev/evdev/cdev.c
264
size_t evsize;
sys/dev/evdev/cdev.c
402
size_t nvalues;
sys/dev/evdev/cdev.c
825
size_t count, head, tail, ready;
sys/dev/evdev/cdev.c
874
size_t i, head, tail, ready, size;
sys/dev/evdev/cdev.c
912
size_t head, tail, count, i;
sys/dev/evdev/evdev.c
135
evdev_set_report_size(struct evdev_dev *evdev, size_t report_size)
sys/dev/evdev/evdev.c
145
static size_t
sys/dev/evdev/evdev.c
148
size_t size = 0;
sys/dev/evdev/evdev.h
154
int evdev_set_report_size(struct evdev_dev *, size_t);
sys/dev/evdev/evdev_mt.c
109
size_t size = offsetof(struct evdev_mt, slots);
sys/dev/evdev/evdev_private.h
124
size_t ev_report_size;
sys/dev/evdev/evdev_private.h
224
size_t ec_buffer_size;
sys/dev/evdev/evdev_private.h
225
size_t ec_buffer_head; /* (q) */
sys/dev/evdev/evdev_private.h
226
size_t ec_buffer_tail; /* (q) */
sys/dev/evdev/evdev_private.h
227
size_t ec_buffer_ready; /* (q) */
sys/dev/evdev/evdev_utils.c
229
size_t i;
sys/dev/evdev/evdev_utils.c
285
size_t i;
sys/dev/evdev/evdev_utils.c
295
size_t i;
sys/dev/evdev/uinput.c
115
size_t ucs_buffer_head;
sys/dev/evdev/uinput.c
116
size_t ucs_buffer_tail;
sys/dev/evdev/uinput.c
177
size_t head, tail;
sys/dev/fb/fbreg.h
110
typedef int vi_save_state_t(video_adapter_t *adp, void *p, size_t size);
sys/dev/fb/fbreg.h
40
copyw(uint16_t *src, uint16_t *dst, size_t size)
sys/dev/fb/fbreg.h
62
void ofwfb_bcopy(const void *s, void *d, size_t c);
sys/dev/fb/fbreg.h
63
void ofwfb_bzero(void *d, size_t c);
sys/dev/fb/fbreg.h
64
void ofwfb_fillw(int pat, void *base, size_t cnt);
sys/dev/fb/fbreg.h
76
fillw(int val, uint16_t *buf, size_t size)
sys/dev/fb/s3_pci.c
203
s3lfb_map_buffer(u_int paddr, size_t size)
sys/dev/fb/s3_pci.c
347
s3lfb_save_state(video_adapter_t *adp, void *p, size_t size)
sys/dev/fb/splash.c
64
size_t sz;
sys/dev/fb/splashreg.h
43
size_t data_size;
sys/dev/fb/vesa.c
1475
vesa_save_state(video_adapter_t *adp, void *p, size_t size)
sys/dev/fb/vesa.c
1478
size_t bsize;
sys/dev/fb/vesa.c
1512
size_t bsize;
sys/dev/fb/vesa.c
211
static size_t vesa_bios_state_buf_size(int);
sys/dev/fb/vesa.c
509
static size_t
sys/dev/fb/vesa.c
767
size_t bsize;
sys/dev/fb/vesa.c
768
size_t msize;
sys/dev/fb/vesa.c
87
static size_t vesa_state_buf_size;
sys/dev/fb/vesa.c
872
msize = (size_t)buf->v_memsize * 64 * 1024;
sys/dev/fb/vesa.c
93
static size_t vesa_vmem_max;
sys/dev/fb/vesa.c
98
static size_t vesa_bios_size;
sys/dev/fb/vga.c
1331
fill(int val, void *d, size_t size)
sys/dev/fb/vga.c
1341
filll_io(int val, vm_offset_t d, size_t size)
sys/dev/fb/vga.c
2098
vga_save_state(video_adapter_t *adp, void *p, size_t size)
sys/dev/fb/vga.c
2985
dump_buffer(u_char *buf, size_t len)
sys/dev/fb/vga.c
438
static void filll_io(int val, vm_offset_t d, size_t size);
sys/dev/fb/vga.c
456
static void dump_buffer(u_char *buf, size_t len);
sys/dev/fdt/fdt_common.c
545
fdt_get_chosen_bootargs(char *bootargs, size_t max_size)
sys/dev/fdt/fdt_common.h
84
int fdt_get_chosen_bootargs(char *bootargs, size_t max_size);
sys/dev/fdt/simplebus.c
395
void *propvalue, size_t size, device_property_type_t type)
sys/dev/fdt/simplebus.c
60
const char *propname, void *propvalue, size_t size,
sys/dev/filemon/filemon.c
255
size_t len;
sys/dev/filemon/filemon.c
95
static void filemon_output(struct filemon *filemon, char *msg, size_t len);
sys/dev/filemon/filemon_wrapper.c
49
filemon_output(struct filemon *filemon, char *msg, size_t len)
sys/dev/filemon/filemon_wrapper.c
80
size_t len;
sys/dev/firewire/sbp.c
2594
"(seg=%d/%d)\n", (size_t)s->ds_len, i + 1, seg);
sys/dev/firmware/arm/scmi_shmem.c
154
size_t len;
sys/dev/flash/flexspi/flex_spi.c
116
size_t count);
sys/dev/flash/flexspi/flex_spi.c
118
uint8_t *data, size_t size);
sys/dev/flash/flexspi/flex_spi.c
502
size_t count)
sys/dev/flash/flexspi/flex_spi.c
505
size_t len;
sys/dev/flash/flexspi/flex_spi.c
548
size_t size)
sys/dev/flash/flexspi/flex_spi.c
551
size_t ptr;
sys/dev/flash/flexspi/flex_spi.c
565
size_t size_in_sector = size;
sys/dev/gpio/gpiobus.c
709
size_t ivars_size)
sys/dev/gpio/gpiobus_internal.h
47
device_t gpiobus_add_child_common(device_t, u_int, const char *, int, size_t);
sys/dev/gpio/gpioc.c
1042
size_t recsize;
sys/dev/gpio/gpioc.c
187
static size_t
sys/dev/gpio/gpioc.c
730
size_t recsize;
sys/dev/gpio/gpiokeys.c
946
gpiokeys_get_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/gpio/gpiokeys.c
953
gpiokeys_set_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/gve/gve_tx.c
399
gve_tx_free_fifo(struct gve_tx_fifo *fifo, size_t bytes)
sys/dev/gve/gve_tx.c
411
size_t space_freed = 0;
sys/dev/gve/gve_tx.c
541
gve_tx_fifo_can_alloc(struct gve_tx_fifo *fifo, size_t bytes)
sys/dev/gve/gve_tx.c
554
gve_tx_fifo_pad_alloc_one_frag(struct gve_tx_fifo *fifo, size_t bytes)
sys/dev/gve/gve_tx.c
575
gve_tx_alloc_fifo(struct gve_tx_fifo *fifo, size_t bytes,
sys/dev/gve/gve_tx.c
578
size_t overflow, padding;
sys/dev/hid/hidquirk.c
189
hid_strquirk(const char *str, size_t len)
sys/dev/hid/hidraw.c
417
size_t length;
sys/dev/hid/hidraw.c
500
size_t buf_offset;
sys/dev/hid/hkbd.c
1801
hkbd_get_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/hid/hkbd.c
1808
hkbd_set_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/hid/hmt.c
304
size_t i;
sys/dev/hid/hmt.c
477
size_t usage;
sys/dev/hid/hmt.c
662
size_t i;
sys/dev/hid/hmt.c
663
size_t cont = 0;
sys/dev/hid/ietp.c
139
static int ietp_iic_read_reg(device_t, uint16_t, size_t, void *);
sys/dev/hid/ietp.c
655
ietp_iic_read_reg(device_t dev, uint16_t reg, size_t len, void *val)
sys/dev/hid/u2f.c
318
size_t length = 0;
sys/dev/hptiop/hptiop.h
50
#define offsetof(TYPE, MEM) ((size_t)&((TYPE*)0)->MEM)
sys/dev/hwpmc/hwpmc_logging.c
360
size_t nbytes;
sys/dev/hwpmc/hwpmc_mod.c
4034
size_t pmcinfo_size;
sys/dev/hwpmc/hwpmc_mod.c
458
size_t kwlen;
sys/dev/hwpmc/hwpmc_mod.c
5418
caddr_t address, size_t size)
sys/dev/hwpmc/hwpmc_mpc7xxx.c
295
static size_t mpc7xxx_event_codes_size = nitems(mpc7xxx_event_codes);
sys/dev/hwpmc/hwpmc_powerpc.c
55
size_t ppc_event_codes_size;
sys/dev/hwpmc/hwpmc_powerpc.h
79
extern size_t ppc_event_codes_size;
sys/dev/hwpmc/hwpmc_ppc970.c
251
static size_t ppc970_event_codes_size = nitems(ppc970_event_codes);
sys/dev/hwt/hwt_backend.c
248
hwt_backend_svc_buf(struct hwt_context *ctx, void *data, size_t data_size,
sys/dev/hwt/hwt_backend.h
38
size_t data_size, int data_version);
sys/dev/hwt/hwt_backend.h
74
int hwt_backend_svc_buf(struct hwt_context *ctx, void *data, size_t data_size,
sys/dev/hwt/hwt_config.c
65
size_t config_size;
sys/dev/hwt/hwt_context.h
60
size_t bufsize; /* Trace bufsize for each vm.*/
sys/dev/hwt/hwt_context.h
63
size_t config_size;
sys/dev/hwt/hwt_hook.c
212
size_t bufsize;
sys/dev/hwt/hwt_ioctl.c
294
size_t cpusetsize;
sys/dev/hwt/hwt_thread.c
113
hwt_thread_alloc(struct hwt_thread **thr0, char *path, size_t bufsize,
sys/dev/hwt/hwt_thread.h
50
int hwt_thread_alloc(struct hwt_thread **thr0, char *path, size_t bufsize,
sys/dev/hwt/hwt_vm.c
254
size_t data_size;
sys/dev/hwt/hwt_vm.c
480
hwt_vm_alloc(size_t bufsize, int kva_req, char *path, struct hwt_vm **vm0)
sys/dev/hwt/hwt_vm.h
44
int hwt_vm_alloc(size_t bufsize, int kva_req, char *path, struct hwt_vm **vm0);
sys/dev/hyperv/include/hyperv.h
85
size_t);
sys/dev/hyperv/include/vmbus.h
185
struct vmbus_xact *xact, size_t *resp_len, bool can_sleep);
sys/dev/hyperv/include/vmbus_xact.h
37
size_t req_size, size_t resp_size,
sys/dev/hyperv/include/vmbus_xact.h
38
size_t priv_size);
sys/dev/hyperv/include/vmbus_xact.h
43
size_t req_len);
sys/dev/hyperv/include/vmbus_xact.h
49
size_t priv_len);
sys/dev/hyperv/include/vmbus_xact.h
53
size_t *resp_len);
sys/dev/hyperv/include/vmbus_xact.h
55
size_t *resp_len);
sys/dev/hyperv/include/vmbus_xact.h
57
size_t *resp_len);
sys/dev/hyperv/include/vmbus_xact.h
59
const void *data, size_t dlen);
sys/dev/hyperv/include/vmbus_xact.h
61
const void *data, size_t dlen);
sys/dev/hyperv/input/hv_hid.c
198
size_t resplen;
sys/dev/hyperv/input/hv_kbd.c
150
hvkbd_get_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/hyperv/input/hv_kbd.c
158
hvkbd_set_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/hyperv/input/hv_kbdc.c
343
size_t resplen;
sys/dev/hyperv/netvsc/hn_nvs.c
150
size_t resp_len;
sys/dev/hyperv/netvsc/hn_nvs.c
228
size_t resp_len;
sys/dev/hyperv/netvsc/hn_nvs.c
461
size_t resp_len;
sys/dev/hyperv/netvsc/hn_nvs.c
692
size_t resp_len;
sys/dev/hyperv/netvsc/hn_nvs.c
75
size_t *, uint32_t);
sys/dev/hyperv/netvsc/hn_nvs.c
94
void *req, int reqlen, size_t *resplen0, uint32_t type)
sys/dev/hyperv/netvsc/hn_nvs.c
97
size_t resplen, min_resplen = *resplen0;
sys/dev/hyperv/netvsc/hn_rndis.c
155
size_t eaddr_len;
sys/dev/hyperv/netvsc/hn_rndis.c
173
size_t size;
sys/dev/hyperv/netvsc/hn_rndis.c
191
size_t size;
sys/dev/hyperv/netvsc/hn_rndis.c
207
hn_rndis_xact_exec1(struct hn_softc *sc, struct vmbus_xact *xact, size_t reqlen,
sys/dev/hyperv/netvsc/hn_rndis.c
208
struct hn_nvs_sendctx *sndc, size_t *comp_len)
sys/dev/hyperv/netvsc/hn_rndis.c
256
size_t reqlen, size_t *comp_len0, uint32_t comp_type)
sys/dev/hyperv/netvsc/hn_rndis.c
259
size_t comp_len, min_complen = *comp_len0;
sys/dev/hyperv/netvsc/hn_rndis.c
309
const void *idata, size_t idlen, void *odata, size_t *odlen0)
sys/dev/hyperv/netvsc/hn_rndis.c
317
const void *idata, size_t idlen, void *odata, size_t *odlen0,
sys/dev/hyperv/netvsc/hn_rndis.c
318
size_t min_odlen)
sys/dev/hyperv/netvsc/hn_rndis.c
323
size_t reqlen, odlen = *odlen0, comp_len;
sys/dev/hyperv/netvsc/hn_rndis.c
410
size_t caps_len;
sys/dev/hyperv/netvsc/hn_rndis.c
530
hn_rndis_set(struct hn_softc *sc, uint32_t oid, const void *data, size_t dlen)
sys/dev/hyperv/netvsc/hn_rndis.c
535
size_t reqlen, comp_len;
sys/dev/hyperv/netvsc/hn_rndis.c
591
size_t paramsz;
sys/dev/hyperv/netvsc/hn_rndis.c
78
struct vmbus_xact *, size_t,
sys/dev/hyperv/netvsc/hn_rndis.c
79
struct hn_nvs_sendctx *, size_t *);
sys/dev/hyperv/netvsc/hn_rndis.c
81
struct vmbus_xact *, uint32_t, size_t, size_t *,
sys/dev/hyperv/netvsc/hn_rndis.c
84
const void *, size_t, void *, size_t *);
sys/dev/hyperv/netvsc/hn_rndis.c
853
size_t comp_len;
sys/dev/hyperv/netvsc/hn_rndis.c
86
const void *, size_t, void *, size_t *, size_t);
sys/dev/hyperv/netvsc/hn_rndis.c
88
const void *, size_t);
sys/dev/hyperv/netvsc/hn_rndis.c
921
size_t comp_len;
sys/dev/hyperv/netvsc/hn_rndis.c
947
size_t caps_len, size;
sys/dev/hyperv/netvsc/if_hn.c
2890
hn_rndis_pktinfo_append(struct rndis_packet_msg *pkt, size_t pktsize,
sys/dev/hyperv/netvsc/if_hn.c
2891
size_t pi_dlen, uint32_t pi_type)
sys/dev/hyperv/netvsc/if_hn.c
2893
const size_t pi_size = HN_RNDIS_PKTINFO_SIZE(pi_dlen);
sys/dev/hyperv/pcib/vmbus_pcib.c
1181
size_t size_res;
sys/dev/hyperv/pcib/vmbus_pcib.c
1765
size_t setsize, cpuset_t *cpuset)
sys/dev/hyperv/utilities/hv_kvp.c
729
size_t amt;
sys/dev/hyperv/utilities/hv_kvp.c
761
size_t amt;
sys/dev/hyperv/utilities/unicode.h
141
size_t
sys/dev/hyperv/utilities/unicode.h
142
utf16_to_utf8(char *dst, size_t dst_len,
sys/dev/hyperv/utilities/unicode.h
143
const uint16_t *src, size_t src_len,
sys/dev/hyperv/utilities/unicode.h
38
size_t utf8_to_utf16(uint16_t *, size_t, const char *, size_t, int, int *);
sys/dev/hyperv/utilities/unicode.h
39
size_t utf16_to_utf8(char *, size_t, const uint16_t *, size_t, int, int *);
sys/dev/hyperv/utilities/unicode.h
41
size_t
sys/dev/hyperv/utilities/unicode.h
42
utf8_to_utf16(uint16_t *dst, size_t dst_len,
sys/dev/hyperv/utilities/unicode.h
43
const char *src, size_t src_len,
sys/dev/hyperv/utilities/unicode.h
47
size_t spos, dpos;
sys/dev/hyperv/vmbus/hyperv.c
157
hyperv_guid2str(const struct hyperv_guid *guid, char *buf, size_t sz)
sys/dev/hyperv/vmbus/vmbus.c
245
vmbus_msghc_reset(struct vmbus_msghc *mh, size_t dsize)
sys/dev/hyperv/vmbus/vmbus.c
260
vmbus_msghc_get(struct vmbus_softc *sc, size_t dsize)
sys/dev/hyperv/vmbus/vmbus.c
366
size_t resp_len;
sys/dev/hyperv/vmbus/vmbus.c
374
size_t resp_len;
sys/dev/hyperv/vmbus/vmbus_chan.c
2337
struct vmbus_xact *xact, size_t *resp_len, bool can_sleep)
sys/dev/hyperv/vmbus/vmbus_chan.c
568
size_t reqsz;
sys/dev/hyperv/vmbus/vmbus_var.h
195
vmbus_msghc_get(struct vmbus_softc *, size_t);
sys/dev/hyperv/vmbus/vmbus_var.h
210
void vmbus_msghc_reset(struct vmbus_msghc *, size_t);
sys/dev/hyperv/vmbus/vmbus_xact.c
139
vmbus_xact_ctx_create(bus_dma_tag_t dtag, size_t req_size, size_t resp_size,
sys/dev/hyperv/vmbus/vmbus_xact.c
140
size_t priv_size)
sys/dev/hyperv/vmbus/vmbus_xact.c
204
vmbus_xact_get(struct vmbus_xact_ctx *ctx, size_t req_len)
sys/dev/hyperv/vmbus/vmbus_xact.c
249
vmbus_xact_priv(const struct vmbus_xact *xact, size_t priv_len)
sys/dev/hyperv/vmbus/vmbus_xact.c
282
vmbus_xact_return(struct vmbus_xact *xact, size_t *resp_len)
sys/dev/hyperv/vmbus/vmbus_xact.c
311
vmbus_xact_wait1(struct vmbus_xact *xact, size_t *resp_len,
sys/dev/hyperv/vmbus/vmbus_xact.c
339
vmbus_xact_wait(struct vmbus_xact *xact, size_t *resp_len)
sys/dev/hyperv/vmbus/vmbus_xact.c
346
vmbus_xact_busywait(struct vmbus_xact *xact, size_t *resp_len)
sys/dev/hyperv/vmbus/vmbus_xact.c
353
vmbus_xact_poll(struct vmbus_xact *xact, size_t *resp_len)
sys/dev/hyperv/vmbus/vmbus_xact.c
375
vmbus_xact_save_resp(struct vmbus_xact *xact, const void *data, size_t dlen)
sys/dev/hyperv/vmbus/vmbus_xact.c
378
size_t cplen = dlen;
sys/dev/hyperv/vmbus/vmbus_xact.c
395
vmbus_xact_wakeup(struct vmbus_xact *xact, const void *data, size_t dlen)
sys/dev/hyperv/vmbus/vmbus_xact.c
420
vmbus_xact_ctx_wakeup(struct vmbus_xact_ctx *ctx, const void *data, size_t dlen)
sys/dev/hyperv/vmbus/vmbus_xact.c
47
size_t x_resp_len;
sys/dev/hyperv/vmbus/vmbus_xact.c
52
size_t xc_req_size;
sys/dev/hyperv/vmbus/vmbus_xact.c
53
size_t xc_resp_size;
sys/dev/hyperv/vmbus/vmbus_xact.c
54
size_t xc_priv_size;
sys/dev/hyperv/vmbus/vmbus_xact.c
73
static const void *vmbus_xact_wait1(struct vmbus_xact *, size_t *,
sys/dev/hyperv/vmbus/vmbus_xact.c
76
size_t *);
sys/dev/hyperv/vmbus/vmbus_xact.c
78
const void *, size_t);
sys/dev/ice/ice_controlq.c
125
size_t size = cq->num_sq_entries * sizeof(struct ice_aq_desc);
sys/dev/ice/ice_controlq.c
142
size_t size = cq->num_rq_entries * sizeof(struct ice_aq_desc);
sys/dev/ice/ice_flex_pipe.c
136
size_t len = strlen(tnls[i].label_prefix);
sys/dev/ice/ice_iflib_txrx.c
397
size_t cidx;
sys/dev/ice/ice_iov.c
225
size_t size;
sys/dev/ice/ice_lib.c
10054
size_t ifd_len = ifd->ifd_len, malloc_len;
sys/dev/ice/ice_lib.c
11710
size_t ifd_len = ifd->ifd_len;
sys/dev/ice/ice_lib.c
6812
size_t est_output_len = ICE_FW_DUMP_BASE_TEXT_SIZE;
sys/dev/ice/ice_lib.c
7047
size_t q_teids_size, q_ids_size, q_handles_size;
sys/dev/ice/ice_osdep.c
129
uint32_t __unused groupsize, uint8_t *buf, size_t len)
sys/dev/ice/ice_osdep.c
164
uint8_t *buf, size_t len)
sys/dev/ice/ice_osdep.h
105
ice_calloc(struct ice_hw __unused *hw, size_t count, size_t size)
sys/dev/ice/ice_osdep.h
119
ice_malloc(struct ice_hw __unused *hw, size_t size)
sys/dev/ice/ice_osdep.h
136
ice_memdup(struct ice_hw __unused *hw, const void *src, size_t size,
sys/dev/ice/ice_osdep.h
393
size_t size;
sys/dev/ice/ice_osdep.h
70
uint32_t groupsize, uint8_t *buf, size_t len);
sys/dev/ice/ice_osdep.h
72
uint8_t *buf, size_t len);
sys/dev/ice/if_ice_iflib.c
2021
size_t j;
sys/dev/ida/ida_disk.c
126
idad_dump(void *arg, void *virtual, off_t offset, size_t length)
sys/dev/iicbus/controller/rockchip/rk_i2c.c
132
size_t cnt;
sys/dev/iicbus/iicbus.c
225
size_t ivars_size)
sys/dev/iicbus/iicbus.h
89
int unit, size_t ivars_size);
sys/dev/iicbus/iiconf.c
552
size_t bufsize;
sys/dev/iicbus/pmic/act8846.c
143
size_t size)
sys/dev/iicbus/pmic/act8846.c
96
size_t size)
sys/dev/iicbus/pmic/act8846.h
56
size_t size);
sys/dev/iicbus/pmic/act8846.h
58
size_t size);
sys/dev/iicbus/rtc/s35390a.c
156
s390rtc_read(device_t dev, uint8_t reg, uint8_t *buf, size_t len)
sys/dev/iicbus/rtc/s35390a.c
182
s390rtc_write(device_t dev, uint8_t reg, uint8_t *buf, size_t len)
sys/dev/iicbus/sensor/lm75.c
130
lm75_read(device_t dev, uint32_t addr, uint8_t reg, uint8_t *data, size_t len)
sys/dev/iicbus/sensor/lm75.c
144
lm75_write(device_t dev, uint32_t addr, uint8_t *data, size_t len)
sys/dev/iicbus/sensor/lm75.c
94
static int lm75_read(device_t, uint32_t, uint8_t, uint8_t *, size_t);
sys/dev/iicbus/sensor/lm75.c
95
static int lm75_write(device_t, uint32_t, uint8_t *, size_t);
sys/dev/intpm/intpm.c
111
size_t i;
sys/dev/ioat/ioat.c
1032
size_t
sys/dev/ioat/ioat.c
531
size_t ringsz;
sys/dev/ioat/ioat.h
129
size_t ioat_get_max_io_size(bus_dmaengine_t dmaengine);
sys/dev/ioat/ioat_test.c
128
dump_hex(void *p, size_t chunks)
sys/dev/ioat/ioat_test.c
130
size_t i, j;
sys/dev/ipmi/ipmi.c
505
uint8_t addr, uint8_t command, size_t requestlen, size_t replylen)
sys/dev/ipmi/ipmi.c
525
uint8_t command, size_t requestlen, size_t replylen)
sys/dev/ipmi/ipmi_ssif.c
77
size_t len;
sys/dev/ipmi/ipmivars.h
242
uint8_t, uint8_t, size_t, size_t);
sys/dev/ipmi/ipmivars.h
244
uint8_t, size_t, size_t);
sys/dev/ipmi/ipmivars.h
46
size_t ir_requestlen;
sys/dev/ipmi/ipmivars.h
48
size_t ir_replybuflen; /* Length of ir_reply[] buffer. */
sys/dev/ips/ips_disk.c
185
ipsd_dump(void *arg, void *virtual, off_t offset, size_t length)
sys/dev/ips/ips_disk.c
194
size_t len;
sys/dev/ips/ips_disk.c
40
static int ipsd_dump(void *arg, void *virtual, off_t offset, size_t length);
sys/dev/ipw/if_ipw.c
2066
ipw_setssid(struct ipw_softc *sc, void *ssid, size_t ssidlen)
sys/dev/irdma/fbsd_kcompat.h
184
void irdma_get_dev_fw_str(struct ib_device *dev, char *str, size_t str_len);
sys/dev/irdma/fbsd_kcompat.h
280
static inline size_t irdma_ib_umem_num_dma_blocks(struct ib_umem *umem, unsigned long pgsz, u64 iova)
sys/dev/irdma/fbsd_kcompat.h
287
return (size_t)((ALIGN(iova + umem->length, pgsz) -
sys/dev/irdma/irdma_kcompat.c
70
size_t str_len)
sys/dev/iscsi/icl.h
102
size_t ic_hw_isomax;
sys/dev/iscsi/icl.h
103
size_t ic_maxtags;
sys/dev/iscsi/icl.h
71
size_t ip_ahs_len;
sys/dev/iscsi/icl.h
73
size_t ip_data_len;
sys/dev/iscsi/icl_soft.c
1111
struct bio *bp, size_t offset, size_t len, int flags)
sys/dev/iscsi/icl_soft.c
1116
size_t mtodo, page_offset, todo;
sys/dev/iscsi/icl_soft.c
1222
const void *addr, size_t len, int flags)
sys/dev/iscsi/icl_soft.c
1226
size_t copylen, off = 0;
sys/dev/iscsi/icl_soft.c
1270
size_t pdu_off, struct bio *bp, size_t bio_off, size_t len)
sys/dev/iscsi/icl_soft.c
1273
size_t page_offset, todo;
sys/dev/iscsi/icl_soft.c
1303
size_t off, void *addr, size_t len)
sys/dev/iscsi/icl_soft.c
1394
size_t minspace;
sys/dev/iscsi/icl_soft.c
286
static size_t
sys/dev/iscsi/icl_soft.c
300
size_t
sys/dev/iscsi/icl_soft.c
317
static size_t
sys/dev/iscsi/icl_soft.c
327
static size_t
sys/dev/iscsi/icl_soft.c
330
size_t len;
sys/dev/iscsi/icl_soft.c
345
icl_soft_receive_buf(struct mbuf **r, size_t *rs, void *buf, size_t s)
sys/dev/iscsi/icl_soft.c
356
icl_pdu_receive_ahs(struct icl_pdu *request, struct mbuf **r, size_t *rs)
sys/dev/iscsi/icl_soft.c
378
icl_mbuf_to_crc32c(struct mbuf *m0, size_t len)
sys/dev/iscsi/icl_soft.c
389
icl_pdu_check_header_digest(struct icl_pdu *request, struct mbuf **r, size_t *rs)
sys/dev/iscsi/icl_soft.c
416
static size_t
sys/dev/iscsi/icl_soft.c
419
size_t len;
sys/dev/iscsi/icl_soft.c
466
size_t *rs, bool *more_neededp)
sys/dev/iscsi/icl_soft.c
469
size_t len, padding = 0;
sys/dev/iscsi/icl_soft.c
530
icl_pdu_check_data_digest(struct icl_pdu *request, struct mbuf **r, size_t *rs)
sys/dev/iscsi/icl_soft.c
564
icl_conn_receive_pdu(struct icl_soft_conn *isc, struct mbuf **r, size_t *rs)
sys/dev/iscsi/icl_soft.c
568
size_t len;
sys/dev/iscsi/icl_soft.c
690
icl_conn_receive_pdus(struct icl_soft_conn *isc, struct mbuf **r, size_t *rs)
sys/dev/iscsi/icl_soft.c
733
size_t available, read = 0;
sys/dev/iscsi/icl_soft.c
79
size_t receive_len;
sys/dev/iscsi/icl_soft.c
821
size_t padding, pdu_len;
sys/dev/iscsi/icl_wrappers.h
52
static inline size_t
sys/dev/iscsi/icl_wrappers.h
60
icl_pdu_append_bio(struct icl_pdu *ip, struct bio *bp, size_t offset,
sys/dev/iscsi/icl_wrappers.h
61
size_t len, int flags)
sys/dev/iscsi/icl_wrappers.h
69
icl_pdu_append_data(struct icl_pdu *ip, const void *addr, size_t len, int flags)
sys/dev/iscsi/icl_wrappers.h
76
icl_pdu_get_bio(struct icl_pdu *ip, size_t pdu_off, struct bio *bp,
sys/dev/iscsi/icl_wrappers.h
77
size_t bio_off, size_t len)
sys/dev/iscsi/icl_wrappers.h
84
icl_pdu_get_data(struct icl_pdu *ip, size_t off, void *addr, size_t len)
sys/dev/iscsi/iscsi.c
1104
iscsi_pdu_get_data_csio(struct icl_pdu *response, size_t pdu_offset,
sys/dev/iscsi/iscsi.c
1105
struct ccb_scsiio *csio, size_t oreceived, size_t data_segment_len)
sys/dev/iscsi/iscsi.c
1129
size_t data_segment_len, received, oreceived;
sys/dev/iscsi/iscsi.c
1172
io->io_received, (size_t)ntohl(bhsdi->bhsdi_buffer_offset));
sys/dev/iscsi/iscsi.c
1252
size_t off, size_t len, int how)
sys/dev/iscsi/iscsi.c
1275
size_t off, len, max_send_data_segment_length, total_len;
sys/dev/iscsi/iscsi.c
1808
size_t datalen;
sys/dev/iscsi/iscsi.c
2425
size_t len;
sys/dev/iscsi/iscsi.c
2514
("unsupported CDB size %zd", (size_t)csio->cdb_len));
sys/dev/iscsi/iscsi.c
850
size_t datasize;
sys/dev/iscsi/iscsi.c
919
size_t data_segment_len, received;
sys/dev/iscsi/iscsi.h
44
size_t io_received;
sys/dev/iscsi/iscsi_ioctl.h
138
size_t spare[3];
sys/dev/iscsi/iscsi_ioctl.h
191
size_t ids_spare;
sys/dev/iscsi/iscsi_ioctl.h
193
size_t ids_data_segment_len;
sys/dev/iscsi/iscsi_ioctl.h
201
size_t idr_spare;
sys/dev/iscsi/iscsi_ioctl.h
203
size_t idr_data_segment_len;
sys/dev/iscsi/iscsi_ioctl.h
81
size_t isl_spare0;
sys/dev/iser/icl_iser.c
116
struct bio *bp, size_t offset, size_t len, int flags)
sys/dev/iser/icl_iser.c
128
const void *addr, size_t len, int flags)
sys/dev/iser/icl_iser.c
146
size_t pdu_off, struct bio *bp, size_t bio_off,
sys/dev/iser/icl_iser.c
147
size_t len)
sys/dev/iser/icl_iser.c
154
size_t off, void *addr, size_t len)
sys/dev/iser/icl_iser.c
199
size_t
sys/dev/iser/iser_initiator.c
282
size_t len, tlen;
sys/dev/iser/iser_initiator.c
305
size_t len, tlen;
sys/dev/iser/iser_initiator.c
416
size_t datalen = iser_pdu->icl_pdu.ip_data_len;
sys/dev/isp/isp.c
1154
size_t amt = 0;
sys/dev/isp/isp_library.c
338
isp_gen_role_str(char *buf, size_t len, uint16_t p3)
sys/dev/isp/isp_library.h
85
void isp_gen_role_str(char *, size_t, uint16_t);
sys/dev/isp/isp_pci.c
475
size_t psize, xsize;
sys/dev/isp/ispvar.h
140
#define ISP_QUEUE_ENTRY(q, idx) (((uint8_t *)q) + ((size_t)(idx) * QENTRY_LEN))
sys/dev/isp/ispvar.h
141
#define ISP_QUEUE_SIZE(n) ((size_t)(n) * QENTRY_LEN)
sys/dev/iwi/if_iwi.c
214
static void iwi_collect_bands(struct ieee80211com *, uint8_t [], size_t);
sys/dev/iwi/if_iwi.c
2343
size_t size = fw->size;
sys/dev/iwi/if_iwi.c
3589
iwi_collect_bands(struct ieee80211com *ic, uint8_t bands[], size_t bands_sz)
sys/dev/iwi/if_iwivar.h
117
size_t size; /* firmware image size */
sys/dev/iwm/if_iwm.c
1099
size_t maxsize;
sys/dev/iwm/if_iwm.c
1967
int maxchans, int *nchans, int ch_idx, size_t ch_num,
sys/dev/iwm/if_iwm.c
2013
size_t ch_num;
sys/dev/iwm/if_iwm.c
268
static int iwm_store_cscheme(struct iwm_softc *, const uint8_t *, size_t);
sys/dev/iwm/if_iwm.c
271
const uint8_t *, size_t);
sys/dev/iwm/if_iwm.c
303
struct ieee80211_channel[], int, int *, int, size_t,
sys/dev/iwm/if_iwm.c
435
iwm_store_cscheme(struct iwm_softc *sc, const uint8_t *data, size_t dlen)
sys/dev/iwm/if_iwm.c
450
enum iwm_ucode_type type, const uint8_t *data, size_t dlen)
sys/dev/iwm/if_iwm.c
4866
size_t size;
sys/dev/iwm/if_iwm.c
581
size_t len;
sys/dev/iwm/if_iwm.c
955
size_t descsz;
sys/dev/iwm/if_iwm_scan.c
386
size_t remain = sizeof(preq->buf);
sys/dev/iwm/if_iwm_scan.c
483
size_t cmd_size;
sys/dev/iwm/if_iwm_scan.c
616
size_t req_len;
sys/dev/iwm/if_iwm_scan.c
725
size_t req_len;
sys/dev/iwm/if_iwm_util.c
183
size_t hdrlen, datasz;
sys/dev/iwm/if_iwm_util.c
230
size_t totlen = hdrlen + paylen;
sys/dev/iwn/if_iwn.c
8288
size_t hdrlen = 24;
sys/dev/iwn/if_iwnvar.h
198
size_t size;
sys/dev/iwx/if_iwx.c
10200
size_t ctxt_info_size;
sys/dev/iwx/if_iwx.c
1250
const uint8_t *data, size_t dlen)
sys/dev/iwx/if_iwx.c
1331
size_t len;
sys/dev/iwx/if_iwx.c
1376
size_t tlv_len;
sys/dev/iwx/if_iwx.c
2134
size_t bc_tbl_size;
sys/dev/iwx/if_iwx.c
2136
size_t mapsize;
sys/dev/iwx/if_iwx.c
2949
size_t resp_len;
sys/dev/iwx/if_iwx.c
326
static int iwx_store_cscheme(struct iwx_softc *, const uint8_t *, size_t);
sys/dev/iwx/if_iwx.c
340
static void iwx_fw_version_str(char *, size_t, uint32_t, uint32_t, uint32_t);
sys/dev/iwx/if_iwx.c
342
const uint8_t *, size_t);
sys/dev/iwx/if_iwx.c
3644
size_t resp_len = v4 ? sizeof(*rsp) : sizeof(*rsp_v3);
sys/dev/iwx/if_iwx.c
3778
size_t len)
sys/dev/iwx/if_iwx.c
3887
iwx_pnvm_parse(struct iwx_softc *sc, const uint8_t *data, size_t len)
sys/dev/iwx/if_iwx.c
421
static int iwx_pnvm_handle_section(struct iwx_softc *, const uint8_t *, size_t);
sys/dev/iwx/if_iwx.c
422
static int iwx_pnvm_parse(struct iwx_softc *, const uint8_t *, size_t);
sys/dev/iwx/if_iwx.c
4519
size_t maxlen)
sys/dev/iwx/if_iwx.c
4531
size_t desc_size;
sys/dev/iwx/if_iwx.c
5185
size_t hdrlen, datasz;
sys/dev/iwx/if_iwx.c
5243
size_t totlen = hdrlen + paylen;
sys/dev/iwx/if_iwx.c
5670
size_t txcmd_size;
sys/dev/iwx/if_iwx.c
568
static void iwx_rx_mpdu_mq(struct iwx_softc *, struct mbuf *, void *, size_t);
sys/dev/iwx/if_iwx.c
6357
struct iwx_scan_channel_cfg_umac *chan, size_t chan_nitems,
sys/dev/iwx/if_iwx.c
6403
size_t remain = sizeof(preq->buf);
sys/dev/iwx/if_iwx.c
690
iwx_store_cscheme(struct iwx_softc *sc, const uint8_t *data, size_t dlen)
sys/dev/iwx/if_iwx.c
7191
size_t cmd_size = sizeof(cfg_cmd);
sys/dev/iwx/if_iwx.c
7262
size_t cmd_size = sizeof(cfg_cmd);
sys/dev/iwx/if_iwx.c
8335
size_t resp_len;
sys/dev/iwx/if_iwx.c
851
iwx_fw_version_str(char *buf, size_t bufsize,
sys/dev/iwx/if_iwx.c
8540
size_t size;
sys/dev/iwx/if_iwx.c
8962
const size_t minsz = sizeof(pkt->len_n_flags) + sizeof(pkt->hdr);
sys/dev/iwx/if_iwx.c
9008
size_t maxlen = IWX_RBUF_SIZE - offset - minsz;
sys/dev/iwx/if_iwx.c
9203
size_t pkt_len;
sys/dev/iwx/if_iwxvar.h
151
size_t fw_rawsize;
sys/dev/iwx/if_iwxvar.h
160
size_t fw_totlen;
sys/dev/iwx/if_iwxvar.h
171
size_t dbg_conf_tlv_len[IWX_FW_DBG_CONF_MAX];
sys/dev/iwx/if_iwxvar.h
173
size_t dbg_trigger_tlv_len[IWX_FW_DBG_TRIGGER_MAX];
sys/dev/iwx/if_iwxvar.h
175
size_t n_mem_tlv;
sys/dev/iwx/if_iwxvar.h
179
size_t iml_len;
sys/dev/iwx/if_iwxvar.h
207
size_t resp_pkt_len;
sys/dev/iwx/if_iwxvar.h
765
size_t bgscan_unref_arg_size;
sys/dev/iwx/if_iwxvar.h
773
size_t sc_cmd_resp_len[IWX_TX_RING_COUNT];
sys/dev/ixgbe/if_ix.c
1488
size_t ifd_len = ifd->ifd_len;
sys/dev/ixgbe/if_ix.c
1489
size_t malloc_len;
sys/dev/ixgbe/if_ix.c
1571
size_t ifd_len = ifd->ifd_len;
sys/dev/ixgbe/if_ix.c
3323
size_t est_output_len = IXGBE_DBG_DUMP_BASE_SIZE;
sys/dev/ixgbe/if_ix.c
987
size_t i;
sys/dev/ixgbe/ixgbe_e610.c
4939
size_t limited_len = min(len, (u16)IXGBE_DRV_VER_STR_LEN_E610);
sys/dev/ixgbe/ixgbe_osdep.c
161
uint8_t *buf, size_t len)
sys/dev/ixgbe/ixgbe_osdep.h
239
ixgbe_calloc(struct ixgbe_hw __unused *hw, size_t count, size_t size)
sys/dev/ixgbe/ixgbe_osdep.h
245
ixgbe_malloc(struct ixgbe_hw __unused *hw, size_t size)
sys/dev/ixgbe/ixgbe_osdep.h
257
uint32_t groupsize, uint8_t *buf, size_t len);
sys/dev/ixl/ixl_pf_iov.c
1777
size_t size;
sys/dev/ixl/ixl_pf_main.c
3163
size_t nvma_size, ifd_len, exp_len;
sys/dev/jedec_dimm/jedec_dimm.c
158
size_t dstsz, uint16_t offset, uint16_t len, bool ascii);
sys/dev/jedec_dimm/jedec_dimm.c
767
jedec_dimm_field_to_str(struct jedec_dimm_softc *sc, char *dst, size_t dstsz,
sys/dev/kbd/kbd.c
1115
genkbd_get_fkeystr(keyboard_t *kbd, int fkey, size_t *len)
sys/dev/kbd/kbd.c
504
static size_t
sys/dev/kbd/kbd.c
505
genkbd_getc(genkbd_softc_t *sc, char *buf, size_t len)
sys/dev/kbd/kbd.c
67
static u_char *genkbd_get_fkeystr(keyboard_t *kbd, int fkey, size_t *len);
sys/dev/kbd/kbd.c
677
size_t len;
sys/dev/kbd/kbdreg.h
308
kbdd_get_fkeystr(keyboard_t *kbd, int fkey, size_t *len)
sys/dev/kbd/kbdreg.h
63
typedef int kbd_get_state_t(keyboard_t *kbd, void *buf, size_t len);
sys/dev/kbd/kbdreg.h
64
typedef int kbd_set_state_t(keyboard_t *kbd, void *buf, size_t len);
sys/dev/kbd/kbdreg.h
66
size_t *len);
sys/dev/kbdmux/kbdmux.c
1295
kbdmux_get_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/kbdmux/kbdmux.c
1311
kbdmux_set_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/ksyms/ksyms.c
109
size_t ts_symsz;
sys/dev/ksyms/ksyms.c
110
size_t ts_strsz;
sys/dev/ksyms/ksyms.c
118
size_t to_resid;
sys/dev/ksyms/ksyms.c
159
ksyms_emit(struct ksyms_softc *sc, void *buf, off_t off, size_t sz)
sys/dev/ksyms/ksyms.c
192
size_t len, numsyms, strsz, symsz;
sys/dev/ksyms/ksyms.c
87
size_t sc_usize;
sys/dev/liquidio/base/lio_console.c
454
lio_console_handle_result(struct octeon_device *oct, size_t console_num)
sys/dev/liquidio/base/lio_console.c
467
size_t console_num, char *console_buffer,
sys/dev/liquidio/base/lio_console.c
470
size_t len;
sys/dev/liquidio/base/lio_console.c
520
size_t len;
sys/dev/liquidio/base/lio_console.c
857
size_t size)
sys/dev/liquidio/base/lio_ctrl.h
73
size_t wait_time;
sys/dev/liquidio/base/lio_device.c
473
oct->instr_queue[0]->app_ctx = (void *)(size_t)0;
sys/dev/liquidio/base/lio_device.h
766
size_t size);
sys/dev/liquidio/base/lio_droq.c
271
droq->app_ctx = (void *)(size_t)q_no;
sys/dev/liquidio/lio_network.h
192
lio_dma_alloc(size_t size, vm_paddr_t *dma_handle)
sys/dev/liquidio/lio_network.h
194
size_t align;
sys/dev/liquidio/lio_network.h
209
lio_dma_free(size_t size, void *cpu_addr)
sys/dev/liquidio/lio_rss.c
138
(size_t)rss_param->param.itablesize);
sys/dev/liquidio/lio_rss.c
156
(size_t)rss_param->param.hashkeysize);
sys/dev/malo/if_malo.c
430
int nbuf, size_t bufsize, int ndesc, size_t descsize)
sys/dev/malo/if_malohal.c
339
const void *data, size_t dsize, int waitfor)
sys/dev/malo/if_malohal.c
399
malo_hal_send_main(struct malo_hal *mh, const void *data, size_t dsize,
sys/dev/malo/if_malohal.c
433
size_t count;
sys/dev/mana/gdma_main.c
1500
(void *)(bar0_va + (size_t)mana_gd_r64(gc, GDMA_REG_DB_PAGE_OFFSET));
sys/dev/mana/gdma_main.c
1506
(void *)(bar0_va + (size_t)mana_gd_r64(gc, GDMA_REG_SHM_OFFSET));
sys/dev/mana/mana_en.c
75
mana_rss_key_fill(void *k, size_t size)
sys/dev/md/md.c
129
size_t md_units_nitems; /* items in md_units array */
sys/dev/md/md.c
2042
md_preloaded(u_char *image, size_t length, const char *name)
sys/dev/md/md.c
281
size_t pl_len;
sys/dev/mfi/mfi.c
3100
size_t len;
sys/dev/mfi/mfi.c
904
uint32_t opcode, void **bufp, size_t bufsize)
sys/dev/mfi/mfi_disk.c
316
mfi_disk_dump(void *arg, void *virt, off_t offset, size_t len)
sys/dev/mfi/mfi_syspd.c
265
mfi_syspd_dump(void *arg, void *virt, off_t offset, size_t len)
sys/dev/mfi/mfi_tbolt.c
1352
size_t ld_size;
sys/dev/mfi/mfivar.h
455
uint32_t, void **, size_t);
sys/dev/mii/mii_physubr.c
551
const struct mii_phydesc *mpd, size_t len)
sys/dev/mii/miivar.h
293
const struct mii_phydesc *mpd, size_t endlen);
sys/dev/mlx/mlx.c
101
static void *mlx_enquire(struct mlx_softc *sc, int command, size_t bufsize,
sys/dev/mlx/mlx.c
1587
mlx_enquire(struct mlx_softc *sc, int command, size_t bufsize, void (* complete)(struct mlx_command *mc))
sys/dev/mlx/mlx.c
236
size_t segsize;
sys/dev/mlx/mlxio.h
58
size_t mu_datasize; /* size of databuffer */
sys/dev/mlx/mlxvar.h
99
size_t mc_length;
sys/dev/mlx4/device.h
1409
size_t array_len, u8 port);
sys/dev/mlx4/mlx4_core/mlx4_fw.c
2571
u32 value[], size_t array_len, u8 port)
sys/dev/mlx4/mlx4_core/mlx4_fw.c
2575
size_t i;
sys/dev/mlx4/mlx4_core/mlx4_main.c
1169
const char *buf, size_t count)
sys/dev/mlx4/mlx4_core/mlx4_main.c
1247
const char *buf, size_t count)
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
1753
ssize_t (*store)(struct en_port *, struct en_port_attribute *, char *buf, size_t count);
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
142
size_t page_map_size;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
777
const struct ib_mad_hdr *in, size_t in_mad_size,
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
778
struct ib_mad_hdr *out, size_t *out_mad_size,
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
949
const struct ib_mad_hdr *in, size_t in_mad_size,
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
950
struct ib_mad_hdr *out, size_t *out_mad_size,
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
2406
size_t str_len)
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
2823
size_t flow_size;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
169
const char *buf, size_t count)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
398
const char *buf, size_t count);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
415
const char *buf, size_t size)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
460
const char *buf, size_t count)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
501
const char *buf, size_t count),
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
576
const char *buf, size_t count)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
70
const char *buf, size_t count)
sys/dev/mlx5/driver.h
1073
u64 mlx5_fwp_get_dma(struct mlx5_fw_page *fwp, size_t offset);
sys/dev/mlx5/driver.h
1074
void *mlx5_fwp_get_virt(struct mlx5_fw_page *fwp, size_t offset);
sys/dev/mlx5/driver.h
297
size_t num_counters;
sys/dev/mlx5/driver.h
485
size_t max_gs;
sys/dev/mlx5/driver.h
486
size_t max_avail_gather;
sys/dev/mlx5/fs.h
401
size_t size;
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_fs.c
394
size_t bfflen = 16;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1058
static int mlx5_copy_to_msg(struct mlx5_cmd_msg *to, void *from, size_t size)
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1060
size_t delta;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1061
size_t i;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1066
delta = min_t(size_t, size, sizeof(to->first.data));
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1076
delta = min_t(size_t, size, MLX5_CMD_DATA_BLOCK_SIZE);
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1086
size_t delta;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1087
size_t i;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1092
delta = min_t(size_t, size, sizeof(from->first.data));
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1102
delta = min_t(size_t, size, MLX5_CMD_DATA_BLOCK_SIZE);
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1111
mlx5_alloc_cmd_msg(struct mlx5_core_dev *dev, gfp_t flags, size_t size)
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1114
size_t blen;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1115
size_t n;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1116
size_t i;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1118
blen = size - min_t(size_t, sizeof(msg->first.data), size);
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
220
size_t i;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
277
size_t i;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
724
size_t i;
sys/dev/mlx5/mlx5_core/mlx5_core.h
130
u8 *status_message, size_t sm_len);
sys/dev/mlx5/mlx5_core/mlx5_diag_cnt.c
39
size_t max;
sys/dev/mlx5/mlx5_core/mlx5_diag_cnt.c
40
size_t num;
sys/dev/mlx5/mlx5_core/mlx5_diag_cnt.c
41
size_t x;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
150
size_t arr_sz;
sys/dev/mlx5/mlx5_core/mlx5_main.c
1950
size_t mac_size;
sys/dev/mlx5/mlx5_core/mlx5_main.c
212
const size_t driver_ver_sz =
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
189
mlx5_fwp_get_dma(struct mlx5_fw_page *fwp, size_t offset)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
191
size_t index = (offset / MLX5_ADAPTER_PAGE_SIZE);
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
198
mlx5_fwp_get_virt(struct mlx5_fw_page *fwp, size_t offset)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
200
size_t index = (offset / MLX5_ADAPTER_PAGE_SIZE);
sys/dev/mlx5/mlx5_core/mlx5_port.c
1241
u16 *monitor_opcode, u8 *status_message, size_t sm_len)
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1007
size_t out_sz)
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1818
u8 port_num, void *out, size_t sz)
sys/dev/mlx5/mlx5_core/mlx5_vport.c
635
u64 *addr_list, size_t addr_list_len)
sys/dev/mlx5/mlx5_core/mlx5_vport.c
641
size_t i;
sys/dev/mlx5/mlx5_en/en.h
1312
void mlx5e_iq_load_memory_single(struct mlx5e_iq *, u16, void *, size_t, u64 *, u32);
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
970
size_t x;
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
971
size_t num;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
1037
mlx5e_tls_rx_snd_tag_status_str(struct m_snd_tag *pmt, char *buf, size_t *sz)
sys/dev/mlx5/mlx5_en/mlx5_en_iq.c
513
mlx5e_iq_load_memory_single(struct mlx5e_iq *iq, u16 pi, void *buffer, size_t size,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_sdk.c
130
static int mlx5_fpga_mem_read_i2c(struct mlx5_fpga_device *fdev, size_t size,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_sdk.c
133
size_t max_size = MLX5_FPGA_ACCESS_REG_SIZE_MAX;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_sdk.c
134
size_t bytes_done = 0;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_sdk.c
162
static int mlx5_fpga_mem_write_i2c(struct mlx5_fpga_device *fdev, size_t size,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_sdk.c
165
size_t max_size = MLX5_FPGA_ACCESS_REG_SIZE_MAX;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_sdk.c
166
size_t bytes_done = 0;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_sdk.c
193
int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_sdk.c
226
int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_sdk.c
99
static int mem_transaction(struct mlx5_fpga_device *fdev, size_t size, u64 addr,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_trans.c
144
static int trans_validate(struct mlx5_fpga_device *fdev, u64 addr, size_t size)
sys/dev/mlx5/mlx5_fpga/mlx5fpga_trans.c
247
size_t payload_len;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c
47
size_t pos;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c
72
size_t left, cur_size, page_size;
sys/dev/mlx5/mlx5_fpga/sdk.h
258
int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr,
sys/dev/mlx5/mlx5_fpga/sdk.h
276
int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr,
sys/dev/mlx5/mlx5_fpga/trans.h
52
size_t size;
sys/dev/mlx5/mlx5_fpga_tools/mlx5fpga_tools_char.c
111
size_t llen;
sys/dev/mlx5/mlx5_fpga_tools/mlx5fpga_tools_char.c
135
size_t len, len1;
sys/dev/mlx5/mlx5_fpga_tools/mlx5fpga_tools_char.c
164
size_t len, len1;
sys/dev/mlx5/mlx5_fpga_tools/mlx5fpga_tools_char.c
66
mem_read(struct mlx5_fpga_tools_dev *tdev, void *buf, size_t count,
sys/dev/mlx5/mlx5_fpga_tools/mlx5fpga_tools_char.c
67
u64 address, enum mlx5_fpga_access_type access_type, size_t *retcnt)
sys/dev/mlx5/mlx5_fpga_tools/mlx5fpga_tools_char.c
87
mem_write(struct mlx5_fpga_tools_dev *tdev, void *buf, size_t count,
sys/dev/mlx5/mlx5_fpga_tools/mlx5fpga_tools_char.c
88
u64 address, enum mlx5_fpga_access_type access_type, size_t *retcnt)
sys/dev/mlx5/mlx5_fpga_tools/tools.h
57
void *buf, size_t count, u64 address,
sys/dev/mlx5/mlx5_fpga_tools/tools.h
60
size_t count, u64 address,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
254
size_t buf_size;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
958
const struct ib_mad_hdr *in, size_t in_mad_size,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
959
struct ib_mad_hdr *out, size_t *out_mad_size,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
991
int page_shift, size_t offset, size_t num_pages,
sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c
1134
(size_t)ucmd.cqe_size * entries,
sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c
750
size_t ucmdlen;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2089
size_t size;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2431
size_t count, loff_t *pos)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2437
size_t eventsz;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2512
size_t count, loff_t *pos)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2518
size_t eventsz;
sys/dev/mlx5/mlx5_ib/mlx5_ib_mad.c
234
const struct ib_mad_hdr *in, size_t in_mad_size,
sys/dev/mlx5/mlx5_ib/mlx5_ib_mad.c
235
struct ib_mad_hdr *out, size_t *out_mad_size,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1271
size_t min_req_v2 = offsetof(struct mlx5_ib_alloc_ucontext_req_v2,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2374
size_t min_ucmd_sz, required_ucmd_sz;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
3112
size_t str_len)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
3260
static const size_t stats_offsets[] = {
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
650
size_t resp_len;
sys/dev/mlx5/mlx5_ib/mlx5_ib_mem.c
127
int page_shift, size_t offset, size_t num_pages,
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
761
size_t pages_mapped = 0;
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
762
size_t pages_to_map = 0;
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
763
size_t pages_iter = 0;
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
805
npages = min_t(size_t,
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
1377
size_t min_resp_len;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
1380
size_t required_cmd_sz;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
139
size_t offset;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
140
size_t wq_end;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
1444
size_t len = MLX5_FLD_SZ_BYTES(tirc, rx_hash_toeplitz_key);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4761
size_t required_cmd_sz;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4815
size_t min_resp_len;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4885
size_t min_resp_len;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4972
size_t required_cmd_sz;
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
651
unsigned long addr, size_t size,
sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c
244
size_t desc_size;
sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c
245
size_t buf_size;
sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c
269
desc_size = max_t(size_t, 32, desc_size);
sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c
77
size_t ucmdlen;
sys/dev/mlx5/mlx5io.h
46
size_t reg_cnt;
sys/dev/mlx5/mlx5io.h
47
size_t reg_filled; /* out */
sys/dev/mlx5/mlx5io.h
53
size_t img_fw_data_len;
sys/dev/mlx5/mlx5io.h
60
size_t eeprom_info_out_len;
sys/dev/mlx5/vport.h
100
u64 *addr_list, size_t addr_list_len);
sys/dev/mlx5/vport.h
127
size_t out_sz);
sys/dev/mlx5/vport.h
158
u8 port_num, void *out, size_t sz);
sys/dev/mlxfw/mlxfw_mfa2.c
454
off_t off, size_t size, u8 *buf)
sys/dev/mlxfw/mlxfw_mfa2.c
474
dec_buf.out_size = min_t(size_t, size, off - curr_off);
sys/dev/mlxfw/mlxfw_mfa2_tlv.h
57
size_t payload_size, bool varsize)
sys/dev/mlxfw/mlxfw_mfa2_tlv_multi.c
43
size_t multi_len;
sys/dev/mmc/mmcreg.h
191
size_t len; /* size of the data */
sys/dev/mmc/mmcreg.h
192
size_t xfer_len;
sys/dev/mmc/mmcreg.h
201
size_t block_size; /* block size for CMD53 */
sys/dev/mmc/mmcreg.h
202
size_t block_count; /* block count for CMD53 */
sys/dev/mmc/mmcsd.c
1372
mmcsd_dump(void *arg, void *virtual, off_t offset, size_t length)
sys/dev/mmc/mmcsd.c
168
static int mmcsd_dump(void *arg, void *virtual, off_t offset, size_t length);
sys/dev/mpi3mr/mpi3mr_app.c
186
size_t length = 0;
sys/dev/mpi3mr/mpi3mr_app.c
271
size_t length = 0, desc_len;
sys/dev/mpr/mpr.c
1995
size_t sz;
sys/dev/mpr/mpr.c
2041
size_t sz;
sys/dev/mpr/mpr.c
2927
size_t length;
sys/dev/mpr/mpr.c
3470
mpr_push_sge(struct mpr_command *cm, MPI2_SGE_SIMPLE64 *sge, size_t len,
sys/dev/mpr/mpr.c
3631
mpr_add_dmaseg(struct mpr_command *cm, vm_paddr_t pa, size_t len, u_int flags,
sys/dev/mpr/mprvar.h
200
size_t size;
sys/dev/mpr/mprvar.h
830
int mpr_push_sge(struct mpr_command *, MPI2_SGE_SIMPLE64 *, size_t, int);
sys/dev/mpr/mprvar.h
832
int mpr_add_dmaseg(struct mpr_command *, vm_paddr_t, size_t, u_int, int);
sys/dev/mps/mps.c
1840
size_t sz;
sys/dev/mps/mps.c
1886
size_t sz;
sys/dev/mps/mps.c
2765
mps_push_sge(struct mps_command *cm, void *sgep, size_t len, int segsleft)
sys/dev/mps/mps.c
2922
mps_add_dmaseg(struct mps_command *cm, vm_paddr_t pa, size_t len, u_int flags,
sys/dev/mps/mpsvar.h
172
size_t size;
sys/dev/mps/mpsvar.h
749
int mps_push_sge(struct mps_command *, void *, size_t, int);
sys/dev/mps/mpsvar.h
750
int mps_add_dmaseg(struct mps_command *, vm_paddr_t, size_t, u_int, int);
sys/dev/mpt/mpt.c
1375
mpt_send_handshake_cmd(struct mpt_softc *mpt, size_t len, void *cmd)
sys/dev/mpt/mpt.c
1435
mpt_recv_handshake_reply(struct mpt_softc *mpt, size_t reply_len, void *reply)
sys/dev/mpt/mpt.c
1685
CONFIG_EXTENDED_PAGE_HEADER *hdr, void *buf, size_t len,
sys/dev/mpt/mpt.c
1784
CONFIG_PAGE_HEADER *hdr, size_t len, int sleep_ok,
sys/dev/mpt/mpt.c
1824
CONFIG_PAGE_HEADER *hdr, size_t len, int sleep_ok,
sys/dev/mpt/mpt.c
1898
size_t len;
sys/dev/mpt/mpt.c
2621
size_t len;
sys/dev/mpt/mpt.h
1065
size_t reply_len, void *reply);
sys/dev/mpt/mpt.h
1075
size_t len, void *cmd);
sys/dev/mpt/mpt.h
1095
void *buf, size_t len, int sleep_ok,
sys/dev/mpt/mpt.h
1104
CONFIG_PAGE_HEADER *, size_t /*len*/,
sys/dev/mpt/mpt.h
1108
CONFIG_PAGE_HEADER *, size_t /*len*/,
sys/dev/mpt/mpt.h
1112
CONFIG_PAGE_HEADER *hdr, size_t len,
sys/dev/mpt/mpt.h
1121
CONFIG_PAGE_HEADER *hdr, size_t len, int sleep_ok,
sys/dev/mpt/mpt.h
782
static __inline void mpt_write(struct mpt_softc *, size_t, uint32_t);
sys/dev/mpt/mpt.h
783
static __inline void mpt_write_stream(struct mpt_softc *, size_t, uint32_t);
sys/dev/mpt/mpt.h
785
static __inline void mpt_pio_write(struct mpt_softc *, size_t, uint32_t);
sys/dev/mpt/mpt.h
789
mpt_write(struct mpt_softc *mpt, size_t offset, uint32_t val)
sys/dev/mpt/mpt.h
795
mpt_write_stream(struct mpt_softc *mpt, size_t offset, uint32_t val)
sys/dev/mpt/mpt.h
812
mpt_pio_write(struct mpt_softc *mpt, size_t offset, uint32_t val)
sys/dev/mpt/mpt_cam.c
4451
lun_id_t lun, int send, uint8_t *data, size_t length)
sys/dev/mpt/mpt_cam.c
4963
size_t len;
sys/dev/mpt/mpt_debug.c
236
ptr += snprintf(ptr, (size_t)(end-ptr), "%s ",
sys/dev/mpt/mpt_debug.c
282
ptr += snprintf(ptr, (size_t)(end-ptr), "%s ",
sys/dev/mpt/mpt_pci.c
642
size_t len;
sys/dev/mpt/mpt_raid.c
1343
size_t len;
sys/dev/mpt/mpt_user.c
195
size_t len)
sys/dev/mrsas/mrsas_ioctl.c
154
size_t iov_len = 0;
sys/dev/mthca/mthca_dev.h
586
const struct ib_mad_hdr *in, size_t in_mad_size,
sys/dev/mthca/mthca_dev.h
587
struct ib_mad_hdr *out, size_t *out_mad_size,
sys/dev/mthca/mthca_mad.c
202
const struct ib_mad_hdr *in, size_t in_mad_size,
sys/dev/mthca/mthca_mad.c
203
struct ib_mad_hdr *out, size_t *out_mad_size,
sys/dev/mthca/mthca_provider.c
1126
size_t str_len)
sys/dev/mwl/if_mwl.c
1927
int nbuf, size_t bufsize, int ndesc, size_t descsize)
sys/dev/mwl/if_mwl.c
2252
const size_t space = sizeof(struct mwl_node);
sys/dev/mwl/mwlhal.c
1280
mwl_hal_setbeacon(struct mwl_hal_vap *vap, const void *frame, size_t frameLen)
sys/dev/mwl/mwlhal.c
2476
mwlSendBlock(struct mwl_hal_priv *mh, int bsize, const void *data, size_t dsize)
sys/dev/mwl/mwlhal.c
2497
mwlSendBlock2(struct mwl_hal_priv *mh, const void *data, size_t dsize)
sys/dev/mwl/mwlhal.h
473
int mwl_hal_setbeacon(struct mwl_hal_vap *, const void *, size_t);
sys/dev/mxge/if_mxge.c
207
mxge_dma_alloc(mxge_softc_t *sc, mxge_dma_t *dma, size_t bytes,
sys/dev/mxge/if_mxge.c
3181
size_t bytes;
sys/dev/mxge/if_mxge.c
4251
size_t bytes;
sys/dev/mxge/if_mxge.c
4401
size_t bytes;
sys/dev/mxge/if_mxge.c
682
size_t fw_len;
sys/dev/mxge/if_mxge.c
703
fw_len = (size_t) fw->version;
sys/dev/mxge/if_mxge.c
885
const size_t bytes = sizeof (struct mcp_gen_header);
sys/dev/mxge/if_mxge.c
886
size_t hdr_offset;
sys/dev/mxge/if_mxge_var.h
303
mxge_pio_copy(volatile void *to_v, void *from_v, size_t size)
sys/dev/mxge/if_mxge_var.h
307
size_t i;
sys/dev/mxge/mxge_eth_z8e.c
23
(size_t)eth_z8e_length,
sys/dev/mxge/mxge_ethp_z8e.c
23
(size_t)ethp_z8e_length,
sys/dev/mxge/mxge_rss_eth_z8e.c
23
(size_t)rss_eth_z8e_length,
sys/dev/mxge/mxge_rss_ethp_z8e.c
23
(size_t)rss_ethp_z8e_length,
sys/dev/neta/if_mvneta.c
1835
size_t q;
sys/dev/neta/if_mvneta.c
411
size_t maxsize, maxsegsz;
sys/dev/neta/if_mvneta.c
412
size_t q;
sys/dev/netmap/if_ptnet.c
329
(size_t)0, -1UL, PAGE_SIZE, 0);
sys/dev/netmap/netmap.c
2138
size_t entry_size[2];
sys/dev/netmap/netmap.c
2170
size_t csb_size = tot_rings * entry_size[i];
sys/dev/netmap/netmap.c
3240
size_t
sys/dev/netmap/netmap.c
3274
static size_t
sys/dev/netmap/netmap.c
3277
size_t rv = sizeof(struct nmreq_option);
sys/dev/netmap/netmap.c
3368
size_t rqsz, optsz, bufsz;
sys/dev/netmap/netmap.c
3546
size_t bodysz;
sys/dev/netmap/netmap.c
3572
size_t optsz;
sys/dev/netmap/netmap.c
4077
netmap_attach_ext(struct netmap_adapter *arg, size_t size, int override_reg)
sys/dev/netmap/netmap.c
867
na->tx_rings = nm_os_malloc((size_t)len);
sys/dev/netmap/netmap_bdg.c
143
nm_bdg_name_validate(const char *name, size_t prefixlen)
sys/dev/netmap/netmap_freebsd.c
1030
netmap_dev_pager_path(void *handle, char *path, size_t len)
sys/dev/netmap/netmap_freebsd.c
129
nm_os_malloc(size_t size)
sys/dev/netmap/netmap_freebsd.c
135
nm_os_realloc(void *addr, size_t new_size, size_t old_size __unused)
sys/dev/netmap/netmap_freebsd.c
217
nm_os_csum_raw(uint8_t *data, size_t len, rawsum_t cur_sum)
sys/dev/netmap/netmap_freebsd.c
257
size_t datalen, uint16_t *check)
sys/dev/netmap/netmap_freebsd.c
280
size_t datalen, uint16_t *check)
sys/dev/netmap/netmap_freebsd.c
653
nm_prinf("freeing %zx bytes", (size_t)e->size);
sys/dev/netmap/netmap_freebsd.c
723
nm_prerr("vm_map_find(%zx) failed", (size_t)e->size);
sys/dev/netmap/netmap_kern.h
1347
int netmap_attach_ext(struct netmap_adapter *, size_t size, int override_reg);
sys/dev/netmap/netmap_kern.h
1615
size_t nmreq_size_by_type(uint16_t nr_reqtype);
sys/dev/netmap/netmap_kern.h
2299
rawsum_t nm_os_csum_raw(uint8_t *data, size_t len, rawsum_t cur_sum);
sys/dev/netmap/netmap_kern.h
2302
size_t datalen, uint16_t *check);
sys/dev/netmap/netmap_kern.h
2304
size_t datalen, uint16_t *check);
sys/dev/netmap/netmap_kern.h
308
void *nm_os_malloc(size_t);
sys/dev/netmap/netmap_kern.h
309
void *nm_os_vmalloc(size_t);
sys/dev/netmap/netmap_kern.h
310
void *nm_os_realloc(void *, size_t new_size, size_t old_size);
sys/dev/netmap/netmap_mem2.c
101
size_t memtotal; /* actual total memory space */
sys/dev/netmap/netmap_mem2.c
1457
M_NOWAIT | M_ZERO, (size_t)0, -1UL, PAGE_SIZE, 0);
sys/dev/netmap/netmap_mem2.c
1463
ds, M_NOWAIT | M_ZERO, (size_t)0, -1UL, PAGE_SIZE, 0);
sys/dev/netmap/netmap_mem2.c
1503
p->memtotal = (size_t)p->numclusters * (size_t)p->_clustsize;
sys/dev/netmap/netmap_mem2.c
164
size_t nm_totalsize; /* shorthand */
sys/dev/netmap/netmap_mem2.c
1689
_netmap_mem_private_new(size_t size, struct netmap_obj_params *p, int grp_id,
sys/dev/netmap/netmap_mem2.c
2345
size_t off;
sys/dev/netmap/netmap_mem2.c
2434
size_t noff;
sys/dev/netmap/netmap_mem2.c
2471
p->memtotal = j * (size_t)p->_objsize;
sys/dev/netmap/netmap_mem2.c
772
size_t n = sizeof(struct lut_entry) * nobj;
sys/dev/netmap/netmap_mem2.c
797
size_t n = sizeof(struct plut_entry) * nobj;
sys/dev/netmap/netmap_mem2.c
969
*size += ((size_t)p->_numclusters * (size_t)p->_clustsize);
sys/dev/netmap/netmap_monitor.c
209
size_t old_len, len;
sys/dev/netmap/netmap_offloadings.c
164
size_t src_len, dst_len;
sys/dev/netmap/netmap_offloadings.c
263
size_t copy;
sys/dev/netmap/netmap_offloadings.c
73
gso_fix_segment(uint8_t *pkt, size_t len, u_int ipv4, u_int iphlen, u_int tcp,
sys/dev/netmap/netmap_pipe.c
92
size_t old_len, len;
sys/dev/netmap/netmap_vale.c
975
size_t copy_len = ft_p->ft_len, dst_len = copy_len;
sys/dev/nfe/if_nfe.c
1299
size_t descsize;
sys/dev/nfe/if_nfe.c
1326
size_t descsize;
sys/dev/nfe/if_nfe.c
1534
size_t descsize;
sys/dev/ntb/ntb.c
382
caddr_t *vbase, size_t *size, size_t *align, size_t *align_size,
sys/dev/ntb/ntb.c
392
ntb_mw_set_trans(device_t ntb, unsigned mw_idx, bus_addr_t addr, size_t size)
sys/dev/ntb/ntb.h
214
caddr_t *vbase, size_t *size, size_t *align, size_t *align_size,
sys/dev/ntb/ntb.h
234
size_t size);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
343
caddr_t *vbase, size_t *size, size_t *align, size_t *align_size,
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
385
amd_ntb_mw_set_trans(device_t dev, unsigned mw_idx, bus_addr_t addr, size_t size)
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3292
size_t outsz;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3552
caddr_t *vbase, size_t *size, size_t *align, size_t *align_size,
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3558
size_t bar_b2b_off;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3595
intel_ntb_mw_set_trans(device_t dev, unsigned idx, bus_addr_t addr, size_t size)
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
3600
size_t bar_size, mw_size;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
381
size_t size);
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
638
caddr_t *vbase, size_t *size, size_t *align, size_t *align_size,
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
643
size_t off, ss;
sys/dev/ntb/ntb_hw/ntb_hw_plx.c
797
ntb_plx_mw_set_trans(device_t dev, unsigned mw_idx, bus_addr_t addr, size_t size)
sys/dev/ntb/ntb_transport.c
1258
ntb_set_mw(struct ntb_transport_ctx *nt, int num_mw, size_t size)
sys/dev/ntb/ntb_transport.c
1262
size_t buff_size;
sys/dev/ntb/ntb_transport.c
1333
size_t rx_size;
sys/dev/ntb/ntb_transport.c
176
size_t phys_size;
sys/dev/ntb/ntb_transport.c
177
size_t xlat_align;
sys/dev/ntb/ntb_transport.c
178
size_t xlat_align_size;
sys/dev/ntb/ntb_transport.c
182
size_t tx_size;
sys/dev/ntb/ntb_transport.c
188
size_t rx_size;
sys/dev/ntb/ntb_transport.c
190
size_t buff_size;
sys/dev/ntb/ntb_transport.c
286
static int ntb_set_mw(struct ntb_transport_ctx *, int num_mw, size_t size);
sys/dev/ntb/ntb_transport.c
600
size_t tx_size;
sys/dev/ntb/test/ntb_tool.c
225
size_t phys_size;
sys/dev/ntb/test/ntb_tool.c
226
size_t xlat_align;
sys/dev/ntb/test/ntb_tool.c
227
size_t xlat_align_size;
sys/dev/ntb/test/ntb_tool.c
230
size_t size;
sys/dev/ntb/test/ntb_tool.c
803
size_t req_size)
sys/dev/ntb/test/ntb_tool.c
922
struct tool_mw *inmw, size_t wsize)
sys/dev/nvd/nvd.c
284
nvd_dump(void *arg, void *virt, off_t offset, size_t len)
sys/dev/nvdimm/nvdimm.c
163
fletcher64(const void *data, size_t length)
sys/dev/nvdimm/nvdimm.c
165
size_t i;
sys/dev/nvdimm/nvdimm.c
182
size_t size, size_t offset)
sys/dev/nvdimm/nvdimm.c
246
size_t index_size, num_labels;
sys/dev/nvdimm/nvdimm_nfit.c
50
size_t load_size;
sys/dev/nvme/nvme.h
1971
size_t len);
sys/dev/nvme/nvme.h
2300
size_t size __unused)
sys/dev/nvme/nvme.h
2303
size_t i, n;
sys/dev/nvme/nvme.h
2318
size_t size __unused)
sys/dev/nvme/nvme.h
2321
size_t i, n;
sys/dev/nvme/nvme_ctrlr.c
1349
nvme_page_count(vm_offset_t start, size_t len)
sys/dev/nvme/nvme_ctrlr.c
1355
nvme_user_ioctl_req(vm_offset_t addr, size_t len, bool is_read,
sys/dev/nvme/nvme_ctrlr.c
877
size_t pref, min, minc, size;
sys/dev/nvme/nvme_ns_cmd.c
153
nvme_ns_dump(struct nvme_namespace *ns, void *virt, off_t offset, size_t len)
sys/dev/nvme/nvme_private.h
309
size_t hmb_chunk;
sys/dev/nvme/nvme_private.h
498
nvme_allocate_request_vaddr(void *payload, size_t payload_size,
sys/dev/nvme/nvme_qpair.c
120
get_status_string(const struct nvme_completion *cpl, char *buf, size_t len)
sys/dev/nvme/nvme_qpair.c
48
get_opcode_string(bool admin, uint8_t opc, char *buf, size_t len)
sys/dev/nvme/nvme_qpair.c
523
size_t cmdsz, cplsz, prpsz, allocsz, prpmemsz;
sys/dev/nvmem/nvmem.c
133
nvmem_read_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen)
sys/dev/nvmem/nvmem.c
145
nvmem_write_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen)
sys/dev/nvmem/nvmem.c
187
nvmem_write_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen)
sys/dev/nvmem/nvmem.c
95
nvmem_read_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen)
sys/dev/nvmem/nvmem.h
30
int nvmem_read_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen);
sys/dev/nvmem/nvmem.h
31
int nvmem_read_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen);
sys/dev/nvmem/nvmem.h
32
int nvmem_write_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen);
sys/dev/nvmem/nvmem.h
33
int nvmem_write_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen);
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
319
nvmft_datamove_out_cb(void *arg, size_t xfered, int error)
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
566
size_t len;
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
971
size_t len;
sys/dev/nvmf/controller/nvmft_controller.c
32
size_t retval;
sys/dev/nvmf/controller/nvmft_controller.c
501
m_getml(size_t len, int how)
sys/dev/nvmf/controller/nvmft_controller.c
556
size_t len, todo;
sys/dev/nvmf/controller/nvmft_controller.c
676
size_t data_len;
sys/dev/nvmf/controller/nvmft_subr.c
126
nvmf_controller_serial(char *buf, size_t len, u_long hostid)
sys/dev/nvmf/controller/nvmft_subr.c
132
nvmf_strpad(char *dst, const char *src, size_t len)
sys/dev/nvmf/controller/nvmft_subr.c
24
size_t len;
sys/dev/nvmf/controller/nvmft_subr.h
30
void nvmf_controller_serial(char *buf, size_t len, u_long hostid);
sys/dev/nvmf/controller/nvmft_subr.h
36
void nvmf_strpad(char *dst, const char *src, size_t len);
sys/dev/nvmf/host/nvmf.c
212
size_t i, num_io_queues;
sys/dev/nvmf/host/nvmf.c
293
size_t num_io_queues;
sys/dev/nvmf/host/nvmf.c
60
nvmf_io_complete(void *arg, size_t xfered, int error)
sys/dev/nvmf/host/nvmf_aer.c
108
nvmf_io_complete_aer_page(void *arg, size_t xfered, int error)
sys/dev/nvmf/host/nvmf_cmd.c
144
uint64_t offset, void *buf, size_t len, nvmf_request_complete_t *req_cb,
sys/dev/nvmf/host/nvmf_cmd.c
150
size_t numd;
sys/dev/nvmf/host/nvmf_ns.c
126
nvmf_ns_io_complete(void *arg, size_t xfered, int error)
sys/dev/nvmf/host/nvmf_ns.c
140
nvmf_ns_delete_complete(void *arg, size_t xfered, int error)
sys/dev/nvmf/host/nvmf_sim.c
66
nvmf_ccb_io_complete(void *arg, size_t xfered, int error)
sys/dev/nvmf/host/nvmf_var.h
162
void nvmf_io_complete(void *arg, size_t xfered, int error);
sys/dev/nvmf/host/nvmf_var.h
191
uint64_t offset, void *buf, size_t len, nvmf_request_complete_t *req_cb,
sys/dev/nvmf/nvmf.h
46
size_t len;
sys/dev/nvmf/nvmf.h
47
size_t size;
sys/dev/nvmf/nvmf_tcp.c
169
compute_digest(const void *buf, size_t len)
sys/dev/nvmf/nvmf_tcp.c
1706
static size_t
sys/dev/nvmf/nvmf_tcp.c
176
const struct nvmf_io_request *io, uint32_t data_offset, size_t data_len,
sys/dev/nvmf/nvmf_tcp.c
1765
size_t data_len;
sys/dev/nvmf/nvmf_tcp.c
1786
struct mbuf *m, size_t len, bool last_pdu, bool success)
sys/dev/nvmf/nvmf_tcp.c
1807
struct mbuf *m, size_t len)
sys/dev/nvmf/nvmf_tcp.c
43
size_t data_len;
sys/dev/nvmf/nvmf_tcp.c
434
nvmf_tcp_construct_pdu(struct nvmf_tcp_qpair *qp, void *hdr, size_t hlen,
sys/dev/nvmf/nvmf_tcp.c
44
size_t data_xfered;
sys/dev/nvmf/nvmf_tcp.c
861
nvmf_tcp_mbuf(void *arg, int how, void *data, size_t len)
sys/dev/nvmf/nvmf_tcp.c
910
size_t len;
sys/dev/nvmf/nvmf_tcp.c
923
uint32_t data_offset, struct mbuf *m, size_t len, bool last_pdu)
sys/dev/nvmf/nvmf_transport.c
134
size_t len, bool send, nvmf_io_complete_t *complete_cb,
sys/dev/nvmf/nvmf_transport.c
215
size_t
sys/dev/nvmf/nvmf_transport.c
223
struct memdesc *mem, size_t len, nvmf_io_complete_t *complete_cb,
sys/dev/nvmf/nvmf_transport.c
238
struct mbuf *m, size_t len)
sys/dev/nvmf/nvmf_transport.h
112
size_t nvmf_capsule_data_len(const struct nvmf_capsule *cc);
sys/dev/nvmf/nvmf_transport.h
125
uint32_t data_offset, struct memdesc *mem, size_t len,
sys/dev/nvmf/nvmf_transport.h
151
uint32_t data_offset, struct mbuf *m, size_t len);
sys/dev/nvmf/nvmf_transport.h
46
typedef void nvmf_io_complete_t(void *, size_t, int);
sys/dev/nvmf/nvmf_transport.h
76
struct memdesc *mem, size_t len, bool send,
sys/dev/nvmf/nvmf_transport_internal.h
118
nvmf_complete_io_request(struct nvmf_io_request *io, size_t xfered, int error)
sys/dev/nvmf/nvmf_transport_internal.h
42
size_t (*capsule_data_len)(const struct nvmf_capsule *nc);
sys/dev/nvmf/nvmf_transport_internal.h
46
uint32_t data_offset, struct mbuf *m, size_t len);
sys/dev/nvmf/nvmf_transport_internal.h
75
size_t io_len;
sys/dev/oce/oce_if.h
326
size_t item_size;
sys/dev/oce/oce_if.h
327
size_t num_items;
sys/dev/oce/oce_queue.c
70
*mbx, size_t req_size, enum qtype qtype, int version);
sys/dev/oce/oce_queue.c
776
oce_destroy_q(POCE_SOFTC sc, struct oce_mbx *mbx, size_t req_size,
sys/dev/oce/oce_sysctl.c
639
size_t size = 0;
sys/dev/ocs_fc/ocs_cam.c
1545
size_t i;
sys/dev/ocs_fc/ocs_hw.c
77
static int32_t ocs_hw_command_process(ocs_hw_t *, int32_t, uint8_t *, size_t);
sys/dev/ocs_fc/ocs_hw.c
9057
ocs_hw_command_process(ocs_hw_t *hw, int32_t status, uint8_t *mqe, size_t size)
sys/dev/ocs_fc/ocs_hw.h
456
size_t len;
sys/dev/ocs_fc/ocs_hw.h
578
size_t length; /**< needed for bug O127585: length of IO */
sys/dev/ocs_fc/ocs_io.h
95
size_t transferred; /**< Number of bytes transferred so far */
sys/dev/ocs_fc/ocs_ioctl.c
56
ocs_firmware_write(ocs_t *ocs, const uint8_t *buf, size_t buf_len, uint8_t *change_status);
sys/dev/ocs_fc/ocs_ioctl.c
672
ocs_firmware_write(ocs_t *ocs, const uint8_t *buf, size_t buf_len,
sys/dev/ocs_fc/ocs_os.c
242
ocs_malloc(ocs_os_handle_t os, size_t size, int32_t flags)
sys/dev/ocs_fc/ocs_os.c
273
ocs_free(ocs_os_handle_t os, void *addr, size_t size)
sys/dev/ocs_fc/ocs_os.c
359
ocs_dma_alloc(ocs_os_handle_t os, ocs_dma_t *dma, size_t size, size_t align)
sys/dev/ocs_fc/ocs_os.c
794
void *ocs_ioctl_preprocess(ocs_os_handle_t os, void *arg, size_t size)
sys/dev/ocs_fc/ocs_os.c
816
int32_t ocs_ioctl_postprocess(ocs_os_handle_t os, void *arg, void *kern_ptr, size_t size)
sys/dev/ocs_fc/ocs_os.c
840
void ocs_ioctl_free(ocs_os_handle_t os, void *kern_ptr, size_t size)
sys/dev/ocs_fc/ocs_os.h
343
extern void *ocs_ioctl_preprocess(ocs_os_handle_t os, void *arg, size_t size);
sys/dev/ocs_fc/ocs_os.h
344
extern int32_t ocs_ioctl_postprocess(ocs_os_handle_t os, void *arg, void *kern_ptr, size_t size);
sys/dev/ocs_fc/ocs_os.h
345
extern void ocs_ioctl_free(ocs_os_handle_t os, void *kern_ptr, size_t size);
sys/dev/ocs_fc/ocs_os.h
416
extern void *ocs_malloc(ocs_os_handle_t os, size_t size, int32_t flags);
sys/dev/ocs_fc/ocs_os.h
426
extern void ocs_free(ocs_os_handle_t os, void *addr, size_t size);
sys/dev/ocs_fc/ocs_os.h
447
size_t size; /**< size in bytes of the memory */
sys/dev/ocs_fc/ocs_os.h
451
size_t len; /**< application specific length */
sys/dev/ocs_fc/ocs_os.h
468
static inline uint32_t ocs_max_dma_alloc(ocs_os_handle_t os, size_t align)
sys/dev/ocs_fc/ocs_os.h
484
extern int32_t ocs_dma_alloc(ocs_os_handle_t, ocs_dma_t *, size_t, size_t);
sys/dev/ocs_fc/ocs_pci.c
364
size_t size;
sys/dev/ocs_fc/ocs_scsi.c
1464
size_t residual = 0;
sys/dev/ocs_fc/ocs_scsi.c
1548
size_t len = sgl_ptr->len;
sys/dev/ocs_fc/ocs_scsi.h
229
size_t len; /**< length */
sys/dev/ocs_fc/ocs_unsol.c
790
size_t exp_payload_len = 0;
sys/dev/ocs_fc/sli4.c
1012
sli_cmd_read_config(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
1033
sli_cmd_read_nvparms(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
1058
sli_cmd_write_nvparms(sli4_t *sli4, void *buf, size_t size, uint8_t *wwpn, uint8_t *wwnn, uint8_t hard_alpa,
sys/dev/ocs_fc/sli4.c
1085
sli_cmd_read_rev(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *vpd)
sys/dev/ocs_fc/sli4.c
1118
sli_cmd_read_sparm64(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *dma,
sys/dev/ocs_fc/sli4.c
1159
sli_cmd_read_topology(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *dma)
sys/dev/ocs_fc/sli4.c
1199
sli_cmd_reg_fcfi(sli4_t *sli4, void *buf, size_t size, uint16_t index, sli4_cmd_rq_cfg_t rq_cfg[SLI4_CMD_REG_FCFI_NUM_RQ_CFG], uint16_t vlan_id)
sys/dev/ocs_fc/sli4.c
1248
sli_cmd_reg_fcfi_mrq(sli4_t *sli4, void *buf, size_t size, uint8_t mode,
sys/dev/ocs_fc/sli4.c
1307
sli_cmd_reg_rpi(sli4_t *sli4, void *buf, size_t size, uint32_t nport_id, uint16_t rpi,
sys/dev/ocs_fc/sli4.c
1343
sli_cmd_reg_vfi(sli4_t *sli4, void *buf, size_t size, ocs_domain_t *domain)
sys/dev/ocs_fc/sli4.c
1390
sli_cmd_reg_vpi(sli4_t *sli4, void *buf, size_t size, ocs_sli_port_t *sport, uint8_t update)
sys/dev/ocs_fc/sli4.c
1423
sli_cmd_request_features(sli4_t *sli4, void *buf, size_t size, sli4_features_t mask, uint8_t query)
sys/dev/ocs_fc/sli4.c
1452
sli_cmd_sli_config(sli4_t *sli4, void *buf, size_t size, uint32_t length, ocs_dma_t *dma)
sys/dev/ocs_fc/sli4.c
1535
sli_cmd_unreg_fcfi(sli4_t *sli4, void *buf, size_t size, uint16_t indicator)
sys/dev/ocs_fc/sli4.c
1566
sli_cmd_unreg_rpi(sli4_t *sli4, void *buf, size_t size, uint16_t indicator, sli4_resource_e which,
sys/dev/ocs_fc/sli4.c
1621
sli_cmd_unreg_vfi(sli4_t *sli4, void *buf, size_t size, ocs_domain_t *domain, uint32_t which)
sys/dev/ocs_fc/sli4.c
1666
sli_cmd_unreg_vpi(sli4_t *sli4, void *buf, size_t size, uint16_t indicator, uint32_t which)
sys/dev/ocs_fc/sli4.c
1712
sli_cmd_config_auto_xfer_rdy(sli4_t *sli4, void *buf, size_t size, uint32_t max_burst_len)
sys/dev/ocs_fc/sli4.c
1743
sli_cmd_config_auto_xfer_rdy_hp(sli4_t *sli4, void *buf, size_t size, uint32_t max_burst_len,
sys/dev/ocs_fc/sli4.c
1771
sli_cmd_common_function_reset(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
1809
sli_cmd_common_create_cq(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
1862
payload_size = max((size_t)cmd_size, sizeof(sli4_res_common_create_queue_t));
sys/dev/ocs_fc/sli4.c
1980
sli_cmd_common_destroy_cq(sli4_t *sli4, void *buf, size_t size, uint16_t cq_id)
sys/dev/ocs_fc/sli4.c
2017
sli_cmd_common_modify_eq_delay(sli4_t *sli4, void *buf, size_t size, sli4_queue_t *q, int num_q, uint32_t shift,
sys/dev/ocs_fc/sli4.c
2068
sli_cmd_common_create_eq(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *qmem,
sys/dev/ocs_fc/sli4.c
2146
sli_cmd_common_destroy_eq(sli4_t *sli4, void *buf, size_t size, uint16_t eq_id)
sys/dev/ocs_fc/sli4.c
2181
sli4_cmd_lowlevel_set_watchdog(sli4_t *sli4, void *buf, size_t size, uint16_t timeout)
sys/dev/ocs_fc/sli4.c
2205
sli_cmd_common_get_cntl_attributes(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *dma)
sys/dev/ocs_fc/sli4.c
2244
sli_cmd_common_get_cntl_addl_attributes(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *dma)
sys/dev/ocs_fc/sli4.c
2283
sli_cmd_common_create_mq_ext(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
2362
sli_cmd_common_destroy_mq(sli4_t *sli4, void *buf, size_t size, uint16_t mq_id)
sys/dev/ocs_fc/sli4.c
2398
sli_cmd_common_nop(sli4_t *sli4, void *buf, size_t size, uint64_t context)
sys/dev/ocs_fc/sli4.c
2433
sli_cmd_common_get_resource_extent_info(sli4_t *sli4, void *buf, size_t size, uint16_t rtype)
sys/dev/ocs_fc/sli4.c
2466
sli_cmd_common_get_sli4_parameters(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
2496
sli_cmd_common_query_fw_config(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
2532
sli_cmd_common_get_port_name(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
2600
sli_cmd_common_write_object(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
2654
sli_cmd_common_delete_object(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
2693
sli_cmd_common_read_object(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
2751
sli_cmd_dmtf_exec_clp_cmd(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
2797
sli_cmd_common_set_dump_location(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
2849
sli_cmd_common_set_features(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
2890
sli_cmd_common_get_profile_config(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *dma)
sys/dev/ocs_fc/sli4.c
2934
sli_cmd_common_set_profile_config(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *dma,
sys/dev/ocs_fc/sli4.c
2980
sli_cmd_common_get_profile_list(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
3023
sli_cmd_common_get_active_profile(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
3063
sli_cmd_common_set_active_profile(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
3105
sli_cmd_common_get_reconfig_link_info(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *dma)
sys/dev/ocs_fc/sli4.c
3152
sli_cmd_common_set_reconfig_link_id(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *dma,
sys/dev/ocs_fc/sli4.c
4425
size_t size, uint32_t n_entries, uint32_t align)
sys/dev/ocs_fc/sli4.c
4784
payload_size = max((size_t)cmd_size, sizeof(sli4_res_common_create_queue_set_t));
sys/dev/ocs_fc/sli4.c
54
static int32_t sli_cmd_fw_deinitialize(sli4_t *, void *, size_t);
sys/dev/ocs_fc/sli4.c
55
static int32_t sli_cmd_fw_initialize(sli4_t *, void *, size_t);
sys/dev/ocs_fc/sli4.c
561
sli_cmd_config_link(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
585
sli_cmd_down_link(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
5923
sli_cmd_fcoe_wq_create(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
5986
sli_cmd_fcoe_wq_create_v1(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *qmem,
sys/dev/ocs_fc/sli4.c
6084
sli_cmd_fcoe_wq_destroy(sli4_t *sli4, void *buf, size_t size, uint16_t wq_id)
sys/dev/ocs_fc/sli4.c
610
sli_cmd_dump_type4(sli4_t *sli4, void *buf, size_t size, uint16_t wki)
sys/dev/ocs_fc/sli4.c
6129
sli_cmd_fcoe_post_sgl_pages(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
6198
sli_cmd_fcoe_rq_create(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
6279
sli_cmd_fcoe_rq_create_v1(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
6360
sli_cmd_fcoe_rq_destroy(sli4_t *sli4, void *buf, size_t size, uint16_t rq_id)
sys/dev/ocs_fc/sli4.c
637
sli_cmd_common_read_transceiver_data(sli4_t *sli4, void *buf, size_t size, uint32_t page_num,
sys/dev/ocs_fc/sli4.c
6405
sli_cmd_fcoe_read_fcf_table(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *dma, uint16_t index)
sys/dev/ocs_fc/sli4.c
6441
sli_cmd_fcoe_post_hdr_templates(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
6493
sli_cmd_fcoe_rediscover_fcf(sli4_t *sli4, void *buf, size_t size, uint16_t index)
sys/dev/ocs_fc/sli4.c
6538
sli_abort_wqe(sli4_t *sli4, void *buf, size_t size, sli4_abort_type_e type, uint32_t send_abts,
sys/dev/ocs_fc/sli4.c
6600
sli_els_request64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint8_t req_type,
sys/dev/ocs_fc/sli4.c
6770
sli_fcp_icmnd64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl,
sys/dev/ocs_fc/sli4.c
6854
sli_fcp_iread64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t first_data_sge,
sys/dev/ocs_fc/sli4.c
687
sli_cmd_read_link_stats(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
6958
sli_fcp_iwrite64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t first_data_sge,
sys/dev/ocs_fc/sli4.c
7067
sli_fcp_treceive64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t first_data_sge,
sys/dev/ocs_fc/sli4.c
715
sli_cmd_read_status(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.c
7205
sli_fcp_cont_treceive64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t first_data_sge,
sys/dev/ocs_fc/sli4.c
7248
sli_fcp_trsp64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t rsp_len,
sys/dev/ocs_fc/sli4.c
7348
sli_fcp_tsend64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t first_data_sge,
sys/dev/ocs_fc/sli4.c
737
sli_cmd_fw_deinitialize(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
7480
sli_gen_request64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl,
sys/dev/ocs_fc/sli4.c
756
sli_cmd_fw_initialize(sli4_t *sli4, void *buf, size_t size)
sys/dev/ocs_fc/sli4.c
7571
sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, uint32_t *hdr,
sys/dev/ocs_fc/sli4.c
7645
sli_xmit_sequence64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *payload,
sys/dev/ocs_fc/sli4.c
7731
sli_requeue_xri_wqe(sli4_t *sli4, void *buf, size_t size, uint16_t xri, uint16_t tag, uint16_t cq_id)
sys/dev/ocs_fc/sli4.c
7748
sli_xmit_bcast64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *payload,
sys/dev/ocs_fc/sli4.c
7818
sli_xmit_bls_rsp64_wqe(sli4_t *sli4, void *buf, size_t size, sli_bls_payload_t *payload,
sys/dev/ocs_fc/sli4.c
7911
sli_xmit_els_rsp64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *rsp,
sys/dev/ocs_fc/sli4.c
835
sli_cmd_init_link(sli4_t *sli4, void *buf, size_t size, uint32_t speed, uint8_t reset_alpa)
sys/dev/ocs_fc/sli4.c
8550
int32_t (*rq_create)(sli4_t *, void *, size_t, ocs_dma_t *, uint16_t, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.c
897
sli_cmd_init_vfi(sli4_t *sli4, void *buf, size_t size, uint16_t vfi,
sys/dev/ocs_fc/sli4.c
934
sli_cmd_init_vpi(sli4_t *sli4, void *buf, size_t size, uint16_t vpi, uint16_t vfi)
sys/dev/ocs_fc/sli4.c
960
sli_cmd_post_xri(sli4_t *sli4, void *buf, size_t size, uint16_t xri_base, uint16_t xri_count)
sys/dev/ocs_fc/sli4.c
990
sli_cmd_release_xri(sli4_t *sli4, void *buf, size_t size, uint8_t num_xri)
sys/dev/ocs_fc/sli4.h
3290
size_t wqe_size;
sys/dev/ocs_fc/sli4.h
3640
typedef int32_t (*sli4_create_q_fn_t)(sli4_t *, void *, size_t, ocs_dma_t *, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.h
3645
typedef int32_t (*sli4_destroy_q_fn_t)(sli4_t *, void *, size_t, uint16_t);
sys/dev/ocs_fc/sli4.h
3650
extern int32_t sli_cmd_config_auto_xfer_rdy(sli4_t *, void *, size_t, uint32_t);
sys/dev/ocs_fc/sli4.h
3651
extern int32_t sli_cmd_config_auto_xfer_rdy_hp(sli4_t *, void *, size_t, uint32_t, uint32_t, uint32_t);
sys/dev/ocs_fc/sli4.h
3652
extern int32_t sli_cmd_config_link(sli4_t *, void *, size_t);
sys/dev/ocs_fc/sli4.h
3653
extern int32_t sli_cmd_down_link(sli4_t *, void *, size_t);
sys/dev/ocs_fc/sli4.h
3654
extern int32_t sli_cmd_dump_type4(sli4_t *, void *, size_t, uint16_t);
sys/dev/ocs_fc/sli4.h
3655
extern int32_t sli_cmd_common_read_transceiver_data(sli4_t *, void *, size_t, uint32_t, ocs_dma_t *);
sys/dev/ocs_fc/sli4.h
3656
extern int32_t sli_cmd_read_link_stats(sli4_t *, void *, size_t,uint8_t, uint8_t, uint8_t);
sys/dev/ocs_fc/sli4.h
3657
extern int32_t sli_cmd_read_status(sli4_t *sli4, void *buf, size_t size, uint8_t clear_counters);
sys/dev/ocs_fc/sli4.h
3658
extern int32_t sli_cmd_init_link(sli4_t *, void *, size_t, uint32_t, uint8_t);
sys/dev/ocs_fc/sli4.h
3659
extern int32_t sli_cmd_init_vfi(sli4_t *, void *, size_t, uint16_t, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.h
3660
extern int32_t sli_cmd_init_vpi(sli4_t *, void *, size_t, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.h
3661
extern int32_t sli_cmd_post_xri(sli4_t *, void *, size_t, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.h
3662
extern int32_t sli_cmd_release_xri(sli4_t *, void *, size_t, uint8_t);
sys/dev/ocs_fc/sli4.h
3663
extern int32_t sli_cmd_read_sparm64(sli4_t *, void *, size_t, ocs_dma_t *, uint16_t);
sys/dev/ocs_fc/sli4.h
3664
extern int32_t sli_cmd_read_topology(sli4_t *, void *, size_t, ocs_dma_t *);
sys/dev/ocs_fc/sli4.h
3665
extern int32_t sli_cmd_read_nvparms(sli4_t *, void *, size_t);
sys/dev/ocs_fc/sli4.h
3666
extern int32_t sli_cmd_write_nvparms(sli4_t *, void *, size_t, uint8_t *, uint8_t *, uint8_t, uint32_t);
sys/dev/ocs_fc/sli4.h
3674
extern int32_t sli_cmd_reg_fcfi(sli4_t *, void *, size_t, uint16_t,
sys/dev/ocs_fc/sli4.h
3676
extern int32_t sli_cmd_reg_fcfi_mrq(sli4_t *, void *, size_t, uint8_t, uint16_t, uint16_t, uint8_t, uint8_t , uint16_t, sli4_cmd_rq_cfg_t rq_cfg[SLI4_CMD_REG_FCFI_NUM_RQ_CFG]);
sys/dev/ocs_fc/sli4.h
3678
extern int32_t sli_cmd_reg_rpi(sli4_t *, void *, size_t, uint32_t, uint16_t, uint16_t, ocs_dma_t *, uint8_t, uint8_t);
sys/dev/ocs_fc/sli4.h
3679
extern int32_t sli_cmd_reg_vfi(sli4_t *, void *, size_t, ocs_domain_t *);
sys/dev/ocs_fc/sli4.h
3680
extern int32_t sli_cmd_reg_vpi(sli4_t *, void *, size_t, ocs_sli_port_t *, uint8_t);
sys/dev/ocs_fc/sli4.h
3681
extern int32_t sli_cmd_sli_config(sli4_t *, void *, size_t, uint32_t, ocs_dma_t *);
sys/dev/ocs_fc/sli4.h
3682
extern int32_t sli_cmd_unreg_fcfi(sli4_t *, void *, size_t, uint16_t);
sys/dev/ocs_fc/sli4.h
3683
extern int32_t sli_cmd_unreg_rpi(sli4_t *, void *, size_t, uint16_t, sli4_resource_e, uint32_t);
sys/dev/ocs_fc/sli4.h
3684
extern int32_t sli_cmd_unreg_vfi(sli4_t *, void *, size_t, ocs_domain_t *, uint32_t);
sys/dev/ocs_fc/sli4.h
3685
extern int32_t sli_cmd_unreg_vpi(sli4_t *, void *, size_t, uint16_t, uint32_t);
sys/dev/ocs_fc/sli4.h
3686
extern int32_t sli_cmd_common_nop(sli4_t *, void *, size_t, uint64_t);
sys/dev/ocs_fc/sli4.h
3687
extern int32_t sli_cmd_common_get_resource_extent_info(sli4_t *, void *, size_t, uint16_t);
sys/dev/ocs_fc/sli4.h
3688
extern int32_t sli_cmd_common_get_sli4_parameters(sli4_t *, void *, size_t);
sys/dev/ocs_fc/sli4.h
3689
extern int32_t sli_cmd_common_write_object(sli4_t *, void *, size_t,
sys/dev/ocs_fc/sli4.h
3691
extern int32_t sli_cmd_common_delete_object(sli4_t *, void *, size_t, char *);
sys/dev/ocs_fc/sli4.h
3692
extern int32_t sli_cmd_common_read_object(sli4_t *, void *, size_t, uint32_t,
sys/dev/ocs_fc/sli4.h
3694
extern int32_t sli_cmd_dmtf_exec_clp_cmd(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.h
3697
extern int32_t sli_cmd_common_set_dump_location(sli4_t *sli4, void *buf, size_t size,
sys/dev/ocs_fc/sli4.h
3700
extern int32_t sli_cmd_common_set_features(sli4_t *, void *, size_t, uint32_t, uint32_t, void*);
sys/dev/ocs_fc/sli4.h
3702
size_t size, uint32_t start_profile_index, ocs_dma_t *dma);
sys/dev/ocs_fc/sli4.h
3704
size_t size);
sys/dev/ocs_fc/sli4.h
3706
size_t size,
sys/dev/ocs_fc/sli4.h
3710
size_t size, ocs_dma_t *dma);
sys/dev/ocs_fc/sli4.h
3712
size_t size, ocs_dma_t *dma,
sys/dev/ocs_fc/sli4.h
3715
size_t size);
sys/dev/ocs_fc/sli4.h
3717
size_t size, ocs_dma_t *dma);
sys/dev/ocs_fc/sli4.h
3719
size_t size, ocs_dma_t *dma,
sys/dev/ocs_fc/sli4.h
3734
extern int32_t __sli_queue_init(sli4_t *, sli4_queue_t *, uint32_t, size_t, uint32_t, uint32_t);
sys/dev/ocs_fc/sli4.h
51
sli_page_count(size_t bytes, uint32_t page_size)
sys/dev/ocs_fc/sli4.h
5573
extern int32_t sli_cmd_fcoe_wq_create(sli4_t *, void *, size_t, ocs_dma_t *, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.h
5574
extern int32_t sli_cmd_fcoe_wq_create_v1(sli4_t *, void *, size_t, ocs_dma_t *, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.h
5575
extern int32_t sli_cmd_fcoe_wq_destroy(sli4_t *, void *, size_t, uint16_t);
sys/dev/ocs_fc/sli4.h
5576
extern int32_t sli_cmd_fcoe_post_sgl_pages(sli4_t *, void *, size_t, uint16_t, uint32_t, ocs_dma_t **, ocs_dma_t **,
sys/dev/ocs_fc/sli4.h
5578
extern int32_t sli_cmd_fcoe_rq_create(sli4_t *, void *, size_t, ocs_dma_t *, uint16_t, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.h
5579
extern int32_t sli_cmd_fcoe_rq_create_v1(sli4_t *, void *, size_t, ocs_dma_t *, uint16_t, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.h
5580
extern int32_t sli_cmd_fcoe_rq_destroy(sli4_t *, void *, size_t, uint16_t);
sys/dev/ocs_fc/sli4.h
5581
extern int32_t sli_cmd_fcoe_read_fcf_table(sli4_t *, void *, size_t, ocs_dma_t *, uint16_t);
sys/dev/ocs_fc/sli4.h
5582
extern int32_t sli_cmd_fcoe_post_hdr_templates(sli4_t *, void *, size_t, ocs_dma_t *, uint16_t, ocs_dma_t *);
sys/dev/ocs_fc/sli4.h
5583
extern int32_t sli_cmd_fcoe_rediscover_fcf(sli4_t *, void *, size_t, uint16_t);
sys/dev/ocs_fc/sli4.h
5587
extern int32_t sli_abort_wqe(sli4_t *, void *, size_t, sli4_abort_type_e, uint32_t, uint32_t, uint32_t, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.h
5589
extern int32_t sli_els_request64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint8_t, uint32_t, uint32_t, uint8_t, uint16_t, uint16_t, uint16_t, ocs_remote_node_t *);
sys/dev/ocs_fc/sli4.h
5590
extern int32_t sli_fcp_iread64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint32_t, uint32_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint8_t, uint8_t, uint8_t);
sys/dev/ocs_fc/sli4.h
5591
extern int32_t sli_fcp_iwrite64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint32_t, uint32_t, uint32_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint8_t, uint8_t, uint8_t);
sys/dev/ocs_fc/sli4.h
5592
extern int32_t sli_fcp_icmnd64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint8_t);
sys/dev/ocs_fc/sli4.h
5594
extern int32_t sli_fcp_treceive64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint32_t, uint32_t, uint32_t, uint16_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint32_t, uint8_t, uint8_t, uint8_t, uint32_t);
sys/dev/ocs_fc/sli4.h
5595
extern int32_t sli_fcp_trsp64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint32_t, uint16_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint32_t, uint8_t, uint8_t, uint32_t);
sys/dev/ocs_fc/sli4.h
5596
extern int32_t sli_fcp_tsend64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint32_t, uint32_t, uint32_t, uint16_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint32_t, uint8_t, uint8_t, uint8_t, uint32_t);
sys/dev/ocs_fc/sli4.h
5597
extern int32_t sli_fcp_cont_treceive64_wqe(sli4_t *, void*, size_t, ocs_dma_t *, uint32_t, uint32_t, uint32_t, uint16_t, uint16_t, uint16_t, uint16_t, uint16_t, uint32_t, ocs_remote_node_t *, uint32_t, uint8_t, uint8_t, uint8_t, uint32_t);
sys/dev/ocs_fc/sli4.h
5598
extern int32_t sli_gen_request64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint32_t, uint32_t,uint8_t, uint16_t, uint16_t, uint16_t, ocs_remote_node_t *, uint8_t, uint8_t, uint8_t);
sys/dev/ocs_fc/sli4.h
5599
extern int32_t sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, uint32_t *hdr,
sys/dev/ocs_fc/sli4.h
5602
extern int32_t sli_xmit_sequence64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint32_t, uint8_t, uint16_t, uint16_t, uint16_t, ocs_remote_node_t *, uint8_t, uint8_t, uint8_t);
sys/dev/ocs_fc/sli4.h
5603
extern int32_t sli_xmit_bcast64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint32_t, uint8_t, uint16_t, uint16_t, uint16_t, ocs_remote_node_t *, uint8_t, uint8_t, uint8_t);
sys/dev/ocs_fc/sli4.h
5604
extern int32_t sli_xmit_bls_rsp64_wqe(sli4_t *, void *, size_t, sli_bls_payload_t *, uint16_t, uint16_t, uint16_t, ocs_remote_node_t *, uint32_t);
sys/dev/ocs_fc/sli4.h
5605
extern int32_t sli_xmit_els_rsp64_wqe(sli4_t *, void *, size_t, ocs_dma_t *, uint32_t, uint16_t, uint16_t, uint16_t, uint16_t, ocs_remote_node_t *, uint32_t, uint32_t);
sys/dev/ocs_fc/sli4.h
5606
extern int32_t sli_requeue_xri_wqe(sli4_t *, void *, size_t, uint16_t, uint16_t, uint16_t);
sys/dev/ocs_fc/sli4.h
5607
extern void sli4_cmd_lowlevel_set_watchdog(sli4_t *sli4, void *buf, size_t size, uint16_t timeout);
sys/dev/ofw/ofw_bus_subr.c
288
size_t len;
sys/dev/ofw/ofw_fdt.c
329
size_t buflen)
sys/dev/ofw/ofw_fdt.c
377
size_t size)
sys/dev/ofw/ofw_fdt.c
418
const void *buf, size_t len)
sys/dev/ofw/ofw_fdt.c
435
ofw_fdt_canon(ofw_t ofw, const char *device, char *buf, size_t len)
sys/dev/ofw/ofw_fdt.c
455
ofw_fdt_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len)
sys/dev/ofw/ofw_fdt.c
468
ofw_fdt_package_to_path(ofw_t ofw, phandle_t package, char *buf, size_t len)
sys/dev/ofw/ofw_fdt.c
69
static ssize_t ofw_fdt_getprop(ofw_t, phandle_t, const char *, void *, size_t);
sys/dev/ofw/ofw_fdt.c
70
static int ofw_fdt_nextprop(ofw_t, phandle_t, const char *, char *, size_t);
sys/dev/ofw/ofw_fdt.c
72
size_t);
sys/dev/ofw/ofw_fdt.c
73
static ssize_t ofw_fdt_canon(ofw_t, const char *, char *, size_t);
sys/dev/ofw/ofw_fdt.c
75
static ssize_t ofw_fdt_instance_to_path(ofw_t, ihandle_t, char *, size_t);
sys/dev/ofw/ofw_fdt.c
76
static ssize_t ofw_fdt_package_to_path(ofw_t, phandle_t, char *, size_t);
sys/dev/ofw/ofw_graph.c
83
size_t
sys/dev/ofw/ofw_graph.c
88
size_t num = 0;
sys/dev/ofw/ofw_graph.h
35
size_t ofw_graph_port_get_num_endpoints(phandle_t port);
sys/dev/ofw/ofw_standard.c
101
size_t len);
sys/dev/ofw/ofw_standard.c
103
static caddr_t ofw_std_claim(ofw_t ofw, void *virt, size_t size, u_int align);
sys/dev/ofw/ofw_standard.c
104
static void ofw_std_release(ofw_t ofw, void *virt, size_t size);
sys/dev/ofw/ofw_standard.c
327
size_t buflen)
sys/dev/ofw/ofw_standard.c
356
size_t size)
sys/dev/ofw/ofw_standard.c
384
const void *buf, size_t len)
sys/dev/ofw/ofw_standard.c
412
ofw_std_canon(ofw_t ofw, const char *device, char *buf, size_t len)
sys/dev/ofw/ofw_standard.c
460
ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len)
sys/dev/ofw/ofw_standard.c
486
ofw_std_package_to_path(ofw_t ofw, phandle_t package, char *buf, size_t len)
sys/dev/ofw/ofw_standard.c
596
ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len)
sys/dev/ofw/ofw_standard.c
623
ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len)
sys/dev/ofw/ofw_standard.c
679
ofw_std_claim(ofw_t ofw, void *virt, size_t size, u_int align)
sys/dev/ofw/ofw_standard.c
705
ofw_std_release(ofw_t ofw, void *virt, size_t size)
sys/dev/ofw/ofw_standard.c
82
const char *propname, void *buf, size_t buflen);
sys/dev/ofw/ofw_standard.c
84
char *buf, size_t);
sys/dev/ofw/ofw_standard.c
86
const void *buf, size_t len);
sys/dev/ofw/ofw_standard.c
88
size_t len);
sys/dev/ofw/ofw_standard.c
91
char *buf, size_t len);
sys/dev/ofw/ofw_standard.c
93
size_t len);
sys/dev/ofw/ofw_standard.c
99
size_t len);
sys/dev/ofw/openfirm.c
393
OF_getprop(phandle_t package, const char *propname, void *buf, size_t buflen)
sys/dev/ofw/openfirm.c
403
OF_getencprop(phandle_t node, const char *propname, pcell_t *buf, size_t len)
sys/dev/ofw/openfirm.c
426
OF_searchprop(phandle_t node, const char *propname, void *buf, size_t len)
sys/dev/ofw/openfirm.c
437
OF_searchencprop(phandle_t node, const char *propname, pcell_t *buf, size_t len)
sys/dev/ofw/openfirm.c
538
OF_nextprop(phandle_t package, const char *previous, char *buf, size_t size)
sys/dev/ofw/openfirm.c
549
OF_setprop(phandle_t package, const char *propname, const void *buf, size_t len)
sys/dev/ofw/openfirm.c
560
OF_canon(const char *device, char *buf, size_t len)
sys/dev/ofw/openfirm.c
582
OF_instance_to_path(ihandle_t instance, char *buf, size_t len)
sys/dev/ofw/openfirm.c
593
OF_package_to_path(phandle_t package, char *buf, size_t len)
sys/dev/ofw/openfirm.c
779
OF_read(ihandle_t instance, void *addr, size_t len)
sys/dev/ofw/openfirm.c
790
OF_write(ihandle_t instance, const void *addr, size_t len)
sys/dev/ofw/openfirm.c
816
OF_claim(void *virt, size_t size, u_int align)
sys/dev/ofw/openfirm.c
827
OF_release(void *virt, size_t size)
sys/dev/ofw/openfirm.h
108
size_t len);
sys/dev/ofw/openfirm.h
110
size_t len); /* Same as getprop, but maintains endianness */
sys/dev/ofw/openfirm.h
113
size_t len);
sys/dev/ofw/openfirm.h
115
pcell_t *buf, size_t len);
sys/dev/ofw/openfirm.h
126
size_t len);
sys/dev/ofw/openfirm.h
128
size_t len);
sys/dev/ofw/openfirm.h
129
ssize_t OF_canon(const char *path, char *buf, size_t len);
sys/dev/ofw/openfirm.h
131
ssize_t OF_package_to_path(phandle_t node, char *buf, size_t len);
sys/dev/ofw/openfirm.h
157
ssize_t OF_read(ihandle_t instance, void *buf, size_t len);
sys/dev/ofw/openfirm.h
158
ssize_t OF_write(ihandle_t instance, const void *buf, size_t len);
sys/dev/ofw/openfirm.h
162
ssize_t OF_instance_to_path(ihandle_t instance, char *buf, size_t len);
sys/dev/ofw/openfirm.h
167
void *OF_claim(void *virtrequest, size_t size, u_int align);
sys/dev/ofw/openfirm.h
168
void OF_release(void *virt, size_t size);
sys/dev/ow/ow.c
388
ow_crc(device_t ndev, device_t pdev, uint8_t *buffer, size_t len)
sys/dev/ow/own.h
68
own_crc(device_t pdev, uint8_t *buffer, size_t len)
sys/dev/pccard/pccardvar.h
117
size_t ent_size, pccard_product_match_fn matchfn)
sys/dev/pccard/pccardvarp.h
162
size_t len; /* Actual length of the CIS */
sys/dev/pci/pci.c
1162
alloc_buffer(void* buffer, size_t element_size, int needed)
sys/dev/pci/pci.c
231
static size_t pci_vendordata_size;
sys/dev/pci/pci.c
4791
size_t sz;
sys/dev/pci/pci.c
6888
pci_match_device(device_t child, const struct pci_device_table *id, size_t nelt)
sys/dev/pci/pci_host_generic_acpi.c
205
size_t i;
sys/dev/pci/pci_iov.c
971
size_t output_len, size;
sys/dev/pci/pci_iov_schema.c
333
size_t size;
sys/dev/pci/pci_iov_schema.c
372
size_t len;
sys/dev/pci/pci_iov_schema.c
433
size_t size;
sys/dev/pci/pci_user.c
1126
size_t confsz, iolen;
sys/dev/pci/pci_user.c
621
size_t len, datalen;
sys/dev/pci/pci_user.c
700
static size_t
sys/dev/pci/pci_user.c
731
static size_t
sys/dev/pci/pcivar.h
324
const struct pci_device_table *id, size_t nelt);
sys/dev/pci/pcivar.h
742
void * vga_pci_map_bios(device_t dev, size_t *size);
sys/dev/pci/vga_pci.c
162
vga_pci_map_bios(device_t dev, size_t *size)
sys/dev/pms/RefTisa/sat/src/smmisc.c
90
smhexdump(const char *ptitle, bit8 *pbuf, size_t len)
sys/dev/pms/RefTisa/sat/src/smmisc.c
92
size_t i;
sys/dev/pms/RefTisa/sat/src/smproto.h
40
smhexdump(const char *ptitle, bit8 *pbuf, size_t len);
sys/dev/pms/freebsd/driver/common/lxencrypt.c
116
set_dek_table_entry0(struct device *dev, struct device_attribute *attr, const char *buf, size_t len)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
130
set_dek_table_entry1(struct device *dev, struct device_attribute *attr, const char *buf, size_t len)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
83
set_dek_table_entry(struct device *dev, const char *buf, size_t len, dek_table_e table)
sys/dev/pms/freebsd/driver/common/lxencrypt.h
83
ssize_t set_dek_table_entry0(struct device *dev, struct device_attribute *attr, const char *buf, size_t len);
sys/dev/pms/freebsd/driver/common/lxencrypt.h
85
ssize_t set_dek_table_entry1(struct device *dev, struct device_attribute *attr, const char *buf, size_t len);
sys/dev/pms/freebsd/driver/common/osstring.h
62
#define osti_memcmp(s1, s2, n) memcmp((void *)s1, (void *)s2, (size_t)n)
sys/dev/pms/freebsd/driver/common/osstring.h
63
#define osti_memcpy(des, src, n) memcpy((void *)des, (void *)src, (size_t)n)
sys/dev/pms/freebsd/driver/common/osstring.h
64
#define osti_memset(s, c, n) memset((void *)s, (int)c, (size_t)n)
sys/dev/pms/freebsd/driver/common/osstring.h
70
#define osti_strncmp(s1, s2, n) strncmp((char *)s1, (char *)s2, (size_t)n)
sys/dev/pms/freebsd/driver/common/osstring.h
71
#define osti_strncpy(des, src, n) strncpy((char *)des, (char *)src, (size_t)n)
sys/dev/pms/freebsd/driver/common/osstring.h
81
#define osMemCpy(des, src, n) memcpy((void *)des, (void *)src, (size_t)n)
sys/dev/pms/freebsd/driver/common/osstring.h
82
#define osMemSet(s, c, n) memset((void *)s, (int)c, (size_t)n)
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
106
#define PMCoffsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
sys/dev/proto/proto_core.c
123
size_t pfxlen;
sys/dev/qat/include/common/adf_accel_devices.h
539
adf_csr_fetch_and_and(struct resource *csr, size_t offs, unsigned long mask)
sys/dev/qat/include/common/adf_accel_devices.h
548
adf_csr_fetch_and_or(struct resource *csr, size_t offs, unsigned long mask)
sys/dev/qat/include/common/adf_accel_devices.h
559
size_t offs,
sys/dev/qat/qat_api/common/utils/lac_mem.c
101
size_t
sys/dev/qat/qat_api/common/utils/lac_mem.c
102
icp_sal_iommu_get_remap_size(size_t size)
sys/dev/qat/qat_api/common/utils/lac_mem.c
108
icp_sal_iommu_map(Cpa64U phaddr, Cpa64U iova, size_t size)
sys/dev/qat/qat_api/common/utils/lac_mem.c
114
icp_sal_iommu_unmap(Cpa64U iova, size_t size)
sys/dev/qat/qat_api/common/utils/lac_mem_pools.c
56
volatile size_t availBlks;
sys/dev/qat/qat_api/include/icp_sal_iommu.h
35
size_t icp_sal_iommu_get_remap_size(size_t size);
sys/dev/qat/qat_api/include/icp_sal_iommu.h
59
CpaStatus icp_sal_iommu_map(Cpa64U phaddr, Cpa64U iova, size_t size);
sys/dev/qat/qat_api/include/icp_sal_iommu.h
82
CpaStatus icp_sal_iommu_unmap(Cpa64U iova, size_t size);
sys/dev/qat/qat_common/adf_dev_err.c
103
adf_get_uerrssmmmpad2(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
109
adf_get_uerrssmmmpad3(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
115
adf_get_uerrssmmmpad4(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
121
u32 (*read)(struct resource *pmisc_bar_addr, size_t dev);
sys/dev/qat/qat_common/adf_dev_err.c
144
static size_t adf_printf_len;
sys/dev/qat/qat_common/adf_dev_err.c
158
size_t idx,
sys/dev/qat/qat_common/adf_dev_err.c
179
size_t i;
sys/dev/qat/qat_common/adf_dev_err.c
190
size_t accel;
sys/dev/qat/qat_common/adf_dev_err.c
31
adf_get_intstatsssm(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
37
adf_get_pperr(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
43
adf_get_pperrid(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
49
adf_get_uerrssmsh(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
55
adf_get_uerrssmshad(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
6
size_t offs;
sys/dev/qat/qat_common/adf_dev_err.c
61
adf_get_uerrssmmmp0(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
67
adf_get_uerrssmmmp1(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
73
adf_get_uerrssmmmp2(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
79
adf_get_uerrssmmmp3(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
85
adf_get_uerrssmmmp4(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
91
adf_get_uerrssmmmpad0(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_dev_err.c
97
adf_get_uerrssmmmpad1(struct resource *pmisc_bar_addr, size_t dev)
sys/dev/qat/qat_common/adf_heartbeat.c
110
const size_t max_aes = hw_device->get_num_aes(hw_device);
sys/dev/qat/qat_common/adf_heartbeat.c
111
const size_t hb_ctrs = hw_device->heartbeat_ctr_num;
sys/dev/qat/qat_common/adf_heartbeat.c
112
const size_t stats_size =
sys/dev/qat/qat_common/adf_heartbeat.c
115
size_t ae, thr;
sys/dev/qat_c2xxx/qat.c
1148
qat_memcpy_htobe64(void *dst, const void *src, size_t len)
sys/dev/qat_c2xxx/qat.c
1152
size_t i;
sys/dev/qat_c2xxx/qat.c
1161
qat_memcpy_htobe32(void *dst, const void *src, size_t len)
sys/dev/qat_c2xxx/qat.c
1165
size_t i;
sys/dev/qat_c2xxx/qat.c
1174
qat_memcpy_htobe(void *dst, const void *src, size_t len, uint32_t wordbyte)
sys/dev/qat_c2xxx/qat.c
561
qat_alloc_mem(size_t size)
sys/dev/qat_c2xxx/qat_ae.c
144
struct qat_ae_batch_init_list *, size_t);
sys/dev/qat_c2xxx/qat_ae.c
148
static const char *qat_aefw_uof_string(struct qat_softc *, size_t);
sys/dev/qat_c2xxx/qat_ae.c
159
u_int, size_t, const char *,
sys/dev/qat_c2xxx/qat_ae.c
160
size_t *, void **);
sys/dev/qat_c2xxx/qat_ae.c
169
static int qat_aefw_alloc_auth_dmamem(struct qat_softc *, char *, size_t,
sys/dev/qat_c2xxx/qat_ae.c
1712
struct qat_ae_batch_init_list *qabi_list, size_t nqabi)
sys/dev/qat_c2xxx/qat_ae.c
1715
size_t alloc_ninst, ninst;
sys/dev/qat_c2xxx/qat_ae.c
1811
qat_aefw_uof_string(struct qat_softc *sc, size_t offset)
sys/dev/qat_c2xxx/qat_ae.c
1900
u_int nchunk, size_t size, const char *id,
sys/dev/qat_c2xxx/qat_ae.c
1901
size_t *fwsize, void **fwptr)
sys/dev/qat_c2xxx/qat_ae.c
1924
*fwsize = (size_t)much->much_size;
sys/dev/qat_c2xxx/qat_ae.c
1986
size_t size;
sys/dev/qat_c2xxx/qat_ae.c
2081
size_t lim = uch->uch_offset + uch->uch_size, size;
sys/dev/qat_c2xxx/qat_ae.c
2203
size_t size, uof_size, hdr_size;
sys/dev/qat_c2xxx/qat_ae.c
2355
size_t size;
sys/dev/qat_c2xxx/qat_ae.c
2438
qat_aefw_alloc_auth_dmamem(struct qat_softc *sc, char *image, size_t size,
sys/dev/qat_c2xxx/qat_ae.c
2444
size_t mapsize, simg_offset = sizeof(struct auth_chunk);
sys/dev/qat_c2xxx/qat_ae.c
2863
size_t *curinit;
sys/dev/qat_c2xxx/qat_ae.c
3135
size_t uimsz, initmemsz = qafu->qafu_init_mem_size;
sys/dev/qat_c2xxx/qatvar.h
1043
void * qat_alloc_mem(size_t);
sys/dev/qat_c2xxx/qatvar.h
1055
void qat_memcpy_htobe64(void *, const void *, size_t);
sys/dev/qat_c2xxx/qatvar.h
1056
void qat_memcpy_htobe32(void *, const void *, size_t);
sys/dev/qat_c2xxx/qatvar.h
1057
void qat_memcpy_htobe(void *, const void *, size_t, uint32_t);
sys/dev/qat_c2xxx/qatvar.h
255
size_t qmf_sym_size;
sys/dev/qat_c2xxx/qatvar.h
257
size_t qmf_uof_objs_size;
sys/dev/qat_c2xxx/qatvar.h
259
size_t qmf_suof_objs_size;
sys/dev/qat_c2xxx/qatvar.h
325
size_t qafu_size; /* uof size */
sys/dev/qat_c2xxx/qatvar.h
329
size_t qafu_str_tab_size;
sys/dev/qat_c2xxx/qatvar.h
333
size_t qafu_init_mem_size;
sys/dev/qat_c2xxx/qatvar.h
338
size_t qafu_num_lm_init[MAX_AE];
sys/dev/qat_c2xxx/qatvar.h
339
size_t qafu_num_lm_init_inst[MAX_AE];
sys/dev/qat_c2xxx/qatvar.h
684
size_t qhw_crypto_opaque_offset;
sys/dev/qat_c2xxx/qatvar.h
821
size_t sc_fw_mof_size; /* mof size */
sys/dev/qat_c2xxx/qatvar.h
827
size_t sc_fw_uof_size; /* uof size */
sys/dev/qat_c2xxx/qatvar.h
831
size_t sc_fw_suof_size; /* suof size */
sys/dev/qat_c2xxx/qatvar.h
835
size_t sc_fw_mmp_size; /* mmp size */
sys/dev/qcom_ess_edma/qcom_ess_edma.c
726
sc->sc_mem_res_size = (size_t) bus_get_resource_count(dev,
sys/dev/qcom_ess_edma/qcom_ess_edma_var.h
215
size_t sc_mem_res_size;
sys/dev/qcom_gcc/qcom_gcc_main.c
126
size_t mem_sz;
sys/dev/qcom_mdio/qcom_mdio_ipq4018.c
126
sc->sc_mem_res_size = (size_t) bus_get_resource_count(dev,
sys/dev/qcom_mdio/qcom_mdio_ipq4018_var.h
63
size_t sc_mem_res_size;
sys/dev/qcom_rnd/qcom_rnd.c
185
qcom_rnd_harvest(struct qcom_rnd_softc *sc, void *buf, size_t *sz)
sys/dev/qcom_rnd/qcom_rnd.c
195
size_t rz = 0;
sys/dev/qcom_rnd/qcom_rnd.c
218
size_t sz;
sys/dev/qcom_rnd/qcom_rnd.c
63
static int qcom_rnd_harvest(struct qcom_rnd_softc *, void *, size_t *);
sys/dev/qlnx/qlnxe/bcm_osal.h
142
#define osal_size_t size_t
sys/dev/qlnx/qlnxe/qlnx_os.c
7952
size_t size;
sys/dev/qlnx/qlnxr/qlnxr_cm.h
55
size_t len;
sys/dev/qlnx/qlnxr/qlnxr_cm.h
60
size_t len;
sys/dev/qlnx/qlnxr/qlnxr_def.h
508
size_t buf_len;
sys/dev/qlnx/qlnxr/qlnxr_user.h
103
size_t srq_len; /* length of SQ buffer */
sys/dev/qlnx/qlnxr/qlnxr_user.h
63
size_t len; /* size of CQ buffer */
sys/dev/qlnx/qlnxr/qlnxr_user.h
77
size_t sq_len; /* length of SQ buffer */
sys/dev/qlnx/qlnxr/qlnxr_user.h
81
size_t rq_len; /* length of RQ buffer */
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
1397
size_t page_list_len, bool two_layered)
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
1652
struct qlnxr_userq *q, u64 buf_addr, size_t buf_len,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
5581
size_t in_mad_size,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
5583
size_t *out_mad_size,
sys/dev/qlnx/qlnxr/qlnxr_verbs.h
134
size_t in_mad_size,
sys/dev/qlnx/qlnxr/qlnxr_verbs.h
136
size_t *out_mad_size,
sys/dev/random/fenestrasX/fx_brng.c
120
fxrng_brng_reseed(const void *entr, size_t sz)
sys/dev/random/fenestrasX/fx_brng.c
163
size_t nbytes)
sys/dev/random/fenestrasX/fx_brng.c
185
size_t rem;
sys/dev/random/fenestrasX/fx_brng.c
235
void *buf, size_t keysz, uint64_t *seed_generation)
sys/dev/random/fenestrasX/fx_brng.c
252
fxrng_brng_read(struct fxrng_buffered_rng *rng, void *buf, size_t nbytes)
sys/dev/random/fenestrasX/fx_brng.h
59
size_t, uint64_t *seed_generation);
sys/dev/random/fenestrasX/fx_brng.h
60
void fxrng_brng_read(struct fxrng_buffered_rng *, void *, size_t);
sys/dev/random/fenestrasX/fx_brng.h
62
void fxrng_brng_reseed(const void *, size_t);
sys/dev/random/fenestrasX/fx_hash.h
54
fxrng_hash_update(struct fxrng_hash *h, const void *buf, size_t sz)
sys/dev/random/fenestrasX/fx_hash.h
63
fxrng_hash_finish(struct fxrng_hash *h, uint8_t buf[static FXRNG_HASH_SZ], size_t sz)
sys/dev/random/fenestrasX/fx_main.c
143
_fxrng_alg_read(uint8_t *output, size_t nbytes, uint64_t *seed_version_out)
sys/dev/random/fenestrasX/fx_main.c
256
fxrng_alg_read(uint8_t *output, size_t nbytes)
sys/dev/random/fenestrasX/fx_main.c
266
read_random_key(void *output, size_t nbytes, uint64_t *seed_version_out)
sys/dev/random/fenestrasX/fx_pool.c
266
size_t i;
sys/dev/random/fenestrasX/fx_pub.h
51
void read_random_key(void *buf, size_t nbytes, uint64_t *seed_version_out);
sys/dev/random/fenestrasX/fx_rng.c
119
size_t nbytes, bool return_unlocked)
sys/dev/random/fenestrasX/fx_rng.c
123
size_t blockcount;
sys/dev/random/fenestrasX/fx_rng.c
170
const void *src, size_t sz, ...)
sys/dev/random/fenestrasX/fx_rng.c
196
sz = va_arg(ap, size_t);
sys/dev/random/fenestrasX/fx_rng.c
232
(size_t)event->he_size, NULL);
sys/dev/random/fenestrasX/fx_rng.c
243
size_t sz)
sys/dev/random/fenestrasX/fx_rng.c
64
fxrng_rng_keystream_internal(struct chacha_ctx *prf, void *buf, size_t nbytes)
sys/dev/random/fenestrasX/fx_rng.c
66
size_t chunklen;
sys/dev/random/fenestrasX/fx_rng.c
70
rounddown((size_t)UINT32_MAX, CHACHA_BLOCKLEN));
sys/dev/random/fenestrasX/fx_rng.h
58
fxrng_rng_setkey(struct fxrng_basic_rng *rng, const void *newkey, size_t len)
sys/dev/random/fenestrasX/fx_rng.h
64
void fxrng_rng_genrandom_internal(struct fxrng_basic_rng *, void *, size_t,
sys/dev/random/fenestrasX/fx_rng.h
68
size_t);
sys/dev/random/fortuna.c
255
static void random_fortuna_read(uint8_t *, size_t);
sys/dev/random/fortuna.c
411
size_t keysz;
sys/dev/random/fortuna.c
558
random_fortuna_genbytes(uint8_t *buf, size_t bytecount,
sys/dev/random/fortuna.c
563
size_t chunk_size;
sys/dev/random/fortuna.c
683
random_fortuna_read_concurrent(uint8_t *buf, size_t bytecount,
sys/dev/random/fortuna.c
688
size_t blockcount;
sys/dev/random/fortuna.c
767
random_fortuna_read(uint8_t *buf, size_t bytecount)
sys/dev/random/hash.c
135
void *d_out, size_t bytecount)
sys/dev/random/hash.c
137
size_t i, blockcount, read_chunk;
sys/dev/random/hash.c
156
rounddown((size_t)UINT32_MAX, CHACHA_BLOCKLEN));
sys/dev/random/hash.c
204
randomdev_getkey(union randomdev_key *context, const void **keyp, size_t *szp)
sys/dev/random/hash.c
93
randomdev_hash_iterate(struct randomdev_hash *context, const void *data, size_t size)
sys/dev/random/hash.h
62
void randomdev_hash_iterate(struct randomdev_hash *, const void *, size_t);
sys/dev/random/hash.h
66
void randomdev_keystream(union randomdev_key *context, uint128_t *, void *, size_t);
sys/dev/random/hash.h
67
void randomdev_getkey(union randomdev_key *, const void **, size_t *);
sys/dev/random/nehemiah.c
55
static __inline size_t
sys/dev/random/nehemiah.c
78
size_t count, ret;
sys/dev/random/other_algorithm.c
162
random_other_read(uint8_t *buf, size_t count)
sys/dev/random/other_algorithm.c
85
static void random_other_read(uint8_t *, size_t);
sys/dev/random/random_harvestq.c
742
static size_t
sys/dev/random/random_harvestq.c
743
random_early_prime(char *entropy, size_t len)
sys/dev/random/random_harvestq.c
746
size_t i;
sys/dev/random/random_harvestq.c
770
static size_t
sys/dev/random/random_harvestq.c
774
size_t size;
sys/dev/random/random_harvestq.c
796
size_t size;
sys/dev/random/randomdev.c
161
const size_t sigchk_period = SIGCHK_PERIOD;
sys/dev/random/randomdev.c
166
size_t total_read, read_len;
sys/dev/random/randomdev.c
198
bufsize = MIN(sigchk_period, (size_t)uio->uio_resid);
sys/dev/random/randomdev.c
207
read_len = MIN((size_t)uio->uio_resid, bufsize);
sys/dev/random/randomdev.h
69
typedef void random_alg_read_t(uint8_t *, size_t);
sys/dev/random/unit_test.c
126
return ((size_t)c_stream.total_out);
sys/dev/random/unit_test.c
176
size_t tid, zsize;
sys/dev/random/unit_test.c
184
tid = (size_t)threadid;
sys/dev/random/unit_test.c
85
size_t
sys/dev/random/unit_test.c
86
block_deflate(uint8_t *uncompr, uint8_t *compr, const size_t len)
sys/dev/rndtest/rndtest.c
113
size_t i;
sys/dev/rtwn/if_rtwn_fw.c
118
size_t len;
sys/dev/rtwn/if_rtwn_task.c
90
rtwn_cmd_sleepable(struct rtwn_softc *sc, const void *ptr, size_t len,
sys/dev/rtwn/if_rtwn_task.h
22
int rtwn_cmd_sleepable(struct rtwn_softc *, const void *, size_t,
sys/dev/rtwn/pci/rtwn_pci_rx.c
70
struct rtwn_rx_stat_pci *desc, bus_addr_t addr, size_t len, int idx)
sys/dev/rtwn/pci/rtwn_pci_rx.h
22
struct rtwn_rx_stat_pci *, bus_addr_t, size_t, int);
sys/dev/rtwn/rtl8192c/pci/r92ce_tx.c
83
size_t len = sizeof(struct r92c_tx_desc) +
sys/dev/safexcel/safexcel.c
2086
size_t seglen;
sys/dev/safexcel/safexcel.c
2117
size_t inlen;
sys/dev/sbni/if_sbnivar.h
151
#define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00ffffff))
sys/dev/sdhci/sdhci.c
2025
size_t left;
sys/dev/sdhci/sdhci.c
2245
size_t left;
sys/dev/sdhci/sdhci.c
568
size_t left;
sys/dev/sdhci/sdhci.c
617
size_t left;
sys/dev/sdhci/sdhci.h
391
size_t offset; /* Data buffer offset */
sys/dev/sfxge/common/ef10_ev.c
142
__in size_t nevs,
sys/dev/sfxge/common/ef10_ev.c
278
__in size_t nevs,
sys/dev/sfxge/common/ef10_ev.c
459
__in size_t ndescs,
sys/dev/sfxge/common/ef10_filter.c
1043
__in size_t buffer_length,
sys/dev/sfxge/common/ef10_filter.c
1044
__out size_t *list_lengthp)
sys/dev/sfxge/common/ef10_filter.c
1047
size_t mcdi_list_length;
sys/dev/sfxge/common/ef10_filter.c
1048
size_t mcdi_encap_list_length;
sys/dev/sfxge/common/ef10_filter.c
1049
size_t list_length;
sys/dev/sfxge/common/ef10_filter.c
1052
size_t next_buf_length;
sys/dev/sfxge/common/ef10_filter.c
968
__in size_t buffer_length,
sys/dev/sfxge/common/ef10_filter.c
970
__out size_t *list_lengthp)
sys/dev/sfxge/common/ef10_filter.c
975
size_t matches_count;
sys/dev/sfxge/common/ef10_filter.c
976
size_t list_size;
sys/dev/sfxge/common/ef10_image.c
631
((size_t)((uint8_t *)infop->eii_headerp - infop->eii_imagep) >
sys/dev/sfxge/common/ef10_impl.h
1002
__in size_t size,
sys/dev/sfxge/common/ef10_impl.h
1031
__in size_t ndescs,
sys/dev/sfxge/common/ef10_impl.h
1127
__in size_t buffer_length,
sys/dev/sfxge/common/ef10_impl.h
1128
__out size_t *list_lengthp);
sys/dev/sfxge/common/ef10_impl.h
1258
EFX_P2ROUNDUP(size_t, \
sys/dev/sfxge/common/ef10_impl.h
203
__out size_t *sizep);
sys/dev/sfxge/common/ef10_impl.h
260
__out size_t *pdu);
sys/dev/sfxge/common/ef10_impl.h
296
__in size_t mask_size);
sys/dev/sfxge/common/ef10_impl.h
324
__in size_t hdr_len,
sys/dev/sfxge/common/ef10_impl.h
326
__in size_t sdu_len);
sys/dev/sfxge/common/ef10_impl.h
336
__in size_t offset,
sys/dev/sfxge/common/ef10_impl.h
337
__in size_t length);
sys/dev/sfxge/common/ef10_impl.h
365
__in size_t max_seg_size,
sys/dev/sfxge/common/ef10_impl.h
368
__out size_t *sizep);
sys/dev/sfxge/common/ef10_impl.h
373
__in size_t partn_size,
sys/dev/sfxge/common/ef10_impl.h
376
__in size_t tag_size,
sys/dev/sfxge/common/ef10_impl.h
377
__out size_t *total_lengthp);
sys/dev/sfxge/common/ef10_impl.h
385
__out size_t *sizep);
sys/dev/sfxge/common/ef10_impl.h
393
__in size_t size);
sys/dev/sfxge/common/ef10_impl.h
401
__in size_t size,
sys/dev/sfxge/common/ef10_impl.h
437
__out size_t *sizep);
sys/dev/sfxge/common/ef10_impl.h
443
__out size_t *chunk_sizep);
sys/dev/sfxge/common/ef10_impl.h
451
__in size_t size,
sys/dev/sfxge/common/ef10_impl.h
460
__in size_t size);
sys/dev/sfxge/common/ef10_impl.h
468
__in size_t size);
sys/dev/sfxge/common/ef10_impl.h
475
__in size_t size);
sys/dev/sfxge/common/ef10_impl.h
483
__in size_t size);
sys/dev/sfxge/common/ef10_impl.h
509
__in size_t buffer_size);
sys/dev/sfxge/common/ef10_impl.h
515
__in size_t buffer_size);
sys/dev/sfxge/common/ef10_impl.h
522
__in size_t buffer_size);
sys/dev/sfxge/common/ef10_impl.h
528
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_impl.h
535
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_impl.h
543
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_impl.h
552
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_impl.h
562
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_impl.h
568
__in size_t value_max_size,
sys/dev/sfxge/common/ef10_impl.h
575
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_impl.h
586
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_impl.h
597
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_impl.h
606
__in size_t buffer_size);
sys/dev/sfxge/common/ef10_impl.h
684
__in size_t count);
sys/dev/sfxge/common/ef10_impl.h
709
__in size_t ndescs,
sys/dev/sfxge/common/ef10_impl.h
775
__in size_t buf_length,
sys/dev/sfxge/common/ef10_impl.h
776
__in size_t pio_buf_offset);
sys/dev/sfxge/common/ef10_impl.h
781
__in size_t pkt_length,
sys/dev/sfxge/common/ef10_impl.h
797
__in size_t size,
sys/dev/sfxge/common/ef10_impl.h
851
__out size_t *sizep);
sys/dev/sfxge/common/ef10_impl.h
881
__out size_t *sizep);
sys/dev/sfxge/common/ef10_impl.h
887
__in size_t size);
sys/dev/sfxge/common/ef10_impl.h
893
__in size_t size);
sys/dev/sfxge/common/ef10_impl.h
899
__in size_t size);
sys/dev/sfxge/common/ef10_impl.h
905
__in size_t size,
sys/dev/sfxge/common/ef10_impl.h
912
__in size_t size,
sys/dev/sfxge/common/ef10_impl.h
919
__in size_t size,
sys/dev/sfxge/common/ef10_impl.h
927
__in size_t size);
sys/dev/sfxge/common/ef10_impl.h
94
__in size_t ndescs,
sys/dev/sfxge/common/ef10_impl.h
975
__in size_t n);
sys/dev/sfxge/common/ef10_impl.h
982
__in size_t n);
sys/dev/sfxge/common/ef10_mac.c
200
__out size_t *mtu)
sys/dev/sfxge/common/ef10_mac.c
277
__out size_t *pdu)
sys/dev/sfxge/common/ef10_mac.c
484
__in size_t mask_size)
sys/dev/sfxge/common/ef10_mcdi.c
152
__in size_t hdr_len,
sys/dev/sfxge/common/ef10_mcdi.c
154
__in size_t sdu_len)
sys/dev/sfxge/common/ef10_mcdi.c
209
__in size_t offset,
sys/dev/sfxge/common/ef10_mcdi.c
210
__in size_t length)
sys/dev/sfxge/common/ef10_mcdi.c
216
size_t remaining = length;
sys/dev/sfxge/common/ef10_mcdi.c
219
size_t chunk = MIN(remaining, sizeof (data));
sys/dev/sfxge/common/ef10_nic.c
2371
__out size_t *sizep)
sys/dev/sfxge/common/ef10_nic.c
909
__out size_t *sizep)
sys/dev/sfxge/common/ef10_nvram.c
1003
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_nvram.c
1045
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_nvram.c
1051
__in size_t value_max_size,
sys/dev/sfxge/common/ef10_nvram.c
1094
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_nvram.c
1131
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_nvram.c
1169
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_nvram.c
1201
__in size_t buffer_size)
sys/dev/sfxge/common/ef10_nvram.c
1240
__in size_t seg_offset,
sys/dev/sfxge/common/ef10_nvram.c
1242
__in size_t max_seg_size)
sys/dev/sfxge/common/ef10_nvram.c
1247
size_t total_length;
sys/dev/sfxge/common/ef10_nvram.c
1325
for (pos = 0; (size_t)pos < total_length; pos += sizeof (uint32_t)) {
sys/dev/sfxge/common/ef10_nvram.c
1369
__in size_t max_seg_size,
sys/dev/sfxge/common/ef10_nvram.c
1372
__out size_t *sizep)
sys/dev/sfxge/common/ef10_nvram.c
1376
size_t length;
sys/dev/sfxge/common/ef10_nvram.c
1436
__out size_t *seg_sizep)
sys/dev/sfxge/common/ef10_nvram.c
1439
size_t partn_size = 0;
sys/dev/sfxge/common/ef10_nvram.c
1440
size_t length;
sys/dev/sfxge/common/ef10_nvram.c
1514
__in size_t max_seg_size,
sys/dev/sfxge/common/ef10_nvram.c
1515
__out size_t *seg_sizep)
sys/dev/sfxge/common/ef10_nvram.c
1562
for (pos = 0; (size_t)pos < *seg_sizep; pos += sizeof (uint32_t)) {
sys/dev/sfxge/common/ef10_nvram.c
1645
__in size_t max_seg_size,
sys/dev/sfxge/common/ef10_nvram.c
1648
__in size_t tag_size,
sys/dev/sfxge/common/ef10_nvram.c
1649
__out size_t *total_lengthp)
sys/dev/sfxge/common/ef10_nvram.c
1713
for (pos = 0; (size_t)pos < *total_lengthp; pos += sizeof (uint32_t)) {
sys/dev/sfxge/common/ef10_nvram.c
1749
__in size_t size)
sys/dev/sfxge/common/ef10_nvram.c
1765
__in size_t size,
sys/dev/sfxge/common/ef10_nvram.c
1767
__inout size_t *partn_offsetp,
sys/dev/sfxge/common/ef10_nvram.c
1768
__inout size_t *src_remain_lenp,
sys/dev/sfxge/common/ef10_nvram.c
1769
__inout size_t *dest_remain_lenp,
sys/dev/sfxge/common/ef10_nvram.c
1774
size_t original_segment_size;
sys/dev/sfxge/common/ef10_nvram.c
1775
size_t modified_segment_size;
sys/dev/sfxge/common/ef10_nvram.c
1857
__in size_t size,
sys/dev/sfxge/common/ef10_nvram.c
1860
size_t partn_size = 0;
sys/dev/sfxge/common/ef10_nvram.c
1862
size_t total_length = 0;
sys/dev/sfxge/common/ef10_nvram.c
1864
size_t current_offset = 0;
sys/dev/sfxge/common/ef10_nvram.c
1865
size_t remaining_original_length;
sys/dev/sfxge/common/ef10_nvram.c
1866
size_t remaining_modified_length;
sys/dev/sfxge/common/ef10_nvram.c
1965
__out size_t *sizep)
sys/dev/sfxge/common/ef10_nvram.c
2005
__in size_t size,
sys/dev/sfxge/common/ef10_nvram.c
2008
size_t chunk;
sys/dev/sfxge/common/ef10_nvram.c
2038
__in size_t size)
sys/dev/sfxge/common/ef10_nvram.c
2056
__in size_t size)
sys/dev/sfxge/common/ef10_nvram.c
2076
__in size_t size)
sys/dev/sfxge/common/ef10_nvram.c
2122
__in size_t size)
sys/dev/sfxge/common/ef10_nvram.c
2124
size_t chunk;
sys/dev/sfxge/common/ef10_nvram.c
2201
size_t size;
sys/dev/sfxge/common/ef10_nvram.c
2297
__out size_t *parttbl_rowsp)
sys/dev/sfxge/common/ef10_nvram.c
2330
size_t parttbl_rows = 0;
sys/dev/sfxge/common/ef10_nvram.c
2362
size_t parttbl_rows = 0;
sys/dev/sfxge/common/ef10_nvram.c
2389
size_t size;
sys/dev/sfxge/common/ef10_nvram.c
2458
__out size_t *chunk_sizep)
sys/dev/sfxge/common/ef10_nvram.c
277
__in size_t size)
sys/dev/sfxge/common/ef10_nvram.c
290
__in size_t size,
sys/dev/sfxge/common/ef10_nvram.c
291
__in size_t offset)
sys/dev/sfxge/common/ef10_nvram.c
324
static size_t
sys/dev/sfxge/common/ef10_nvram.c
378
__in size_t size)
sys/dev/sfxge/common/ef10_nvram.c
404
__in size_t size)
sys/dev/sfxge/common/ef10_nvram.c
502
__in size_t size)
sys/dev/sfxge/common/ef10_nvram.c
591
size_t len;
sys/dev/sfxge/common/ef10_nvram.c
615
size_t new_len;
sys/dev/sfxge/common/ef10_nvram.c
662
__in size_t partn_size)
sys/dev/sfxge/common/ef10_nvram.c
667
size_t total_length;
sys/dev/sfxge/common/ef10_nvram.c
728
for (pos = 0; (size_t)pos < total_length; pos += sizeof (uint32_t)) {
sys/dev/sfxge/common/ef10_nvram.c
766
__in size_t buffer_size)
sys/dev/sfxge/common/ef10_nvram.c
780
__in size_t partn_size)
sys/dev/sfxge/common/ef10_nvram.c
864
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_nvram.c
87
static size_t
sys/dev/sfxge/common/ef10_nvram.c
909
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_nvram.c
966
__in size_t buffer_size,
sys/dev/sfxge/common/ef10_nvram.c
99
return ((size_t)length);
sys/dev/sfxge/common/ef10_phy.c
661
__in size_t count)
sys/dev/sfxge/common/ef10_rx.c
1013
__in size_t ndescs,
sys/dev/sfxge/common/ef10_rx.c
433
__in size_t n)
sys/dev/sfxge/common/ef10_rx.c
489
__in size_t n)
sys/dev/sfxge/common/ef10_rx.c
671
__in size_t n)
sys/dev/sfxge/common/ef10_rx.c
706
__in size_t n)
sys/dev/sfxge/common/ef10_rx.c
808
__in size_t size,
sys/dev/sfxge/common/ef10_rx.c
837
size_t, size);
sys/dev/sfxge/common/ef10_tx.c
199
__in size_t ndescs,
sys/dev/sfxge/common/ef10_tx.c
336
__in size_t length,
sys/dev/sfxge/common/ef10_tx.c
337
__in size_t offset)
sys/dev/sfxge/common/ef10_tx.c
383
__in size_t pkt_length,
sys/dev/sfxge/common/ef10_tx.c
389
size_t offset;
sys/dev/sfxge/common/ef10_tx.c
408
size_t, pkt_length);
sys/dev/sfxge/common/ef10_tx.c
452
size_t size = ebp->eb_size;
sys/dev/sfxge/common/ef10_tx.c
455
size_t offset;
sys/dev/sfxge/common/ef10_tx.c
467
size_t, size, boolean_t, eop);
sys/dev/sfxge/common/ef10_tx.c
504
size_t offset;
sys/dev/sfxge/common/ef10_tx.c
572
size_t offset;
sys/dev/sfxge/common/ef10_tx.c
593
__in size_t size,
sys/dev/sfxge/common/ef10_tx.c
604
size_t, size, boolean_t, eop);
sys/dev/sfxge/common/ef10_vpd.c
105
__out size_t *sizep)
sys/dev/sfxge/common/ef10_vpd.c
135
__in size_t size)
sys/dev/sfxge/common/ef10_vpd.c
138
size_t dvpd_size;
sys/dev/sfxge/common/ef10_vpd.c
189
__in size_t size)
sys/dev/sfxge/common/ef10_vpd.c
272
__in size_t size)
sys/dev/sfxge/common/ef10_vpd.c
314
__in size_t size,
sys/dev/sfxge/common/ef10_vpd.c
363
__in size_t size,
sys/dev/sfxge/common/ef10_vpd.c
402
__in size_t size,
sys/dev/sfxge/common/ef10_vpd.c
415
__in size_t size)
sys/dev/sfxge/common/ef10_vpd.c
417
size_t vpd_length;
sys/dev/sfxge/common/ef10_vpd.c
46
size_t svpd_size;
sys/dev/sfxge/common/efsys.h
321
size_t esm_size;
sys/dev/sfxge/common/efsys.h
345
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
365
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
385
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
408
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
431
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
457
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
477
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
498
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
521
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
544
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
597
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
622
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
643
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
674
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
698
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
735
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
768
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
797
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
842
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
859
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efsys.h
906
KASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \
sys/dev/sfxge/common/efx.h
1094
__in size_t offset,
sys/dev/sfxge/common/efx.h
1095
__in size_t len,
sys/dev/sfxge/common/efx.h
1242
__in size_t count);
sys/dev/sfxge/common/efx.h
1494
__out size_t *sizep);
sys/dev/sfxge/common/efx.h
1530
__out size_t *sizep);
sys/dev/sfxge/common/efx.h
1536
__in size_t size);
sys/dev/sfxge/common/efx.h
1542
__in size_t size);
sys/dev/sfxge/common/efx.h
1548
__in size_t size);
sys/dev/sfxge/common/efx.h
1554
__in size_t size,
sys/dev/sfxge/common/efx.h
1561
__in size_t size,
sys/dev/sfxge/common/efx.h
1568
__in size_t size,
sys/dev/sfxge/common/efx.h
1576
__in size_t size);
sys/dev/sfxge/common/efx.h
1625
__out size_t *sizep);
sys/dev/sfxge/common/efx.h
1631
__out_opt size_t *pref_chunkp);
sys/dev/sfxge/common/efx.h
1652
__in size_t size);
sys/dev/sfxge/common/efx.h
1660
__in size_t size);
sys/dev/sfxge/common/efx.h
1673
__in size_t partn_size);
sys/dev/sfxge/common/efx.h
1686
__in size_t size);
sys/dev/sfxge/common/efx.h
1702
__out size_t *offsetp,
sys/dev/sfxge/common/efx.h
1703
__out size_t *max_sizep);
sys/dev/sfxge/common/efx.h
1714
__in size_t sector_length,
sys/dev/sfxge/common/efx.h
1716
__in size_t data_size,
sys/dev/sfxge/common/efx.h
1723
__in size_t size);
sys/dev/sfxge/common/efx.h
1729
__in size_t size);
sys/dev/sfxge/common/efx.h
1764
__in size_t size);
sys/dev/sfxge/common/efx.h
1769
__in size_t size,
sys/dev/sfxge/common/efx.h
1770
__out_opt size_t *usedp);
sys/dev/sfxge/common/efx.h
1775
__in size_t buffer_length,
sys/dev/sfxge/common/efx.h
1778
__out size_t *value_lengthp);
sys/dev/sfxge/common/efx.h
1783
__in size_t buffer_length,
sys/dev/sfxge/common/efx.h
1789
__in size_t buffer_length,
sys/dev/sfxge/common/efx.h
1795
__in size_t buffer_length,
sys/dev/sfxge/common/efx.h
1798
__in size_t value_length);
sys/dev/sfxge/common/efx.h
1803
__in size_t buffer_length,
sys/dev/sfxge/common/efx.h
1807
__in size_t value_length);
sys/dev/sfxge/common/efx.h
1877
size_t eii_image_size;
sys/dev/sfxge/common/efx.h
1911
__in size_t row,
sys/dev/sfxge/common/efx.h
1927
__in size_t n);
sys/dev/sfxge/common/efx.h
1933
__in size_t n);
sys/dev/sfxge/common/efx.h
2019
__in size_t ndescs,
sys/dev/sfxge/common/efx.h
2462
__in size_t n);
sys/dev/sfxge/common/efx.h
2469
__in size_t n);
sys/dev/sfxge/common/efx.h
2523
__in size_t ndescs,
sys/dev/sfxge/common/efx.h
2544
__in size_t ndescs,
sys/dev/sfxge/common/efx.h
2565
__in size_t ndescs,
sys/dev/sfxge/common/efx.h
2574
size_t eb_size;
sys/dev/sfxge/common/efx.h
2586
__in size_t size,
sys/dev/sfxge/common/efx.h
2671
__in size_t n,
sys/dev/sfxge/common/efx.h
2717
__in size_t buf_length,
sys/dev/sfxge/common/efx.h
2718
__in size_t pio_buf_offset);
sys/dev/sfxge/common/efx.h
2723
__in size_t pkt_length,
sys/dev/sfxge/common/efx.h
273
void *, size_t, void *, size_t);
sys/dev/sfxge/common/efx.h
2739
__in size_t size,
sys/dev/sfxge/common/efx.h
2949
__in size_t buffer_length,
sys/dev/sfxge/common/efx.h
2950
__out size_t *list_lengthp);
sys/dev/sfxge/common/efx.h
3045
__in size_t count,
sys/dev/sfxge/common/efx.h
3051
__in size_t length,
sys/dev/sfxge/common/efx.h
3100
__in size_t buffer_size,
sys/dev/sfxge/common/efx.h
3102
__out size_t *lengthp,
sys/dev/sfxge/common/efx.h
3110
__in size_t buffer_size,
sys/dev/sfxge/common/efx.h
3118
__in size_t buffer_size,
sys/dev/sfxge/common/efx.h
3127
__in size_t buffer_size,
sys/dev/sfxge/common/efx.h
3143
__in size_t buffer_size,
sys/dev/sfxge/common/efx.h
3148
__in size_t key_max_size,
sys/dev/sfxge/common/efx.h
3156
__in size_t buffer_size,
sys/dev/sfxge/common/efx.h
3167
__in size_t buffer_size,
sys/dev/sfxge/common/efx.h
3178
__in size_t buffer_size);
sys/dev/sfxge/common/efx.h
3185
__in size_t buffer_size);
sys/dev/sfxge/common/efx.h
52
((size_t)&(((_type *)0)->_field))
sys/dev/sfxge/common/efx.h
530
EFX_P2ROUNDUP(size_t, (_sdu) + EFX_MAC_PDU_ADJUSTMENT, 8)
sys/dev/sfxge/common/efx.h
544
__out size_t *pdu);
sys/dev/sfxge/common/efx.h
549
__in size_t pdu);
sys/dev/sfxge/common/efx.h
634
__in size_t mask_size);
sys/dev/sfxge/common/efx_bootcfg.c
1015
__in size_t size)
sys/dev/sfxge/common/efx_bootcfg.c
1019
size_t partn_length;
sys/dev/sfxge/common/efx_bootcfg.c
1020
size_t sector_length;
sys/dev/sfxge/common/efx_bootcfg.c
1021
size_t sector_offset;
sys/dev/sfxge/common/efx_bootcfg.c
1022
size_t used_bytes;
sys/dev/sfxge/common/efx_bootcfg.c
166
__in size_t size)
sys/dev/sfxge/common/efx_bootcfg.c
179
__in size_t size,
sys/dev/sfxge/common/efx_bootcfg.c
180
__out_opt size_t *usedp)
sys/dev/sfxge/common/efx_bootcfg.c
182
size_t offset = 0;
sys/dev/sfxge/common/efx_bootcfg.c
183
size_t used = 0;
sys/dev/sfxge/common/efx_bootcfg.c
250
__inout size_t *buffer_sizep,
sys/dev/sfxge/common/efx_bootcfg.c
276
size_t size;
sys/dev/sfxge/common/efx_bootcfg.c
340
__in size_t buffer_length,
sys/dev/sfxge/common/efx_bootcfg.c
343
__out size_t *value_lengthp)
sys/dev/sfxge/common/efx_bootcfg.c
347
size_t len = buffer_length;
sys/dev/sfxge/common/efx_bootcfg.c
377
__in size_t buffer_length,
sys/dev/sfxge/common/efx_bootcfg.c
382
size_t len = buffer_length;
sys/dev/sfxge/common/efx_bootcfg.c
406
__in size_t buffer_length,
sys/dev/sfxge/common/efx_bootcfg.c
411
size_t len;
sys/dev/sfxge/common/efx_bootcfg.c
443
(size_t)encap_hdrp->length - tag_length);
sys/dev/sfxge/common/efx_bootcfg.c
490
__in size_t value_length)
sys/dev/sfxge/common/efx_bootcfg.c
507
__in size_t buffer_length,
sys/dev/sfxge/common/efx_bootcfg.c
510
__in size_t value_length)
sys/dev/sfxge/common/efx_bootcfg.c
516
size_t available_space;
sys/dev/sfxge/common/efx_bootcfg.c
517
size_t added_length;
sys/dev/sfxge/common/efx_bootcfg.c
518
size_t search_size;
sys/dev/sfxge/common/efx_bootcfg.c
560
if (((size_t)encap_hdrp->length +
sys/dev/sfxge/common/efx_bootcfg.c
646
__in size_t buffer_length,
sys/dev/sfxge/common/efx_bootcfg.c
650
__in size_t value_length)
sys/dev/sfxge/common/efx_bootcfg.c
656
size_t old_length;
sys/dev/sfxge/common/efx_bootcfg.c
677
size_t available_space = buffer_length;
sys/dev/sfxge/common/efx_bootcfg.c
692
size_t following_encap = buffer_length;
sys/dev/sfxge/common/efx_bootcfg.c
693
size_t new_length;
sys/dev/sfxge/common/efx_bootcfg.c
702
new_length = ((size_t)encap_hdrp->length +
sys/dev/sfxge/common/efx_bootcfg.c
720
size_t count = &bufferp[buffer_length] -
sys/dev/sfxge/common/efx_bootcfg.c
758
__in size_t sector_length,
sys/dev/sfxge/common/efx_bootcfg.c
760
__in size_t data_size,
sys/dev/sfxge/common/efx_bootcfg.c
765
size_t used_bytes;
sys/dev/sfxge/common/efx_bootcfg.c
83
__out size_t *offsetp,
sys/dev/sfxge/common/efx_bootcfg.c
84
__out size_t *max_sizep)
sys/dev/sfxge/common/efx_bootcfg.c
857
__in size_t size)
sys/dev/sfxge/common/efx_bootcfg.c
860
size_t used_bytes;
sys/dev/sfxge/common/efx_bootcfg.c
861
size_t partn_length;
sys/dev/sfxge/common/efx_bootcfg.c
862
size_t sector_length;
sys/dev/sfxge/common/efx_bootcfg.c
863
size_t sector_offset;
sys/dev/sfxge/common/efx_bootcfg.c
87
size_t max_size;
sys/dev/sfxge/common/efx_bootcfg.c
88
size_t offset;
sys/dev/sfxge/common/efx_ev.c
1296
__in size_t ndescs,
sys/dev/sfxge/common/efx_ev.c
224
__in size_t ndescs,
sys/dev/sfxge/common/efx_ev.c
351
size_t offset;
sys/dev/sfxge/common/efx_ev.c
393
size_t offset;
sys/dev/sfxge/common/efx_ev.c
69
__in size_t ndescs,
sys/dev/sfxge/common/efx_filter.c
1594
__in size_t buffer_length,
sys/dev/sfxge/common/efx_filter.c
1595
__out size_t *list_lengthp)
sys/dev/sfxge/common/efx_filter.c
1599
size_t list_length;
sys/dev/sfxge/common/efx_filter.c
252
__in size_t buffer_length,
sys/dev/sfxge/common/efx_filter.c
253
__out size_t *list_lengthp)
sys/dev/sfxge/common/efx_filter.c
68
__in size_t buffer_length,
sys/dev/sfxge/common/efx_filter.c
69
__out size_t *list_lengthp);
sys/dev/sfxge/common/efx_hash.c
115
__in size_t count,
sys/dev/sfxge/common/efx_hash.c
164
__in size_t length,
sys/dev/sfxge/common/efx_hash.c
247
__in size_t length,
sys/dev/sfxge/common/efx_impl.h
102
efsys_mem_t *, size_t, uint32_t,
sys/dev/sfxge/common/efx_impl.h
118
efsys_mem_t *, size_t,
sys/dev/sfxge/common/efx_impl.h
1212
__in size_t size,
sys/dev/sfxge/common/efx_impl.h
1213
__out size_t *lengthp);
sys/dev/sfxge/common/efx_impl.h
1218
__in size_t size,
sys/dev/sfxge/common/efx_impl.h
1224
__in size_t size,
sys/dev/sfxge/common/efx_impl.h
1230
__in size_t size,
sys/dev/sfxge/common/efx_impl.h
1239
__in size_t size,
sys/dev/sfxge/common/efx_impl.h
1249
__in size_t size,
sys/dev/sfxge/common/efx_impl.h
1286
__in size_t mask_size,
sys/dev/sfxge/common/efx_impl.h
132
efx_rc_t (*etxo_qpio_write)(efx_txq_t *, uint8_t *, size_t,
sys/dev/sfxge/common/efx_impl.h
133
size_t);
sys/dev/sfxge/common/efx_impl.h
134
efx_rc_t (*etxo_qpio_post)(efx_txq_t *, size_t, unsigned int,
sys/dev/sfxge/common/efx_impl.h
140
size_t, boolean_t,
sys/dev/sfxge/common/efx_impl.h
191
uint8_t *, size_t);
sys/dev/sfxge/common/efx_impl.h
193
unsigned int *, size_t);
sys/dev/sfxge/common/efx_impl.h
199
void (*erxo_qpost)(efx_rxq_t *, efsys_dma_addr_t *, size_t,
sys/dev/sfxge/common/efx_impl.h
214
efsys_mem_t *, size_t, uint32_t,
sys/dev/sfxge/common/efx_impl.h
225
efx_rc_t (*emo_pdu_get)(efx_nic_t *, size_t *);
sys/dev/sfxge/common/efx_impl.h
236
efx_rc_t (*emo_stats_get_mask)(efx_nic_t *, uint32_t *, size_t);
sys/dev/sfxge/common/efx_impl.h
262
unsigned long *, size_t);
sys/dev/sfxge/common/efx_impl.h
276
size_t, size_t *);
sys/dev/sfxge/common/efx_impl.h
385
uint32_t *, size_t *);
sys/dev/sfxge/common/efx_impl.h
493
void (*emco_send_request)(efx_nic_t *, void *, size_t,
sys/dev/sfxge/common/efx_impl.h
494
void *, size_t);
sys/dev/sfxge/common/efx_impl.h
497
void (*emco_read_response)(efx_nic_t *, void *, size_t, size_t);
sys/dev/sfxge/common/efx_impl.h
524
efx_rc_t (*envo_partn_size)(efx_nic_t *, uint32_t, size_t *);
sys/dev/sfxge/common/efx_impl.h
525
efx_rc_t (*envo_partn_rw_start)(efx_nic_t *, uint32_t, size_t *);
sys/dev/sfxge/common/efx_impl.h
527
unsigned int, caddr_t, size_t);
sys/dev/sfxge/common/efx_impl.h
529
unsigned int, caddr_t, size_t);
sys/dev/sfxge/common/efx_impl.h
531
unsigned int, size_t);
sys/dev/sfxge/common/efx_impl.h
533
unsigned int, caddr_t, size_t);
sys/dev/sfxge/common/efx_impl.h
541
caddr_t, size_t);
sys/dev/sfxge/common/efx_impl.h
548
efx_rc_t (*evpdo_size)(efx_nic_t *, size_t *);
sys/dev/sfxge/common/efx_impl.h
549
efx_rc_t (*evpdo_read)(efx_nic_t *, caddr_t, size_t);
sys/dev/sfxge/common/efx_impl.h
550
efx_rc_t (*evpdo_verify)(efx_nic_t *, caddr_t, size_t);
sys/dev/sfxge/common/efx_impl.h
551
efx_rc_t (*evpdo_reinit)(efx_nic_t *, caddr_t, size_t);
sys/dev/sfxge/common/efx_impl.h
552
efx_rc_t (*evpdo_get)(efx_nic_t *, caddr_t, size_t,
sys/dev/sfxge/common/efx_impl.h
554
efx_rc_t (*evpdo_set)(efx_nic_t *, caddr_t, size_t,
sys/dev/sfxge/common/efx_impl.h
556
efx_rc_t (*evpdo_next)(efx_nic_t *, caddr_t, size_t,
sys/dev/sfxge/common/efx_impl.h
558
efx_rc_t (*evpdo_write)(efx_nic_t *, caddr_t, size_t);
sys/dev/sfxge/common/efx_impl.h
569
__in size_t size,
sys/dev/sfxge/common/efx_impl.h
579
__in size_t size);
sys/dev/sfxge/common/efx_impl.h
585
__out_opt size_t *sizep,
sys/dev/sfxge/common/efx_impl.h
601
__in size_t size,
sys/dev/sfxge/common/efx_impl.h
609
__in size_t size);
sys/dev/sfxge/common/efx_impl.h
617
__in size_t size);
sys/dev/sfxge/common/efx_impl.h
643
efx_rc_t (*elo_get_id)(efx_nic_t *, size_t, uint32_t *,
sys/dev/sfxge/common/efx_impl.h
644
size_t *, uint8_t *);
sys/dev/sfxge/common/efx_impl.h
646
(efx_nic_t *, caddr_t, size_t, uint32_t *);
sys/dev/sfxge/common/efx_impl.h
647
efx_rc_t (*elo_find_end)(efx_nic_t *, caddr_t, size_t,
sys/dev/sfxge/common/efx_impl.h
649
boolean_t (*elo_find_key)(efx_nic_t *, caddr_t, size_t,
sys/dev/sfxge/common/efx_impl.h
654
caddr_t, size_t, uint32_t, uint32_t,
sys/dev/sfxge/common/efx_impl.h
655
caddr_t, size_t, uint32_t *);
sys/dev/sfxge/common/efx_impl.h
657
caddr_t, size_t, uint32_t,
sys/dev/sfxge/common/efx_impl.h
660
caddr_t, size_t, uint32_t,
sys/dev/sfxge/common/efx_impl.h
663
caddr_t, size_t);
sys/dev/sfxge/common/efx_impl.h
665
caddr_t, size_t);
sys/dev/sfxge/common/efx_impl.h
736
size_t enu_svpd_length;
sys/dev/sfxge/common/efx_impl.h
751
size_t ena_svpd_length;
sys/dev/sfxge/common/efx_impl.h
759
size_t ena_uc_mem_map_size;
sys/dev/sfxge/common/efx_impl.h
761
size_t ena_wc_mem_map_size;
sys/dev/sfxge/common/efx_impl.h
836
size_t et_pio_size;
sys/dev/sfxge/common/efx_lic.c
1000
__out size_t *lengthp,
sys/dev/sfxge/common/efx_lic.c
1056
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
106
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1070
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1084
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1143
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1148
__in size_t key_max_size,
sys/dev/sfxge/common/efx_lic.c
1164
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
117
__in size_t buffer_size);
sys/dev/sfxge/common/efx_lic.c
1182
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1212
__in size_t buffer_size)
sys/dev/sfxge/common/efx_lic.c
1239
__in size_t buffer_size)
sys/dev/sfxge/common/efx_lic.c
124
__in size_t buffer_size);
sys/dev/sfxge/common/efx_lic.c
1425
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1427
__out size_t *lengthp,
sys/dev/sfxge/common/efx_lic.c
1461
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1486
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1513
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1563
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1568
__in size_t key_max_size,
sys/dev/sfxge/common/efx_lic.c
1594
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1623
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
1652
__in size_t buffer_size)
sys/dev/sfxge/common/efx_lic.c
1676
__in size_t buffer_size)
sys/dev/sfxge/common/efx_lic.c
212
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
214
__out size_t *lengthp,
sys/dev/sfxge/common/efx_lic.c
223
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
231
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
240
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
256
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
261
__in size_t key_max_size,
sys/dev/sfxge/common/efx_lic.c
269
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
280
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
291
__in size_t buffer_size);
sys/dev/sfxge/common/efx_lic.c
298
__in size_t buffer_size);
sys/dev/sfxge/common/efx_lic.c
445
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
459
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
474
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
485
if ((size_t)buffer_size - offset < EFX_LICENSE_V1V2_HEADER_LENGTH)
sys/dev/sfxge/common/efx_lic.c
49
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
553
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
558
__in size_t key_max_size,
sys/dev/sfxge/common/efx_lic.c
57
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
588
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
624
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
649
__in size_t buffer_size)
sys/dev/sfxge/common/efx_lic.c
66
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
664
__in size_t buffer_size)
sys/dev/sfxge/common/efx_lic.c
82
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
87
__in size_t key_max_size,
sys/dev/sfxge/common/efx_lic.c
95
__in size_t buffer_size,
sys/dev/sfxge/common/efx_lic.c
998
__in size_t buffer_size,
sys/dev/sfxge/common/efx_mac.c
141
__out size_t *pdu)
sys/dev/sfxge/common/efx_mac.c
649
__in size_t mask_size,
sys/dev/sfxge/common/efx_mac.c
696
__in size_t mask_size,
sys/dev/sfxge/common/efx_mac.c
721
__in size_t mask_size)
sys/dev/sfxge/common/efx_mac.c
97
__in size_t pdu)
sys/dev/sfxge/common/efx_mcdi.c
1470
size_t namelen;
sys/dev/sfxge/common/efx_mcdi.c
200
__in size_t hdr_len,
sys/dev/sfxge/common/efx_mcdi.c
202
__in size_t sdu_len)
sys/dev/sfxge/common/efx_mcdi.c
2246
__in size_t offset,
sys/dev/sfxge/common/efx_mcdi.c
2247
__in size_t len,
sys/dev/sfxge/common/efx_mcdi.c
235
__in size_t offset,
sys/dev/sfxge/common/efx_mcdi.c
2353
size_t read_len =
sys/dev/sfxge/common/efx_mcdi.c
236
__in size_t length)
sys/dev/sfxge/common/efx_mcdi.c
254
size_t hdr_len;
sys/dev/sfxge/common/efx_mcdi.c
466
size_t bytes;
sys/dev/sfxge/common/efx_mcdi.h
246
__in size_t offset,
sys/dev/sfxge/common/efx_mcdi.h
247
__in size_t len,
sys/dev/sfxge/common/efx_mcdi.h
412
EFX_P2ROUNDUP(size_t, \
sys/dev/sfxge/common/efx_mcdi.h
59
size_t emr_in_length;
sys/dev/sfxge/common/efx_mcdi.h
63
size_t emr_out_length;
sys/dev/sfxge/common/efx_mcdi.h
64
size_t emr_out_length_used;
sys/dev/sfxge/common/efx_nic.c
411
__out size_t *sizep)
sys/dev/sfxge/common/efx_nvram.c
165
__out size_t *sizep)
sys/dev/sfxge/common/efx_nvram.c
227
__out_opt size_t *chunk_sizep)
sys/dev/sfxge/common/efx_nvram.c
262
__in size_t size)
sys/dev/sfxge/common/efx_nvram.c
300
__in size_t size)
sys/dev/sfxge/common/efx_nvram.c
335
size_t size = 0;
sys/dev/sfxge/common/efx_nvram.c
371
__in size_t size)
sys/dev/sfxge/common/efx_nvram.c
484
__in size_t partn_size)
sys/dev/sfxge/common/efx_nvram.c
539
__in size_t size,
sys/dev/sfxge/common/efx_nvram.c
602
__in size_t size)
sys/dev/sfxge/common/efx_nvram.c
650
size_t desclen;
sys/dev/sfxge/common/efx_nvram.c
689
__out_opt size_t *sizep,
sys/dev/sfxge/common/efx_nvram.c
791
__in size_t size,
sys/dev/sfxge/common/efx_nvram.c
846
__in size_t size)
sys/dev/sfxge/common/efx_nvram.c
889
__in size_t size)
sys/dev/sfxge/common/efx_nvram.c
894
size_t max_data_size;
sys/dev/sfxge/common/efx_nvram.c
895
size_t payload_len = enp->en_nic_cfg.enc_mcdi_max_payload_length;
sys/dev/sfxge/common/efx_phy.c
317
__in size_t offset,
sys/dev/sfxge/common/efx_phy.c
318
__in size_t len,
sys/dev/sfxge/common/efx_phy.c
557
__in size_t count)
sys/dev/sfxge/common/efx_rx.c
1199
__in size_t n)
sys/dev/sfxge/common/efx_rx.c
1332
__in size_t n)
sys/dev/sfxge/common/efx_rx.c
138
__in size_t ndescs,
sys/dev/sfxge/common/efx_rx.c
1455
__in size_t size,
sys/dev/sfxge/common/efx_rx.c
1473
size_t, size);
sys/dev/sfxge/common/efx_rx.c
1593
__in size_t ndescs,
sys/dev/sfxge/common/efx_rx.c
661
__in size_t n)
sys/dev/sfxge/common/efx_rx.c
68
__in size_t n);
sys/dev/sfxge/common/efx_rx.c
687
__in size_t n)
sys/dev/sfxge/common/efx_rx.c
711
__in size_t size,
sys/dev/sfxge/common/efx_rx.c
75
__in size_t n);
sys/dev/sfxge/common/efx_rx.c
813
__in size_t ndescs,
sys/dev/sfxge/common/efx_rx.c
866
__in size_t ndescs,
sys/dev/sfxge/common/efx_rx.c
885
__in size_t ndescs,
sys/dev/sfxge/common/efx_rx.c
914
__in size_t ndescs,
sys/dev/sfxge/common/efx_rx.c
95
__in size_t size,
sys/dev/sfxge/common/efx_sram.c
169
__in size_t n)
sys/dev/sfxge/common/efx_sram.c
209
__in size_t row,
sys/dev/sfxge/common/efx_sram.c
213
size_t offset = row * FR_AZ_SRM_DBG_REG_STEP;
sys/dev/sfxge/common/efx_sram.c
224
__in size_t row,
sys/dev/sfxge/common/efx_sram.c
238
__in size_t row,
sys/dev/sfxge/common/efx_sram.c
251
__in size_t row,
sys/dev/sfxge/common/efx_sram.c
264
__in size_t row,
sys/dev/sfxge/common/efx_sram.c
268
size_t offset = row * FR_AZ_SRM_DBG_REG_STEP;
sys/dev/sfxge/common/efx_sram.c
285
__in size_t row,
sys/dev/sfxge/common/efx_sram.c
289
size_t offset = row * FR_AZ_SRM_DBG_REG_STEP;
sys/dev/sfxge/common/efx_sram.c
42
__in size_t n)
sys/dev/sfxge/common/efx_tx.c
1031
size_t offset;
sys/dev/sfxge/common/efx_tx.c
1056
__in size_t size,
sys/dev/sfxge/common/efx_tx.c
1069
size_t, size, boolean_t, eop);
sys/dev/sfxge/common/efx_tx.c
113
__in size_t size,
sys/dev/sfxge/common/efx_tx.c
331
__in size_t ndescs,
sys/dev/sfxge/common/efx_tx.c
540
__in size_t buf_length,
sys/dev/sfxge/common/efx_tx.c
541
__in size_t pio_buf_offset)
sys/dev/sfxge/common/efx_tx.c
566
__in size_t pkt_length,
sys/dev/sfxge/common/efx_tx.c
610
__in size_t size,
sys/dev/sfxge/common/efx_tx.c
63
__in size_t ndescs,
sys/dev/sfxge/common/efx_tx.c
748
size_t offset; \
sys/dev/sfxge/common/efx_tx.c
756
size_t, (_size), boolean_t, (_eop)); \
sys/dev/sfxge/common/efx_tx.c
787
size_t size = ebp->eb_size;
sys/dev/sfxge/common/efx_tx.c
930
__in size_t ndescs,
sys/dev/sfxge/common/efx_vpd.c
154
__out size_t *sizep)
sys/dev/sfxge/common/efx_vpd.c
177
__in size_t size)
sys/dev/sfxge/common/efx_vpd.c
200
__in size_t size)
sys/dev/sfxge/common/efx_vpd.c
223
__in size_t size)
sys/dev/sfxge/common/efx_vpd.c
253
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
281
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
305
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
330
__in size_t size)
sys/dev/sfxge/common/efx_vpd.c
352
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
361
size_t headlen;
sys/dev/sfxge/common/efx_vpd.c
437
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
475
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
476
__out size_t *lengthp)
sys/dev/sfxge/common/efx_vpd.c
507
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
608
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
656
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
735
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
797
__in size_t size,
sys/dev/sfxge/common/efx_vpd.c
812
size_t used;
sys/dev/sfxge/common/mcdi_mon.c
298
__in size_t npages)
sys/dev/sfxge/common/mcdi_mon.c
51
__in size_t sensor_mask_size,
sys/dev/sfxge/common/mcdi_mon.c
59
size_t sensor_max;
sys/dev/sfxge/common/siena_impl.h
118
__in size_t hdr_len,
sys/dev/sfxge/common/siena_impl.h
120
__in size_t sdu_len);
sys/dev/sfxge/common/siena_impl.h
130
__in size_t offset,
sys/dev/sfxge/common/siena_impl.h
131
__in size_t length);
sys/dev/sfxge/common/siena_impl.h
174
__out size_t *sizep);
sys/dev/sfxge/common/siena_impl.h
204
__out size_t *sizep);
sys/dev/sfxge/common/siena_impl.h
210
__out size_t *chunk_sizep);
sys/dev/sfxge/common/siena_impl.h
218
__in size_t size);
sys/dev/sfxge/common/siena_impl.h
225
__in size_t size);
sys/dev/sfxge/common/siena_impl.h
233
__in size_t size);
sys/dev/sfxge/common/siena_impl.h
265
__out size_t *sizep);
sys/dev/sfxge/common/siena_impl.h
271
__in size_t size);
sys/dev/sfxge/common/siena_impl.h
277
__in size_t size);
sys/dev/sfxge/common/siena_impl.h
283
__in size_t size);
sys/dev/sfxge/common/siena_impl.h
289
__in size_t size,
sys/dev/sfxge/common/siena_impl.h
296
__in size_t size,
sys/dev/sfxge/common/siena_impl.h
303
__in size_t size,
sys/dev/sfxge/common/siena_impl.h
311
__in size_t size);
sys/dev/sfxge/common/siena_impl.h
393
__in size_t count);
sys/dev/sfxge/common/siena_impl.h
419
__out size_t *pdu);
sys/dev/sfxge/common/siena_impl.h
437
__in size_t mask_size);
sys/dev/sfxge/common/siena_mac.c
241
__in size_t mask_size)
sys/dev/sfxge/common/siena_mac.c
492
__out size_t *pdu)
sys/dev/sfxge/common/siena_mcdi.c
145
__in size_t offset,
sys/dev/sfxge/common/siena_mcdi.c
146
__in size_t length)
sys/dev/sfxge/common/siena_mcdi.c
152
size_t remaining = length;
sys/dev/sfxge/common/siena_mcdi.c
158
size_t chunk = MIN(remaining, sizeof (data));
sys/dev/sfxge/common/siena_mcdi.c
56
__in size_t hdr_len,
sys/dev/sfxge/common/siena_mcdi.c
58
__in size_t sdu_len)
sys/dev/sfxge/common/siena_nic.c
621
__in size_t count)
sys/dev/sfxge/common/siena_nic.c
699
__in size_t count)
sys/dev/sfxge/common/siena_nvram.c
125
__in size_t size)
sys/dev/sfxge/common/siena_nvram.c
147
__in size_t size)
sys/dev/sfxge/common/siena_nvram.c
149
size_t chunk;
sys/dev/sfxge/common/siena_nvram.c
309
__out size_t *sizep)
sys/dev/sfxge/common/siena_nvram.c
312
size_t size;
sys/dev/sfxge/common/siena_nvram.c
45
__out size_t *sizep)
sys/dev/sfxge/common/siena_nvram.c
523
size_t length;
sys/dev/sfxge/common/siena_nvram.c
578
__out size_t *chunk_sizep)
sys/dev/sfxge/common/siena_nvram.c
625
size_t dcfg_size;
sys/dev/sfxge/common/siena_nvram.c
634
size_t length;
sys/dev/sfxge/common/siena_nvram.c
94
__in size_t size)
sys/dev/sfxge/common/siena_nvram.c
96
size_t chunk;
sys/dev/sfxge/common/siena_phy.c
649
__in size_t count)
sys/dev/sfxge/common/siena_sram.c
87
size_t rows;
sys/dev/sfxge/common/siena_vpd.c
171
size_t size = 0;
sys/dev/sfxge/common/siena_vpd.c
211
__out size_t *sizep)
sys/dev/sfxge/common/siena_vpd.c
246
__in size_t size)
sys/dev/sfxge/common/siena_vpd.c
253
size_t dcfg_size;
sys/dev/sfxge/common/siena_vpd.c
298
__in size_t size)
sys/dev/sfxge/common/siena_vpd.c
380
__in size_t size)
sys/dev/sfxge/common/siena_vpd.c
422
__in size_t size,
sys/dev/sfxge/common/siena_vpd.c
46
__out size_t *sizep)
sys/dev/sfxge/common/siena_vpd.c
470
__in size_t size,
sys/dev/sfxge/common/siena_vpd.c
50
size_t size;
sys/dev/sfxge/common/siena_vpd.c
507
__in size_t size,
sys/dev/sfxge/common/siena_vpd.c
520
__in size_t size)
sys/dev/sfxge/common/siena_vpd.c
529
size_t partn_size, dcfg_size;
sys/dev/sfxge/common/siena_vpd.c
530
size_t vpd_length;
sys/dev/sfxge/sfxge.c
627
sfxge_sram_buf_tbl_alloc(struct sfxge_softc *sc, size_t n, uint32_t *idp)
sys/dev/sfxge/sfxge.h
285
size_t vpd_size;
sys/dev/sfxge/sfxge.h
317
size_t rx_prefix_size;
sys/dev/sfxge/sfxge.h
318
size_t rx_buffer_size;
sys/dev/sfxge/sfxge.h
319
size_t rx_buffer_align;
sys/dev/sfxge/sfxge.h
349
extern void sfxge_sram_buf_tbl_alloc(struct sfxge_softc *sc, size_t n,
sys/dev/sfxge/sfxge_ioc.h
84
size_t len; /* In and out */
sys/dev/sfxge/sfxge_mcdi.c
176
static size_t
sys/dev/sfxge/sfxge_mcdi.c
177
sfxge_mcdi_do_log(char *buffer, void *data, size_t data_size,
sys/dev/sfxge/sfxge_mcdi.c
178
size_t pfxsize, size_t position)
sys/dev/sfxge/sfxge_mcdi.c
181
size_t i;
sys/dev/sfxge/sfxge_mcdi.c
199
void *header, size_t header_size,
sys/dev/sfxge/sfxge_mcdi.c
200
void *data, size_t data_size)
sys/dev/sfxge/sfxge_mcdi.c
204
size_t pfxsize;
sys/dev/sfxge/sfxge_mcdi.c
205
size_t start;
sys/dev/sfxge/sfxge_nvram.c
112
size_t chunk_size;
sys/dev/sfxge/sfxge_nvram.c
160
size_t size;
sys/dev/sfxge/sfxge_nvram.c
56
size_t total_size = ip->u.nvram.size;
sys/dev/sfxge/sfxge_nvram.c
57
size_t chunk_size;
sys/dev/sfxge/sfxge_nvram.c
77
size_t len = MIN(chunk_size, total_size);
sys/dev/sfxge/sfxge_port.c
486
size_t pdu;
sys/dev/sfxge/sfxge_port.c
752
size_t mac_stats_size;
sys/dev/sfxge/sfxge_port.c
793
mac_stats_size = EFX_P2ROUNDUP(size_t, mac_nstats * sizeof(uint64_t),
sys/dev/sfxge/sfxge_rx.c
1074
size_t hdrlen, align, reserved;
sys/dev/sfxge/sfxge_rx.c
1090
sc->rx_buffer_align = EFX_P2ROUNDUP(size_t, hdrlen, 4) - hdrlen;
sys/dev/sfxge/sfxge_rx.c
1097
sc->rx_buffer_size = EFX_P2ROUNDUP(size_t, sc->rx_buffer_size, align);
sys/dev/sfxge/sfxge_rx.c
1295
size_t offset;
sys/dev/sfxge/sfxge_tx.c
125
size_t offset;
sys/dev/smartpqi/smartpqi_discovery.c
1846
size_t data_length;
sys/dev/smartpqi/smartpqi_discovery.c
1906
size_t data_length;
sys/dev/smartpqi/smartpqi_discovery.c
1969
size_t queue_log_data_length;
sys/dev/smartpqi/smartpqi_discovery.c
1977
size_t phys_data_length, log_data_length;
sys/dev/smartpqi/smartpqi_discovery.c
371
size_t datasize, sgt_t *sgd)
sys/dev/smartpqi/smartpqi_discovery.c
408
size_t datasize, uint8_t cmd, uint8_t *scsi3addr,
sys/dev/smartpqi/smartpqi_discovery.c
514
void *buff, size_t datasize, uint8_t *scsi3addr,
sys/dev/smartpqi/smartpqi_discovery.c
540
void *buff, size_t datasize)
sys/dev/smartpqi/smartpqi_discovery.c
551
void *buff, size_t buf_len)
sys/dev/smartpqi/smartpqi_discovery.c
591
reportlun_data_ext_t **buff, size_t *data_length)
sys/dev/smartpqi/smartpqi_discovery.c
594
size_t list_len;
sys/dev/smartpqi/smartpqi_discovery.c
595
size_t data_len;
sys/dev/smartpqi/smartpqi_discovery.c
596
size_t new_lun_list_length;
sys/dev/smartpqi/smartpqi_discovery.c
659
reportlun_queue_depth_data_t **buff, size_t *data_length)
sys/dev/smartpqi/smartpqi_discovery.c
662
size_t list_len;
sys/dev/smartpqi/smartpqi_discovery.c
663
size_t data_len;
sys/dev/smartpqi/smartpqi_discovery.c
664
size_t new_lun_list_length;
sys/dev/smartpqi/smartpqi_discovery.c
726
size_t *queue_data_length,
sys/dev/smartpqi/smartpqi_discovery.c
727
size_t *phys_data_length,
sys/dev/smartpqi/smartpqi_discovery.c
728
size_t *log_data_length)
sys/dev/smartpqi/smartpqi_discovery.c
731
size_t logical_list_length;
sys/dev/smartpqi/smartpqi_discovery.c
732
size_t logdev_data_length;
sys/dev/smartpqi/smartpqi_discovery.c
733
size_t data_length;
sys/dev/smartpqi/smartpqi_discovery.c
897
size_t page_length;
sys/dev/smartpqi/smartpqi_init.c
142
size_t size;
sys/dev/smartpqi/smartpqi_intr.c
222
size_t msix_size = sizeof(pqi_intr_ctx_t) * msix_count;
sys/dev/smartpqi/smartpqi_ioctl.c
374
size_t sense_data_length;
sys/dev/smartpqi/smartpqi_ioctl.c
566
size_t sense_data_length;
sys/dev/smartpqi/smartpqi_mem.c
169
*os_mem_alloc(pqisrc_softstate_t *softs, size_t size)
sys/dev/smartpqi/smartpqi_mem.c
187
os_mem_free(pqisrc_softstate_t *softs, void *addr, size_t size)
sys/dev/smartpqi/smartpqi_prototypes.h
105
reportlun_data_ext_t **buff, size_t *data_length);
sys/dev/smartpqi/smartpqi_prototypes.h
108
int pqisrc_simple_dma_alloc(pqisrc_softstate_t *, struct dma_mem *, size_t,
sys/dev/smartpqi/smartpqi_prototypes.h
111
void *, size_t , uint8_t *, raid_path_error_info_elem_t *);
sys/dev/smartpqi/smartpqi_prototypes.h
211
void *buff, size_t datasize);
sys/dev/smartpqi/smartpqi_prototypes.h
260
void *os_mem_alloc(pqisrc_softstate_t *,size_t);
sys/dev/smartpqi/smartpqi_prototypes.h
261
void os_mem_free(pqisrc_softstate_t *,void *,size_t);
sys/dev/smartpqi/smartpqi_structures.h
1390
size_t log_dev_data_length;
sys/dev/smbios/smbios.c
167
size_t i, end;
sys/dev/smbios/smbios.c
88
size_t map_size = sizeof(*eps);
sys/dev/snp/snp.c
366
snp_getc_capture(struct tty *tp, const void *buf, size_t len)
sys/dev/sound/dummy.c
147
size_t bufsz;
sys/dev/sound/pci/atiixp.c
1166
size_t i;
sys/dev/sound/pci/hda/hdaa.c
1283
size_t k;
sys/dev/sound/pci/hda/hdaa.c
1325
size_t i;
sys/dev/sound/pci/hda/hdaa.c
182
hdaa_audio_ctl_ossmixer_mask2allname(uint32_t mask, char *buf, size_t len)
sys/dev/sound/pci/hda/hdaa.c
271
size_t i;
sys/dev/sound/pci/ich.c
863
size_t i;
sys/dev/sound/pcm/channel.c
1030
snd_afmt2str(uint32_t afmt, char *buf, size_t len)
sys/dev/sound/pcm/channel.c
1115
chn_mkname(char *buf, size_t len, struct pcm_channel *c)
sys/dev/sound/pcm/channel.h
266
char *chn_mkname(char *buf, size_t len, struct pcm_channel *c);
sys/dev/sound/pcm/channel.h
324
uint32_t snd_afmt2str(uint32_t, char *, size_t);
sys/dev/sound/pcm/dsp.c
2002
size_t i;
sys/dev/sound/pcm/feeder_eq.c
433
size_t len;
sys/dev/sound/pcm/mixer.c
634
size_t i;
sys/dev/sound/pcm/sound.c
523
size_t i;
sys/dev/sound/sndstat.c
102
size_t devs_nbytes; /* (l) */
sys/dev/sound/sndstat.c
1057
size_t nbytes;
sys/dev/sound/sndstat.c
758
sndstat_get_devs(struct sndstat_file *pf, void *arg_buf, size_t *arg_nbytes)
sys/dev/sound/sndstat.c
768
size_t nbytes;
sys/dev/sound/sndstat.c
826
sndstat_unpack_user_nvlbuf(const void *unvlbuf, size_t nbytes, nvlist_t **nvl)
sys/dev/sound/sndstat.c
985
sndstat_add_user_devs(struct sndstat_file *pf, void *nvlbuf, size_t nbytes)
sys/dev/sound/sndstat.c
990
size_t i, ndsps;
sys/dev/speaker/spkr.c
223
playstring(char *cp, size_t slen)
sys/dev/speaker/spkr.c
57
static void playstring(char *cp, size_t slen);
sys/dev/spibus/spibus.c
161
size_t ivars_size)
sys/dev/spibus/spibusvar.h
80
device_t spibus_add_child_common(device_t, u_int, const char *, int, size_t);
sys/dev/spibus/spigen.c
301
size_t n, pages;
sys/dev/spibus/spigen.c
77
size_t bufsize;
sys/dev/sym/sym_hipd.c
189
((type *)((char *)(ptr)-(size_t)(&((type *)0)->member)))
sys/dev/syscons/daemon/daemon_saver.c
354
size_t hostlen;
sys/dev/syscons/scterm-teken.c
758
scteken_respond(void *arg, const void *buf, size_t len)
sys/dev/syscons/scvidctl.c
125
size_t vi_window_size;
sys/dev/syscons/scvidctl.c
126
size_t vi_window_gran;
sys/dev/syscons/scvidctl.c
128
size_t vi_buffer_size;
sys/dev/syscons/scvidctl.c
72
size_t va_window_size;
sys/dev/syscons/scvidctl.c
73
size_t va_window_gran;
sys/dev/syscons/scvidctl.c
75
size_t va_buffer_size;
sys/dev/syscons/scvidctl.c
96
size_t va_window_size;
sys/dev/syscons/scvidctl.c
97
size_t va_window_gran;
sys/dev/syscons/scvidctl.c
99
size_t va_buffer_size;
sys/dev/syscons/scvtb.c
111
size_t
sys/dev/syscons/scvtb.c
114
return (size_t)(cols*rows*sizeof(u_int16_t));
sys/dev/syscons/syscons.c
1109
size_t lsize, csize;
sys/dev/syscons/syscons.c
2137
scp->sc->kbd, KEYCHAR(c), (size_t *)&fkeycp);
sys/dev/syscons/syscons.c
407
size_t len;
sys/dev/syscons/syscons.c
820
size_t len;
sys/dev/syscons/syscons.h
395
size_t te_size; /* size of internal buffer */
sys/dev/syscons/syscons.h
637
size_t sc_vtb_size(int cols, int rows);
sys/dev/thunderbolt/tb_debug.c
212
size_t sz;
sys/dev/thunderbolt/tb_debug.c
267
size_t sz;
sys/dev/thunderbolt/tb_ioctl.h
36
size_t size; /* size of the user-supplied buffer */
sys/dev/thunderbolt/tb_ioctl.h
37
size_t len; /* amount of data in the nvlist */
sys/dev/ti/if_ti.c
218
static int ti_bcopy_swap(const void *, void *, size_t, ti_swap_type);
sys/dev/ti/if_ti.c
792
ti_bcopy_swap(const void *src, void *dst, size_t len, ti_swap_type swap_type)
sys/dev/ti/if_ti.c
796
size_t tmplen;
sys/dev/tpm/tpm.c
1062
tpm_legacy_read(struct tpm_softc *sc, void *buf, int len, size_t *count,
sys/dev/tpm/tpm.c
1066
size_t cnt;
sys/dev/tpm/tpm.c
1173
size_t cnt;
sys/dev/tpm/tpm.c
167
int tpm_tis12_read(struct tpm_softc *, void *, int, size_t *, int);
sys/dev/tpm/tpm.c
184
int tpm_legacy_read(struct tpm_softc *, void *, int, size_t *, int);
sys/dev/tpm/tpm.c
769
tpm_tis12_read(struct tpm_softc *sc, void *buf, int len, size_t *count,
sys/dev/tpm/tpm.c
773
size_t cnt;
sys/dev/tpm/tpm.c
812
size_t cnt;
sys/dev/tpm/tpm20.c
71
size_t bytes_to_transfer;
sys/dev/tpm/tpm20.c
72
size_t offset;
sys/dev/tpm/tpm20.c
99
size_t byte_count;
sys/dev/tpm/tpm20.h
110
size_t offset;
sys/dev/tpm/tpm20.h
111
size_t len;
sys/dev/tpm/tpm20.h
136
int (*transmit)(struct tpm_sc *, size_t);
sys/dev/tpm/tpm_crb.c
126
size_t cmd_buf_size;
sys/dev/tpm/tpm_crb.c
127
size_t rsp_buf_size;
sys/dev/tpm/tpm_crb.c
130
int tpmcrb_transmit(device_t dev, struct tpm_priv *priv, size_t size);
sys/dev/tpm/tpm_crb.c
151
for (size_t i = 0; i < nitems(tpmcrb_sm_cfg_map); i++) {
sys/dev/tpm/tpm_crb.c
192
size_t length;
sys/dev/tpm/tpm_crb.c
482
tpmcrb_transmit(device_t dev, struct tpm_priv *priv, size_t length)
sys/dev/tpm/tpm_crb.c
600
pluton_attach(struct tpmcrb_sc *crb_sc, void *smdataregion, size_t datasz)
sys/dev/tpm/tpm_crb.c
80
typedef bool (sm_attach_t)(struct tpmcrb_sc *, void *, size_t);
sys/dev/tpm/tpm_spibus.c
61
tpm_spi_read_n(device_t dev, bus_size_t off, void *buf, size_t size)
sys/dev/tpm/tpm_spibus.c
97
tpm_spi_write_n(device_t dev, bus_size_t off, void *buf, size_t size)
sys/dev/tpm/tpm_tis_core.c
285
tpmtis_read_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf)
sys/dev/tpm/tpm_tis_core.c
305
tpmtis_write_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf)
sys/dev/tpm/tpm_tis_core.c
387
tpmtis_transmit(device_t dev, struct tpm_priv *priv, size_t length)
sys/dev/tpm/tpm_tis_core.c
390
size_t bytes_available;
sys/dev/tpm/tpm_tis_core.c
76
static int tpmtis_transmit(device_t dev, struct tpm_priv *priv, size_t length);
sys/dev/tpm/tpm_tis_core.c
84
static bool tpmtis_read_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf);
sys/dev/tpm/tpm_tis_core.c
85
static bool tpmtis_write_bytes(struct tpm_sc *sc, size_t count, uint8_t *buf);
sys/dev/tpm/tpmvar.h
30
int (*sc_read)(struct tpm_softc *, void *, int, size_t *, int);
sys/dev/uart/uart_subr.c
63
size_t len;
sys/dev/ufshci/ufshci.h
510
size_t desc_size;
sys/dev/ufshci/ufshci.h
642
size_t size;
sys/dev/ufshci/ufshci_dev.c
18
void *desc, size_t desc_size)
sys/dev/ufshci/ufshci_private.h
65
size_t request_size;
sys/dev/ufshci/ufshci_private.h
66
size_t response_size;
sys/dev/ufshci/ufshci_private.h
94
size_t response_size;
sys/dev/ufshci/ufshci_req_sdb.c
157
size_t desc_size, alloc_size;
sys/dev/ufshci/ufshci_req_sdb.c
161
const size_t lock_name_len = 32;
sys/dev/ufshci/ufshci_req_sdb.c
75
size_t ucd_allocsz, payload_allocsz;
sys/dev/usb/input/ukbd.c
2073
ukbd_get_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/usb/input/ukbd.c
2080
ukbd_set_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/usb/input/wmt.c
329
size_t i;
sys/dev/usb/input/wmt.c
492
size_t usage;
sys/dev/usb/input/wmt.c
733
size_t i;
sys/dev/usb/input/wmt.c
734
size_t cont = 0;
sys/dev/usb/net/if_cdceem.c
94
size_t sc_echo_len;
sys/dev/usb/net/if_smsc.c
1544
smsc_get_smsc95xx_macaddr(char* bootargs, size_t len, struct usb_ether *ue)
sys/dev/usb/net/if_umb.c
1372
void *out, size_t outlen)
sys/dev/usb/net/if_umb.c
1382
umb_padding(void *data, int len, size_t sz)
sys/dev/usb/net/if_umb.c
1396
umb_addstr(void *buf, size_t bufsz, int *offs, void *str, int slen,
sys/dev/usb/net/uhso.c
317
size_t __tmp; \
sys/dev/usb/net/uhso.c
98
size_t sc_waitlen; /* No. of outstanding bytes */
sys/dev/usb/quirk/usb_quirk.c
680
usb_strquirk(const char *str, size_t len)
sys/dev/usb/template/usb_template.c
150
usb_decode_str_desc(struct usb_string_descriptor *sd, char *buf, size_t buflen)
sys/dev/usb/template/usb_template.c
152
size_t i;
sys/dev/usb/template/usb_template.c
176
size_t len, sdlen = arg2;
sys/dev/usb/template/usb_template.h
121
char *buf, size_t buflen);
sys/dev/usb/usb_device.c
2513
size_t temp_size;
sys/dev/usb/usb_msctest.c
197
void *, size_t, void *, size_t, usb_timeout_t);
sys/dev/usb/usb_msctest.c
542
void *data_ptr, size_t data_len, void *cmd_ptr, size_t cmd_len,
sys/dev/usb/usb_msctest.c
576
bbb_raw_write(struct bbb_transfer *sc, const void *data_ptr, size_t data_len,
sys/dev/usb/video/udl.c
658
uint16_t index, uint16_t value, uint8_t *buf, size_t len)
sys/dev/usb/wlan/if_mtw.c
1112
size_t size;
sys/dev/usb/wlan/if_rsu.c
2071
if (__predict_false(ieslen > (size_t)(MCLBYTES - sizeof(*wh))))
sys/dev/usb/wlan/if_rsu.c
3369
CTASSERT(sizeof(size_t) >= sizeof(uint32_t));
sys/dev/usb/wlan/if_rsu.c
3380
size_t size;
sys/dev/usb/wlan/if_rsu.c
3430
if (imemsz > (size_t)(size - sizeof(*hdr)) ||
sys/dev/usb/wlan/if_rsu.c
3431
ememsz > (size_t)(size - sizeof(*hdr) - imemsz)) {
sys/dev/usb/wlan/if_rum.c
160
size_t, uint8_t, CMD_FUNC_PROTO);
sys/dev/usb/wlan/if_rum.c
1848
size_t len)
sys/dev/usb/wlan/if_rum.c
1852
size_t offset;
sys/dev/usb/wlan/if_rum.c
197
const void *, size_t);
sys/dev/usb/wlan/if_rum.c
237
size_t);
sys/dev/usb/wlan/if_rum.c
2661
rum_load_microcode(struct rum_softc *sc, const uint8_t *ucode, size_t size)
sys/dev/usb/wlan/if_rum.c
764
rum_cmd_sleepable(struct rum_softc *sc, const void *ptr, size_t len,
sys/dev/usb/wlan/if_upgt.c
117
static uint32_t upgt_crc32_le(const void *, size_t);
sys/dev/usb/wlan/if_upgt.c
129
static uint32_t upgt_chksum_le(const uint32_t *, size_t);
sys/dev/usb/wlan/if_upgt.c
1419
upgt_chksum_le(const uint32_t *buf, size_t size)
sys/dev/usb/wlan/if_upgt.c
1421
size_t i;
sys/dev/usb/wlan/if_upgt.c
1556
size_t offset;
sys/dev/usb/wlan/if_upgt.c
1649
upgt_crc32_le(const void *buf, size_t size)
sys/dev/usb/wlan/if_upgt.c
1739
size_t offset;
sys/dev/usb/wlan/if_zyd.c
2539
device_get_nameunit(sc->sc_dev), (size_t)m0->m_pkthdr.len,
sys/dev/usb/wlan/if_zyd.c
2797
size_t size;
sys/dev/veriexec/verified_exec.c
192
size_t labellen = 0;
sys/dev/virtio/block/virtio_blk.c
153
static int vtblk_dump(void *, void *, off_t, size_t);
sys/dev/virtio/block/virtio_blk.c
1700
size_t length)
sys/dev/virtio/block/virtio_blk.c
205
static int vtblk_dump_write(struct vtblk_softc *, void *, off_t, size_t);
sys/dev/virtio/block/virtio_blk.c
644
vtblk_dump(void *arg, void *virtual, off_t offset, size_t length)
sys/dev/virtio/console/virtio_console.c
1007
vtcon_port_enqueue_buf(struct vtcon_port *port, void *buf, size_t len)
sys/dev/virtio/console/virtio_console.c
1166
vtcon_port_dev_alias(struct vtcon_port *port, const char *name, size_t len)
sys/dev/virtio/console/virtio_console.c
183
const char *, size_t);
sys/dev/virtio/console/virtio_console.c
185
struct virtio_console_control *, void *, size_t);
sys/dev/virtio/console/virtio_console.c
193
static int vtcon_port_enqueue_buf(struct vtcon_port *, void *, size_t);
sys/dev/virtio/console/virtio_console.c
200
size_t);
sys/dev/virtio/console/virtio_console.c
817
size_t len)
sys/dev/virtio/console/virtio_console.c
855
struct virtio_console_control *control, void *data, size_t data_len)
sys/dev/virtio/console/virtio_console.c
904
size_t data_len;
sys/dev/virtio/gpu/virtio_gpu.c
448
vtgpu_req_resp2(struct vtgpu_softc *sc, void *req1, size_t req1len,
sys/dev/virtio/gpu/virtio_gpu.c
449
void *req2, size_t req2len, void *resp, size_t resplen)
sys/dev/virtio/gpu/virtio_gpu.c
495
vtgpu_req_resp(struct vtgpu_softc *sc, void *req, size_t reqlen,
sys/dev/virtio/gpu/virtio_gpu.c
496
void *resp, size_t resplen)
sys/dev/virtio/mmio/virtio_mmio_cmdline.c
121
size_t n;
sys/dev/virtio/random/virtio_random.c
143
size_t len;
sys/dev/virtio/random/virtio_random.c
288
vtrnd_harvest(struct vtrnd_softc *sc, void *buf, size_t *sz)
sys/dev/virtio/random/virtio_random.c
316
size_t sz;
sys/dev/virtio/random/virtio_random.c
70
static int vtrnd_harvest(struct vtrnd_softc *, void *, size_t *);
sys/dev/vkbd/vkbd.c
1265
vkbd_get_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/vkbd/vkbd.c
1277
vkbd_set_state(keyboard_t *kbd, void *buf, size_t len)
sys/dev/vmgenc/vmgenc_acpi.c
83
vmgenc_harvest_all(const void *p, size_t sz)
sys/dev/vmgenc/vmgenc_acpi.c
85
size_t nbytes;
sys/dev/vmm/vmm_dev.c
1165
for (size_t i = 0; i < nitems(vmc->reserved); i++) {
sys/dev/vmm/vmm_dev.c
1180
for (size_t i = 0; i < nitems(vmd->reserved); i++) {
sys/dev/vmm/vmm_dev.c
1315
size_t seglen;
sys/dev/vmm/vmm_dev.c
257
get_memseg(struct vmmdev_softc *sc, struct vm_memseg *mseg, size_t len)
sys/dev/vmm/vmm_dev.c
283
alloc_memseg(struct vmmdev_softc *sc, struct vm_memseg *mseg, size_t len,
sys/dev/vmm/vmm_dev.c
44
size_t len;
sys/dev/vmm/vmm_dev.c
447
for (size_t i = 0; i < nitems(vmmdev_ioctls); i++) {
sys/dev/vmm/vmm_dev.c
454
for (size_t i = 0; i < vmmdev_machdep_ioctl_count; i++) {
sys/dev/vmm/vmm_dev.c
57
size_t len;
sys/dev/vmm/vmm_dev.c
801
size_t len;
sys/dev/vmm/vmm_dev.h
58
extern const size_t vmmdev_machdep_ioctl_count;
sys/dev/vmm/vmm_mem.c
176
vm_alloc_memseg(struct vm *vm, int ident, size_t len, bool sysmem,
sys/dev/vmm/vmm_mem.c
220
vm_get_memseg(struct vm *vm, int ident, size_t *len, bool *sysmem,
sys/dev/vmm/vmm_mem.c
260
size_t len, int prot, int flags)
sys/dev/vmm/vmm_mem.c
332
vm_munmap_memseg(struct vm *vm, vm_paddr_t gpa, size_t len)
sys/dev/vmm/vmm_mem.c
356
vm_ooffset_t *segoff, size_t *len, int *prot, int *flags)
sys/dev/vmm/vmm_mem.c
428
_vm_gpa_hold(struct vm *vm, vm_paddr_t gpa, size_t len, int reqprot,
sys/dev/vmm/vmm_mem.c
460
vm_gpa_hold(struct vcpu *vcpu, vm_paddr_t gpa, size_t len, int reqprot,
sys/dev/vmm/vmm_mem.c
476
vm_gpa_hold_global(struct vm *vm, vm_paddr_t gpa, size_t len, int reqprot,
sys/dev/vmm/vmm_mem.h
100
void *vm_gpa_hold_global(struct vm *vm, vm_paddr_t gpa, size_t len,
sys/dev/vmm/vmm_mem.h
45
size_t len;
sys/dev/vmm/vmm_mem.h
52
size_t len;
sys/dev/vmm/vmm_mem.h
81
size_t len, int prot, int flags);
sys/dev/vmm/vmm_mem.h
82
int vm_munmap_memseg(struct vm *vm, vm_paddr_t gpa, size_t len);
sys/dev/vmm/vmm_mem.h
83
int vm_alloc_memseg(struct vm *vm, int ident, size_t len, bool sysmem,
sys/dev/vmm/vmm_mem.h
93
vm_ooffset_t *segoff, size_t *len, int *prot, int *flags);
sys/dev/vmm/vmm_mem.h
95
int vm_get_memseg(struct vm *vm, int ident, size_t *len, bool *sysmem,
sys/dev/vmm/vmm_mem.h
98
void *vm_gpa_hold(struct vcpu *vcpu, vm_paddr_t gpa, size_t len,
sys/dev/vmm/vmm_stat.c
51
#define vst_size ((size_t)vst_num_elems * sizeof(uint64_t))
sys/dev/vmware/vmci/vmci_call_defs.h
55
(VMCI_DG_HEADERSIZE + (size_t)(_dg)->payload_size)
sys/dev/vmware/vmci/vmci_call_defs.h
57
((VMCI_DG_SIZE(_dg) + 7) & (size_t)~7)
sys/dev/vmware/vmci/vmci_datagram.c
429
(size_t)dg_info->msg.payload_size);
sys/dev/vmware/vmci/vmci_datagram.c
544
(size_t)dg->payload_size, VMCI_MEMORY_ATOMIC);
sys/dev/vmware/vmci/vmci_datagram.c
560
(size_t)dg->payload_size);
sys/dev/vmware/vmci/vmci_defs.h
445
qp_add_pointer(volatile uint64_t *var, size_t add, uint64_t size)
sys/dev/vmware/vmci/vmci_defs.h
521
size_t add, uint64_t queue_size)
sys/dev/vmware/vmci/vmci_defs.h
546
size_t add, uint64_t queue_size)
sys/dev/vmware/vmci/vmci_driver.c
234
uint8_t *dg_in_buffer, size_t dg_in_buffer_size)
sys/dev/vmware/vmci/vmci_driver.c
237
size_t current_dg_in_buffer_size;
sys/dev/vmware/vmci/vmci_driver.c
238
size_t remaining_bytes;
sys/dev/vmware/vmci/vmci_driver.c
251
size_t dg_in_size;
sys/dev/vmware/vmci/vmci_driver.c
264
remaining_bytes = (size_t)(dg_in_buffer +
sys/dev/vmware/vmci/vmci_driver.c
330
size_t bytes_to_skip;
sys/dev/vmware/vmci/vmci_driver.c
355
remaining_bytes = (size_t) (dg_in_buffer +
sys/dev/vmware/vmci/vmci_driver.h
41
size_t dg_in_buffer_size);
sys/dev/vmware/vmci/vmci_event.c
374
(size_t)event_msg->hdr.payload_size);
sys/dev/vmware/vmci/vmci_event.c
428
(size_t)event_msg->hdr.payload_size);
sys/dev/vmware/vmci/vmci_kernel_api_1.h
57
size_t buf_size, int mode);
sys/dev/vmware/vmci/vmci_kernel_api_1.h
59
size_t buf_size, int mode);
sys/dev/vmware/vmci/vmci_kernel_api_1.h
61
size_t buf_size, int mode);
sys/dev/vmware/vmci/vmci_kernel_api_1.h
62
ssize_t vmci_qpair_enquev(struct vmci_qpair *qpair, void *iov, size_t iov_size,
sys/dev/vmware/vmci/vmci_kernel_api_1.h
64
ssize_t vmci_qpair_dequev(struct vmci_qpair *qpair, void *iov, size_t iov_size,
sys/dev/vmware/vmci/vmci_kernel_api_1.h
66
ssize_t vmci_qpair_peekv(struct vmci_qpair *qpair, void *iov, size_t iov_size,
sys/dev/vmware/vmci/vmci_kernel_if.c
1016
vmci_memcpy_from_queue_local(void *dest, size_t dest_offset,
sys/dev/vmware/vmci/vmci_kernel_if.c
1017
const struct vmci_queue *queue, uint64_t queue_offset, size_t size,
sys/dev/vmware/vmci/vmci_kernel_if.c
1044
const void *src, size_t src_offset, size_t size, int buf_type,
sys/dev/vmware/vmci/vmci_kernel_if.c
1075
vmci_memcpy_from_queue_v(void *dest, size_t dest_offset,
sys/dev/vmware/vmci/vmci_kernel_if.c
1076
const struct vmci_queue *queue, uint64_t queue_offset, size_t size,
sys/dev/vmware/vmci/vmci_kernel_if.c
1108
size_t buffer_length)
sys/dev/vmware/vmci/vmci_kernel_if.c
208
vmci_alloc_kernel_mem(size_t size, int flags)
sys/dev/vmware/vmci/vmci_kernel_if.c
23
size_t num_pages; /* Num pages incl. header. */
sys/dev/vmware/vmci/vmci_kernel_if.c
239
vmci_free_kernel_mem(void *ptr, size_t size __unused)
sys/dev/vmware/vmci/vmci_kernel_if.c
514
size_t i;
sys/dev/vmware/vmci/vmci_kernel_if.c
515
const size_t num_pages = CEILING(size, PAGE_SIZE) + 1;
sys/dev/vmware/vmci/vmci_kernel_if.c
516
const size_t dmas_size = num_pages * sizeof(struct vmci_dma_alloc);
sys/dev/vmware/vmci/vmci_kernel_if.c
517
const size_t queue_size =
sys/dev/vmware/vmci/vmci_kernel_if.c
574
const size_t num_pages = CEILING(size, PAGE_SIZE) + 1;
sys/dev/vmware/vmci/vmci_kernel_if.c
763
vmci_memcpy_toiovec(struct iovec *iov, uint8_t *src, size_t len)
sys/dev/vmware/vmci/vmci_kernel_if.c
768
size_t to_copy = MIN(iov->iov_len, len);
sys/dev/vmware/vmci/vmci_kernel_if.c
781
vmci_memcpy_fromiovec(uint8_t *dst, struct iovec *iov, size_t len)
sys/dev/vmware/vmci/vmci_kernel_if.c
786
size_t to_copy = MIN(iov->iov_len, len);
sys/dev/vmware/vmci/vmci_kernel_if.c
818
const void *src, size_t size, bool is_iovec)
sys/dev/vmware/vmci/vmci_kernel_if.c
821
size_t bytes_copied = 0;
sys/dev/vmware/vmci/vmci_kernel_if.c
826
const size_t page_offset =
sys/dev/vmware/vmci/vmci_kernel_if.c
829
size_t to_copy;
sys/dev/vmware/vmci/vmci_kernel_if.c
875
uint64_t queue_offset, size_t size, bool is_iovec)
sys/dev/vmware/vmci/vmci_kernel_if.c
878
size_t bytes_copied = 0;
sys/dev/vmware/vmci/vmci_kernel_if.c
883
const size_t page_offset =
sys/dev/vmware/vmci/vmci_kernel_if.c
886
size_t to_copy;
sys/dev/vmware/vmci/vmci_kernel_if.c
932
const void *src, size_t src_offset, size_t size, int buf_type,
sys/dev/vmware/vmci/vmci_kernel_if.c
959
vmci_memcpy_from_queue(void *dest, size_t dest_offset,
sys/dev/vmware/vmci/vmci_kernel_if.c
960
const struct vmci_queue *queue, uint64_t queue_offset, size_t size,
sys/dev/vmware/vmci/vmci_kernel_if.c
989
const void *src, size_t src_offset, size_t size, int buf_type,
sys/dev/vmware/vmci/vmci_kernel_if.h
40
uint8_t *buffer, size_t buffer_length);
sys/dev/vmware/vmci/vmci_kernel_if.h
51
void *vmci_alloc_kernel_mem(size_t size, int flags);
sys/dev/vmware/vmci/vmci_kernel_if.h
52
void vmci_free_kernel_mem(void *ptr, size_t size);
sys/dev/vmware/vmci/vmci_qpair.c
500
const uint64_t produce_q_size, const void *buf, size_t buf_size,
sys/dev/vmware/vmci/vmci_qpair.c
504
size_t written;
sys/dev/vmware/vmci/vmci_qpair.c
519
written = (size_t)(free_space > buf_size ? buf_size : free_space);
sys/dev/vmware/vmci/vmci_qpair.c
527
const size_t tmp = (size_t)(produce_q_size - tail);
sys/dev/vmware/vmci/vmci_qpair.c
572
size_t buf_size, int buf_type,
sys/dev/vmware/vmci/vmci_qpair.c
577
size_t read;
sys/dev/vmware/vmci/vmci_qpair.c
590
read = (size_t)(buf_ready > buf_size ? buf_size : buf_ready);
sys/dev/vmware/vmci/vmci_qpair.c
598
const size_t tmp = (size_t)(consume_q_size - head);
sys/dev/vmware/vmci/vmci_qpair.c
61
size_t add, uint64_t queue_size)
sys/dev/vmware/vmci/vmci_qpair.c
638
vmci_qpair_enqueue(struct vmci_qpair *qpair, const void *buf, size_t buf_size,
sys/dev/vmware/vmci/vmci_qpair.c
673
vmci_qpair_dequeue(struct vmci_qpair *qpair, void *buf, size_t buf_size,
sys/dev/vmware/vmci/vmci_qpair.c
709
vmci_qpair_peek(struct vmci_qpair *qpair, void *buf, size_t buf_size,
sys/dev/vmware/vmci/vmci_qpair.c
744
vmci_qpair_enquev(struct vmci_qpair *qpair, void *iov, size_t iov_size,
sys/dev/vmware/vmci/vmci_qpair.c
779
vmci_qpair_dequev(struct vmci_qpair *qpair, void *iov, size_t iov_size,
sys/dev/vmware/vmci/vmci_qpair.c
815
vmci_qpair_peekv(struct vmci_qpair *qpair, void *iov, size_t iov_size,
sys/dev/vmware/vmci/vmci_qpair.c
87
size_t add, uint64_t queue_size)
sys/dev/vmware/vmci/vmci_queue.h
106
vmci_memcpy_from_queue_v_local(void *dest, size_t dest_offset,
sys/dev/vmware/vmci/vmci_queue.h
107
const struct vmci_queue *queue, uint64_t queue_offset, size_t size,
sys/dev/vmware/vmci/vmci_queue.h
52
uint64_t queue_offset, const void *src, size_t src_offset,
sys/dev/vmware/vmci/vmci_queue.h
53
size_t size, BUF_TYPE buf_type, bool can_block);
sys/dev/vmware/vmci/vmci_queue.h
54
typedef int vmci_memcpy_from_queue_func(void *dest, size_t dest_offset,
sys/dev/vmware/vmci/vmci_queue.h
55
const struct vmci_queue *queue, uint64_t queue_offset, size_t size,
sys/dev/vmware/vmci/vmci_queue.h
76
const void *src, size_t src_offset, size_t size, BUF_TYPE buf_type,
sys/dev/vmware/vmci/vmci_queue.h
78
int vmci_memcpy_from_queue(void *dest, size_t dest_offset,
sys/dev/vmware/vmci/vmci_queue.h
79
const struct vmci_queue *queue, uint64_t queue_offset, size_t size,
sys/dev/vmware/vmci/vmci_queue.h
82
uint64_t queue_offset, const void *src, size_t src_offset,
sys/dev/vmware/vmci/vmci_queue.h
83
size_t size, BUF_TYPE buf_type, bool can_block);
sys/dev/vmware/vmci/vmci_queue.h
84
int vmci_memcpy_from_queue_local(void *dest, size_t dest_offset,
sys/dev/vmware/vmci/vmci_queue.h
85
const struct vmci_queue *queue, uint64_t queue_offset, size_t size,
sys/dev/vmware/vmci/vmci_queue.h
89
const void *src, size_t src_offset, size_t size, BUF_TYPE buf_type,
sys/dev/vmware/vmci/vmci_queue.h
91
int vmci_memcpy_from_queue_v(void *dest, size_t dest_offset,
sys/dev/vmware/vmci/vmci_queue.h
92
const struct vmci_queue *queue, uint64_t queue_offset, size_t size,
sys/dev/vmware/vmci/vmci_queue.h
97
const void *src, size_t src_offset, size_t size, int buf_type,
sys/dev/vmware/vmci/vmci_queue_pair.c
525
size_t msg_size;
sys/dev/vmware/vmci/vmci_queue_pair.c
533
msg_size = sizeof(*alloc_msg) + (size_t)entry->num_ppns * sizeof(PPN);
sys/dev/vmware/vmxnet3/if_vmx.c
968
size_t size;
sys/dev/vnic/nic_main.c
306
size_t size;
sys/dev/vnic/nicvf_main.c
693
size_t idx;
sys/dev/vnic/nicvf_queues.c
1046
size_t i;
sys/dev/vnic/nicvf_queues.c
1145
size_t i;
sys/dev/vnic/nicvf_queues.c
1904
size_t seg;
sys/dev/vnic/thunder_bgx_fdt.c
204
size_t len)
sys/dev/vnic/thunder_bgx_fdt.c
208
size_t buf_size;
sys/dev/vnic/thunder_bgx_fdt.c
325
size_t len;
sys/dev/vt/hw/fb/vt_fb.c
398
size_t z;
sys/dev/vt/hw/fb/vt_fb.c
463
size_t z;
sys/dev/vt/hw/vga/vt_vga.c
873
size_t z;
sys/dev/vt/hw/vga/vt_vga.c
940
size_t z;
sys/dev/vt/vt.h
144
size_t vd_transpose; /* (?) Screen offset in FB */
sys/dev/vt/vt_buf.c
502
size_t bufsize, rowssize;
sys/dev/vt/vt_core.c
1372
size_t z;
sys/dev/vt/vt_core.c
1414
size_t z;
sys/dev/vt/vt_core.c
1772
size_t size;
sys/dev/vt/vt_font.c
160
size_t glyphsize, mapsize;
sys/dev/vt/vt_font.c
87
size_t stride;
sys/dev/wg/crypto.h
100
const uint8_t *key, const size_t keylen);
sys/dev/wg/crypto.h
102
void blake2s_update(struct blake2s_state *state, const uint8_t *in, size_t inlen);
sys/dev/wg/crypto.h
107
const size_t outlen, const size_t inlen, const size_t keylen)
sys/dev/wg/crypto.h
27
chacha20poly1305_encrypt(uint8_t *dst, const uint8_t *src, const size_t src_len,
sys/dev/wg/crypto.h
28
const uint8_t *ad, const size_t ad_len,
sys/dev/wg/crypto.h
40
chacha20poly1305_decrypt(uint8_t *dst, const uint8_t *src, const size_t src_len,
sys/dev/wg/crypto.h
41
const uint8_t *ad, const size_t ad_len,
sys/dev/wg/crypto.h
54
const size_t src_len, const uint8_t *ad,
sys/dev/wg/crypto.h
55
const size_t ad_len,
sys/dev/wg/crypto.h
64
const size_t src_len, const uint8_t *ad,
sys/dev/wg/crypto.h
65
const size_t ad_len,
sys/dev/wg/crypto.h
97
void blake2s_init(struct blake2s_state *state, const size_t outlen);
sys/dev/wg/crypto.h
99
void blake2s_init_key(struct blake2s_state *state, const size_t outlen,
sys/dev/wg/if_wg.c
1280
wg_peer_send_buf(struct wg_peer *peer, uint8_t *buf, size_t len)
sys/dev/wg/if_wg.c
171
size_t q_len;
sys/dev/wg/if_wg.c
1897
static size_t
sys/dev/wg/if_wg.c
209
size_t p_aips_num;
sys/dev/wg/if_wg.c
229
size_t sc_peers_num;
sys/dev/wg/if_wg.c
2465
size_t size;
sys/dev/wg/if_wg.c
2533
size_t allowedip_count;
sys/dev/wg/if_wg.c
2536
for (size_t idx = 0; idx < allowedip_count; idx++) {
sys/dev/wg/if_wg.c
2686
size_t peercount;
sys/dev/wg/if_wg.c
2712
size_t size, peer_count, aip_count, i, j;
sys/dev/wg/if_wg.c
292
static int wg_socket_set_sockopt(struct socket *, struct socket *, int, void *, size_t);
sys/dev/wg/if_wg.c
2964
wg_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/dev/wg/if_wg.c
326
static void wg_peer_send_buf(struct wg_peer *, uint8_t *, size_t);
sys/dev/wg/if_wg.c
333
static void wg_send_buf(struct wg_softc *, struct wg_endpoint *, uint8_t *, size_t);
sys/dev/wg/if_wg.c
349
static size_t wg_queue_len(struct wg_queue *);
sys/dev/wg/if_wg.c
361
static int wg_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/dev/wg/if_wg.c
802
static int wg_socket_set_sockopt(struct socket *so4, struct socket *so6, int name, void *val, size_t len)
sys/dev/wg/if_wg.c
945
size_t len = m->m_pkthdr.len;
sys/dev/wg/if_wg.c
989
wg_send_buf(struct wg_softc *sc, struct wg_endpoint *e, uint8_t *buf, size_t len)
sys/dev/wg/if_wg.h
27
size_t wgd_size;
sys/dev/wg/wg_cookie.c
210
size_t len)
sys/dev/wg/wg_cookie.c
230
void *buf, size_t len, bool check_cookie, struct sockaddr *sa, struct vnet *vnet)
sys/dev/wg/wg_cookie.c
282
macs_mac1(struct cookie_macs *macs, const void *buf, size_t len,
sys/dev/wg/wg_cookie.c
292
macs_mac2(struct cookie_macs *macs, const void *buf, size_t len,
sys/dev/wg/wg_cookie.c
347
size_t i;
sys/dev/wg/wg_cookie.c
395
size_t i;
sys/dev/wg/wg_cookie.c
427
size_t len = sizeof(key);
sys/dev/wg/wg_cookie.c
498
static uint64_t siphash13(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len)
sys/dev/wg/wg_cookie.c
57
size_t rl_table_num;
sys/dev/wg/wg_cookie.c
63
static void macs_mac1(struct cookie_macs *, const void *, size_t,
sys/dev/wg/wg_cookie.c
65
static void macs_mac2(struct cookie_macs *, const void *, size_t,
sys/dev/wg/wg_cookie.c
76
static uint64_t siphash13(const uint8_t [SIPHASH_KEY_LENGTH], const void *, size_t);
sys/dev/wg/wg_cookie.h
63
void *, size_t);
sys/dev/wg/wg_cookie.h
65
struct cookie_macs *, void *, size_t, bool, struct sockaddr *,
sys/dev/wg/wg_crypto.c
107
const uint8_t *block, size_t nblocks,
sys/dev/wg/wg_crypto.c
171
void blake2s_update(struct blake2s_state *state, const uint8_t *in, size_t inlen)
sys/dev/wg/wg_crypto.c
173
const size_t fill = BLAKE2S_BLOCK_SIZE - state->buflen;
sys/dev/wg/wg_crypto.c
185
const size_t nblocks = DIV_ROUND_UP(inlen, BLAKE2S_BLOCK_SIZE);
sys/dev/wg/wg_crypto.c
88
void blake2s_init(struct blake2s_state *state, const size_t outlen)
sys/dev/wg/wg_crypto.c
94
void blake2s_init_key(struct blake2s_state *state, const size_t outlen,
sys/dev/wg/wg_crypto.c
95
const uint8_t *key, const size_t keylen)
sys/dev/wg/wg_noise.c
1195
hmac(uint8_t *out, const uint8_t *in, const uint8_t *key, const size_t outlen,
sys/dev/wg/wg_noise.c
1196
const size_t inlen, const size_t keylen)
sys/dev/wg/wg_noise.c
1234
size_t a_len, size_t b_len, size_t c_len, size_t x_len,
sys/dev/wg/wg_noise.c
1302
size_t src_len)
sys/dev/wg/wg_noise.c
134
size_t l_remote_num;
sys/dev/wg/wg_noise.c
1344
noise_msg_encrypt(uint8_t *dst, const uint8_t *src, size_t src_len,
sys/dev/wg/wg_noise.c
1354
noise_msg_decrypt(uint8_t *dst, const uint8_t *src, size_t src_len,
sys/dev/wg/wg_noise.c
1402
static uint64_t siphash24(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len)
sys/dev/wg/wg_noise.c
154
size_t, size_t, size_t, size_t,
sys/dev/wg/wg_noise.c
161
static void noise_mix_hash(uint8_t [NOISE_HASH_LEN], const uint8_t *, size_t);
sys/dev/wg/wg_noise.c
166
static void noise_msg_encrypt(uint8_t *, const uint8_t *, size_t,
sys/dev/wg/wg_noise.c
168
static int noise_msg_decrypt(uint8_t *, const uint8_t *, size_t,
sys/dev/wg/wg_noise.c
174
static uint64_t siphash24(const uint8_t [SIPHASH_KEY_LENGTH], const void *, size_t);
sys/dev/wg/wg_noise.c
183
size_t i;
sys/dev/wg/wg_noise.c
247
size_t i;
sys/dev/wpi/if_wpi.c
2412
size_t i;
sys/dev/wpi/if_wpi_debug.h
101
static const char *wpi_get_csr_string(size_t csr)
sys/dev/wpi/if_wpi_debug.h
125
static const char *wpi_get_prph_string(size_t prph)
sys/dev/wpi/if_wpivar.h
119
size_t size;
sys/dev/wpi/if_wpivar.h
159
size_t size;
sys/dev/xdma/xdma.c
79
size_t len;
sys/dev/xdma/xdma.h
122
size_t len;
sys/dev/xen/blkback/blkback.c
2874
size_t ring_size;
sys/dev/xen/blkfront/blkfront.c
598
xbd_dump(void *arg, void *virtual, off_t offset, size_t length)
sys/dev/xen/blkfront/blkfront.c
603
size_t chunk;
sys/dev/xen/blkfront/blkfront.c
837
xbd_feature_string(struct xbd_softc *sc, char *features, size_t len)
sys/dev/xen/blkfront/block.h
120
size_t cm_datalen;
sys/dev/xen/bus/xenpv.c
144
xenpv_alloc_physmem(device_t dev, device_t child, int *res_id, size_t size)
sys/dev/xen/bus/xenpv.c
206
size_t size;
sys/dev/xen/bus/xenpv.c
249
xenmem_alloc(device_t dev, int *res_id, size_t size)
sys/dev/xen/console/xen_console.c
136
size_t size;
sys/dev/xen/console/xen_console.c
137
size_t n_next;
sys/dev/xen/console/xen_console.c
141
xen_emergency_print(const char *str, size_t size)
sys/dev/xen/efi/pvefi.c
126
size_t *datasize, void *data)
sys/dev/xen/efi/pvefi.c
154
var_nextname(size_t *namesize, efi_char *name, efi_guid_t *vendor)
sys/dev/xen/efi/pvefi.c
181
size_t datasize, void *data)
sys/dev/xen/netback/netback.c
1713
const size_t mbuf_space = M_TRAILINGSPACE(mbuf) - m_ofs;
sys/dev/xen/netback/netback.c
1714
const size_t req_size =
sys/dev/xen/netback/netback.c
1716
const size_t pkt_space = req_size - r_ofs;
sys/dev/xen/netback/netback.c
1721
const size_t space = MIN(pkt_space, mbuf_space);
sys/dev/xen/netback/netback.c
1770
size_t total_size = 0;
sys/dev/xen/netback/netback.c
1967
const size_t mbuf_space = mbuf->m_len - m_ofs;
sys/dev/xen/netback/netback.c
1969
const size_t req_size = PAGE_SIZE;
sys/dev/xen/netback/netback.c
1970
const size_t pkt_space = req_size - r_ofs;
sys/dev/xen/netback/netback.c
1975
const size_t space = MIN(pkt_space, mbuf_space);
sys/dev/xen/netback/netback.c
2161
size_t tcplen = ntohs(iph->ip_len) - sizeof(struct ip);
sys/dev/xen/netback/netback.c
2172
size_t udplen = ntohs(iph->ip_len) - sizeof(struct ip);
sys/dev/xen/netback/netback_unit_tests.c
1001
const size_t size = MINCLSIZE - 1;
sys/dev/xen/netback/netback_unit_tests.c
1016
xnb_pkt2mbufc_csum(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1018
const size_t size = MINCLSIZE - 1;
sys/dev/xen/netback/netback_unit_tests.c
1037
xnb_pkt2mbufc_1cluster(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1039
const size_t size = MINCLSIZE;
sys/dev/xen/netback/netback_unit_tests.c
1054
xnb_pkt2mbufc_largecluster(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1056
const size_t size = MCLBYTES + 1;
sys/dev/xen/netback/netback_unit_tests.c
106
static int xnb_get1pkt(struct xnb_pkt *pkt, size_t size, uint16_t flags);
sys/dev/xen/netback/netback_unit_tests.c
1071
xnb_pkt2mbufc_2cluster(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1073
const size_t size = 2 * MCLBYTES + 1;
sys/dev/xen/netback/netback_unit_tests.c
1074
size_t space = 0;
sys/dev/xen/netback/netback_unit_tests.c
108
char *buffer, size_t buflen);
sys/dev/xen/netback/netback_unit_tests.c
1094
xnb_txpkt2gnttab_empty(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1116
xnb_txpkt2gnttab_short(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1118
const size_t size = MINCLSIZE - 1;
sys/dev/xen/netback/netback_unit_tests.c
1157
xnb_txpkt2gnttab_2req(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1202
xnb_txpkt2gnttab_2cluster(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1276
xnb_update_mbufc_short(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1278
const size_t size = MINCLSIZE - 1;
sys/dev/xen/netback/netback_unit_tests.c
1313
xnb_update_mbufc_2req(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1359
xnb_update_mbufc_2cluster(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1409
xnb_mbufc2pkt_empty(char *buffer, size_t buflen) {
sys/dev/xen/netback/netback_unit_tests.c
1429
xnb_mbufc2pkt_short(char *buffer, size_t buflen) {
sys/dev/xen/netback/netback_unit_tests.c
1431
size_t size = 128;
sys/dev/xen/netback/netback_unit_tests.c
1455
xnb_mbufc2pkt_1cluster(char *buffer, size_t buflen) {
sys/dev/xen/netback/netback_unit_tests.c
1457
size_t size = MCLBYTES;
sys/dev/xen/netback/netback_unit_tests.c
1481
xnb_mbufc2pkt_2short(char *buffer, size_t buflen) {
sys/dev/xen/netback/netback_unit_tests.c
1483
size_t size1 = MHLEN - 5;
sys/dev/xen/netback/netback_unit_tests.c
1484
size_t size2 = MHLEN - 15;
sys/dev/xen/netback/netback_unit_tests.c
1523
xnb_mbufc2pkt_long(char *buffer, size_t buflen) {
sys/dev/xen/netback/netback_unit_tests.c
1525
size_t size = 14 * MCLBYTES / 3;
sys/dev/xen/netback/netback_unit_tests.c
1526
size_t size_remaining;
sys/dev/xen/netback/netback_unit_tests.c
1561
xnb_mbufc2pkt_extra(char *buffer, size_t buflen) {
sys/dev/xen/netback/netback_unit_tests.c
1563
size_t size = 14 * MCLBYTES / 3;
sys/dev/xen/netback/netback_unit_tests.c
1564
size_t size_remaining;
sys/dev/xen/netback/netback_unit_tests.c
1602
xnb_mbufc2pkt_nospace(char *buffer, size_t buflen) {
sys/dev/xen/netback/netback_unit_tests.c
1604
size_t size = 14 * MCLBYTES / 3;
sys/dev/xen/netback/netback_unit_tests.c
1605
size_t size_remaining;
sys/dev/xen/netback/netback_unit_tests.c
1635
xnb_rxpkt2gnttab_empty(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1655
xnb_rxpkt2gnttab_short(char *buffer, size_t buflen) {
sys/dev/xen/netback/netback_unit_tests.c
1658
size_t size = 128;
sys/dev/xen/netback/netback_unit_tests.c
1696
xnb_rxpkt2gnttab_2req(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1701
size_t total_granted_size = 0;
sys/dev/xen/netback/netback_unit_tests.c
1702
size_t size = MJUMPAGESIZE + 1;
sys/dev/xen/netback/netback_unit_tests.c
1740
xnb_rxpkt2rsp_empty(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1771
xnb_rxpkt2rsp_short(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1775
size_t size = 128;
sys/dev/xen/netback/netback_unit_tests.c
1816
xnb_rxpkt2rsp_extra(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1820
size_t size = 14;
sys/dev/xen/netback/netback_unit_tests.c
1885
xnb_rxpkt2rsp_2slots(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
1889
size_t size = PAGE_SIZE + 100;
sys/dev/xen/netback/netback_unit_tests.c
1904
size_t first_len = MIN(M_TRAILINGSPACE(mbuf), size);
sys/dev/xen/netback/netback_unit_tests.c
1951
xnb_rxpkt2rsp_2short(char *buffer, size_t buflen) {
sys/dev/xen/netback/netback_unit_tests.c
1954
size_t size1 = MHLEN - 5;
sys/dev/xen/netback/netback_unit_tests.c
1955
size_t size2 = MHLEN - 15;
sys/dev/xen/netback/netback_unit_tests.c
2010
xnb_rxpkt2rsp_copyerror(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2017
size_t size = 7 * MCLBYTES;
sys/dev/xen/netback/netback_unit_tests.c
2066
xnb_add_mbuf_cksum_arp(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2068
const size_t pkt_len = sizeof(struct ether_header) +
sys/dev/xen/netback/netback_unit_tests.c
210
size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2176
xnb_add_mbuf_cksum_icmp(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2178
const size_t icmp_len = 64; /* set by ping(1) */
sys/dev/xen/netback/netback_unit_tests.c
2179
const size_t pkt_len = sizeof(struct ether_header) +
sys/dev/xen/netback/netback_unit_tests.c
223
size_t new_chars;
sys/dev/xen/netback/netback_unit_tests.c
2242
xnb_add_mbuf_cksum_udp(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2244
const size_t udp_len = 16;
sys/dev/xen/netback/netback_unit_tests.c
2245
const size_t pkt_len = sizeof(struct ether_header) +
sys/dev/xen/netback/netback_unit_tests.c
2345
xnb_add_mbuf_cksum_tcp(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2347
const size_t payload_len = 8;
sys/dev/xen/netback/netback_unit_tests.c
2348
const size_t tcp_options_len = 12;
sys/dev/xen/netback/netback_unit_tests.c
2349
const size_t pkt_len = sizeof(struct ether_header) + sizeof(struct ip) +
sys/dev/xen/netback/netback_unit_tests.c
2386
xnb_add_mbuf_cksum_tcp_swcksum(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2388
const size_t payload_len = 8;
sys/dev/xen/netback/netback_unit_tests.c
2389
const size_t tcp_options_len = 12;
sys/dev/xen/netback/netback_unit_tests.c
2390
const size_t pkt_len = sizeof(struct ether_header) + sizeof(struct ip) +
sys/dev/xen/netback/netback_unit_tests.c
2431
xnb_sscanf_hhu(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2449
xnb_sscanf_hhd(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2467
xnb_sscanf_lld(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2486
xnb_sscanf_llu(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
2505
xnb_sscanf_hhn(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
391
xnb_ring2pkt_emptyring(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
405
xnb_ring2pkt_1req(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
436
xnb_ring2pkt_2req(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
473
xnb_ring2pkt_3req(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
50
size_t new_chars = snprintf(buffer, buflen, __VA_ARGS__); \
sys/dev/xen/netback/netback_unit_tests.c
517
xnb_ring2pkt_extra(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
570
xnb_ring2pkt_partial(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
595
xnb_ring2pkt_wraps(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
648
xnb_txpkt2rsp_emptypkt(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
668
xnb_txpkt2rsp_1req(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
68
size_t _buflen = (buflen); \
sys/dev/xen/netback/netback_unit_tests.c
700
xnb_txpkt2rsp_extra(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
745
xnb_txpkt2rsp_long(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
82
typedef void testcase_t(char *buffer, size_t buflen);
sys/dev/xen/netback/netback_unit_tests.c
820
xnb_txpkt2rsp_invalid(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
866
xnb_txpkt2rsp_error(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
898
xnb_txpkt2rsp_wraps(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
962
xnb_get1pkt(struct xnb_pkt *pkt, size_t size, uint16_t flags)
sys/dev/xen/netback/netback_unit_tests.c
982
xnb_pkt2mbufc_empty(char *buffer, size_t buflen)
sys/dev/xen/netback/netback_unit_tests.c
999
xnb_pkt2mbufc_short(char *buffer, size_t buflen)
sys/dev/xen/netfront/netfront.c
529
size_t path_size;
sys/dev/xilinx/if_xae.c
917
size_t len;
sys/fs/autofs/autofs_vnops.c
349
size_t *reclenp)
sys/fs/autofs/autofs_vnops.c
352
size_t namlen, reclen;
sys/fs/autofs/autofs_vnops.c
378
static size_t
sys/fs/autofs/autofs_vnops.c
381
size_t reclen;
sys/fs/autofs/autofs_vnops.c
395
size_t reclen, reclens;
sys/fs/cd9660/cd9660_rrip.c
446
size_t len = isonum_711(p->len_id);
sys/fs/cd9660/cd9660_util.c
194
sgetrune(const char *string, size_t n, char const **result, int flags,
sys/fs/cd9660/cd9660_util.c
197
size_t i, j, len;
sys/fs/cd9660/cd9660_util.c
58
size_t i, j, len;
sys/fs/cd9660/iso.h
276
#define cd9660_sysctl ((int (*)(int *, u_int, void *, size_t *, void *, \
sys/fs/cd9660/iso.h
277
size_t, struct proc *))eopnotsupp)
sys/fs/cd9660/iso.h
286
u_short sgetrune(const char *, size_t, char const **, int, void *);
sys/fs/cuse/cuse.c
894
struct proc *proc_d, vm_offset_t data_d, size_t len)
sys/fs/devfs/devfs_vnops.c
419
size_t *buflen = ap->a_buflen;
sys/fs/ext2fs/ext2_acl.c
130
ext4_acl_from_disk(char *value, size_t size, struct acl *acl)
sys/fs/ext2fs/ext2_acl.c
295
ext4_acl_to_disk(const struct acl *acl, size_t *size, char *value)
sys/fs/ext2fs/ext2_acl.c
300
size_t n;
sys/fs/ext2fs/ext2_acl.c
354
size_t len;
sys/fs/ext2fs/ext2_csum.c
423
size_t size;
sys/fs/ext2fs/ext2_csum.c
675
size_t offset;
sys/fs/ext2fs/ext2_extattr.c
1072
size_t size;
sys/fs/ext2fs/ext2_extattr.c
192
struct uio *uio, size_t *size)
sys/fs/ext2fs/ext2_extattr.c
266
struct uio *uio, size_t *size)
sys/fs/ext2fs/ext2_extattr.c
333
const char *name, struct uio *uio, size_t *size)
sys/fs/ext2fs/ext2_extattr.c
408
const char *name, struct uio *uio, size_t *size)
sys/fs/ext2fs/ext2_extattr.c
911
size_t size = 0, max_size;
sys/fs/ext2fs/ext2_extattr.h
107
struct uio *uio, size_t *size);
sys/fs/ext2fs/ext2_extattr.h
110
struct uio *uio, size_t *size);
sys/fs/ext2fs/ext2_extattr.h
113
const char *name, struct uio *uio, size_t *size);
sys/fs/ext2fs/ext2_extattr.h
116
const char *name, struct uio *uio, size_t *size);
sys/fs/ext2fs/ext2_lookup.c
151
size_t readcnt, skipcnt;
sys/fs/ext2fs/ext2_lookup.c
190
skipcnt = (size_t)(uio->uio_offset - bp->b_offset) &
sys/fs/ext2fs/ext2_lookup.c
191
~(size_t)(DIRBLKSIZ - 1);
sys/fs/fdescfs/fdesc_vnops.c
636
size_t pathlen;
sys/fs/fuse/fuse_internal.c
109
static int isbzero(void *buf, size_t len);
sys/fs/fuse/fuse_internal.c
1299
isbzero(void *buf, size_t len)
sys/fs/fuse/fuse_internal.c
533
size_t insize;
sys/fs/fuse/fuse_internal.c
599
size_t reqsize,
sys/fs/fuse/fuse_internal.c
601
size_t bufsize,
sys/fs/fuse/fuse_internal.c
608
size_t freclen;
sys/fs/fuse/fuse_internal.c
781
size_t bufsize,
sys/fs/fuse/fuse_internal.c
836
size_t bufsize,
sys/fs/fuse/fuse_internal.h
254
int fuse_internal_readdir_processdata(struct uio *uio, size_t reqsize,
sys/fs/fuse/fuse_internal.h
255
void *buf, size_t bufsize, struct fuse_iov *cookediov, int *ncookies,
sys/fs/fuse/fuse_internal.h
303
struct componentname *cnp, enum fuse_opcode op, void *buf, size_t bufsize,
sys/fs/fuse/fuse_internal.h
307
struct componentname *cnp, enum fuse_opcode op, void *buf, size_t bufsize,
sys/fs/fuse/fuse_io.c
303
size_t chunksize;
sys/fs/fuse/fuse_io.c
349
size_t sizeof_fwi;
sys/fs/fuse/fuse_ipc.c
110
static int fuse_body_audit(struct fuse_ticket *ftick, size_t blen);
sys/fs/fuse/fuse_ipc.c
258
fiov_init(struct fuse_iov *fiov, size_t size)
sys/fs/fuse/fuse_ipc.c
278
fiov_adjust(struct fuse_iov *fiov, size_t size)
sys/fs/fuse/fuse_ipc.c
513
size_t len = uio_resid(uio);
sys/fs/fuse/fuse_ipc.c
669
fuse_body_audit(struct fuse_ticket *ftick, size_t blen)
sys/fs/fuse/fuse_ipc.c
861
uint64_t nid, enum fuse_opcode op, size_t blen, pid_t pid,
sys/fs/fuse/fuse_ipc.h
422
size_t iosize;
sys/fs/fuse/fuse_ipc.h
429
fdisp_init(struct fuse_dispatcher *fdisp, size_t iosize)
sys/fs/fuse/fuse_ipc.h
77
size_t len;
sys/fs/fuse/fuse_ipc.h
78
size_t allocated_size;
sys/fs/fuse/fuse_ipc.h
82
void fiov_init(struct fuse_iov *fiov, size_t size);
sys/fs/fuse/fuse_ipc.h
85
void fiov_adjust(struct fuse_iov *fiov, size_t size);
sys/fs/fuse/fuse_node.c
445
size_t iosize;
sys/fs/fuse/fuse_node.c
485
size_t iosize;
sys/fs/fuse/fuse_vnops.c
1154
size_t insize;
sys/fs/fuse/fuse_vnops.c
2572
size_t len;
sys/fs/fuse/fuse_vnops.c
2776
size_t len;
sys/fs/fuse/fuse_vnops.c
2863
size_t struct_size = FUSE_COMPAT_SETXATTR_IN_SIZE;
sys/fs/fuse/fuse_vnops.c
2865
size_t len;
sys/fs/fuse/fuse_vnops.c
3308
size_t len;
sys/fs/fuse/fuse_vnops.c
441
size_t realoutsize = fdi.iosize - sizeof(*fio);
sys/fs/msdosfs/direntry.h
139
size_t nb_len;
sys/fs/msdosfs/direntry.h
152
int unix2dosfn(const u_char *un, u_char dn[12], size_t unlen, u_int gen,
sys/fs/msdosfs/direntry.h
154
int unix2winfn(const u_char *un, size_t unlen, struct winentry *wep, int cnt,
sys/fs/msdosfs/direntry.h
156
int winChkName(struct mbnambuf *nbp, const u_char *un, size_t unlen,
sys/fs/msdosfs/direntry.h
161
int winSlotCnt(const u_char *un, size_t unlen, struct msdosfsmount *pmp);
sys/fs/msdosfs/direntry.h
162
size_t winLenFixup(const u_char *un, size_t unlen);
sys/fs/msdosfs/msdosfs_conv.c
1026
size_t count, newlen;
sys/fs/msdosfs/msdosfs_conv.c
240
size_t i;
sys/fs/msdosfs/msdosfs_conv.c
299
unix2dosfn(const u_char *un, u_char dn[12], size_t unlen, u_int gen,
sys/fs/msdosfs/msdosfs_conv.c
344
if (unix2doschr(&cp, (size_t *)&i, pmp) == 0)
sys/fs/msdosfs/msdosfs_conv.c
384
c = unix2doschr(&cp, (size_t *)&i, pmp);
sys/fs/msdosfs/msdosfs_conv.c
518
unix2winfn(const u_char *un, size_t unlen, struct winentry *wep, int cnt,
sys/fs/msdosfs/msdosfs_conv.c
582
winChkName(struct mbnambuf *nbp, const u_char *un, size_t unlen, int chksum,
sys/fs/msdosfs/msdosfs_conv.c
585
size_t len;
sys/fs/msdosfs/msdosfs_conv.c
64
static int mbsadjpos(const char **, size_t, size_t, int, int, void *handle);
sys/fs/msdosfs/msdosfs_conv.c
65
static u_char * dos2unixchr(u_char *, const u_char **, size_t *, int, struct msdosfsmount *);
sys/fs/msdosfs/msdosfs_conv.c
66
static uint16_t unix2doschr(const u_char **, size_t *, struct msdosfsmount *);
sys/fs/msdosfs/msdosfs_conv.c
68
static uint16_t unix2winchr(const u_char **, size_t *, int, struct msdosfsmount *);
sys/fs/msdosfs/msdosfs_conv.c
740
winSlotCnt(const u_char *un, size_t unlen, struct msdosfsmount *pmp)
sys/fs/msdosfs/msdosfs_conv.c
742
size_t wlen;
sys/fs/msdosfs/msdosfs_conv.c
764
size_t
sys/fs/msdosfs/msdosfs_conv.c
765
winLenFixup(const u_char *un, size_t unlen)
sys/fs/msdosfs/msdosfs_conv.c
779
mbsadjpos(const char **instr, size_t inlen, size_t outlen, int weight, int flag, void *handle)
sys/fs/msdosfs/msdosfs_conv.c
798
dos2unixchr(u_char *outbuf, const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp)
sys/fs/msdosfs/msdosfs_conv.c
801
size_t i, len, olen;
sys/fs/msdosfs/msdosfs_conv.c
849
unix2doschr(const u_char **instr, size_t *ilen, struct msdosfsmount *pmp)
sys/fs/msdosfs/msdosfs_conv.c
854
size_t len, ucslen, unixlen, olen;
sys/fs/msdosfs/msdosfs_conv.c
929
size_t ilen, olen, len;
sys/fs/msdosfs/msdosfs_conv.c
962
unix2winchr(const u_char **instr, size_t *ilen, int lower, struct msdosfsmount *pmp)
sys/fs/msdosfs/msdosfs_conv.c
966
size_t olen;
sys/fs/nfs/nfs_var.h
424
void nfscl_retopts(struct nfsmount *, char *, size_t);
sys/fs/nfs/nfs_var.h
568
int nfsrpc_copy_file_range(vnode_t, off_t *, vnode_t, off_t *, size_t *,
sys/fs/nfs/nfs_var.h
571
int nfsrpc_clone(vnode_t, off_t *, vnode_t, off_t *, size_t *, bool,
sys/fs/nfs/nfs_var.h
579
int nfsrpc_listextattr(vnode_t, uint64_t *, struct uio *, size_t *, bool *,
sys/fs/nfs/nfsdport.h
107
#define NFSPATHLEN_T size_t
sys/fs/nfsclient/nfs_clbio.c
843
size_t orig_resid, local_resid;
sys/fs/nfsclient/nfs_clrpcops.c
226
static int nfsrpc_copyrpc(vnode_t, off_t, vnode_t, off_t, size_t *,
sys/fs/nfsclient/nfs_clrpcops.c
229
static int nfsrpc_clonerpc(vnode_t, off_t, vnode_t, off_t, size_t *, bool,
sys/fs/nfsclient/nfs_clrpcops.c
3523
size_t tresid;
sys/fs/nfsclient/nfs_clrpcops.c
3943
if (tresid == ((size_t)(uiop->uio_resid)))
sys/fs/nfsclient/nfs_clrpcops.c
4004
size_t tresid;
sys/fs/nfsclient/nfs_clrpcops.c
6606
size_t iovlen = 0;
sys/fs/nfsclient/nfs_clrpcops.c
9017
off_t *outoffp, size_t *lenp, unsigned int flags, int *inattrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
9088
size_t *lenp, nfsv4stateid_t *instateidp, nfsv4stateid_t *outstateidp,
sys/fs/nfsclient/nfs_clrpcops.c
9254
off_t *outoffp, size_t *lenp, bool toeof, int *inattrflagp,
sys/fs/nfsclient/nfs_clrpcops.c
9323
size_t *lenp, bool toeof, nfsv4stateid_t *instateidp,
sys/fs/nfsclient/nfs_clrpcops.c
9704
size_t *lenp, bool *eofp, struct nfsvattr *nap, int *attrflagp,
sys/fs/nfsclient/nfs_clvfsops.c
120
static void nfs_getnlminfo(struct vnode *, uint8_t *, size_t *,
sys/fs/nfsclient/nfs_clvfsops.c
2149
nfs_getnlminfo(struct vnode *vp, uint8_t *fhp, size_t *fhlenp,
sys/fs/nfsclient/nfs_clvfsops.c
2158
*fhlenp = (size_t)np->n_fhp->nfh_len;
sys/fs/nfsclient/nfs_clvfsops.c
2178
char *opt, char **buf, size_t *blen)
sys/fs/nfsclient/nfs_clvfsops.c
2195
char *opt, char **buf, size_t *blen)
sys/fs/nfsclient/nfs_clvfsops.c
2212
void nfscl_retopts(struct nfsmount *nmp, char *buffer, size_t buflen)
sys/fs/nfsclient/nfs_clvfsops.c
2215
size_t blen;
sys/fs/nfsclient/nfs_clvfsops.c
801
struct sockaddr_in **sinp, char *dirpath, size_t dirpathsize, int *dirlenp)
sys/fs/nfsclient/nfs_clvfsops.c
806
size_t len;
sys/fs/nfsclient/nfs_clvfsops.c
940
size_t hstlen;
sys/fs/nfsclient/nfs_clvnops.c
4009
size_t len, len2;
sys/fs/nfsclient/nfs_clvnops.c
4525
size_t len, len2;
sys/fs/nfsserver/nfs_nfsdport.c
2510
size_t atsiz;
sys/fs/nfsserver/nfs_nfsdport.c
7078
size_t siz;
sys/fs/nfsserver/nfs_nfsdport.c
7288
size_t siz;
sys/fs/nfsserver/nfs_nfsdserv.c
253
size_t atsiz;
sys/fs/nfsserver/nfs_nfsdserv.c
5893
size_t xfer;
sys/fs/nfsserver/nfs_nfsdserv.c
6127
size_t xfer;
sys/fs/nfsserver/nfs_nfsdserv.c
6468
size_t siz;
sys/fs/nfsserver/nfs_nfsdstate.c
7734
size_t dsdirsize;
sys/fs/nfsserver/nfs_nfsdsubs.c
2138
*outlenp = (size_t)outlen + 1;
sys/fs/p9fs/p9_client.h
147
int p9_client_statread(struct p9_client *clnt, char *data, size_t len, struct p9_wstat *st);
sys/fs/p9fs/p9_client.h
151
int p9stat_read(struct p9_client *clnt, char *data, size_t len, struct p9_wstat *st);
sys/fs/p9fs/p9_protocol.c
542
p9stat_read(struct p9_client *clnt, char *buf, size_t len, struct p9_wstat *st)
sys/fs/p9fs/p9_protocol.c
57
static size_t
sys/fs/p9fs/p9_protocol.c
58
buf_read(struct p9_buffer *buf, void *data, size_t size)
sys/fs/p9fs/p9_protocol.c
60
size_t len;
sys/fs/p9fs/p9_protocol.c
70
static size_t
sys/fs/p9fs/p9_protocol.c
71
buf_write(struct p9_buffer *buf, const void *data, size_t size)
sys/fs/p9fs/p9_protocol.c
73
size_t len;
sys/fs/p9fs/p9_protocol.h
277
size_t offset;
sys/fs/p9fs/p9_protocol.h
278
size_t capacity;
sys/fs/p9fs/p9fs_vnops.c
652
size_t filesize;
sys/fs/pseudofs/pseudofs.c
73
size_t len;
sys/fs/pseudofs/pseudofs.h
157
size_t *size, struct ucred *cred
sys/fs/pseudofs/pseudofs_vnops.c
376
size_t *buflen = ap->a_buflen;
sys/fs/smbfs/smbfs_subr.c
156
size_t ilen = *nmlen;
sys/fs/smbfs/smbfs_subr.c
157
size_t olen;
sys/fs/tarfs/tarfs.h
112
size_t l; /* length */
sys/fs/tarfs/tarfs.h
121
size_t off; /* offset of contents */
sys/fs/tarfs/tarfs.h
122
size_t len; /* length of contents */
sys/fs/tarfs/tarfs.h
137
size_t iosize;
sys/fs/tarfs/tarfs.h
138
size_t nblocks;
sys/fs/tarfs/tarfs.h
139
size_t nfiles;
sys/fs/tarfs/tarfs.h
184
#define TARFS_BLOCKSIZE (size_t)(1U << TARFS_BSHIFT)
sys/fs/tarfs/tarfs.h
229
size_t namelen, __enum_uint8(vtype) type, off_t off, size_t sz,
sys/fs/tarfs/tarfs.h
233
int tarfs_load_blockmap(struct tarfs_node *tnp, size_t realsize);
sys/fs/tarfs/tarfs.h
240
int tarfs_read_file(struct tarfs_node *tnp, size_t len, struct uio *uiop);
sys/fs/tarfs/tarfs.h
247
void *buf, off_t off, size_t len);
sys/fs/tarfs/tarfs.h
62
size_t size;
sys/fs/tarfs/tarfs.h
63
size_t physize;
sys/fs/tarfs/tarfs.h
65
size_t namelen;
sys/fs/tarfs/tarfs.h
80
size_t nblk;
sys/fs/tarfs/tarfs.h
95
size_t namelen;
sys/fs/tarfs/tarfs_io.c
121
size_t len = uiop->uio_resid;
sys/fs/tarfs/tarfs_io.c
143
(size_t)off, len, error, uiop->uio_resid);
sys/fs/tarfs/tarfs_io.c
155
void *buf, off_t off, size_t len)
sys/fs/tarfs/tarfs_io.c
164
(size_t)off, len);
sys/fs/tarfs/tarfs_io.c
179
(size_t)off, len, error);
sys/fs/tarfs/tarfs_io.c
185
(size_t)off, len);
sys/fs/tarfs/tarfs_io.c
188
(size_t)off, len, res,
sys/fs/tarfs/tarfs_io.c
196
tarfs_zstate_alloc(void *opaque, size_t size)
sys/fs/tarfs/tarfs_io.c
243
zio->curidx, (size_t)zio->idx[zio->curidx].i,
sys/fs/tarfs/tarfs_io.c
244
(size_t)zio->idx[zio->curidx].o);
sys/fs/tarfs/tarfs_io.c
330
size_t ilen, olen;
sys/fs/tarfs/tarfs_io.c
331
size_t zerror;
sys/fs/tarfs/tarfs_io.c
333
size_t len = uiop->uio_resid;
sys/fs/tarfs/tarfs_io.c
334
size_t resid = uiop->uio_resid;
sys/fs/tarfs/tarfs_io.c
335
size_t bsize;
sys/fs/tarfs/tarfs_io.c
360
zio->curidx, (size_t)zio->ipos, (size_t)zio->opos);
sys/fs/tarfs/tarfs_io.c
363
(size_t)zio->ipos, (size_t)zio->opos);
sys/fs/tarfs/tarfs_io.c
433
(size_t)zio->ipos, bsize,
sys/fs/tarfs/tarfs_io.c
434
(size_t)zio->ipos, bsize - auio.uio_resid);
sys/fs/tarfs/tarfs_io.c
442
(size_t)zio->ipos, (size_t)zio->opos);
sys/fs/tarfs/tarfs_io.c
463
(size_t)zio->ipos, (size_t)zio->opos, ZSTD_getErrorName(zerror));
sys/fs/tarfs/tarfs_io.c
469
(size_t)zio->ipos, (size_t)zio->opos);
sys/fs/tarfs/tarfs_io.c
474
(size_t)zio->ipos, (size_t)zio->opos);
sys/fs/tarfs/tarfs_io.c
506
(size_t)off, len, error, uiop->uio_resid);
sys/fs/tarfs/tarfs_io.c
533
size_t len = uiop->uio_resid;
sys/fs/tarfs/tarfs_io.c
538
(size_t)off, len);
sys/fs/tarfs/tarfs_io.c
546
(size_t)off, len, error, uiop->uio_resid);
sys/fs/tarfs/tarfs_io.c
574
size_t len;
sys/fs/tarfs/tarfs_subr.c
165
tarfs_alloc_node(struct tarfs_mount *tmp, const char *name, size_t namelen,
sys/fs/tarfs/tarfs_subr.c
166
__enum_uint8(vtype) type, off_t off, size_t sz, time_t mtime, uid_t uid, gid_t gid,
sys/fs/tarfs/tarfs_subr.c
263
tarfs_load_blockmap(struct tarfs_node *tnp, size_t realsize)
sys/fs/tarfs/tarfs_subr.c
267
size_t nmap = 0, nblk = 0;
sys/fs/tarfs/tarfs_subr.c
418
tarfs_read_file(struct tarfs_node *tnp, size_t len, struct uio *uiop)
sys/fs/tarfs/tarfs_subr.c
421
size_t resid = len;
sys/fs/tarfs/tarfs_subr.c
422
size_t copylen;
sys/fs/tarfs/tarfs_vfsops.c
123
tarfs_str2octal(const char *strp, size_t len, int64_t *num)
sys/fs/tarfs/tarfs_vfsops.c
126
size_t idx;
sys/fs/tarfs/tarfs_vfsops.c
158
tarfs_str2base256(const char *strp, size_t len, int64_t *num)
sys/fs/tarfs/tarfs_vfsops.c
161
size_t idx;
sys/fs/tarfs/tarfs_vfsops.c
191
tarfs_str2int64(const char *strp, size_t len, int64_t *num)
sys/fs/tarfs/tarfs_vfsops.c
275
tarfs_lookup_path(struct tarfs_mount *tmp, char *name, size_t namelen,
sys/fs/tarfs/tarfs_vfsops.c
282
size_t len;
sys/fs/tarfs/tarfs_vfsops.c
433
tarfs_alloc_one(struct tarfs_mount *tmp, size_t *blknump)
sys/fs/tarfs/tarfs_vfsops.c
439
size_t blknum = *blknump;
sys/fs/tarfs/tarfs_vfsops.c
444
size_t namelen = 0, linklen = 0, realsize = 0, extsize = 0, sz;
sys/fs/tarfs/tarfs_vfsops.c
589
size_t len = strtoul(line, &sep, 10);
sys/fs/tarfs/tarfs_vfsops.c
83
#define TAR_EOF ((size_t)-1)
sys/fs/tarfs/tarfs_vfsops.c
862
size_t blknum;
sys/fs/tarfs/tarfs_vnops.c
514
size_t len;
sys/fs/tarfs/tarfs_vnops.c
626
size_t len;
sys/fs/tarfs/tarfs_vnops.c
636
tnp->name, (size_t)bp->b_iooffset, bp->b_bcount, bp->b_bufsize);
sys/fs/tmpfs/tmpfs.h
516
bool tmpfs_pages_check_avail(struct tmpfs_mount *tmp, size_t req_pages);
sys/fs/tmpfs/tmpfs.h
572
size_t tmpfs_mem_avail(void);
sys/fs/tmpfs/tmpfs.h
573
size_t tmpfs_pages_used(struct tmpfs_mount *tmp);
sys/fs/tmpfs/tmpfs_subr.c
439
size_t reserved;
sys/fs/tmpfs/tmpfs_subr.c
454
size_t
sys/fs/tmpfs/tmpfs_subr.c
457
size_t avail;
sys/fs/tmpfs/tmpfs_subr.c
467
size_t
sys/fs/tmpfs/tmpfs_subr.c
470
const size_t node_size = sizeof(struct tmpfs_node) +
sys/fs/tmpfs/tmpfs_subr.c
472
size_t meta_pages;
sys/fs/tmpfs/tmpfs_subr.c
480
tmpfs_pages_check_avail(struct tmpfs_mount *tmp, size_t req_pages)
sys/fs/tmpfs/tmpfs_vfsops.c
324
const size_t nodes_per_page = howmany(PAGE_SIZE,
sys/fs/tmpfs/tmpfs_vfsops.c
626
size_t used;
sys/fs/tmpfs/tmpfs_vnops.c
1776
struct tmpfs_node *tnp, char *buf, size_t *buflen, struct vnode **dvp)
sys/fs/tmpfs/tmpfs_vnops.c
1816
size_t *buflen;
sys/fs/tmpfs/tmpfs_vnops.c
1922
size_t namelen;
sys/fs/tmpfs/tmpfs_vnops.c
1962
size_t namelen;
sys/fs/tmpfs/tmpfs_vnops.c
2038
size_t attr_size;
sys/fs/tmpfs/tmpfs_vnops.c
2039
size_t namelen;
sys/fs/udf/udf_vnops.c
535
size_t destleft = MAXNAMLEN;
sys/fs/udf/udf_vnops.c
550
&unibuf), (size_t *)&unilen, (char **)&destname,
sys/fs/unionfs/union_subr.c
1710
size_t dirbuflen, len;
sys/gdb/gdb.h
47
void (*gdb_sendpacket)(const void *, size_t);
sys/gdb/gdb_int.h
52
extern size_t gdb_rxsz;
sys/gdb/gdb_int.h
64
int gdb_rx_mem(unsigned char *, size_t);
sys/gdb/gdb_int.h
82
int gdb_tx_mem(const unsigned char *, size_t);
sys/gdb/gdb_int.h
84
bool gdb_txbuf_has_capacity(size_t);
sys/gdb/gdb_int.h
85
int gdb_rx_bindata(unsigned char *data, size_t datalen, size_t *amt);
sys/gdb/gdb_int.h
86
int gdb_search_mem(const unsigned char *addr, size_t size,
sys/gdb/gdb_int.h
87
const unsigned char *pat, size_t patlen, const unsigned char **found);
sys/gdb/gdb_main.c
108
size_t patlen;
sys/gdb/gdb_main.c
136
static const size_t tidsz_hex = sizeof(lwpid_t) * 2;
sys/gdb/gdb_main.c
137
size_t tds_sent;
sys/gdb/gdb_main.c
200
size_t i, toklen;
sys/gdb/gdb_main.c
307
size_t last_offset;
sys/gdb/gdb_main.c
369
qXfer_escape_xmlattr_str(char *dst, size_t dstlen, const char *src)
sys/gdb/gdb_main.c
373
size_t i;
sys/gdb/gdb_main.c
799
size_t r;
sys/gdb/gdb_main.c
809
size_t r;
sys/gdb/gdb_packet.c
176
gdb_rx_mem(unsigned char *addr, size_t size)
sys/gdb/gdb_packet.c
182
size_t cnt;
sys/gdb/gdb_packet.c
258
size_t msglen, i;
sys/gdb/gdb_packet.c
353
gdb_tx_mem(const unsigned char *addr, size_t size)
sys/gdb/gdb_packet.c
376
size_t regsz;
sys/gdb/gdb_packet.c
390
gdb_txbuf_has_capacity(size_t req)
sys/gdb/gdb_packet.c
397
gdb_rx_bindata(unsigned char *data, size_t datalen, size_t *amt)
sys/gdb/gdb_packet.c
422
gdb_search_mem(const unsigned char *addr, size_t size, const unsigned char *pat, size_t patlen, const unsigned char **found)
sys/gdb/gdb_packet.c
44
size_t gdb_rxsz = 0;
sys/gdb/netgdb.c
195
netgdb_dbg_sendpacket(const void *buf, size_t len)
sys/geom/cache/g_cache.c
644
buf = malloc((size_t)pp->sectorsize, M_GCACHE, M_WAITOK | M_ZERO);
sys/geom/eli/g_eli.c
1257
size_t size;
sys/geom/eli/g_eli.c
1301
size_t size;
sys/geom/eli/g_eli.h
208
size_t sc_sectorsize;
sys/geom/eli/g_eli.h
711
size_t size);
sys/geom/eli/g_eli.h
724
int g_eli_crypto_encrypt(u_int algo, u_char *data, size_t datasize,
sys/geom/eli/g_eli.h
725
const u_char *key, size_t keysize);
sys/geom/eli/g_eli.h
726
int g_eli_crypto_decrypt(u_int algo, u_char *data, size_t datasize,
sys/geom/eli/g_eli.h
727
const u_char *key, size_t keysize);
sys/geom/eli/g_eli.h
735
size_t hkeylen);
sys/geom/eli/g_eli.h
737
size_t datasize);
sys/geom/eli/g_eli.h
738
void g_eli_crypto_hmac_final(struct hmac_ctx *ctx, uint8_t *md, size_t mdsize);
sys/geom/eli/g_eli.h
739
void g_eli_crypto_hmac(const char *hkey, size_t hkeysize,
sys/geom/eli/g_eli.h
740
const uint8_t *data, size_t datasize, uint8_t *md, size_t mdsize);
sys/geom/eli/g_eli.h
748
uint8_t *g_eli_key_hold(struct g_eli_softc *sc, off_t offset, size_t blocksize);
sys/geom/eli/g_eli_crypto.c
107
g_eli_crypto_cipher(u_int algo, int enc, u_char *data, size_t datasize,
sys/geom/eli/g_eli_crypto.c
108
const u_char *key, size_t keysize)
sys/geom/eli/g_eli_crypto.c
185
g_eli_crypto_encrypt(u_int algo, u_char *data, size_t datasize,
sys/geom/eli/g_eli_crypto.c
186
const u_char *key, size_t keysize)
sys/geom/eli/g_eli_crypto.c
197
g_eli_crypto_decrypt(u_int algo, u_char *data, size_t datasize,
sys/geom/eli/g_eli_crypto.c
198
const u_char *key, size_t keysize)
sys/geom/eli/g_eli_crypto.c
58
g_eli_crypto_cipher(u_int algo, int enc, u_char *data, size_t datasize,
sys/geom/eli/g_eli_crypto.c
59
const u_char *key, size_t keysize)
sys/geom/eli/g_eli_ctl.c
756
size_t keysize;
sys/geom/eli/g_eli_hmac.c
110
g_eli_crypto_hmac(const char *hkey, size_t hkeysize, const uint8_t *data,
sys/geom/eli/g_eli_hmac.c
111
size_t datasize, uint8_t *md, size_t mdsize)
sys/geom/eli/g_eli_hmac.c
125
size_t size)
sys/geom/eli/g_eli_hmac.c
47
size_t hkeylen)
sys/geom/eli/g_eli_hmac.c
83
size_t datasize)
sys/geom/eli/g_eli_hmac.c
90
g_eli_crypto_hmac_final(struct hmac_ctx *ctx, uint8_t *md, size_t mdsize)
sys/geom/eli/g_eli_integrity.c
378
size_t size;
sys/geom/eli/g_eli_integrity.c
484
size_t size;
sys/geom/eli/g_eli_key_cache.c
200
size_t blocksize;
sys/geom/eli/g_eli_key_cache.c
255
size_t blocksize;
sys/geom/eli/g_eli_key_cache.c
302
g_eli_key_hold(struct g_eli_softc *sc, off_t offset, size_t blocksize)
sys/geom/eli/pkcs5v2.c
43
xor(uint8_t *dst, const uint8_t *src, size_t size)
sys/geom/eli/pkcs5v2.c
52
size_t saltsize, const char *passphrase, u_int iterations)
sys/geom/eli/pkcs5v2.c
61
size_t saltsize, const uint8_t *passphrase, size_t passlen,
sys/geom/eli/pkcs5v2.h
32
size_t saltsize, const char *passphrase, u_int iterations);
sys/geom/eli/pkcs5v2.h
34
size_t saltsize, const uint8_t *passphrase, size_t passlen,
sys/geom/geom.h
339
int g_io_speedup(off_t shortage, u_int flags, size_t *resid,
sys/geom/geom_ctl.c
170
geom_alloc_copyin(struct gctl_req *req, void *uaddr, size_t len)
sys/geom/geom_dev.c
182
size_t len;
sys/geom/geom_dev.c
676
size_t alloc_size;
sys/geom/geom_disk.c
852
g_disk_ident_adjust(char *ident, size_t size)
sys/geom/geom_io.c
348
g_io_speedup(off_t shortage, u_int flags, size_t *resid, struct g_consumer *cp)
sys/geom/geom_io.c
574
size_t st, su;
sys/geom/geom_io.c
663
size_t st, su;
sys/geom/geom_kern.c
157
sysctl_kern_geom_confany(struct sysctl_req *req, g_event_t *func, size_t *hint)
sys/geom/geom_kern.c
159
size_t len = 0;
sys/geom/geom_kern.c
183
static size_t hint = PAGE_SIZE;
sys/geom/geom_kern.c
191
static size_t hint = PAGE_SIZE;
sys/geom/geom_kern.c
199
static size_t hint = PAGE_SIZE;
sys/geom/geom_subr.c
1420
provider_flags_to_string(struct g_provider *pp, char *str, size_t size)
sys/geom/geom_subr.c
1435
geom_flags_to_string(struct g_geom *gp, char *str, size_t size)
sys/geom/journal/g_journal.c
253
size_t mi_size;
sys/geom/journal/g_journal.c
263
gj_malloc(size_t size, int flags)
sys/geom/journal/g_journal.c
298
gj_free(void *p, size_t size)
sys/geom/journal/g_journal.c
325
gj_realloc(void *p, size_t size, size_t oldsize)
sys/geom/label/g_label.c
114
g_label_rtrim(char *label, size_t size)
sys/geom/label/g_label.c
187
g_label_mangle_name(char *label, size_t size)
sys/geom/label/g_label.c
191
size_t len, i;
sys/geom/label/g_label.c
348
g_label_generic_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label.c
64
static void g_label_generic_taste(struct g_consumer *, char *, size_t);
sys/geom/label/g_label.h
62
typedef void g_label_taste_t (struct g_consumer *cp, char *label, size_t size);
sys/geom/label/g_label.h
83
extern void g_label_rtrim(char *label, size_t size);
sys/geom/label/g_label_disk_ident.c
43
g_label_disk_ident_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label_ext2fs.c
52
g_label_ext2fs_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label_flashmap.c
40
g_label_flashmap_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label_gpt.c
131
g_label_gpt_uuid_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label_gpt.c
52
sbuf_nprintf_utf16(struct sbuf *sb, uint16_t *str, size_t len)
sys/geom/label/g_label_gpt.c
97
g_label_gpt_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label_iso9660.c
43
g_label_iso9660_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label_msdosfs.c
43
g_label_msdosfs_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label_msdosfs.c
50
size_t copysize;
sys/geom/label/g_label_ntfs.c
92
g_label_ntfs_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label_ntfs.c
99
size_t recoff;
sys/geom/label/g_label_swaplinux.c
49
g_label_swaplinux_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label_ufs.c
129
g_label_ufs_taste_common(struct g_consumer *cp, char *label, size_t size, int what)
sys/geom/label/g_label_ufs.c
178
g_label_ufs_volume_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/label/g_label_ufs.c
185
g_label_ufs_id_taste(struct g_consumer *cp, char *label, size_t size)
sys/geom/linux_lvm/g_linux_lvm.c
1005
size_t len;
sys/geom/linux_lvm/g_linux_lvm.c
1059
size_t len;
sys/geom/linux_lvm/g_linux_lvm.c
201
size_t chunk_size;
sys/geom/linux_lvm/g_linux_lvm.c
233
size_t chunk_index, in_chunk_offset, in_chunk_length;
sys/geom/linux_lvm/g_linux_lvm.c
878
static size_t
sys/geom/linux_lvm/g_linux_lvm.c
881
size_t len;
sys/geom/linux_lvm/g_linux_lvm.c
907
size_t len;
sys/geom/linux_lvm/g_linux_lvm.h
100
size_t vg_extentsize;
sys/geom/linux_lvm/g_linux_lvm.h
78
size_t pv_size;
sys/geom/mirror/g_mirror.c
691
sector = malloc((size_t)length, M_MIRROR, M_WAITOK | M_ZERO);
sys/geom/nop/g_nop.c
130
g_nop_dumper(void *priv, void *virtual, off_t offset, size_t length)
sys/geom/part/g_part.c
309
size_t len, remainder;
sys/geom/part/g_part.h
120
size_t gps_entrysz;
sys/geom/part/g_part_apm.c
111
swab(char *buf, size_t bufsz)
sys/geom/part/g_part_apm.c
124
apm_parse_type(const char *type, char *buf, size_t bufsz)
sys/geom/part/g_part_apm.c
381
char *buf, size_t bufsz)
sys/geom/part/g_part_apm.c
485
char *buf, size_t bufsz)
sys/geom/part/g_part_apm.c
489
size_t len;
sys/geom/part/g_part_apm.c
528
size_t tblsz;
sys/geom/part/g_part_apm.c
73
char *, size_t);
sys/geom/part/g_part_apm.c
77
char *, size_t);
sys/geom/part/g_part_bsd.c
346
char *buf, size_t bufsz)
sys/geom/part/g_part_bsd.c
475
char *buf, size_t bufsz)
sys/geom/part/g_part_bsd.c
77
char *, size_t);
sys/geom/part/g_part_bsd.c
81
char *, size_t);
sys/geom/part/g_part_bsd64.c
131
char *, size_t);
sys/geom/part/g_part_bsd64.c
135
char *, size_t);
sys/geom/part/g_part_bsd64.c
462
char *buf, size_t bufsz)
sys/geom/part/g_part_bsd64.c
581
char *buf, size_t bufsz)
sys/geom/part/g_part_ebr.c
425
char *buf, size_t bufsz)
sys/geom/part/g_part_ebr.c
619
char *buf, size_t bufsz)
sys/geom/part/g_part_ebr.c
86
char *, size_t);
sys/geom/part/g_part_ebr.c
96
char *, size_t);
sys/geom/part/g_part_gpt.c
103
static void g_gpt_printf_utf16(struct sbuf *, uint16_t *, size_t);
sys/geom/part/g_part_gpt.c
104
static void g_gpt_utf8_to_utf16(const uint8_t *, uint16_t *, size_t);
sys/geom/part/g_part_gpt.c
119
char *, size_t);
sys/geom/part/g_part_gpt.c
1195
char *buf, size_t bufsz)
sys/geom/part/g_part_gpt.c
1220
size_t tblsz;
sys/geom/part/g_part_gpt.c
125
char *, size_t);
sys/geom/part/g_part_gpt.c
1328
size_t spb, tblsz;
sys/geom/part/g_part_gpt.c
1387
g_gpt_printf_utf16(struct sbuf *sb, uint16_t *str, size_t len)
sys/geom/part/g_part_gpt.c
1432
g_gpt_utf8_to_utf16(const uint8_t *s8, uint16_t *s16, size_t s16len)
sys/geom/part/g_part_gpt.c
1434
size_t s16idx, s8idx;
sys/geom/part/g_part_gpt.c
680
size_t codesz;
sys/geom/part/g_part_gpt.c
696
size_t tblsz;
sys/geom/part/g_part_gpt.c
849
char *buf, size_t bufsz)
sys/geom/part/g_part_ldm.c
1013
size_t size, n, sectors;
sys/geom/part/g_part_ldm.c
1206
char *buf, size_t bufsz)
sys/geom/part/g_part_ldm.c
1464
char *buf, size_t bufsz)
sys/geom/part/g_part_ldm.c
334
char *, size_t);
sys/geom/part/g_part_ldm.c
338
char *, size_t);
sys/geom/part/g_part_ldm.c
702
size_t size;
sys/geom/part/g_part_ldm.c
728
ldm_vnum_get(const u_char *buf, int offset, uint64_t *result, size_t range)
sys/geom/part/g_part_ldm.c
745
size_t maxlen, size_t range)
sys/geom/part/g_part_ldm.c
759
ldm_vparm_skip(const u_char *buf, int offset, size_t range)
sys/geom/part/g_part_ldm.c
771
ldm_vblk_handle(struct ldm_db *db, const u_char *p, size_t size)
sys/geom/part/g_part_mbr.c
405
char *buf, size_t bufsz)
sys/geom/part/g_part_mbr.c
577
char *buf, size_t bufsz)
sys/geom/part/g_part_mbr.c
83
char *, size_t);
sys/geom/part/g_part_mbr.c
89
char *, size_t);
sys/geom/raid/g_raid.c
1005
void *virtual, vm_offset_t physical, off_t offset, size_t length)
sys/geom/raid/g_raid.c
1034
g_raid_dump(void *arg, void *virtual, off_t offset, size_t length)
sys/geom/raid/g_raid.c
1410
off_t offset, size_t length)
sys/geom/raid/g_raid.h
408
off_t offset, size_t length);
sys/geom/raid/g_raid.h
426
void *virtual, vm_offset_t physical, off_t offset, size_t length);
sys/geom/raid/tr_concat.c
287
off_t boffset, size_t blength)
sys/geom/raid/tr_raid0.c
269
void *virtual, off_t boffset, size_t blength)
sys/geom/raid/tr_raid1.c
900
off_t offset, size_t length)
sys/geom/raid/tr_raid1e.c
1145
off_t boffset, size_t blength)
sys/geom/raid/tr_raid5.c
386
off_t offset, size_t length)
sys/geom/raid3/g_raid3.c
1007
size_t size;
sys/geom/raid3/g_raid3.c
1037
size_t size;
sys/geom/raid3/g_raid3.c
182
g_raid3_alloc(struct g_raid3_softc *sc, size_t size, int flags)
sys/geom/raid3/g_raid3.c
201
g_raid3_free(struct g_raid3_softc *sc, void *ptr, size_t size)
sys/geom/raid3/g_raid3.c
235
(uint64_t *)(dst), (size_t)size)
sys/geom/raid3/g_raid3.c
237
_g_raid3_xor(uint64_t *src, uint64_t *dst, size_t size)
sys/geom/raid3/g_raid3.c
725
sector = malloc((size_t)length, M_RAID3, M_WAITOK | M_ZERO);
sys/geom/raid3/g_raid3.h
167
g_raid3_zone(size_t nbytes) {
sys/geom/raid3/g_raid3.h
209
size_t sz_inuse;
sys/geom/raid3/g_raid3.h
210
size_t sz_max;
sys/geom/stripe/g_stripe.c
244
size_t len;
sys/geom/stripe/g_stripe.c
247
len = (size_t)(stripesize - (offset & (stripesize - 1)));
sys/geom/union/g_union.c
1078
size_t root_idx;
sys/geom/union/g_union.c
1118
size_t root_idx;
sys/geom/union/g_union.c
1232
g_union_dumper(void *priv, void *virtual, off_t offset, size_t length)
sys/geom/union/g_union.c
1365
size_t i;
sys/geom/union/g_union.c
91
static int g_union_dumper(void *, void *, off_t, size_t);
sys/geom/uzip/g_uzip.c
175
size_t blk, blkofs, usz;
sys/geom/uzip/g_uzip.c
228
size_t i, start_blk, end_blk, zsize;
sys/geom/uzip/g_uzip.c
339
g_uzip_memvcmp(const void *memory, unsigned char val, size_t size)
sys/geom/uzip/g_uzip.c
356
size_t blk, blkofs, len, ulen, firstblk;
sys/geom/uzip/g_uzip_dapi.h
30
const char *, void *, size_t, void *);
sys/geom/uzip/g_uzip_lzma.c
66
void *ibp, size_t ilen, void *obp)
sys/geom/uzip/g_uzip_zlib.c
61
size_t ilen, void *obp)
sys/geom/uzip/g_uzip_zstd.c
102
size_t rc;
sys/geom/uzip/g_uzip_zstd.c
115
zstd_alloc(void *opaque, size_t size)
sys/geom/uzip/g_uzip_zstd.c
65
size_t ilen, void *outputbuf)
sys/geom/uzip/g_uzip_zstd.c
68
size_t rc;
sys/geom/uzip/g_uzip_zstd.c
87
size_t rc;
sys/geom/virstor/g_virstor.c
1193
size_t n, count;
sys/geom/virstor/g_virstor.c
1244
size_t bs;
sys/geom/virstor/g_virstor.c
1565
size_t chunk_size; /* cached for convenience */
sys/geom/virstor/g_virstor.c
1594
size_t chunk_index, in_chunk_offset, in_chunk_length;
sys/geom/virstor/g_virstor.h
91
size_t chunk_size;
sys/geom/virstor/g_virstor.h
92
size_t chunk_count; /* governs map_size */
sys/geom/virstor/g_virstor.h
94
size_t map_size; /* (in bytes) */
sys/geom/virstor/g_virstor.h
95
size_t map_sectors; /* Size of map in sectors */
sys/geom/virstor/g_virstor.h
96
size_t me_per_sector; /* # map entries in a sector */
sys/geom/zero/g_zero.c
83
size_t length;
sys/i386/i386/bios.c
442
bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen)
sys/i386/i386/bios.c
444
size_t idx = 0;
sys/i386/i386/bios.c
448
size_t i, off, len, tot;
sys/i386/i386/bpf_jit_machdep.c
156
bpf_jit_compile(struct bpf_insn *prog, u_int nins, size_t *size)
sys/i386/i386/copyout.c
134
size_t len;
sys/i386/i386/copyout.c
135
size_t alen;
sys/i386/i386/copyout.c
158
copyinstr(const void *udaddr, void *kaddr, size_t maxlen, size_t *lencopied)
sys/i386/i386/copyout.c
162
size_t plen;
sys/i386/i386/copyout.c
189
size_t len;
sys/i386/i386/copyout.c
202
copyin(const void *udaddr, void *kaddr, size_t len)
sys/i386/i386/copyout.c
206
size_t plen;
sys/i386/i386/copyout.c
237
copyout(const void *kaddr, void *udaddr, size_t len)
sys/i386/i386/copyout.c
241
size_t plen;
sys/i386/i386/copyout.c
46
int copyin_fast(const void *udaddr, void *kaddr, size_t len, u_int);
sys/i386/i386/copyout.c
47
static int (*copyin_fast_tramp)(const void *, void *, size_t, u_int);
sys/i386/i386/copyout.c
48
int copyout_fast(const void *kaddr, void *udaddr, size_t len, u_int);
sys/i386/i386/copyout.c
49
static int (*copyout_fast_tramp)(const void *, void *, size_t, u_int);
sys/i386/i386/copyout.c
72
copyin_fast_tramp = (int (*)(const void *, void *, size_t, u_int))(
sys/i386/i386/copyout.c
74
copyout_fast_tramp = (int (*)(const void *, void *, size_t, u_int))(
sys/i386/i386/copyout.c
91
cp_slow0(vm_offset_t uva, size_t len, bool write,
sys/i386/i386/db_interface.c
46
db_read_bytes(vm_offset_t addr, size_t size, char *data)
sys/i386/i386/db_interface.c
68
db_write_bytes(vm_offset_t addr, size_t size, char *data)
sys/i386/i386/elf_machdep.c
141
elf32_dump_thread(struct thread *td, void *dst, size_t *off)
sys/i386/i386/elf_machdep.c
144
size_t len;
sys/i386/i386/exec_machdep.c
102
char *xfpusave, size_t xfpusave_len);
sys/i386/i386/exec_machdep.c
104
char *xfpustate, size_t xfpustate_len);
sys/i386/i386/exec_machdep.c
1207
size_t xfpusave_len)
sys/i386/i386/exec_machdep.c
1209
size_t max_len, len;
sys/i386/i386/exec_machdep.c
1230
size_t xfpustate_len)
sys/i386/i386/exec_machdep.c
386
size_t xfpusave_len;
sys/i386/i386/exec_machdep.c
760
size_t xfpustate_len;
sys/i386/i386/gdb_machdep.c
47
gdb_cpu_getreg(int regnum, size_t *regsz)
sys/i386/i386/machdep.c
1388
size_t ucode_len;
sys/i386/i386/machdep.c
1723
cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t size)
sys/i386/i386/machdep.c
596
size_t setidt_disp;
sys/i386/i386/minidump_machdep_base.c
56
static size_t fragsz;
sys/i386/i386/minidump_machdep_base.c
73
blk_write(struct dumperinfo *di, char *ptr, vm_paddr_t pa, size_t sz)
sys/i386/i386/minidump_machdep_base.c
75
size_t len;
sys/i386/i386/npx.c
1067
npxsetxstate(struct thread *td, char *xfpustate, size_t xfpustate_size)
sys/i386/i386/npx.c
1070
size_t len, max_len;
sys/i386/i386/npx.c
1106
size_t xfpustate_size)
sys/i386/i386/npx.c
1373
size_t sz;
sys/i386/i386/pmap.c
6017
__CONCAT(PMTYPE, trm_alloc)(size_t size, int flags)
sys/i386/i386/pmap.c
6033
__CONCAT(PMTYPE, trm_free)(void *addr, size_t size)
sys/i386/i386/pmap_base.c
450
pmap_trm_alloc(size_t size, int flags)
sys/i386/i386/pmap_base.c
457
pmap_trm_free(void *addr, size_t size)
sys/i386/i386/ptrace_machdep.c
54
size_t *sizep)
sys/i386/i386/ptrace_machdep.c
70
size_t size)
sys/i386/i386/uio_machdep.c
63
size_t cnt;
sys/i386/include/cpufunc.h
183
insb(u_int port, void *addr, size_t count)
sys/i386/include/cpufunc.h
192
insw(u_int port, void *addr, size_t count)
sys/i386/include/cpufunc.h
201
insl(u_int port, void *addr, size_t count)
sys/i386/include/cpufunc.h
237
outsb(u_int port, const void *addr, size_t count)
sys/i386/include/cpufunc.h
245
outsw(u_int port, const void *addr, size_t count)
sys/i386/include/cpufunc.h
253
outsl(u_int port, const void *addr, size_t count)
sys/i386/include/gdb_machdep.h
36
static __inline size_t
sys/i386/include/gdb_machdep.h
61
void *gdb_cpu_getreg(int, size_t *);
sys/i386/include/kdb.h
51
kdb_cpu_sync_icache(unsigned char *addr, size_t size)
sys/i386/include/md_var.h
50
extern size_t setidt_disp;
sys/i386/include/md_var.h
55
int cp_slow0(vm_offset_t uva, size_t len, bool write,
sys/i386/include/npx.h
62
char *xfpustate, size_t xfpustate_size);
sys/i386/include/npx.h
64
size_t xfpustate_size);
sys/i386/include/pc/bios.h
241
size_t offset; /* offset from anchor (may be negative) */
sys/i386/include/pc/bios.h
242
size_t totlen; /* total length of BIOS string to copy */
sys/i386/include/pc/bios.h
310
int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
sys/i386/include/pmap.h
255
void *pmap_trm_alloc(size_t size, int flags);
sys/i386/include/pmap.h
256
void pmap_trm_free(void *addr, size_t size);
sys/i386/include/pmap_base.h
45
void *(*pm_trm_alloc)(size_t size, int flags);
sys/i386/include/pmap_base.h
46
void (*pm_trm_free)(void *addr, size_t size);
sys/i386/include/stack.h
20
kstack_contains(struct thread *td, vm_offset_t va, size_t len)
sys/i386/linux/linux_proto.h
698
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/i386/linux/linux_proto.h
888
char bufsize_l_[PADL_(size_t)]; size_t bufsize; char bufsize_r_[PADR_(size_t)];
sys/i386/linux/linux_proto.h
893
char bufsize_l_[PADL_(size_t)]; size_t bufsize; char bufsize_r_[PADR_(size_t)];
sys/i386/linux/linux_systrace_args.c
3364
systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/i386/linux/linux_systrace_args.c
8744
systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/i386/linux/linux_vdso_gtod.c
55
write(int fd, const void *buf, size_t size)
sys/kern/coredump_vnode.c
170
core_vn_write(const struct coredump_writer *cdw, const void *base, size_t len,
sys/kern/coredump_vnode.c
171
off_t offset, enum uio_seg seg, struct ucred *cred, size_t *resid,
sys/kern/coredump_vnode.c
442
size_t fullpathsize;
sys/kern/imgact_binmisc.c
188
size_t namesz = min(strlen(xbe->xbe_name) + 1, IBE_NAME_MAX);
sys/kern/imgact_binmisc.c
593
size_t sz;
sys/kern/imgact_binmisc.c
629
size_t namelen, offset;
sys/kern/imgact_elf.c
100
vm_ooffset_t offset, caddr_t vmaddr, size_t memsz, size_t filsz,
sys/kern/imgact_elf.c
111
static size_t __elfN(prepare_register_notes)(struct thread *td,
sys/kern/imgact_elf.c
1564
size_t outsize; /* Output size. */
sys/kern/imgact_elf.c
1574
static int __elfN(corehdr)(struct coredump_params *, int, void *, size_t,
sys/kern/imgact_elf.c
1575
struct note_info_list *, size_t, int);
sys/kern/imgact_elf.c
1578
static void __elfN(note_prpsinfo)(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1579
static void __elfN(note_threadmd)(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1580
static void __elfN(note_procstat_auxv)(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1581
static void __elfN(note_procstat_proc)(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1582
static void __elfN(note_procstat_psstrings)(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1583
static void __elfN(note_procstat_kqueues)(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1584
static void note_procstat_files(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1585
static void note_procstat_groups(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1586
static void note_procstat_osrel(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1587
static void note_procstat_rlimit(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1588
static void note_procstat_umask(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1589
static void note_procstat_vmmap(void *, struct sbuf *, size_t *);
sys/kern/imgact_elf.c
1592
core_compressed_write(void *base, size_t len, off_t offset, void *arg)
sys/kern/imgact_elf.c
1609
size_t hdrsize, notesz, coresize;
sys/kern/imgact_elf.c
1839
size_t hdrsize, struct note_info_list *notelst, size_t notesz,
sys/kern/imgact_elf.c
1866
size_t *sizep)
sys/kern/imgact_elf.c
1870
size_t size;
sys/kern/imgact_elf.c
1921
__elfN(puthdr)(struct thread *td, void *hdr, size_t hdrsize, int numsegs,
sys/kern/imgact_elf.c
1922
size_t notesz, int flags)
sys/kern/imgact_elf.c
1964
(size_t)ehdr->e_shoff, hdrsize - sizeof(Elf_Shdr)));
sys/kern/imgact_elf.c
2006
static size_t
sys/kern/imgact_elf.c
2012
size_t size, notesize;
sys/kern/imgact_elf.c
2034
size_t
sys/kern/imgact_elf.c
2040
size_t size, notesize;
sys/kern/imgact_elf.c
2063
static size_t
sys/kern/imgact_elf.c
2064
append_note_data(const void *src, void *dst, size_t len)
sys/kern/imgact_elf.c
2066
size_t padded_len;
sys/kern/imgact_elf.c
2076
size_t
sys/kern/imgact_elf.c
2077
__elfN(populate_note)(int type, void *src, void *dst, size_t size, void **descp)
sys/kern/imgact_elf.c
2081
size_t notesize;
sys/kern/imgact_elf.c
2111
size_t new_len, descsz, i;
sys/kern/imgact_elf.c
2146
new_len = (size_t)sect_len;
sys/kern/imgact_elf.c
2203
__elfN(note_prpsinfo)(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2206
size_t len;
sys/kern/imgact_elf.c
2268
size_t *sizep)
sys/kern/imgact_elf.c
2296
size_t size)
sys/kern/imgact_elf.c
2320
size_t *sizep)
sys/kern/imgact_elf.c
2340
size_t size)
sys/kern/imgact_elf.c
2364
size_t *sizep)
sys/kern/imgact_elf.c
2388
size_t *sizep)
sys/kern/imgact_elf.c
2391
size_t size;
sys/kern/imgact_elf.c
2428
static size_t
sys/kern/imgact_elf.c
2434
size_t size;
sys/kern/imgact_elf.c
2469
__elfN(note_threadmd)(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2473
size_t size;
sys/kern/imgact_elf.c
2495
__elfN(note_procstat_proc)(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2498
size_t size;
sys/kern/imgact_elf.c
2522
note_procstat_files(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2525
size_t size, sect_sz, i;
sys/kern/imgact_elf.c
2574
note_procstat_vmmap(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2577
size_t size;
sys/kern/imgact_elf.c
2606
note_procstat_groups(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2609
size_t size;
sys/kern/imgact_elf.c
2627
note_procstat_umask(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2630
size_t size;
sys/kern/imgact_elf.c
2645
note_procstat_rlimit(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2649
size_t size;
sys/kern/imgact_elf.c
2668
note_procstat_osrel(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2671
size_t size;
sys/kern/imgact_elf.c
2686
__elfN(note_procstat_psstrings)(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2690
size_t size;
sys/kern/imgact_elf.c
2710
__elfN(note_procstat_auxv)(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2713
size_t size;
sys/kern/imgact_elf.c
2739
__elfN(note_procstat_kqueues)(void *arg, struct sbuf *sb, size_t *sizep)
sys/kern/imgact_elf.c
2742
size_t size, sect_sz, i;
sys/kern/imgact_elf.c
627
caddr_t vmaddr, size_t memsz, size_t filsz, vm_prot_t prot)
sys/kern/imgact_elf.c
630
size_t map_len;
sys/kern/imgact_elf.c
635
size_t copy_len;
sys/kern/imgact_shell.c
104
size_t length;
sys/kern/kern_conf.c
1252
dev_copyname(struct cdev *dev, char *path, size_t len)
sys/kern/kern_conf.c
764
make_dev_args_init_impl(struct make_dev_args *args, size_t sz)
sys/kern/kern_cons.c
475
cngets(char *cp, size_t size, int visible)
sys/kern/kern_cons.c
563
cnputsn(const char *p, size_t n)
sys/kern/kern_cons.c
565
size_t i;
sys/kern/kern_cpuset.c
1370
bitset_strprint(char *buf, size_t bufsiz, const struct bitset *set, int setlen)
sys/kern/kern_cpuset.c
1372
size_t bytes;
sys/kern/kern_cpuset.c
1817
cpuset_copyin(const void *uaddr, void *kaddr, size_t len)
sys/kern/kern_cpuset.c
1823
cpuset_copyout(const void *kaddr, void *uaddr, size_t len)
sys/kern/kern_cpuset.c
1972
size_t cpusetsize;
sys/kern/kern_cpuset.c
1986
id_t id, size_t cpusetsize, cpuset_t *mask)
sys/kern/kern_cpuset.c
2078
id_t id, size_t cpusetsize, cpuset_t *maskp, const struct cpuset_copy_cb *cb)
sys/kern/kern_cpuset.c
2081
size_t size;
sys/kern/kern_cpuset.c
2119
size_t cpusetsize;
sys/kern/kern_cpuset.c
2224
id_t id, size_t cpusetsize, const cpuset_t *maskp, const struct cpuset_copy_cb *cb)
sys/kern/kern_cpuset.c
2228
size_t size;
sys/kern/kern_cpuset.c
2270
size_t domainsetsize;
sys/kern/kern_cpuset.c
2285
id_t id, size_t domainsetsize, domainset_t *maskp, int *policyp,
sys/kern/kern_cpuset.c
2398
size_t domainsetsize;
sys/kern/kern_cpuset.c
2413
size_t mask_size)
sys/kern/kern_cpuset.c
2466
id_t id, size_t domainsetsize, const domainset_t *maskp, int policy,
sys/kern/kern_ctf.c
56
size_t sz;
sys/kern/kern_descrip.c
1844
size_t size;
sys/kern/kern_descrip.c
1865
size_t size;
sys/kern/kern_descrip.c
1882
size_t size;
sys/kern/kern_descrip.c
5497
struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
sys/kern/kern_descrip.c
5616
struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
sys/kern/kern_devctl.c
490
size_t beginlen;
sys/kern/kern_dtrace.c
61
size_t
sys/kern/kern_dtrace.c
84
size_t
sys/kern/kern_dump.c
112
dumpsys_buf_seek(struct dumperinfo *di, size_t sz)
sys/kern/kern_dump.c
115
size_t nbytes;
sys/kern/kern_dump.c
133
dumpsys_buf_write(struct dumperinfo *di, char *ptr, size_t sz)
sys/kern/kern_dump.c
135
size_t len;
sys/kern/kern_dump.c
179
size_t counter, sz, chunk;
sys/kern/kern_dump.c
293
size_t hdrsz;
sys/kern/kern_dump.c
363
error = dumpsys_buf_seek(di, (size_t)hdrgap);
sys/kern/kern_dump.c
434
dumpsys_pb_progress(size_t delta)
sys/kern/kern_dump.c
56
static size_t fragsz;
sys/kern/kern_dump.c
98
dumpsys_gen_unmap_chunk(vm_paddr_t pa __unused, size_t chunk __unused,
sys/kern/kern_environment.c
162
size_t len;
sys/kern/kern_environment.c
297
init_static_kenv(char *buf, size_t len)
sys/kern/kern_environment.c
367
getfreesuffix(char *cp, size_t *n)
sys/kern/kern_environment.c
369
size_t len = strlen(cp);
sys/kern/kern_environment.c
388
size_t len, n;
sys/kern/kern_environment.c
98
size_t done, needed, buflen;
sys/kern/kern_event.c
3326
kern_proc_kqueues_out(struct proc *p, struct sbuf *sb, size_t maxlen,
sys/kern/kern_event.c
3330
size_t sb_len;
sys/kern/kern_exec.c
1573
size_t length;
sys/kern/kern_exec.c
1594
exec_map_entry_size - length, (size_t)ARG_MAX));
sys/kern/kern_exec.c
1605
size_t length;
sys/kern/kern_exec.c
1644
exec_args_adjust_args(struct image_args *args, size_t consume, ssize_t extend)
sys/kern/kern_exec.c
1689
size_t execpath_len;
sys/kern/kern_exec.c
1977
compress_chunk(struct coredump_params *cp, char *base, char *buf, size_t len)
sys/kern/kern_exec.c
1979
size_t chunk_len;
sys/kern/kern_exec.c
2003
core_write(struct coredump_params *cp, const void *base, size_t len,
sys/kern/kern_exec.c
2004
off_t offset, enum uio_seg seg, size_t *resid)
sys/kern/kern_exec.c
2017
core_output(char *base, size_t len, off_t offset, struct coredump_params *cp,
sys/kern/kern_exec.c
2021
size_t resid, runlen;
sys/kern/kern_exec.c
422
size_t freepath_size;
sys/kern/kern_intr.c
693
size_t space;
sys/kern/kern_jail.c
1031
size_t namelen, onamelen, pnamelen;
sys/kern/kern_jail.c
205
const size_t pr_flag_bool_size = sizeof(pr_flag_bool);
sys/kern/kern_jail.c
219
const size_t pr_flag_jailsys_size = sizeof(pr_flag_jailsys);
sys/kern/kern_jail.c
256
const size_t pr_flag_allow_size = sizeof(pr_flag_allow);
sys/kern/kern_jail.c
279
size_t size;
sys/kern/kern_jail.c
3289
size_t mylen;
sys/kern/kern_jail.c
4156
getcredhostname(struct ucred *cred, char *buf, size_t size)
sys/kern/kern_jail.c
4171
getcreddomainname(struct ucred *cred, char *buf, size_t size)
sys/kern/kern_jail.c
4180
getcredhostuuid(struct ucred *cred, char *buf, size_t size)
sys/kern/kern_jail.c
419
size_t tmplen;
sys/kern/kern_jail.c
4198
getjailname(struct ucred *cred, char *name, size_t len)
sys/kern/kern_jail.c
4234
size_t len;
sys/kern/kern_jail.c
4269
size_t len;
sys/kern/kern_jail.c
4829
const size_t size = pr_families[af].size;
sys/kern/kern_jail.c
5101
size_t s;
sys/kern/kern_jail.c
5122
s = (size_t)arg2;
sys/kern/kern_jail.c
585
size_t size;
sys/kern/kern_jail.c
661
const size_t size = pr_families[af].size;
sys/kern/kern_jail.c
843
const size_t size = pr_families[af].size;
sys/kern/kern_jailmeta.c
121
size_t len; /* number of bytes referred */
sys/kern/kern_jailmeta.c
134
jm_h_prepend(struct hunk *h, char *p, size_t len)
sys/kern/kern_jailmeta.c
172
jm_h_cut_occurrences(struct hunk *h, const char *key, size_t keylen)
sys/kern/kern_jailmeta.c
201
static inline size_t
sys/kern/kern_jailmeta.c
204
size_t len = 0;
sys/kern/kern_jailmeta.c
252
size_t osdlen;
sys/kern/kern_jailmeta.c
255
size_t keylen;
sys/kern/kern_jailmeta.c
405
size_t keylen;
sys/kern/kern_jailmeta.c
561
size_t outlen;
sys/kern/kern_kcov.c
128
size_t entries; /* (o) */
sys/kern/kern_kcov.c
129
size_t bufsize; /* (o) */
sys/kern/kern_kcov.c
140
static int kcov_alloc(struct kcov_info *info, size_t entries);
sys/kern/kern_kcov.c
360
kcov_alloc(struct kcov_info *info, size_t entries)
sys/kern/kern_kcov.c
362
size_t n, pages;
sys/kern/kern_kexec.c
171
const size_t segsize = nseg * sizeof(struct kexec_segment);
sys/kern/kern_ktrace.c
545
size_t buflen;
sys/kern/kern_ktrace.c
573
ktrdata(int type, const void *data, size_t len)
sys/kern/kern_ktrace.c
761
size_t mibnamelen;
sys/kern/kern_ktrace.c
880
ktrstruct(const char *name, const void *data, size_t datalen)
sys/kern/kern_ktrace.c
884
size_t buflen, namelen;
sys/kern/kern_ktrace.c
906
ktrstruct_error(const char *name, const void *data, size_t datalen, int error)
sys/kern/kern_ktrace.c
915
int num_items, size_t struct_size)
sys/kern/kern_ktrace.c
920
size_t buflen, datalen, namelen;
sys/kern/kern_ktrace.c
999
size_t len;
sys/kern/kern_linker.c
904
size_t common_size = 0;
sys/kern/kern_loginclass.c
175
size_t namelen;
sys/kern/kern_loginclass.c
183
size_t lcnamelen;
sys/kern/kern_malloc.c
1008
realloc(void *addr, size_t size, struct malloc_type *mtp, int flags)
sys/kern/kern_malloc.c
1087
reallocf(void *addr, size_t size, struct malloc_type *mtp, int flags)
sys/kern/kern_malloc.c
1100
size_t
sys/kern/kern_malloc.c
1101
malloc_size(size_t size)
sys/kern/kern_malloc.c
1116
size_t
sys/kern/kern_malloc.c
1289
size_t align;
sys/kern/kern_malloc.c
1474
size_t buflen;
sys/kern/kern_malloc.c
337
size_t len;
sys/kern/kern_malloc.c
468
static inline size_t
sys/kern/kern_malloc.c
544
malloc_dbg(caddr_t *vap, size_t *sizep, struct malloc_type *mtp,
sys/kern/kern_malloc.c
602
static inline size_t
sys/kern/kern_malloc.c
614
malloc_large(size_t size, struct malloc_type *mtp, struct domainset *policy,
sys/kern/kern_malloc.c
640
free_large(void *addr, size_t size)
sys/kern/kern_malloc.c
658
(malloc)(size_t size, struct malloc_type *mtp, int flags)
sys/kern/kern_malloc.c
708
malloc_domain(size_t *sizep, int *indxp, struct malloc_type *mtp, int domain,
sys/kern/kern_malloc.c
713
size_t size;
sys/kern/kern_malloc.c
731
malloc_domainset(size_t size, struct malloc_type *mtp, struct domainset *ds,
sys/kern/kern_malloc.c
787
malloc_exec(size_t size, struct malloc_type *mtp, int flags)
sys/kern/kern_malloc.c
794
malloc_domainset_exec(size_t size, struct malloc_type *mtp, struct domainset *ds,
sys/kern/kern_malloc.c
816
malloc_aligned(size_t size, size_t align, struct malloc_type *type, int flags)
sys/kern/kern_malloc.c
823
malloc_domainset_aligned(size_t size, size_t align,
sys/kern/kern_malloc.c
827
size_t asize;
sys/kern/kern_malloc.c
856
mallocarray(size_t nmemb, size_t size, struct malloc_type *type, int flags)
sys/kern/kern_malloc.c
866
mallocarray_domainset(size_t nmemb, size_t size, struct malloc_type *type,
sys/kern/kern_mib.c
184
size_t len;
sys/kern/kern_mib.c
261
size_t len;
sys/kern/kern_mib.c
351
size_t pr_offset;
sys/kern/kern_mib.c
359
pr_offset = (size_t)arg1;
sys/kern/kern_module.c
151
size_t namelen;
sys/kern/kern_proc.c
1836
size_t len)
sys/kern/kern_proc.c
1862
size_t *vsizep, enum proc_vector_type type)
sys/kern/kern_proc.c
1869
size_t vsize, size;
sys/kern/kern_proc.c
1936
size_t *vsizep, enum proc_vector_type type)
sys/kern/kern_proc.c
1942
size_t vsize, size;
sys/kern/kern_proc.c
2027
size_t done, len, nchr, vsize;
sys/kern/kern_proc.c
2088
size_t vsize, size;
sys/kern/kern_proc.c
2278
size_t freepath_size;
sys/kern/kern_prot.c
2883
size_t nbytes;
sys/kern/kern_prot.c
3056
size_t len;
sys/kern/kern_prot.c
645
size_t size; /* Passed 'setcred' structure length. */
sys/kern/kern_rctl.c
1536
rctl_read_inbuf(char **inputstr, const char *inbufp, size_t inbuflen)
sys/kern/kern_rctl.c
1564
rctl_write_outbuf(struct sbuf *outputsbuf, char *outbufp, size_t outbuflen)
sys/kern/kern_rctl.c
1712
size_t bufsize;
sys/kern/kern_rctl.c
1797
size_t bufsize;
sys/kern/kern_rctl.c
854
if ((size_t)(end - str) != strlen(str))
sys/kern/kern_rctl.c
869
if ((size_t)(end - str) != strlen(str))
sys/kern/kern_resource.c
1784
size_t len;
sys/kern/kern_sendfile.c
700
struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
sys/kern/kern_shutdown.c
1083
static int _dump_append(struct dumperinfo *di, void *virtual, size_t length);
sys/kern/kern_shutdown.c
1087
kerneldumpcrypto_create(size_t blocksize, uint8_t encryption,
sys/kern/kern_shutdown.c
1437
dump_check_bounds(struct dumperinfo *di, off_t offset, size_t length)
sys/kern/kern_shutdown.c
1470
dump_encrypt(struct kerneldumpcrypto *kdc, uint8_t *buf, size_t size)
sys/kern/kern_shutdown.c
1497
size_t length)
sys/kern/kern_shutdown.c
1502
size_t nbytes;
sys/kern/kern_shutdown.c
1527
kerneldumpcomp_write_cb(void *base, size_t length, off_t offset, void *arg)
sys/kern/kern_shutdown.c
1530
size_t resid, rlength;
sys/kern/kern_shutdown.c
1569
size_t hdrsz;
sys/kern/kern_shutdown.c
1704
_dump_append(struct dumperinfo *di, void *virtual, size_t length)
sys/kern/kern_shutdown.c
1725
dump_append(struct dumperinfo *di, void *virtual, size_t length)
sys/kern/kern_shutdown.c
1744
dump_write(struct dumperinfo *di, void *virtual, off_t offset, size_t length)
sys/kern/kern_shutdown.c
1801
size_t dstsize;
sys/kern/kern_shutdown.c
205
size_t kdc_resid;
sys/kern/kern_shutdown.c
211
static int kerneldumpcomp_write_cb(void *base, size_t len, off_t off, void *arg);
sys/kern/kern_sig.c
739
sigonstack(size_t sp)
sys/kern/kern_sig.c
750
return (sp >= (size_t)td->td_sigstk.ss_sp &&
sys/kern/kern_sig.c
751
sp < td->td_sigstk.ss_size + (size_t)td->td_sigstk.ss_sp);
sys/kern/kern_sysctl.c
1039
size_t size;
sys/kern/kern_sysctl.c
126
static int sysctl_old_kernel(struct sysctl_req *, const void *, size_t);
sys/kern/kern_sysctl.c
127
static int sysctl_new_kernel(struct sysctl_req *, void *, size_t);
sys/kern/kern_sysctl.c
145
sysctl_find_oidnamelen(const char *name, size_t len,
sys/kern/kern_sysctl.c
1924
size_t outlen;
sys/kern/kern_sysctl.c
1934
size_t outlen;
sys/kern/kern_sysctl.c
2096
sysctl_old_kernel(struct sysctl_req *req, const void *p, size_t l)
sys/kern/kern_sysctl.c
2098
size_t i = 0;
sys/kern/kern_sysctl.c
2117
sysctl_new_kernel(struct sysctl_req *req, void *p, size_t l)
sys/kern/kern_sysctl.c
2130
size_t *oldlenp, void *new, size_t newlen, size_t *retval, int flags)
sys/kern/kern_sysctl.c
2176
kernel_sysctlbyname(struct thread *td, char *name, void *old, size_t *oldlenp,
sys/kern/kern_sysctl.c
2177
void *new, size_t newlen, size_t *retval, int flags)
sys/kern/kern_sysctl.c
2180
size_t oidlen, plen;
sys/kern/kern_sysctl.c
2201
sysctl_old_user(struct sysctl_req *req, const void *p, size_t l)
sys/kern/kern_sysctl.c
2203
size_t i, len, origidx;
sys/kern/kern_sysctl.c
2239
sysctl_new_user(struct sysctl_req *req, void *p, size_t l)
sys/kern/kern_sysctl.c
2259
sysctl_wire_old_buffer(struct sysctl_req *req, size_t len)
sys/kern/kern_sysctl.c
2262
size_t wiredlen;
sys/kern/kern_sysctl.c
2439
size_t *oldlenp;
sys/kern/kern_sysctl.c
2441
size_t newlen;
sys/kern/kern_sysctl.c
2448
size_t j;
sys/kern/kern_sysctl.c
2471
kern___sysctlbyname(struct thread *td, const char *oname, size_t namelen,
sys/kern/kern_sysctl.c
2472
void *old, size_t *oldlenp, void *new, size_t newlen, size_t *retval,
sys/kern/kern_sysctl.c
2478
size_t oidlen;
sys/kern/kern_sysctl.c
2509
size_t namelen;
sys/kern/kern_sysctl.c
2511
size_t *oldlenp;
sys/kern/kern_sysctl.c
2513
size_t newlen;
sys/kern/kern_sysctl.c
2519
size_t rv;
sys/kern/kern_sysctl.c
2538
size_t *oldlenp, int inkernel, const void *new, size_t newlen,
sys/kern/kern_sysctl.c
2539
size_t *retval, int flags)
sys/kern/kern_sysctl.c
2709
sysctl_old_ddb(struct sysctl_req *req, const void *ptr, size_t len)
sys/kern/kern_sysctl.c
2713
size_t intlen, slen;
sys/kern/kern_sysctl.c
2837
sysctl_new_ddb(struct sysctl_req *req, void *p, size_t l)
sys/kern/kern_sysctl.c
2854
void *old, size_t *oldlenp, size_t *retval, int flags)
sys/kern/kern_sysctl.c
2897
db_show_oid_name(int *oid, size_t nlen)
sys/kern/kern_sysctl.c
2935
db_show_oid(struct sysctl_oid *oidp, int *oid, size_t nlen, int flags)
sys/kern/kern_sysctl.c
2938
size_t len;
sys/kern/kern_sysctl.c
2988
db_show_sysctl_all(int *oid, size_t len, int flags)
sys/kern/kern_sysctl.c
2992
size_t nlen;
sys/kern/kern_sysctl.c
3005
size_t nextsize = sizeof(next);
sys/kern/kern_tc.c
269
getthmember(void *out, size_t out_size, u_int off)
sys/kern/kern_tslog.c
202
sbuf_printf(sb, "%zu", (size_t)pid);
sys/kern/kern_tslog.c
203
sbuf_printf(sb, " %zu", (size_t)procs[pid].ppid);
sys/kern/kern_tslog.c
81
size_t i, limit;
sys/kern/kern_tslog.c
84
size_t loader_tslog_len;
sys/kern/kern_ubsan.c
1288
static size_t
sys/kern/kern_ubsan.c
1291
size_t zWidth = 0;
sys/kern/kern_ubsan.c
1314
DeserializeLocation(char *pBuffer, size_t zBUfferLength, struct CSourceLocation *pLocation)
sys/kern/kern_ubsan.c
1325
DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t U128)
sys/kern/kern_ubsan.c
1347
DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L)
sys/kern/kern_ubsan.c
1374
DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L)
sys/kern/kern_ubsan.c
1402
DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pNumber)
sys/kern/kern_ubsan.c
1439
DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber)
sys/kern/kern_ubsan.c
1476
size_t zNumberWidth;
sys/kern/kern_ubsan.c
1519
size_t zNumberWidth;
sys/kern/kern_ubsan.c
1557
DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber)
sys/kern/kern_ubsan.c
1559
size_t zNumberWidth;
sys/kern/kern_ubsan.c
1593
DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber)
sys/kern/kern_ubsan.c
1695
isShiftExponentTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth)
sys/kern/kern_ubsan.c
254
static size_t zDeserializeTypeWidth(struct CTypeDescriptor *pType);
sys/kern/kern_ubsan.c
255
static void DeserializeLocation(char *pBuffer, size_t zBUfferLength, struct CSourceLocation *pLocation);
sys/kern/kern_ubsan.c
257
static void DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t U128);
sys/kern/kern_ubsan.c
259
static void DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L);
sys/kern/kern_ubsan.c
260
static void DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L);
sys/kern/kern_ubsan.c
262
static void DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pNumber);
sys/kern/kern_ubsan.c
263
static void DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
sys/kern/kern_ubsan.c
268
static void DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
sys/kern/kern_ubsan.c
270
static void DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
sys/kern/kern_ubsan.c
275
static bool isShiftExponentTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth);
sys/kern/kern_umtx.c
129
int (*copyin_umtx_time)(const void *uaddr, size_t size,
sys/kern/kern_umtx.c
131
int (*copyin_robust_lists)(const void *uaddr, size_t size,
sys/kern/kern_umtx.c
133
int (*copyout_timeout)(void *uaddr, size_t size,
sys/kern/kern_umtx.c
135
const size_t timespec_sz;
sys/kern/kern_umtx.c
136
const size_t umtx_time_sz;
sys/kern/kern_umtx.c
3849
umtx_copyin_umtx_time(const void *uaddr, size_t size, struct _umtx_time *tp)
sys/kern/kern_umtx.c
3867
umtx_copyin_robust_lists(const void *uaddr, size_t size,
sys/kern/kern_umtx.c
3877
umtx_copyout_timeout(void *uaddr, size_t sz, struct timespec *tsp)
sys/kern/kern_umtx.c
3947
uap->uaddr2, (size_t)uap->uaddr1, &timeout);
sys/kern/kern_umtx.c
3966
uap->uaddr2, (size_t)uap->uaddr1, &timeout);
sys/kern/kern_umtx.c
3985
uap->uaddr2, (size_t)uap->uaddr1, &timeout);
sys/kern/kern_umtx.c
4077
uap->uaddr2, (size_t)uap->uaddr1, &timeout);
sys/kern/kern_umtx.c
4105
uap->uaddr2, (size_t)uap->uaddr1, &timeout);
sys/kern/kern_umtx.c
4184
(size_t)uap->uaddr1, &timeout);
sys/kern/kern_umtx.c
4204
(size_t)uap->uaddr1, &timeout);
sys/kern/kern_umtx.c
4234
uap->uaddr2, (size_t)uap->uaddr1, &timeout);
sys/kern/kern_umtx.c
4264
size_t uasize;
sys/kern/kern_umtx.c
4272
uasize = (size_t)uap->uaddr1;
sys/kern/kern_umtx.c
4756
umtx_copyin_robust_lists32(const void *uaddr, size_t size,
sys/kern/kern_umtx.c
4794
umtx_copyin_umtx_timei386(const void *uaddr, size_t size, struct _umtx_time *tp)
sys/kern/kern_umtx.c
4816
umtx_copyout_timeouti386(void *uaddr, size_t sz, struct timespec *tsp)
sys/kern/kern_umtx.c
4855
umtx_copyin_umtx_timex32(const void *uaddr, size_t size, struct _umtx_time *tp)
sys/kern/kern_umtx.c
4877
umtx_copyout_timeoutx32(void *uaddr, size_t sz, struct timespec *tsp)
sys/kern/kern_uuid.c
130
kern_uuidgen(struct uuid *store, size_t count)
sys/kern/kern_uuid.c
134
size_t n;
sys/kern/kern_uuid.c
180
size_t count;
sys/kern/kern_uuid.c
271
snprintf_uuid(char *buf, size_t sz, struct uuid *uuid)
sys/kern/kern_uuid.c
383
validate_uuid(const char *str, size_t size, struct uuid *uuid, int flags)
sys/kern/kern_vnodedumper.c
178
vnode_dump(void *arg, void *virtual, off_t offset, size_t length)
sys/kern/kern_xxx.c
167
size_t size;
sys/kern/kern_xxx.c
317
size_t len;
sys/kern/kern_xxx.c
399
size_t len = uap->len;
sys/kern/kern_xxx.c
52
size_t len = uap->len;
sys/kern/kern_xxx.c
80
size_t len = sizeof(long);
sys/kern/link_elf.c
1003
size_t mapsize;
sys/kern/link_elf.c
1658
link_elf_ifunc_symbol_value(linker_file_t lf, caddr_t *valp, size_t *sizep)
sys/kern/link_elf.c
1688
size_t size;
sys/kern/link_elf.c
1724
size_t size;
sys/kern/link_elf.c
361
link_elf_invoke_cbs(caddr_t addr, size_t size)
sys/kern/link_elf.c
364
size_t i, cnt;
sys/kern/link_elf.c
499
linker_kernel_file->size = *(size_t *)sizeptr;
sys/kern/link_elf.c
938
lf->size = *(size_t *)sizeptr;
sys/kern/link_elf_obj.c
1534
link_elf_ifunc_symbol_value(linker_file_t lf, caddr_t *valp, size_t *sizep)
sys/kern/link_elf_obj.c
1562
size_t size;
sys/kern/link_elf_obj.c
383
lf->size = *(size_t *)sizeptr;
sys/kern/link_elf_obj.c
645
link_elf_invoke_cbs(caddr_t addr, size_t size)
sys/kern/link_elf_obj.c
648
size_t i, cnt;
sys/kern/link_elf_obj.c
725
size_t mapsize;
sys/kern/stack_protector.c
21
size_t i;
sys/kern/subr_asan.c
104
kasan_shadow_map(vm_offset_t addr, size_t size)
sys/kern/subr_asan.c
106
size_t sz, npages, i;
sys/kern/subr_asan.c
1078
void __asan_register_globals(struct __asan_global *, size_t);
sys/kern/subr_asan.c
1079
void __asan_unregister_globals(struct __asan_global *, size_t);
sys/kern/subr_asan.c
1082
__asan_register_globals(struct __asan_global *globals, size_t n)
sys/kern/subr_asan.c
1084
size_t i;
sys/kern/subr_asan.c
1093
__asan_unregister_globals(struct __asan_global *globals, size_t n)
sys/kern/subr_asan.c
1095
size_t i;
sys/kern/subr_asan.c
1131
void __asan_loadN(unsigned long, size_t);
sys/kern/subr_asan.c
1132
void __asan_loadN_noabort(unsigned long, size_t);
sys/kern/subr_asan.c
1133
void __asan_storeN(unsigned long, size_t);
sys/kern/subr_asan.c
1134
void __asan_storeN_noabort(unsigned long, size_t);
sys/kern/subr_asan.c
1138
__asan_loadN(unsigned long addr, size_t size)
sys/kern/subr_asan.c
1144
__asan_loadN_noabort(unsigned long addr, size_t size)
sys/kern/subr_asan.c
1150
__asan_storeN(unsigned long addr, size_t size)
sys/kern/subr_asan.c
1156
__asan_storeN_noabort(unsigned long addr, size_t size)
sys/kern/subr_asan.c
1168
void __asan_set_shadow_##byte(void *, size_t); \
sys/kern/subr_asan.c
1169
void __asan_set_shadow_##byte(void *addr, size_t size) \
sys/kern/subr_asan.c
1181
void __asan_poison_stack_memory(const void *, size_t);
sys/kern/subr_asan.c
1182
void __asan_unpoison_stack_memory(const void *, size_t);
sys/kern/subr_asan.c
1185
__asan_poison_stack_memory(const void *addr, size_t size)
sys/kern/subr_asan.c
1192
__asan_unpoison_stack_memory(const void *addr, size_t size)
sys/kern/subr_asan.c
1197
void __asan_alloca_poison(const void *, size_t);
sys/kern/subr_asan.c
1201
__asan_alloca_poison(const void *addr, size_t size)
sys/kern/subr_asan.c
1220
size_t size;
sys/kern/subr_asan.c
1231
void __asan_poison_memory_region(const void *addr, size_t size);
sys/kern/subr_asan.c
1232
void __asan_unpoison_memory_region(const void *addr, size_t size);
sys/kern/subr_asan.c
1235
__asan_poison_memory_region(const void *addr, size_t size)
sys/kern/subr_asan.c
1240
__asan_unpoison_memory_region(const void *addr, size_t size)
sys/kern/subr_asan.c
147
kasan_init_early(vm_offset_t stack, size_t size)
sys/kern/subr_asan.c
199
kasan_report(unsigned long addr, size_t size, bool write, unsigned long pc,
sys/kern/subr_asan.c
217
kasan_shadow_Nbyte_markvalid(const void *addr, size_t size)
sys/kern/subr_asan.c
219
size_t i;
sys/kern/subr_asan.c
227
kasan_shadow_Nbyte_fill(const void *addr, size_t size, uint8_t code)
sys/kern/subr_asan.c
258
kasan_mark(const void *addr, size_t size, size_t redzsize, uint8_t code)
sys/kern/subr_asan.c
260
size_t i, n, redz;
sys/kern/subr_asan.c
386
kasan_shadow_Nbyte_isvalid(unsigned long addr, size_t size, uint8_t *code)
sys/kern/subr_asan.c
388
size_t i;
sys/kern/subr_asan.c
399
kasan_shadow_check(unsigned long addr, size_t size, bool write,
sys/kern/subr_asan.c
447
kasan_memcpy(void *dst, const void *src, size_t len)
sys/kern/subr_asan.c
455
kasan_memcmp(const void *b1, const void *b2, size_t len)
sys/kern/subr_asan.c
463
kasan_memset(void *b, int c, size_t len)
sys/kern/subr_asan.c
470
kasan_memmove(void *dst, const void *src, size_t len)
sys/kern/subr_asan.c
477
size_t
sys/kern/subr_asan.c
527
kasan_copyin(const void *uaddr, void *kaddr, size_t len)
sys/kern/subr_asan.c
534
kasan_copyinstr(const void *uaddr, void *kaddr, size_t len, size_t *done)
sys/kern/subr_asan.c
541
kasan_copyout(const void *kaddr, void *uaddr, size_t len)
sys/kern/subr_asan.c
75
size_t size; /* size of the global variable */
sys/kern/subr_asan.c
76
size_t size_with_redzone; /* size with the redzone */
sys/kern/subr_bus.c
2012
size_t retval;
sys/kern/subr_bus.c
2050
size_t retval;
sys/kern/subr_bus.c
2317
device_get_property(device_t dev, const char *prop, void *val, size_t sz,
sys/kern/subr_bus.c
2818
resource_init_map_request_impl(struct resource_map_request *args, size_t sz)
sys/kern/subr_bus.c
3873
void *propvalue, size_t size, device_property_type_t type)
sys/kern/subr_bus.c
4181
size_t setsize, cpuset_t *cpuset)
sys/kern/subr_bus.c
5067
bus_get_cpus(device_t dev, enum cpu_sets op, size_t setsize, cpuset_t *cpuset)
sys/kern/subr_bus.c
5171
root_get_cpus(device_t dev, device_t child, enum cpu_sets op, size_t setsize,
sys/kern/subr_bus.c
6129
size_t loclen, pathlen;
sys/kern/subr_bus_dma.c
104
int flags, size_t offset, size_t length)
sys/kern/subr_bus_dma.c
111
size_t ds_len;
sys/kern/subr_busdma_bufalloc.c
69
size_t num_zones;
sys/kern/subr_compressor.c
104
gz_init(size_t maxiosize, int level)
sys/kern/subr_compressor.c
145
const size_t hdrlen = 10;
sys/kern/subr_compressor.c
167
gz_write(void *stream, void *data, size_t len, compressor_cb_t cb,
sys/kern/subr_compressor.c
172
size_t room;
sys/kern/subr_compressor.c
266
size_t zst_maxiosz; /* Max output IO size */
sys/kern/subr_compressor.c
271
static void *zstdio_init(size_t maxiosize, int level);
sys/kern/subr_compressor.c
273
static int zstdio_write(void *stream, void *data, size_t len,
sys/kern/subr_compressor.c
278
zstdio_init(size_t maxiosize, int level)
sys/kern/subr_compressor.c
283
size_t wkspc_size, buf_size, rc;
sys/kern/subr_compressor.c
336
size_t res;
sys/kern/subr_compressor.c
359
size_t bytes_to_dump;
sys/kern/subr_compressor.c
390
size_t rc, lastpos;
sys/kern/subr_compressor.c
435
zstdio_write(void *stream, void *data, size_t len, compressor_cb_t cb,
sys/kern/subr_compressor.c
439
size_t lastpos, rc;
sys/kern/subr_compressor.c
51
void *(* const init)(size_t, int);
sys/kern/subr_compressor.c
515
compressor_init(compressor_cb_t cb, int format, size_t maxiosize, int level,
sys/kern/subr_compressor.c
53
int (* const write)(void *, void *, size_t, compressor_cb_t, void *);
sys/kern/subr_compressor.c
555
compressor_write(struct compressor *stream, void *data, size_t len)
sys/kern/subr_compressor.c
72
size_t gz_bufsz; /* output buffer size */
sys/kern/subr_compressor.c
78
static void *gz_init(size_t maxiosize, int level);
sys/kern/subr_compressor.c
80
static int gz_write(void *stream, void *data, size_t len, compressor_cb_t,
sys/kern/subr_csan.c
142
kcsan_access(uintptr_t addr, size_t size, bool write, bool atomic, uintptr_t pc)
sys/kern/subr_csan.c
147
size_t i;
sys/kern/subr_csan.c
234
void __tsan_read_range(uintptr_t, size_t);
sys/kern/subr_csan.c
235
void __tsan_write_range(uintptr_t, size_t);
sys/kern/subr_csan.c
238
__tsan_read_range(uintptr_t addr, size_t size)
sys/kern/subr_csan.c
244
__tsan_write_range(uintptr_t addr, size_t size)
sys/kern/subr_csan.c
271
kcsan_memcpy(void *dst, const void *src, size_t len)
sys/kern/subr_csan.c
279
kcsan_memcmp(const void *b1, const void *b2, size_t len)
sys/kern/subr_csan.c
287
kcsan_memset(void *b, int c, size_t len)
sys/kern/subr_csan.c
294
kcsan_memmove(void *dst, const void *src, size_t len)
sys/kern/subr_csan.c
338
size_t
sys/kern/subr_csan.c
355
kcsan_copyin(const void *uaddr, void *kaddr, size_t len)
sys/kern/subr_csan.c
362
kcsan_copyinstr(const void *uaddr, void *kaddr, size_t len, size_t *done)
sys/kern/subr_csan.c
369
kcsan_copyout(const void *kaddr, void *uaddr, size_t len)
sys/kern/subr_devstat.c
522
static size_t pagelist_pages = 0;
sys/kern/subr_early.c
35
void *MEMSET_EARLY_FUNC(void *, int, size_t);
sys/kern/subr_early.c
39
memset_early(void *buf, int c, size_t len)
sys/kern/subr_early.c
48
void *MEMCPY_EARLY_FUNC(void *, const void *, size_t);
sys/kern/subr_early.c
52
memcpy_early(void *to, const void *from, size_t len)
sys/kern/subr_early.c
61
void *MEMMOVE_EARLY_FUNC(void *, const void *, size_t);
sys/kern/subr_early.c
65
memmove_early(void *to, const void *from, size_t len)
sys/kern/subr_efi_map.c
20
size_t efisz;
sys/kern/subr_firmware.c
188
firmware_register(const char *imagename, const void *data, size_t datasize,
sys/kern/subr_firmware.c
282
size_t resid;
sys/kern/subr_firmware.c
576
size_t size;
sys/kern/subr_hints.c
503
size_t len;
sys/kern/subr_intr.c
1345
intr_alloc_map_data(enum intr_map_data_type type, size_t len, int flags)
sys/kern/subr_intr.c
1695
size_t len;
sys/kern/subr_intr.c
177
size_t sintrcnt;
sys/kern/subr_intr.c
178
size_t sintrnames;
sys/kern/subr_mchain.c
200
size_t srclen, dstlen;
sys/kern/subr_memdesc.c
342
void *buf, size_t len, size_t *actual_len)
sys/kern/subr_memdesc.c
375
static size_t
sys/kern/subr_memdesc.c
376
append_paddr_range(struct mbuf *m, vm_paddr_t pa, size_t len)
sys/kern/subr_memdesc.c
378
size_t appended;
sys/kern/subr_memdesc.c
424
vm_paddr_t pa, size_t len, size_t *actual_len, bool can_truncate)
sys/kern/subr_memdesc.c
427
size_t appended;
sys/kern/subr_memdesc.c
471
struct bus_dma_segment *vlist, u_int sglist_cnt, size_t offset,
sys/kern/subr_memdesc.c
472
size_t len, size_t *actual_len)
sys/kern/subr_memdesc.c
475
size_t todo;
sys/kern/subr_memdesc.c
522
struct bus_dma_segment *plist, u_int sglist_cnt, size_t offset, size_t len,
sys/kern/subr_memdesc.c
523
size_t *actual_len, bool can_truncate)
sys/kern/subr_memdesc.c
527
size_t appended, totlen, todo;
sys/kern/subr_memdesc.c
603
vm_page_t *ma, size_t offset, size_t len, size_t *actual_len,
sys/kern/subr_memdesc.c
614
size_t end;
sys/kern/subr_memdesc.c
688
mbuf_subchain(struct mbuf *m0, size_t offset, size_t len,
sys/kern/subr_memdesc.c
689
size_t *actual_len, bool can_truncate, int how)
sys/kern/subr_memdesc.c
692
size_t totlen;
sys/kern/subr_memdesc.c
752
size_t offset, size_t len, size_t *actual_len, bool can_truncate)
sys/kern/subr_memdesc.c
755
size_t done;
sys/kern/subr_module.c
278
size_t
sys/kern/subr_module.c
281
size_t *mdp;
sys/kern/subr_module.c
283
mdp = (size_t *)preload_search_info(mod, MODINFO_SIZE);
sys/kern/subr_msan.c
170
kmsan_report_hook(const void *addr, msan_orig_t *orig, size_t size, size_t off,
sys/kern/subr_msan.c
281
kmsan_meta_get(const void *addr, size_t size, const bool write)
sys/kern/subr_msan.c
303
kmsan_origin_fill(const void *addr, msan_orig_t o, size_t size)
sys/kern/subr_msan.c
306
size_t i;
sys/kern/subr_msan.c
323
kmsan_shadow_fill(uintptr_t addr, uint8_t c, size_t size)
sys/kern/subr_msan.c
337
kmsan_meta_copy(void *dst, const void *src, size_t size)
sys/kern/subr_msan.c
342
size_t i;
sys/kern/subr_msan.c
369
kmsan_shadow_check(uintptr_t addr, size_t size, const char *hook)
sys/kern/subr_msan.c
373
size_t i;
sys/kern/subr_msan.c
392
kmsan_init_arg(size_t n)
sys/kern/subr_msan.c
407
kmsan_init_ret(size_t n)
sys/kern/subr_msan.c
422
kmsan_check_arg(size_t size, const char *hook)
sys/kern/subr_msan.c
427
size_t ctx, i;
sys/kern/subr_msan.c
457
kmsan_init_arg(sizeof(size_t) + sizeof(struct malloc_type *) +
sys/kern/subr_msan.c
521
kmsan_shadow_map(vm_offset_t addr, size_t size)
sys/kern/subr_msan.c
523
size_t npages, i;
sys/kern/subr_msan.c
546
kmsan_orig(const void *addr, size_t size, int type, uintptr_t pc)
sys/kern/subr_msan.c
555
kmsan_mark(const void *addr, size_t size, uint8_t c)
sys/kern/subr_msan.c
577
kmsan_check(const void *p, size_t sz, const char *descr)
sys/kern/subr_msan.c
625
msan_meta_t __msan_metadata_ptr_for_load_n(void *, size_t);
sys/kern/subr_msan.c
626
msan_meta_t __msan_metadata_ptr_for_store_n(void *, size_t);
sys/kern/subr_msan.c
629
__msan_metadata_ptr_for_load_n(void *addr, size_t size)
sys/kern/subr_msan.c
635
__msan_metadata_ptr_for_store_n(void *addr, size_t size)
sys/kern/subr_msan.c
65
void kmsan_init_arg(size_t);
sys/kern/subr_msan.c
657
void __msan_instrument_asm_store(const void *, size_t);
sys/kern/subr_msan.c
659
void __msan_poison(const void *, size_t);
sys/kern/subr_msan.c
66
void kmsan_init_ret(size_t);
sys/kern/subr_msan.c
660
void __msan_unpoison(const void *, size_t);
sys/kern/subr_msan.c
665
intptr_t __msan_test_shadow(const void *, size_t);
sys/kern/subr_msan.c
668
__msan_instrument_asm_store(const void *addr, size_t size)
sys/kern/subr_msan.c
680
__msan_poison(const void *addr, size_t size)
sys/kern/subr_msan.c
686
__msan_unpoison(const void *addr, size_t size)
sys/kern/subr_msan.c
731
__msan_test_shadow(const void *addr, size_t len)
sys/kern/subr_msan.c
741
for (size_t i = 0; i < len; i++)
sys/kern/subr_msan.c
755
kmsan_memcpy(void *dst, const void *src, size_t len)
sys/kern/subr_msan.c
766
kmsan_memcmp(const void *b1, const void *b2, size_t len)
sys/kern/subr_msan.c
769
size_t i;
sys/kern/subr_msan.c
790
kmsan_memset(void *dst, int c, size_t len)
sys/kern/subr_msan.c
799
kmsan_memmove(void *dst, const void *src, size_t len)
sys/kern/subr_msan.c
818
size_t len = 0;
sys/kern/subr_msan.c
840
size_t len = 0;
sys/kern/subr_msan.c
863
size_t
sys/kern/subr_msan.c
877
kmsan_shadow_check((uintptr_t)str, (size_t)(s - str) + 1, "strlen():arg1");
sys/kern/subr_msan.c
878
kmsan_init_ret(sizeof(size_t));
sys/kern/subr_msan.c
882
int kmsan_copyin(const void *, void *, size_t);
sys/kern/subr_msan.c
883
int kmsan_copyout(const void *, void *, size_t);
sys/kern/subr_msan.c
884
int kmsan_copyinstr(const void *, void *, size_t, size_t *);
sys/kern/subr_msan.c
887
kmsan_copyin(const void *uaddr, void *kaddr, size_t len)
sys/kern/subr_msan.c
901
kmsan_copyout(const void *kaddr, void *uaddr, size_t len)
sys/kern/subr_msan.c
911
kmsan_copyinstr(const void *uaddr, void *kaddr, size_t len, size_t *done)
sys/kern/subr_msan.c
913
size_t _done;
sys/kern/subr_msan.c
923
kmsan_shadow_fill((uintptr_t)done, KMSAN_STATE_INITED, sizeof(size_t));
sys/kern/subr_msan.c
97
size_t ctx;
sys/kern/subr_msgbuf.c
186
size_t len, prefix_len;
sys/kern/subr_pcpu.c
84
pcpu_init(struct pcpu *pcpu, int cpuid, size_t size)
sys/kern/subr_pctrie.c
263
size_t
sys/kern/subr_physmem.c
123
size_t i;
sys/kern/subr_physmem.c
183
static size_t
sys/kern/subr_physmem.c
184
regions_to_avail(vm_paddr_t *avail, uint32_t exflags, size_t maxavail,
sys/kern/subr_physmem.c
187
size_t acnt, exi, hwi;
sys/kern/subr_physmem.c
308
static size_t
sys/kern/subr_physmem.c
309
merge_upper_regions(struct region *regions, size_t rcnt, size_t idx)
sys/kern/subr_physmem.c
313
size_t i, mergecnt, movecnt;
sys/kern/subr_physmem.c
369
static size_t
sys/kern/subr_physmem.c
370
insert_region(struct region *regions, size_t rcnt, vm_paddr_t addr,
sys/kern/subr_physmem.c
373
size_t i;
sys/kern/subr_physmem.c
499
size_t
sys/kern/subr_physmem.c
500
physmem_avail(vm_paddr_t *avail, size_t maxavail)
sys/kern/subr_physmem.c
510
size_t exi;
sys/kern/subr_physmem.c
533
size_t nextidx;
sys/kern/subr_physmem.c
91
static size_t hwcnt;
sys/kern/subr_physmem.c
92
static size_t excnt;
sys/kern/subr_prf.c
100
size_t n_bufr;
sys/kern/subr_prf.c
102
size_t remain;
sys/kern/subr_prf.c
107
size_t remain;
sys/kern/subr_prf.c
1326
size_t *retvalptr;
sys/kern/subr_prf.c
553
snprintf(char *str, size_t size, const char *format, ...)
sys/kern/subr_prf.c
568
vsnprintf(char *str, size_t size, const char *format, va_list ap)
sys/kern/subr_prf.c
585
vsnrprintf(char *str, size_t size, int radix, const char *format, va_list ap)
sys/kern/subr_prf.c
825
(void)va_arg(ap, size_t *);
sys/kern/subr_prf.c
901
num = va_arg(ap, size_t);
sys/kern/subr_prof.c
53
size_t size;
sys/kern/subr_prof.c
54
size_t offset;
sys/kern/subr_sbuf.c
361
size_t *sizep;
sys/kern/subr_sbuf.c
363
sizep = (size_t *)arg;
sys/kern/subr_sbuf.c
441
sbuf_put_bytes(struct sbuf *s, const char *buf, size_t len)
sys/kern/subr_sbuf.c
443
size_t n;
sys/kern/subr_sbuf.c
506
sbuf_bcat(struct sbuf *s, const void *buf, size_t len)
sys/kern/subr_sbuf.c
520
sbuf_bcopyin(struct sbuf *s, const void *uaddr, size_t len)
sys/kern/subr_sbuf.c
549
sbuf_bcpy(struct sbuf *s, const void *buf, size_t len)
sys/kern/subr_sbuf.c
565
size_t n;
sys/kern/subr_sbuf.c
579
sbuf_copyin(struct sbuf *s, const void *uaddr, size_t len)
sys/kern/subr_sbuf.c
581
size_t done;
sys/kern/subr_sbuf.c
950
sbuf_end_section(struct sbuf *s, ssize_t old_len, size_t pad, int c)
sys/kern/subr_scanf.c
103
size_t width; /* field width, or 0 */
sys/kern/subr_scanf.c
265
*va_arg(ap, size_t *) = nread;
sys/kern/subr_scanf.c
307
size_t sum = 0;
sys/kern/subr_scanf.c
337
width = (size_t)~0; /* `infinity' */
sys/kern/subr_scanf.c
379
width = (size_t)~0;
sys/kern/subr_scanf.c
548
*va_arg(ap, size_t *) = res;
sys/kern/subr_sglist.c
108
_sglist_append_buf(struct sglist *sg, void *buf, size_t len, pmap_t pmap,
sys/kern/subr_sglist.c
109
size_t *donep)
sys/kern/subr_sglist.c
114
size_t seglen;
sys/kern/subr_sglist.c
169
sglist_count(void *buf, size_t len)
sys/kern/subr_sglist.c
198
sglist_count_vmpages(vm_page_t *m, size_t pgoff, size_t len)
sys/kern/subr_sglist.c
223
sglist_count_mbuf_epg(struct mbuf *m, size_t off, size_t len)
sys/kern/subr_sglist.c
226
size_t seglen, segoff;
sys/kern/subr_sglist.c
313
sglist_append(struct sglist *sg, void *buf, size_t len)
sys/kern/subr_sglist.c
351
sglist_append_phys(struct sglist *sg, vm_paddr_t paddr, size_t len)
sys/kern/subr_sglist.c
381
sglist_append_mbuf_epg(struct sglist *sg, struct mbuf *m, size_t off,
sys/kern/subr_sglist.c
382
size_t len)
sys/kern/subr_sglist.c
384
size_t seglen, segoff;
sys/kern/subr_sglist.c
487
sglist_append_vmpages(struct sglist *sg, vm_page_t *m, size_t pgoff,
sys/kern/subr_sglist.c
488
size_t len)
sys/kern/subr_sglist.c
493
size_t seglen;
sys/kern/subr_sglist.c
532
sglist_append_user(struct sglist *sg, void *buf, size_t len, struct thread *td)
sys/kern/subr_sglist.c
553
sglist_append_sglist(struct sglist *sg, struct sglist *source, size_t offset,
sys/kern/subr_sglist.c
554
size_t length)
sys/kern/subr_sglist.c
558
size_t seglen;
sys/kern/subr_sglist.c
60
size_t ss_len;
sys/kern/subr_sglist.c
600
size_t resid, minlen;
sys/kern/subr_sglist.c
644
sglist_consume_uio(struct sglist *sg, struct uio *uio, size_t resid)
sys/kern/subr_sglist.c
647
size_t done;
sys/kern/subr_sglist.c
694
sglist_build(void *buf, size_t len, int mflags)
sys/kern/subr_sglist.c
736
size_t
sys/kern/subr_sglist.c
739
size_t space;
sys/kern/subr_sglist.c
766
sglist_split(struct sglist *original, struct sglist **head, size_t length,
sys/kern/subr_sglist.c
770
size_t space, split;
sys/kern/subr_sglist.c
84
vm_paddr_t paddr, size_t len)
sys/kern/subr_sglist.c
897
sglist_slice(struct sglist *original, struct sglist **slice, size_t offset,
sys/kern/subr_sglist.c
898
size_t length, int mflags)
sys/kern/subr_sglist.c
901
size_t space, end, foffs, loffs;
sys/kern/subr_stats.c
1011
stats_tpl_id2name(uint32_t tpl_id, char *buf, size_t len)
sys/kern/subr_stats.c
1032
void *seed_bytes, size_t seed_len)
sys/kern/subr_stats.c
1078
stats_v1_blob_clone(struct statsblobv1 **dst, size_t dstmaxsz,
sys/kern/subr_stats.c
1101
size_t postcurszlen;
sys/kern/subr_stats.c
1421
size_t *retvsdsz)
sys/kern/subr_stats.c
1644
size_t tdgst_dsz __unused, enum sb_str_fmt fmt, struct sbuf *buf, int objdump)
sys/kern/subr_stats.c
1775
size_t hist_dsz, enum sb_str_fmt fmt, struct sbuf *buf, int objdump)
sys/kern/subr_stats.c
1939
enum vsd_dtype vsd_dtype, size_t vsd_sz, enum sb_str_fmt fmt,
sys/kern/subr_stats.c
2479
stats_v1_blob_snapshot(struct statsblobv1 **dst, size_t dstmaxsz,
sys/kern/subr_stats.c
252
const size_t vsd_dtype2size[VSD_NUM_DTYPES] = {
sys/kern/subr_stats.c
329
static inline void * stats_realloc(void *ptr, size_t oldsz, size_t newsz,
sys/kern/subr_stats.c
388
stats_realloc(void *ptr, size_t oldsz, size_t newsz, int flags)
sys/kern/subr_stats.c
415
size_t len;
sys/kern/subr_terminal.c
415
size_t olen;
sys/kern/subr_terminal.c
687
termteken_respond(void *softc, const void *buf, size_t len)
sys/kern/subr_uio.c
115
physcopyout(vm_paddr_t src, void *dst, size_t len)
sys/kern/subr_uio.c
139
size_t len)
sys/kern/subr_uio.c
141
size_t seg_len;
sys/kern/subr_uio.c
165
size_t len)
sys/kern/subr_uio.c
167
size_t seg_len;
sys/kern/subr_uio.c
207
size_t cnt;
sys/kern/subr_uio.c
294
uioadvance(struct uio *uio, size_t offset)
sys/kern/subr_uio.c
299
size_t cnt;
sys/kern/subr_uio.c
302
MPASS((size_t)uio->uio_resid >= offset);
sys/kern/subr_uio.c
331
size_t offset, n;
sys/kern/subr_uio.c
480
copyout_map(struct thread *td, vm_offset_t *addr, size_t sz)
sys/kern/subr_uio.c
508
copyout_unmap(struct thread *td, vm_offset_t addr, size_t sz)
sys/kern/subr_uio.c
70
copyin_nofault(const void *udaddr, void *kaddr, size_t len)
sys/kern/subr_uio.c
81
copyout_nofault(const void *kaddr, void *udaddr, size_t len)
sys/kern/subr_uio.c
94
physcopyin(void *src, vm_paddr_t dst, size_t len)
sys/kern/subr_unit.c
121
_Malloc(size_t foo, int line)
sys/kern/subr_vmem.c
1838
size_t ft[VMEM_MAXORDER], ut[VMEM_MAXORDER];
sys/kern/subr_vmem.c
1839
size_t fs[VMEM_MAXORDER], us[VMEM_MAXORDER];
sys/kern/subr_witness.c
2936
sbuf_print_witness_badstacks(struct sbuf *sb, size_t *oldidx,
sys/kern/subr_witness.c
3134
size_t dummy;
sys/kern/sys_capability.c
389
size_t ncmds)
sys/kern/sys_capability.c
416
kern_cap_ioctls_limit(struct thread *td, int fd, u_long *cmds, size_t ncmds)
sys/kern/sys_capability.c
462
size_t ncmds;
sys/kern/sys_capability.c
490
size_t maxcmds, ncmds;
sys/kern/sys_generic.c
109
CTASSERT(sizeof(register_t) >= sizeof(size_t));
sys/kern/sys_generic.c
167
size_t
sys/kern/sys_generic.c
175
size_t
sys/kern/sys_generic.c
188
size_t nbyte;
sys/kern/sys_generic.c
217
size_t nbyte;
sys/kern/sys_generic.c
2266
size_t sz;
sys/kern/sys_generic.c
230
kern_pread(struct thread *td, int fd, void *buf, size_t nbyte, off_t offset)
sys/kern/sys_generic.c
389
size_t nbyte;
sys/kern/sys_generic.c
418
size_t nbyte;
sys/kern/sys_generic.c
431
kern_pwrite(struct thread *td, int fd, const void *buf, size_t nbyte,
sys/kern/sys_getrandom.c
118
size_t buflen;
sys/kern/sys_getrandom.c
48
kern_getrandom(struct thread *td, void *user_buf, size_t buflen,
sys/kern/sys_process.c
176
size_t size;
sys/kern/sys_process.c
240
size_t size;
sys/kern/sys_process.c
431
size_t len, enum uio_rw rw)
sys/kern/sys_process.c
457
size_t len)
sys/kern/sys_process.c
465
size_t len)
sys/kern/sys_socket.c
627
size_t cnt, done, job_total_nbytes __diagused;
sys/kern/systrace_args.c
3564
systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/kern/systrace_args.c
9531
systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/kern/sysv_msg.c
1009
size_t tlen;
sys/kern/sysv_msg.c
1129
size_t msgsz;
sys/kern/sysv_msg.c
1136
kern_msgrcv(struct thread *td, int msqid, void *msgp, size_t msgsz, long msgtyp,
sys/kern/sysv_msg.c
1139
size_t len;
sys/kern/sysv_msg.c
1359
size_t tlen;
sys/kern/sysv_msg.c
1422
size_t outsize;
sys/kern/sysv_msg.c
1480
kern_get_msqids(struct thread *td, struct msqid_kernel **res, size_t *sz)
sys/kern/sysv_msg.c
761
size_t msgsz;
sys/kern/sysv_msg.c
767
size_t msgsz, int msgflg, long mtype)
sys/kern/sysv_msg.c
775
size_t saved_msgsz = 0;
sys/kern/sysv_sem.c
1092
size_t nsops;
sys/kern/sysv_sem.c
1104
size_t nsops, struct timespec *timeout)
sys/kern/sysv_sem.c
1117
size_t i, j, k;
sys/kern/sysv_sem.c
1531
size_t outsize;
sys/kern/sysv_sem.c
1577
kern_get_sema(struct thread *td, struct semid_kernel **res, size_t *sz)
sys/kern/sysv_shm.c
1073
size_t outsize;
sys/kern/sysv_shm.c
1123
kern_get_shmsegs(struct thread *td, struct shmid_kernel **res, size_t *sz)
sys/kern/sysv_shm.c
125
static int shmget_allocate_segment(struct thread *td, key_t key, size_t size,
sys/kern/sysv_shm.c
127
static int shmget_existing(struct thread *td, size_t size, int shmflg,
sys/kern/sysv_shm.c
1498
size_t sz;
sys/kern/sysv_shm.c
1584
size_t sz;
sys/kern/sysv_shm.c
1670
size_t bufsz;
sys/kern/sysv_shm.c
494
size_t *bufsz)
sys/kern/sysv_shm.c
597
kern_shmctl(struct thread *td, int shmid, int cmd, void *buf, size_t *bufsz)
sys/kern/sysv_shm.c
619
size_t bufsz;
sys/kern/sysv_shm.c
656
shmget_existing(struct thread *td, size_t size, int shmflg, int mode,
sys/kern/sysv_shm.c
682
shmget_allocate_segment(struct thread *td, key_t key, size_t size, int mode)
sys/kern/sysv_shm.c
776
size_t size;
sys/kern/sysv_shm.c
817
size_t size;
sys/kern/tty.c
125
size_t bs = 0;
sys/kern/tty.c
154
size_t bytes;
sys/kern/tty.c
2468
size_t isiz, osiz;
sys/kern/tty_inq.c
115
ttyinq_setsize(struct ttyinq *ti, struct tty *tp, size_t size)
sys/kern/tty_inq.c
164
size_t rlen, size_t flen)
sys/kern/tty_inq.c
173
size_t cbegin, cend, clen;
sys/kern/tty_inq.c
271
ttyinq_set_quotes(struct ttyinq_block *tib, size_t offset,
sys/kern/tty_inq.c
272
size_t length, int value)
sys/kern/tty_inq.c
286
size_t
sys/kern/tty_inq.c
287
ttyinq_write(struct ttyinq *ti, const void *buf, size_t nbytes, int quote)
sys/kern/tty_inq.c
292
size_t l;
sys/kern/tty_inq.c
335
ttyinq_write_nofrag(struct ttyinq *ti, const void *buf, size_t nbytes, int quote)
sys/kern/tty_inq.c
337
size_t ret __unused;
sys/kern/tty_inq.c
406
size_t
sys/kern/tty_inq.c
407
ttyinq_findchar(struct ttyinq *ti, const char *breakc, size_t maxlen,
sys/kern/tty_outq.c
139
size_t
sys/kern/tty_outq.c
140
ttyoutq_read(struct ttyoutq *to, void *buf, size_t len)
sys/kern/tty_outq.c
146
size_t cbegin, cend, clen;
sys/kern/tty_outq.c
207
size_t cbegin, cend, clen;
sys/kern/tty_outq.c
276
size_t
sys/kern/tty_outq.c
277
ttyoutq_write(struct ttyoutq *to, const void *buf, size_t nbytes)
sys/kern/tty_outq.c
282
size_t l;
sys/kern/tty_outq.c
322
ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t nbytes)
sys/kern/tty_outq.c
324
size_t ret __unused;
sys/kern/tty_outq.c
92
ttyoutq_setsize(struct ttyoutq *to, struct tty *tp, size_t size)
sys/kern/tty_pts.c
190
size_t iblen, rintlen;
sys/kern/tty_ttydisc.c
1016
size_t ol;
sys/kern/tty_ttydisc.c
120
ttydisc_read_break(struct tty *tp, char *breakc, size_t breaksz)
sys/kern/tty_ttydisc.c
122
size_t n = 0;
sys/kern/tty_ttydisc.c
1254
size_t
sys/kern/tty_ttydisc.c
1255
ttydisc_rint_simple(struct tty *tp, const void *buf, size_t len)
sys/kern/tty_ttydisc.c
1270
size_t
sys/kern/tty_ttydisc.c
1271
ttydisc_rint_bypass(struct tty *tp, const void *buf, size_t len)
sys/kern/tty_ttydisc.c
1273
size_t ret;
sys/kern/tty_ttydisc.c
1307
size_t
sys/kern/tty_ttydisc.c
1310
size_t l;
sys/kern/tty_ttydisc.c
1333
size_t c;
sys/kern/tty_ttydisc.c
1351
size_t
sys/kern/tty_ttydisc.c
1352
ttydisc_getc(struct tty *tp, void *buf, size_t len)
sys/kern/tty_ttydisc.c
1379
size_t len;
sys/kern/tty_ttydisc.c
140
size_t
sys/kern/tty_ttydisc.c
1419
size_t
sys/kern/tty_ttydisc.c
143
size_t clen;
sys/kern/tty_ttydisc.c
1441
tty_putstrn(struct tty *tp, const char *p, size_t n)
sys/kern/tty_ttydisc.c
1443
size_t i;
sys/kern/tty_ttydisc.c
196
size_t clen, flen = 0;
sys/kern/tty_ttydisc.c
269
size_t vmin = tp->t_termios.c_cc[VMIN];
sys/kern/tty_ttydisc.c
309
size_t vmin = MAX(tp->t_termios.c_cc[VMIN], 1);
sys/kern/tty_ttydisc.c
362
size_t vmin = tp->t_termios.c_cc[VMIN];
sys/kern/uipc_accf.c
269
size_t len = strlen(afap->af_name) + 1;
sys/kern/uipc_ktls.c
1234
ktls_pending_rx_info(struct sockbuf *sb, uint64_t *seqnop, size_t *residp)
sys/kern/uipc_ktls.c
1239
size_t resid;
sys/kern/uipc_ktls.c
3483
uint8_t *data, size_t *sz)
sys/kern/uipc_ktls.c
3485
size_t t, ta, tc;
sys/kern/uipc_mqueue.c
1640
mqueue_loadmsg(const char *msg_ptr, size_t msg_size, int msg_prio)
sys/kern/uipc_mqueue.c
1643
size_t len;
sys/kern/uipc_mqueue.c
1691
size_t msg_len, unsigned msg_prio, int waitok,
sys/kern/uipc_mqueue.c
1846
size_t msg_len, unsigned *msg_prio, int waitok,
sys/kern/uipc_mqueue.c
2281
size_t msg_len, unsigned int *msg_prio, const struct timespec *abs_timeout)
sys/kern/uipc_mqueue.c
2318
size_t msg_len, unsigned int msg_prio, const struct timespec *abs_timeout)
sys/kern/uipc_mqueue.c
260
size_t msg_len, unsigned msg_prio, int waitok,
sys/kern/uipc_mqueue.c
263
size_t msg_len, unsigned *msg_prio, int waitok,
sys/kern/uipc_sem.c
269
size_t pr_pathlen;
sys/kern/uipc_sem.c
441
size_t ptrs;
sys/kern/uipc_sem.c
471
size_t pr_pathlen;
sys/kern/uipc_sem.c
659
size_t pr_pathlen;
sys/kern/uipc_shm.c
1823
shm_map(struct file *fp, size_t size, off_t offset, void **memp)
sys/kern/uipc_shm.c
1881
shm_unmap(struct file *fp, void *mem, size_t size)
sys/kern/uipc_shm.c
1924
size_t pr_pathlen;
sys/kern/uipc_shm.c
197
uiomove_object_page(vm_object_t obj, size_t len, struct uio *uio)
sys/kern/uipc_shm.c
202
size_t tlen;
sys/kern/uipc_shm.c
2120
size_t size;
sys/kern/uipc_shm.c
2215
shm_get_path(struct vm_object *obj, char *path, size_t sz)
sys/kern/uipc_shm.c
261
size_t len;
sys/kern/uipc_shm.c
671
size_t pr_pathlen;
sys/kern/uipc_socket.c
3814
sooptcopyin(struct sockopt *sopt, void *buf, size_t len, size_t minlen)
sys/kern/uipc_socket.c
3816
size_t valsize;
sys/kern/uipc_socket.c
3843
size_t optlen)
sys/kern/uipc_socket.c
4093
sooptcopyout(struct sockopt *sopt, const void *buf, size_t len)
sys/kern/uipc_socket.c
4096
size_t valsize;
sys/kern/uipc_socket.c
4430
size_t valsize = 0;
sys/kern/uipc_syscalls.c
1063
kern_recvfrom(struct thread *td, int s, void *buf, size_t len, int flags,
sys/kern/uipc_syscalls.c
1313
sopt.sopt_valsize = (size_t)*valsize; /* checked non-negative above */
sys/kern/uipc_syscalls.c
1511
getsockaddr(struct sockaddr **namp, const struct sockaddr *uaddr, size_t len)
sys/kern/uipc_usrreq.c
1112
size_t resid, sent;
sys/kern/uipc_usrreq.c
3836
size_t ctrlsz;
sys/kern/vfs_aio.c
1298
size_t nbytes;
sys/kern/vfs_aio.c
183
size_t aio_nbytes; /* Number of bytes for I/O */
sys/kern/vfs_aio.c
2486
size_t nbytes;
sys/kern/vfs_bio.c
5098
vmapbuf(struct buf *bp, void *uaddr, size_t len, int mapbuf)
sys/kern/vfs_cache.c
3163
size_t visited __sdt_used, purged __sdt_used;
sys/kern/vfs_cache.c
3227
size_t buflen;
sys/kern/vfs_cache.c
3245
vn_getcwd(char *buf, char **retbuf, size_t *buflen)
sys/kern/vfs_cache.c
3282
size_t size, int flags, enum uio_seg pathseg)
sys/kern/vfs_cache.c
3322
size_t len;
sys/kern/vfs_cache.c
3355
size_t buflen;
sys/kern/vfs_cache.c
3427
size_t buflen;
sys/kern/vfs_cache.c
3461
vn_vptocnp(struct vnode **vp, char *buf, size_t *buflen)
sys/kern/vfs_cache.c
3537
size_t *len, size_t addend)
sys/kern/vfs_cache.c
3543
size_t buflen;
sys/kern/vfs_cache.c
3652
char **retbuf, size_t *buflen, size_t addend)
sys/kern/vfs_cache.c
3660
size_t orig_buflen;
sys/kern/vfs_cache.c
3788
size_t *buflen)
sys/kern/vfs_cache.c
3790
size_t orig_buflen, addend;
sys/kern/vfs_cache.c
3833
const char *hrdl_name, size_t hrdl_name_length,
sys/kern/vfs_cache.c
3834
char **retbuf, char **freebuf, size_t *buflen)
sys/kern/vfs_cache.c
3838
size_t addend;
sys/kern/vfs_cache.c
4025
size_t leaf_length)
sys/kern/vfs_cache.c
4030
size_t len;
sys/kern/vfs_cache.c
4203
size_t ops;
sys/kern/vfs_cache.c
4296
size_t ni_pathlen;
sys/kern/vfs_cache.c
4303
size_t ni_pathlen;
sys/kern/vfs_cache.c
4309
size_t ni_pathlen;
sys/kern/vfs_cache.c
4342
static void cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n);
sys/kern/vfs_cache.c
4343
static void cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n);
sys/kern/vfs_cache.c
5502
cache_symlink_resolve(struct cache_fpl *fpl, const char *string, size_t len)
sys/kern/vfs_cache.c
5506
size_t adjust;
sys/kern/vfs_cache.c
5857
cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n)
sys/kern/vfs_cache.c
5866
cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n)
sys/kern/vfs_cache.c
5889
cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n)
sys/kern/vfs_cache.c
5894
cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n)
sys/kern/vfs_cache.c
6059
size_t ni_pathlen;
sys/kern/vfs_cache.c
710
char **retbuf, size_t *buflen, size_t addend);
sys/kern/vfs_cache.c
712
char **retbuf, size_t *buflen);
sys/kern/vfs_cache.c
714
char **retbuf, size_t *len, size_t addend);
sys/kern/vfs_cache.c
774
cache_symlink_alloc(size_t size, int flags)
sys/kern/vfs_cache.c
789
cache_symlink_free(char *string, size_t size)
sys/kern/vfs_default.c
289
size_t dirbuflen, len;
sys/kern/vfs_default.c
690
size_t *buflen = ap->a_buflen;
sys/kern/vfs_default.c
695
size_t dirbuflen, len;
sys/kern/vfs_default.c
828
size_t iosize;
sys/kern/vfs_export.c
583
MAXNAMLEN, (size_t *)0);
sys/kern/vfs_extattr.c
174
void *data, size_t nbytes, struct thread *td)
sys/kern/vfs_extattr.c
227
size_t nbytes;
sys/kern/vfs_extattr.c
245
const char *attrname, void *data, size_t nbytes)
sys/kern/vfs_extattr.c
273
size_t nbytes;
sys/kern/vfs_extattr.c
290
size_t nbytes;
sys/kern/vfs_extattr.c
303
const char *uattrname, void *data, size_t nbytes, int follow)
sys/kern/vfs_extattr.c
317
const char *attrname, void *data, size_t nbytes, int follow,
sys/kern/vfs_extattr.c
351
void *data, size_t nbytes, struct thread *td)
sys/kern/vfs_extattr.c
356
size_t size, *sizep;
sys/kern/vfs_extattr.c
415
size_t nbytes;
sys/kern/vfs_extattr.c
433
const char *attrname, void *data, size_t nbytes)
sys/kern/vfs_extattr.c
461
size_t nbytes;
sys/kern/vfs_extattr.c
477
size_t nbytes;
sys/kern/vfs_extattr.c
489
const char *uattrname, void *data, size_t nbytes, int follow)
sys/kern/vfs_extattr.c
503
const char *attrname, void *data, size_t nbytes, int follow,
sys/kern/vfs_extattr.c
52
size_t nbytes, int follow);
sys/kern/vfs_extattr.c
55
size_t nbytes, int follow);
sys/kern/vfs_extattr.c
59
int attrnamespace, void *data, size_t nbytes, int follow);
sys/kern/vfs_extattr.c
689
size_t size, *sizep;
sys/kern/vfs_extattr.c
729
size_t nbytes;
sys/kern/vfs_extattr.c
782
size_t nbytes;
sys/kern/vfs_extattr.c
798
size_t nbytes;
sys/kern/vfs_extattr.c
811
void *data, size_t nbytes, int follow)
sys/kern/vfs_inotify.c
170
size_t nbpending; /* bytes available to read */
sys/kern/vfs_inotify.c
233
size_t len;
sys/kern/vfs_inotify.c
522
inotify_alloc_record(uint32_t wd, const char *name, size_t namelen, int event,
sys/kern/vfs_inotify.c
611
inotify_log_one(struct inotify_watch *watch, const char *name, size_t namelen,
sys/kern/vfs_inotify.c
667
inotify_log(struct vnode *vp, const char *name, size_t namelen, int event,
sys/kern/vfs_inotify.c
775
size_t buflen, len;
sys/kern/vfs_lookup.c
1086
size_t prev_ni_pathlen; /* saved ndp->ni_pathlen */
sys/kern/vfs_mount.c
2449
vsnprintf(errmsg, (size_t)len, fmt, ap);
sys/kern/vfs_mount.c
2465
vsnprintf(errmsg, (size_t)len, fmt, ap);
sys/kern/vfs_mount.c
321
size_t memused, namelen, optlen;
sys/kern/vfs_mountroot.c
491
size_t len;
sys/kern/vfs_subr.c
617
size_t end1, end2, off1, off2;
sys/kern/vfs_syscalls.c
105
size_t count, struct thread *td);
sys/kern/vfs_syscalls.c
2734
size_t count;
sys/kern/vfs_syscalls.c
2749
size_t bufsize;
sys/kern/vfs_syscalls.c
2762
enum uio_seg pathseg, char *buf, enum uio_seg bufseg, size_t count)
sys/kern/vfs_syscalls.c
2789
kern_readlink_vp(struct vnode *vp, char *buf, enum uio_seg bufseg, size_t count,
sys/kern/vfs_syscalls.c
402
size_t count;
sys/kern/vfs_syscalls.c
420
kern_getfsstat(struct thread *td, struct statfs **buf, size_t bufsize,
sys/kern/vfs_syscalls.c
421
size_t *countp, enum uio_seg bufseg, int mode)
sys/kern/vfs_syscalls.c
425
size_t count, maxcount;
sys/kern/vfs_syscalls.c
4320
kern_getdirentries(struct thread *td, int fd, char *buf, size_t count,
sys/kern/vfs_syscalls.c
4689
size_t bufsize;
sys/kern/vfs_syscalls.c
5068
off_t *outoffp, size_t len, unsigned int flags)
sys/kern/vfs_syscalls.c
5073
size_t retlen;
sys/kern/vfs_syscalls.c
649
size_t count, size;
sys/kern/vfs_syscalls.c
797
size_t count, size;
sys/kern/vfs_vnops.c
1436
size_t len;
sys/kern/vfs_vnops.c
1490
size_t len, resid;
sys/kern/vfs_vnops.c
1672
size_t adv;
sys/kern/vfs_vnops.c
2984
size_t len, olen;
sys/kern/vfs_vnops.c
3295
off_t *outoffp, size_t *lenp, unsigned int flags, struct ucred *incred,
sys/kern/vfs_vnops.c
3301
size_t len;
sys/kern/vfs_vnops.c
3564
struct vnode *outvp, off_t *outoffp, size_t *lenp, unsigned int flags,
sys/kern/vfs_vnops.c
3574
size_t copylen, len, savlen;
sys/kern/vfs_vnops.c
4114
char *dirbuf, size_t dirbuflen,
sys/kern/vfs_vnops.c
4115
struct dirent **dpp, size_t *len, off_t *off, int *eofflag)
sys/kern/vfs_vnops.c
4243
size_t dirbuflen, len;
sys/kern/vfs_vnops.c
763
vn_rdwr_inchunks(enum uio_rw rw, struct vnode *vp, void *base, size_t len,
sys/kern/vfs_vnops.c
765
struct ucred *file_cred, size_t *aresid, struct thread *td)
sys/kgssapi/gss_test_oid_set_member.c
44
size_t i;
sys/kgssapi/gssapi.h
55
size_t count;
sys/kgssapi/gssapi.h
60
size_t length;
sys/kgssapi/krb5/kcrypto.c
106
krb5_rotate_right_13(uint8_t *out, uint8_t *in, size_t numlen)
sys/kgssapi/krb5/kcrypto.c
109
size_t i;
sys/kgssapi/krb5/kcrypto.c
134
krb5_ones_complement_add(uint8_t *out, const uint8_t *in, size_t len)
sys/kgssapi/krb5/kcrypto.c
159
krb5_n_fold(uint8_t *out, size_t outlen, const uint8_t *in, size_t inlen)
sys/kgssapi/krb5/kcrypto.c
161
size_t tmplen;
sys/kgssapi/krb5/kcrypto.c
163
size_t i;
sys/kgssapi/krb5/kcrypto.c
182
void *constant, size_t constantlen)
sys/kgssapi/krb5/kcrypto.c
85
static size_t
sys/kgssapi/krb5/kcrypto.c
86
gcd(size_t a, size_t b)
sys/kgssapi/krb5/kcrypto.c
94
static size_t
sys/kgssapi/krb5/kcrypto.c
95
lcm(size_t a, size_t b)
sys/kgssapi/krb5/kcrypto.h
115
size_t skip, size_t len, void *ivec, size_t ivlen)
sys/kgssapi/krb5/kcrypto.h
123
size_t skip, size_t len, void *ivec, size_t ivlen)
sys/kgssapi/krb5/kcrypto.h
131
struct mbuf *inout, size_t skip, size_t inlen, size_t outlen)
sys/kgssapi/krb5/kcrypto.h
144
void *constant, size_t constantlen);
sys/kgssapi/krb5/kcrypto.h
66
struct mbuf *inout, size_t skip, size_t len, void *ivec, size_t ivlen);
sys/kgssapi/krb5/kcrypto.h
68
struct mbuf *inout, size_t skip, size_t inlen, size_t outlen);
sys/kgssapi/krb5/kcrypto.h
75
size_t ec_blocklen;
sys/kgssapi/krb5/kcrypto.h
76
size_t ec_msgblocklen;
sys/kgssapi/krb5/kcrypto.h
77
size_t ec_checksumlen;
sys/kgssapi/krb5/kcrypto.h
78
size_t ec_keybits; /* key length in bits */
sys/kgssapi/krb5/kcrypto.h
79
size_t ec_keylen; /* size of key in memory */
sys/kgssapi/krb5/kcrypto_aes.c
142
size_t skip, size_t len, void *ivec, bool encrypt)
sys/kgssapi/krb5/kcrypto_aes.c
182
size_t skip, size_t len, void *ivec, size_t ivlen)
sys/kgssapi/krb5/kcrypto_aes.c
184
size_t blocklen = 16, plen;
sys/kgssapi/krb5/kcrypto_aes.c
253
size_t skip, size_t len, void *ivec, size_t ivlen)
sys/kgssapi/krb5/kcrypto_aes.c
255
size_t blocklen = 16, plen;
sys/kgssapi/krb5/kcrypto_aes.c
322
struct mbuf *inout, size_t skip, size_t inlen, size_t outlen)
sys/kgssapi/krb5/krb5_mech.c
1032
size_t mlen, cklen;
sys/kgssapi/krb5/krb5_mech.c
1126
size_t mlen, tlen, elen;
sys/kgssapi/krb5/krb5_mech.c
1127
size_t cklen;
sys/kgssapi/krb5/krb5_mech.c
1225
size_t mlen, cklen;
sys/kgssapi/krb5/krb5_mech.c
124
get_uint16(const uint8_t **pp, size_t *lenp)
sys/kgssapi/krb5/krb5_mech.c
1334
size_t mlen, tlen, padlen, datalen;
sys/kgssapi/krb5/krb5_mech.c
1336
size_t cklen;
sys/kgssapi/krb5/krb5_mech.c
140
get_uint32(const uint8_t **pp, size_t *lenp)
sys/kgssapi/krb5/krb5_mech.c
1487
size_t mlen, blen, mblen, cklen, ctlen;
sys/kgssapi/krb5/krb5_mech.c
156
get_data(const uint8_t **pp, size_t *lenp, struct krb5_data *dp)
sys/kgssapi/krb5/krb5_mech.c
158
size_t sz = get_uint32(pp, lenp);
sys/kgssapi/krb5/krb5_mech.c
1686
size_t tlen, elen, datalen, padlen;
sys/kgssapi/krb5/krb5_mech.c
1687
size_t cklen;
sys/kgssapi/krb5/krb5_mech.c
181
get_address(const uint8_t **pp, size_t *lenp, struct krb5_address *ka)
sys/kgssapi/krb5/krb5_mech.c
1865
size_t blen, cklen, ctlen, mlen, plen, tlen;
sys/kgssapi/krb5/krb5_mech.c
1938
size_t rlen;
sys/kgssapi/krb5/krb5_mech.c
195
get_keyblock(const uint8_t **pp, size_t *lenp, struct krb5_keyblock *kk)
sys/kgssapi/krb5/krb5_mech.c
488
size_t len = context_token->length;
sys/kgssapi/krb5/krb5_mech.c
55
size_t kd_length;
sys/kgssapi/krb5/krb5_mech.c
635
krb5_make_token(char tok_id[2], size_t hlen, size_t len, struct mbuf **mp)
sys/kgssapi/krb5/krb5_mech.c
637
size_t inside_len, len_len, tlen;
sys/kgssapi/krb5/krb5_mech.c
724
krb5_verify_token(char tok_id[2], size_t len, struct mbuf **mp,
sys/kgssapi/krb5/krb5_mech.c
725
size_t *encap_len, bool_t can_pullup)
sys/kgssapi/krb5/krb5_mech.c
728
size_t tlen, hlen, len_len, inside_len;
sys/kgssapi/krb5/krb5_mech.c
930
static size_t
sys/kgssapi/krb5/krb5_mech.c
943
size_t tlen, mlen, cklen;
sys/libkern/arc4random.c
254
arc4random_buf(void *ptr, size_t len)
sys/libkern/bcopy.c
60
memcpy(void *dst0, const void *src0, size_t length)
sys/libkern/bcopy.c
64
size_t t;
sys/libkern/bcopy.c
83
t = (size_t)src; /* only need low bits */
sys/libkern/bsearch.c
52
bsearch(const void *key, const void *base0, size_t nmemb, size_t size,
sys/libkern/bsearch.c
56
size_t lim;
sys/libkern/explicit_bzero.c
15
__attribute__((weak)) void __explicit_bzero_hook(void *, size_t);
sys/libkern/explicit_bzero.c
18
__explicit_bzero_hook(void *buf, size_t len)
sys/libkern/explicit_bzero.c
23
__ssp_real(explicit_bzero)(void *buf, size_t len)
sys/libkern/gsb_crc32.c
221
singletable_crc32c(uint32_t crc, const void *buf, size_t size)
sys/libkern/gsb_crc32.c
740
size_t length)
sys/libkern/iconv.c
281
size_t *inbytesleft, char **outbuf, size_t *outbytesleft)
sys/libkern/iconv.c
288
size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int casetype)
sys/libkern/iconv.c
295
size_t *inbytesleft, char **outbuf, size_t *outbytesleft)
sys/libkern/iconv.c
302
size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int casetype)
sys/libkern/iconv.c
515
size_t inlen, outlen;
sys/libkern/iconv.c
538
size_t inlen, outlen;
sys/libkern/iconv_ucs.c
167
size_t *inbytesleft, char **outbuf, size_t *outbytesleft,
sys/libkern/iconv_ucs.c
172
size_t in, on, ir, or, inlen, outlen, ucslen;
sys/libkern/iconv_ucs.c
410
utf8_to_ucs4(const char *src, size_t *utf8width, size_t srclen)
sys/libkern/iconv_ucs.c
412
size_t i, w = 0;
sys/libkern/iconv_ucs.c
480
ucs4_to_utf8(uint32_t ucs4, char *dst, size_t *utf8width, size_t dstlen)
sys/libkern/iconv_ucs.c
483
size_t i, w;
sys/libkern/iconv_ucs.c
65
static uint32_t utf8_to_ucs4(const char *src, size_t *utf8width, size_t srclen);
sys/libkern/iconv_ucs.c
66
static u_char *ucs4_to_utf8(uint32_t ucs4, char * dst, size_t *utf8width, size_t dstlen);
sys/libkern/iconv_xlat.c
80
size_t *inbytesleft, char **outbuf, size_t *outbytesleft,
sys/libkern/iconv_xlat16.c
111
size_t *inbytesleft, char **outbuf, size_t *outbytesleft,
sys/libkern/iconv_xlat16.c
118
size_t in, on, ir, or, inlen;
sys/libkern/jenkins_hash.c
151
size_t length, /* the length of the key, in uint32_ts */
sys/libkern/jenkins_hash.c
212
uint32_t jenkins_hash( const void *key, size_t length, uint32_t initval)
sys/libkern/jenkins_hash.c
215
union { const void *ptr; size_t i; } u; /* needed for Mac Powerbook G4 */
sys/libkern/jenkins_hash.c
365
uint32_t jenkins_hash( const void *key, size_t length, uint32_t initval)
sys/libkern/jenkins_hash.c
368
union { const void *ptr; size_t i; } u; /* to cast key to (size_t) happily */
sys/libkern/memcchr.c
58
memcchr(const void *begin, int c, size_t n)
sys/libkern/memchr.c
40
memchr(const void *s, int c, size_t n)
sys/libkern/memcmp.c
42
(memcmp)(const void *s1, const void *s2, size_t n)
sys/libkern/memmem.c
34
memmem(const void *l, size_t l_len, const void *s, size_t s_len)
sys/libkern/memset.c
34
(memset)(void *b, int c, size_t len)
sys/libkern/murmur3_32.c
104
murmur3_32_hash32(const uint32_t *data, size_t count, uint32_t seed)
sys/libkern/murmur3_32.c
107
size_t res;
sys/libkern/murmur3_32.c
43
murmur3_32_hash(const void *data, size_t len, uint32_t seed)
sys/libkern/murmur3_32.c
47
size_t res;
sys/libkern/qsort.c
107
(qsort_r)(void *a, size_t n, size_t es, cmp_t *cmp, void *thunk)
sys/libkern/qsort.c
111
qsort(void *a, size_t n, size_t es, cmp_t *cmp)
sys/libkern/qsort.c
115
size_t d1, d2;
sys/libkern/qsort.c
134
size_t d = (n / 8) * es;
sys/libkern/qsort.c
41
static inline void swapfunc(char *, char *, size_t, int, int);
sys/libkern/qsort.c
47
size_t i = (n) / sizeof (TYPE); \
sys/libkern/qsort.c
62
swapfunc(char *a, char *b, size_t n, int swaptype_long, int swaptype_int)
sys/libkern/strcasecmp.c
54
strncasecmp(const char *s1, const char *s2, size_t n)
sys/libkern/strcasestr.c
51
size_t len;
sys/libkern/strcspn.c
37
size_t
sys/libkern/strdup.c
42
size_t len;
sys/libkern/strlcat.c
42
size_t
sys/libkern/strlcat.c
43
strlcat(char *dst, const char *src, size_t siz)
sys/libkern/strlcat.c
47
size_t n = siz;
sys/libkern/strlcat.c
48
size_t dlen;
sys/libkern/strlcpy.c
27
size_t
sys/libkern/strlcpy.c
28
strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize)
sys/libkern/strlcpy.c
31
size_t nleft = dsize;
sys/libkern/strncat.c
41
strncat(char *dst, const char *src, size_t n)
sys/libkern/strncmp.c
36
strncmp(const char *s1, const char *s2, size_t n)
sys/libkern/strncpy.c
43
strncpy(char * __restrict dst, const char * __restrict src, size_t n)
sys/libkern/strndup.c
38
strndup(const char *string, size_t maxlen, struct malloc_type *type)
sys/libkern/strndup.c
40
size_t len;
sys/libkern/strnlen.c
32
size_t
sys/libkern/strnlen.c
33
strnlen(const char *s, size_t maxlen)
sys/libkern/strnlen.c
35
size_t len;
sys/libkern/strnstr.c
46
strnstr(const char *s, const char *find, size_t slen)
sys/libkern/strnstr.c
49
size_t len;
sys/libkern/strspn.c
37
size_t
sys/libkern/strstr.c
45
size_t len;
sys/libkern/strvalid.c
42
strvalid(const char *buffer, size_t bufferlen)
sys/libkern/strvalid.c
44
size_t i;
sys/libkern/timingsafe_bcmp.c
22
timingsafe_bcmp(const void *b1, const void *b2, size_t n)
sys/libkern/x86/crc32_sse42.c
131
crc32c_zeros_op(uint32_t *even, size_t len)
sys/libkern/x86/crc32_sse42.c
175
crc32c_zeros(uint32_t zeros[][256], size_t len)
sys/libkern/x86/crc32_sse42.c
221
const size_t align = 8;
sys/libkern/x86/crc32_sse42.c
223
const size_t align = 4;
sys/net/altq/altq_hfsc.c
265
size_t stats_size;
sys/net/bpf.c
1691
error = bpf_ioctl_getzmax(td, d, (size_t *)addr);
sys/net/bpf.c
1791
size_t size;
sys/net/bpf.c
382
bpf_program_buffer_alloc(size_t size, int flags)
sys/net/bpf.c
573
bpf_ioctl_getzmax(struct thread *td, struct bpf_d *d, size_t *i)
sys/net/bpf.h
118
size_t bz_buflen; /* Size of zero-copy buffers. */
sys/net/bpf.h
156
#define BIOCGETZMAX _IOR('B', 127, size_t)
sys/net/bpf_filter.c
140
size_t len;
sys/net/bpf_filter.c
91
size_t len;
sys/net/bpf_jitter.h
56
size_t size;
sys/net/bpf_jitter.h
88
bpf_filter_func bpf_jit_compile(struct bpf_insn *, u_int, size_t *);
sys/net/bpf_zerocopy.c
177
zbuf_setup(struct thread *td, vm_offset_t uaddr, size_t len,
sys/net/bpf_zerocopy.c
489
bpf_zerocopy_ioctl_getzmax(struct thread *td, struct bpf_d *d, size_t *i)
sys/net/bpf_zerocopy.c
95
size_t zb_size; /* Size of buffer, incl. header. */
sys/net/bpf_zerocopy.h
50
size_t *i);
sys/net/dummymbuf.c
299
size_t len = sp - *cur;
sys/net/ethernet.h
458
extern uint32_t ether_crc32_le(const uint8_t *, size_t);
sys/net/ethernet.h
459
extern uint32_t ether_crc32_be(const uint8_t *, size_t);
sys/net/ieee8023ad_lacp.c
110
static int tlv_check(const void *, size_t, const struct tlvhdr *,
sys/net/ieee8023ad_lacp.c
185
size_t);
sys/net/ieee8023ad_lacp.c
187
const struct lacp_peerinfo *, char *, size_t);
sys/net/ieee8023ad_lacp.c
189
char *, size_t);
sys/net/ieee8023ad_lacp.c
190
static const char *lacp_format_state(uint8_t, char *, size_t);
sys/net/ieee8023ad_lacp.c
191
static const char *lacp_format_mac(const uint8_t *, char *, size_t);
sys/net/ieee8023ad_lacp.c
193
size_t);
sys/net/ieee8023ad_lacp.c
195
size_t);
sys/net/ieee8023ad_lacp.c
2092
tlv_check(const void *p, size_t size, const struct tlvhdr *tlv,
sys/net/ieee8023ad_lacp.c
2116
lacp_format_mac(const uint8_t *mac, char *buf, size_t buflen)
sys/net/ieee8023ad_lacp.c
2131
char *buf, size_t buflen)
sys/net/ieee8023ad_lacp.c
2143
lacp_format_portid(const struct lacp_portid *portid, char *buf, size_t buflen)
sys/net/ieee8023ad_lacp.c
2153
lacp_format_partner(const struct lacp_peerinfo *peer, char *buf, size_t buflen)
sys/net/ieee8023ad_lacp.c
2168
const struct lacp_peerinfo *b, char *buf, size_t buflen)
sys/net/ieee8023ad_lacp.c
2197
char *buf, size_t buflen)
sys/net/ieee8023ad_lacp.c
2207
lacp_format_state(uint8_t state, char *buf, size_t buflen)
sys/net/if.c
1601
ifa_alloc(size_t size, int flags)
sys/net/if.c
1951
link_alloc_sdl(size_t size, int flags)
sys/net/if.c
2176
size_t
sys/net/if.c
2190
ifr_buffer_set_length(void *data, size_t len)
sys/net/if.c
2309
size_t descrlen, nvbuflen;
sys/net/if.c
2999
size_t namelen, onamelen;
sys/net/if.c
4194
if_allocdescr(size_t sz, int malloc_flag)
sys/net/if.h
437
size_t length;
sys/net/if.h
535
size_t ifd_len;
sys/net/if_bridge.c
317
static int bridge_clone_create(struct if_clone *, char *, size_t,
sys/net/if_bridge.c
850
bridge_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_clone.c
117
static int ifc_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit);
sys/net/if_clone.c
122
static int ifc_simple_create_wrapper(struct if_clone *ifc, char *name, size_t maxlen,
sys/net/if_clone.c
124
static int ifc_advanced_create_wrapper(struct if_clone *ifc, char *name, size_t maxlen,
sys/net/if_clone.c
226
if_clone_create(char *name, size_t len, caddr_t params)
sys/net/if_clone.c
264
ifc_create_ifp_nl_default(struct if_clone *ifc, char *name, size_t len,
sys/net/if_clone.c
562
ifc_advanced_create_wrapper(struct if_clone *ifc, char *name, size_t maxlen,
sys/net/if_clone.c
602
ifc_simple_create_wrapper(struct if_clone *ifc, char *name, size_t maxlen,
sys/net/if_clone.c
905
ifc_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit)
sys/net/if_clone.c
941
ifc_copyin(const struct ifc_data *ifd, void *target, size_t len)
sys/net/if_clone.h
121
int ifc_copyin(const struct ifc_data *ifd, void *target, size_t len);
sys/net/if_clone.h
126
typedef int ifc_create_t(struct if_clone *, char *, size_t, caddr_t);
sys/net/if_clone.h
151
int if_clone_create(char *, size_t, caddr_t);
sys/net/if_clone.h
52
typedef int ifc_create_f(struct if_clone *ifc, char *name, size_t maxlen,
sys/net/if_clone.h
71
typedef int ifc_create_nl_f(struct if_clone *ifc, char *name, size_t maxlen,
sys/net/if_dl.h
76
struct sockaddr_dl *link_alloc_sdl(size_t size, int flags);
sys/net/if_dl.h
88
int link_ntoa_r(const struct sockaddr_dl *, char *, size_t *);
sys/net/if_enc.c
162
enc_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_enc.c
97
static int enc_clone_create(struct if_clone *, char *, size_t,
sys/net/if_epair.c
722
epair_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit)
sys/net/if_epair.c
780
epair_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_ethersubr.c
1007
ether_crc32_le(const uint8_t *buf, size_t len)
sys/net/if_ethersubr.c
1009
size_t i;
sys/net/if_ethersubr.c
1029
ether_crc32_le(const uint8_t *buf, size_t len)
sys/net/if_ethersubr.c
1037
size_t i;
sys/net/if_ethersubr.c
1053
ether_crc32_be(const uint8_t *buf, size_t len)
sys/net/if_ethersubr.c
1055
size_t i;
sys/net/if_gre.c
111
static int gre_clone_create(struct if_clone *, char *, size_t,
sys/net/if_gre.c
115
static int gre_clone_create_nl(struct if_clone *, char *, size_t,
sys/net/if_gre.c
231
gre_clone_create_nl(struct if_clone *ifc, char *name, size_t len,
sys/net/if_gre.c
352
gre_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_lagg.c
117
static int lagg_clone_create(struct if_clone *, char *, size_t,
sys/net/if_lagg.c
508
lagg_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_lagg.h
143
size_t ra_size; /* size of buffer */
sys/net/if_llatbl.c
134
size_t
sys/net/if_llatbl.c
136
size_t maxheld)
sys/net/if_llatbl.c
138
size_t pkts_dropped = 0;
sys/net/if_llatbl.c
320
size_t
sys/net/if_llatbl.c
323
size_t pkts_dropped = 0;
sys/net/if_llatbl.c
344
const char *linkhdr, size_t linkhdrsize, int lladdr_off)
sys/net/if_llatbl.c
391
const char *linkhdr, size_t linkhdrsize, int lladdr_off)
sys/net/if_llatbl.c
411
char *buf, size_t *bufsize, int *lladdr_off)
sys/net/if_llatbl.c
475
char *buf, size_t bufsize)
sys/net/if_llatbl.c
509
llentry_print_buf_lltable(const struct llentry *lle, char *buf, size_t bufsize)
sys/net/if_llatbl.c
596
size_t linkhdrsize;
sys/net/if_llatbl.c
648
size_t
sys/net/if_llatbl.c
651
size_t pkts_dropped;
sys/net/if_llatbl.c
973
size_t linkhdrsize;
sys/net/if_llatbl.h
239
size_t lltable_append_entry_queue(struct llentry *,
sys/net/if_llatbl.h
240
struct mbuf *, size_t);
sys/net/if_llatbl.h
246
size_t llentry_free(struct llentry *);
sys/net/if_llatbl.h
249
size_t lltable_drop_entry_queue(struct llentry *);
sys/net/if_llatbl.h
251
const char *linkhdr, size_t linkhdrsize, int lladdr_off);
sys/net/if_llatbl.h
253
const char *linkhdr, size_t linkhdrsize, int lladdr_off);
sys/net/if_llatbl.h
256
char *buf, size_t *bufsize, int *lladdr_off);
sys/net/if_loop.c
120
lo_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_mib.c
75
size_t dlen;
sys/net/if_ovpn.c
1580
size_t len;
sys/net/if_ovpn.c
2058
size_t len, ovpn_hdr_len;
sys/net/if_ovpn.c
2456
const size_t hdrlen = sizeof(ohdr) - sizeof(ohdr.auth_tag);
sys/net/if_ovpn.c
2481
size_t ohdrlen;
sys/net/if_ovpn.c
2699
ovpn_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_ovpn.c
412
size_t len;
sys/net/if_ovpn.c
429
size_t len;
sys/net/if_ovpn.c
679
size_t len;
sys/net/if_ovpn.c
689
size_t len;
sys/net/if_ovpn.c
879
size_t keylen = 0, ivlen = 0;
sys/net/if_pfsync.h
272
size_t len; /* The length of the nvlist data. */
sys/net/if_pfsync.h
273
size_t size; /* The total size of the data buffer. */
sys/net/if_private.h
66
size_t if_linkmiblen; /* length of above data */
sys/net/if_stf.c
241
stf_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_tuntap.c
1831
size_t len;
sys/net/if_tuntap.c
244
static int tun_clone_create(struct if_clone *, char *, size_t,
sys/net/if_tuntap.c
523
tun_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_var.h
189
size_t bufsize; /* size of provided buffer (r) */
sys/net/if_var.h
300
typedef int (if_snd_tag_status_str_t)(struct m_snd_tag *, char *buf, size_t *sz);
sys/net/if_var.h
468
struct ifaddr * ifa_alloc(size_t size, int flags);
sys/net/if_var.h
612
char *if_allocdescr(size_t sz, int malloc_flag);
sys/net/if_var.h
761
size_t ifr_buffer_get_length(void *data);
sys/net/if_vlan.c
1054
vlan_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_vlan.c
1237
vlan_clone_create_nl(struct if_clone *ifc, char *name, size_t len,
sys/net/if_vlan.c
133
size_t _i; \
sys/net/if_vlan.c
139
size_t _i; \
sys/net/if_vlan.c
152
size_t _i; \
sys/net/if_vlan.c
165
size_t _i; \
sys/net/if_vlan.c
323
static int vlan_clone_create(struct if_clone *, char *, size_t,
sys/net/if_vlan.c
327
static int vlan_clone_create_nl(struct if_clone *ifc, char *name, size_t len,
sys/net/if_vxlan.c
3209
vxlan_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net/if_vxlan.c
377
static int vxlan_clone_create(struct if_clone *, char *, size_t,
sys/net/if_vxlan.c
729
size_t size;
sys/net/mppc.h
51
extern size_t MPPC_SizeOfCompressionHistory(void);
sys/net/mppc.h
52
extern size_t MPPC_SizeOfDecompressionHistory(void);
sys/net/mppcc.c
131
size_t MPPC_SizeOfCompressionHistory(void)
sys/net/mppcd.c
91
size_t MPPC_SizeOfDecompressionHistory(void)
sys/net/netisr.c
347
size_t len;
sys/net/netmap_user.h
1041
nm_inject(struct nm_desc *d, const void *buf, size_t size)
sys/net/netmap_user.h
1050
size_t rem;
sys/net/netmap_user.h
119
((char *)(ring) + (ring)->buf_ofs + ((size_t)(index)*(ring)->nr_buf_size))
sys/net/netmap_user.h
271
size_t memsize;
sys/net/netmap_user.h
389
static int nm_inject(struct nm_desc *, const void *, size_t);
sys/net/netmap_user.h
540
win32_mmap_emulated(void *addr, size_t length, int prot, int flags, int fd, int32_t offset)
sys/net/pflow.h
379
int pflow_sysctl(int *, u_int, void *, size_t *, void *, size_t);
sys/net/pfvar.h
2706
VNET_DECLARE(size_t, pf_allkifcount);
sys/net/pfvar.h
2714
VNET_DECLARE(size_t, pf_allrulecount);
sys/net/pfvar.h
3001
uint8_t* pf_find_tcpopt(u_int8_t *, u_int8_t *, size_t,
sys/net/pfvar.h
3072
const struct pf_krule *, char *, size_t);
sys/net/route.h
409
void rt_ieee80211msg(struct ifnet *, int, void *, size_t);
sys/net/route/fib_algo.c
1157
size_t size;
sys/net/route/fib_algo.c
1559
size_t sz;
sys/net/route/fib_algo.c
751
size_t size = q_size * sizeof(struct fib_change_entry);
sys/net/route/nhgrp.c
230
size_t alloc_size;
sys/net/route/nhgrp.c
277
size_t alloc_size;
sys/net/route/nhgrp_ctl.c
146
calc_min_mpath_slots_fast(struct weightened_nhop *wn, size_t num_items,
sys/net/route/nhgrp_ctl.c
187
calc_min_mpath_slots(struct weightened_nhop *wn, size_t num_items)
sys/net/route/nhgrp_ctl.c
212
__noinline static size_t
sys/net/route/nhgrp_ctl.c
215
size_t sz;
sys/net/route/nhgrp_ctl.c
290
size_t sz = get_nhgrp_alloc_size(nhgrp_size, num_nhops);
sys/net/route/nhgrp_ctl.c
598
size_t sz;
sys/net/route/nhgrp_ctl.c
672
size_t sz;
sys/net/route/nhgrp_ctl.c
807
nhgrp_print_buf(const struct nhgrp_object *nhg, char *buf, size_t bufsize)
sys/net/route/nhgrp_ctl.c
834
char *buffer, size_t buffer_size, struct sysctl_req *w)
sys/net/route/nhgrp_ctl.c
842
size_t sz;
sys/net/route/nhgrp_ctl.c
944
size_t sz;
sys/net/route/nhop.c
232
size_t alloc_size;
sys/net/route/nhop.c
78
size_t alloc_size;
sys/net/route/nhop_ctl.c
1125
nhop_print_buf(const struct nhop_object *nh, char *buf, size_t bufsize)
sys/net/route/nhop_ctl.c
1162
nhop_print_buf_any(const struct nhop_object *nh, char *buf, size_t bufsize)
sys/net/route/nhop_ctl.c
1190
size_t addrs_len;
sys/net/route/nhop_utils.c
102
size_t size = bitmask_get_size(items);
sys/net/route/nhop_utils.c
42
#define _BLOCKS_TO_SZ(_blocks) ((size_t)(_blocks) * sizeof(u_long))
sys/net/route/nhop_utils.c
85
size_t
sys/net/route/nhop_utils.h
173
size_t bitmask_get_size(uint32_t items);
sys/net/route/route_debug.h
175
char *nhop_print_buf(const struct nhop_object *nh, char *buf, size_t bufsize);
sys/net/route/route_debug.h
176
char *nhop_print_buf_any(const struct nhop_object *nh, char *buf, size_t bufsize);
sys/net/route/route_debug.h
177
char *nhgrp_print_buf(const struct nhgrp_object *nhg, char *buf, size_t bufsize);
sys/net/route/route_debug.h
179
size_t bufsize);
sys/net/route/route_debug.h
180
char *llentry_print_buf_lltable(const struct llentry *lle, char *buf, size_t bufsize);
sys/net/route/route_debug.h
181
char *neigh_print_buf(const struct nhop_neigh *nn, char *buf, size_t bufsize);
sys/net/route/route_debug.h
182
char *rt_print_buf(const struct rtentry *rt, char *buf, size_t bufsize);
sys/net/route/route_helpers.c
628
rt_print_buf(const struct rtentry *rt, char *buf, size_t bufsize)
sys/net/rtsock.c
1486
size_t sdl_min_len = offsetof(struct sockaddr_dl, sdl_data);
sys/net/rtsock.c
2175
rt_ieee80211msg(struct ifnet *ifp, int what, void *data, size_t data_len)
sys/net/vnet.c
492
vnet_save_init(void *start, size_t size)
sys/net/vnet.c
506
vnet_restore_init(void *start, size_t size)
sys/net/vnet.h
317
void vnet_save_init(void *, size_t);
sys/net/vnet.h
318
void vnet_restore_init(void *, size_t);
sys/net80211/ieee80211_alq.c
121
ieee80211_alq_get(size_t len)
sys/net80211/ieee80211_alq.c
137
size_t len)
sys/net80211/ieee80211_alq.h
57
uint16_t srcid, const uint8_t *src, size_t len);
sys/net80211/ieee80211_crypto_ccmp.c
404
xor_block(uint8_t *b, const uint8_t *a, size_t len)
sys/net80211/ieee80211_crypto_ccmp.c
500
uint32_t m, u_int64_t pn, size_t dlen,
sys/net80211/ieee80211_crypto_ccmp.c
712
size_t data_len;
sys/net80211/ieee80211_crypto_gcm.c
160
ghash(const uint8_t *h, const uint8_t *x, size_t xlen, uint8_t *y)
sys/net80211/ieee80211_crypto_gcm.c
162
size_t m, i;
sys/net80211/ieee80211_crypto_gcm.c
182
size_t last = x + xlen - xpos;
sys/net80211/ieee80211_crypto_gcm.c
205
const uint8_t *x, size_t xlen, uint8_t *y)
sys/net80211/ieee80211_crypto_gcm.c
207
size_t i, n, last;
sys/net80211/ieee80211_crypto_gcm.c
247
aes_gcm_prepare_j0(const uint8_t *iv, size_t iv_len, const uint8_t *H,
sys/net80211/ieee80211_crypto_gcm.c
272
size_t len, uint8_t *out)
sys/net80211/ieee80211_crypto_gcm.c
286
aes_gcm_ghash(const uint8_t *H, const uint8_t *aad, size_t aad_len,
sys/net80211/ieee80211_crypto_gcm.c
287
const uint8_t *crypt, size_t crypt_len, uint8_t *S)
sys/net80211/ieee80211_crypto_gcm.c
309
ieee80211_crypto_aes_gcm_ae(rijndael_ctx *aes, const uint8_t *iv, size_t iv_len,
sys/net80211/ieee80211_crypto_gcm.c
310
const uint8_t *plain, size_t plain_len,
sys/net80211/ieee80211_crypto_gcm.c
311
const uint8_t *aad, size_t aad_len, uint8_t *crypt, uint8_t *tag)
sys/net80211/ieee80211_crypto_gcm.c
338
ieee80211_crypto_aes_gcm_ad(rijndael_ctx *aes, const uint8_t *iv, size_t iv_len,
sys/net80211/ieee80211_crypto_gcm.c
339
const uint8_t *crypt, size_t crypt_len,
sys/net80211/ieee80211_crypto_gcm.c
340
const uint8_t *aad, size_t aad_len, const uint8_t *tag, uint8_t *plain)
sys/net80211/ieee80211_crypto_gcm.c
46
xor_block(uint8_t *b, const uint8_t *a, size_t len)
sys/net80211/ieee80211_crypto_gcm.h
48
size_t iv_len, const uint8_t *plain, size_t plain_len,
sys/net80211/ieee80211_crypto_gcm.h
49
const uint8_t *aad, size_t aad_len, uint8_t *crypt, uint8_t *tag);
sys/net80211/ieee80211_crypto_gcm.h
52
size_t iv_len, const uint8_t *crypt, size_t crypt_len,
sys/net80211/ieee80211_crypto_gcm.h
53
const uint8_t *aad, size_t aad_len, const uint8_t *tag,
sys/net80211/ieee80211_crypto_tkip.c
667
wep_encrypt(u8 *key, struct mbuf *m0, u_int off, size_t data_len,
sys/net80211/ieee80211_crypto_tkip.c
671
size_t buflen;
sys/net80211/ieee80211_crypto_tkip.c
728
wep_decrypt(u8 *key, struct mbuf *m, u_int off, size_t data_len)
sys/net80211/ieee80211_crypto_tkip.c
733
size_t buflen;
sys/net80211/ieee80211_crypto_tkip.c
876
struct mbuf *m, u_int off, size_t data_len,
sys/net80211/ieee80211_crypto_tkip.c
98
struct mbuf *m, u_int off, size_t data_len,
sys/net80211/ieee80211_crypto_wep.c
354
size_t buflen, data_len;
sys/net80211/ieee80211_crypto_wep.c
437
size_t buflen, data_len;
sys/net80211/ieee80211_freebsd.c
116
wlan_clone_create(struct if_clone *ifc, char *name, size_t len,
sys/net80211/ieee80211_freebsd.c
523
ieee80211_realign(struct ieee80211vap *vap, struct mbuf *m, size_t align)
sys/net80211/ieee80211_freebsd.c
802
net80211_get_random_bytes(void *p, size_t n)
sys/net80211/ieee80211_freebsd.c
808
size_t nb = n > sizeof(uint32_t) ? sizeof(uint32_t) : n;
sys/net80211/ieee80211_freebsd.h
377
void net80211_get_random_bytes(void *, size_t);
sys/net80211/ieee80211_hwmp.c
582
uint8_t *ie, size_t len)
sys/net80211/ieee80211_hwmp.c
70
uint8_t *, size_t);
sys/net80211/ieee80211_input.h
311
struct mbuf *ieee80211_realign(struct ieee80211vap *, struct mbuf *, size_t);
sys/net80211/ieee80211_ioctl.c
214
const size_t off = __offsetof(struct ieee80211req_sta_stats, is_stats);
sys/net80211/ieee80211_ioctl.c
236
size_t space;
sys/net80211/ieee80211_ioctl.c
239
static size_t
sys/net80211/ieee80211_ioctl.c
242
size_t len;
sys/net80211/ieee80211_ioctl.c
352
size_t space;
sys/net80211/ieee80211_ioctl.c
355
static size_t
sys/net80211/ieee80211_ioctl.c
356
sta_space(const struct ieee80211_node *ni, size_t *ielen)
sys/net80211/ieee80211_ioctl.c
367
size_t ielen;
sys/net80211/ieee80211_ioctl.c
382
size_t ielen, len;
sys/net80211/ieee80211_ioctl.c
457
struct ieee80211_node *ni, size_t off)
sys/net80211/ieee80211_ioctl.c
461
size_t space;
sys/net80211/ieee80211_ioctl.c
504
const size_t off = __offsetof(struct ieee80211req_sta_req, info);
sys/net80211/ieee80211_ioctl.c
669
size_t len = ireq->i_len;
sys/net80211/ieee80211_ioctl.c
680
size_t len = ireq->i_len;
sys/net80211/ieee80211_mesh.c
3415
size_t len, off;
sys/net80211/ieee80211_mesh.h
471
const size_t mpp_privlen; /* size required in the routing table
sys/net80211/ieee80211_node.c
2588
size_t size;
sys/net80211/ieee80211_output.c
2473
uint8_t **frmp, uint32_t *frmlen, const uint8_t *ssid, size_t ssidlen,
sys/net80211/ieee80211_output.c
2557
const uint8_t *ssid, size_t ssidlen)
sys/net80211/ieee80211_proto.h
116
uint8_t **, uint32_t *, const uint8_t *, size_t, bool);
sys/net80211/ieee80211_proto.h
121
const uint8_t *ssid, size_t ssidlen);
sys/net80211/ieee80211_radiotap.c
261
size_t align, width;
sys/net80211/ieee80211_regdomain.c
200
sort_channels(void *a, size_t n, size_t size)
sys/net80211/ieee80211_scan.h
238
size_t ies_len; /* length of all captured ies */
sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
169
const size_t ubt_rtl_devs_sizeof = sizeof(ubt_rtl_devs);
sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h
168
extern const size_t ubt_rtl_devs_sizeof;
sys/netgraph/netflow/netflow_v9.c
239
size_t len = 0;
sys/netgraph/ng_base.c
1274
const size_t namelen = strlen(tp->name);
sys/netgraph/ng_base.c
2292
size_t st, su, sl;
sys/netgraph/ng_bridge.c
148
size_t len;
sys/netgraph/ng_bridge.c
719
size_t len = m->m_pkthdr.len;
sys/netgraph/ng_macfilter.c
420
size_t len = (mfp->mf_mac_used - i) * sizeof(mf_macs[0]);
sys/netgraph/ng_macfilter.c
439
size_t len = (mfp->mf_mac_used - i) * sizeof(mf_macs[0]);
sys/netgraph/ng_parse.c
85
#define INT16_ALIGNMENT ((size_t)&((struct int16_temp *)0)->y)
sys/netgraph/ng_parse.c
86
#define INT32_ALIGNMENT ((size_t)&((struct int32_temp *)0)->y)
sys/netgraph/ng_parse.c
87
#define INT64_ALIGNMENT ((size_t)&((struct int64_temp *)0)->y)
sys/netgraph/ng_pppoe.c
1071
size_t len;
sys/netgraph/ng_pppoe.c
1104
size_t len = 0;
sys/netgraph/ng_rfc1490.c
225
size_t len;
sys/netgraph/ng_tty.c
346
static size_t
sys/netgraph/ng_tty.c
347
ngt_getc_inject(struct tty *tp, void *buf, size_t len)
sys/netgraph/ng_tty.c
350
size_t total = 0;
sys/netgraph/ng_tty.c
390
static size_t
sys/netgraph/ng_tty.c
404
static size_t
sys/netgraph/ng_tty.c
405
ngt_rint_bypass(struct tty *tp, const void *buf, size_t len)
sys/netgraph/ng_tty.c
410
size_t total = 0;
sys/netgraph/ng_tty.c
501
static size_t
sys/netgraph/ng_tty.c
89
size_t outqlen; /* Number of bytes in outq */
sys/netgraph/ng_vlan_rotate.c
401
size_t expected_len = sizeof(struct ether_vlan_stack_header)
sys/netinet/cc/cc.c
202
size_t bufsz, outsz;
sys/netinet/cc/cc.h
151
size_t (*cc_data_sz)(void);
sys/netinet/cc/cc_cdg.c
227
static size_t cdg_data_sz(void);
sys/netinet/cc/cc_cdg.c
287
static size_t
sys/netinet/cc/cc_chd.c
315
size_t
sys/netinet/cc/cc_chd.c
98
static size_t chd_data_sz(void);
sys/netinet/cc/cc_cubic.c
372
static size_t
sys/netinet/cc/cc_cubic.c
86
static size_t cubic_data_sz(void);
sys/netinet/cc/cc_dctcp.c
167
static size_t
sys/netinet/cc/cc_dctcp.c
91
static size_t dctcp_data_sz(void);
sys/netinet/cc/cc_hd.c
107
static size_t
sys/netinet/cc/cc_hd.c
86
static size_t hd_data_sz(void);
sys/netinet/cc/cc_htcp.c
149
static size_t htcp_data_sz(void);
sys/netinet/cc/cc_htcp.c
246
static size_t
sys/netinet/cc/cc_newreno.c
167
static size_t
sys/netinet/cc/cc_newreno.c
94
static size_t newreno_data_sz(void);
sys/netinet/cc/cc_vegas.c
176
static size_t
sys/netinet/cc/cc_vegas.c
95
static size_t vegas_data_sz(void);
sys/netinet/if_ether.c
1172
size_t linkhdrsize;
sys/netinet/if_ether.c
301
size_t pkts_dropped = llentry_free(lle);
sys/netinet/if_ether.c
317
size_t *bufsize)
sys/netinet/if_ether.c
354
size_t linkhdrsize;
sys/netinet/if_ether.c
540
size_t dropped = lltable_append_entry_queue(la, m, V_arp_maxhold);
sys/netinet/if_ether.c
784
size_t linkhdrsize;
sys/netinet/in.c
1578
size_t pkts_dropped;
sys/netinet/in.c
1717
size_t linkhdrsize;
sys/netinet/in_fib_algo.c
150
size_t sz;
sys/netinet/in_fib_algo.c
563
size_t sz;
sys/netinet/in_mcast.c
1627
size_t nsrcs, ncsrcs;
sys/netinet/in_pcb.c
258
size_t bytes;
sys/netinet/in_pcb.h
500
size_t ips_size;
sys/netinet/in_var.h
265
static inline size_t
sys/netinet/in_var.h
269
size_t num = 0;
sys/netinet/ip_options.c
493
(size_t )(m->m_len - sizeof(struct ip)));
sys/netinet/libalias/alias.c
1089
size_t dlen;
sys/netinet/libalias/alias.c
442
size_t dlen;
sys/netinet/libalias/alias.c
469
dlen < (size_t)ICMP_ADVLEN(ic))
sys/netinet/libalias/alias.c
744
size_t dlen;
sys/netinet/libalias/alias.c
959
size_t dlen;
sys/netinet/libalias/alias_skinny.c
300
size_t hlen, tlen, dlen;
sys/netinet/libalias/alias_skinny.c
304
size_t orig_len, skinny_hdr_len = sizeof(struct skinny_header);
sys/netinet/netdump/netdump_client.c
115
size_t nd_buf_len;
sys/netinet/netdump/netdump_client.c
237
netdump_dumper(void *priv __unused, void *virtual, off_t offset, size_t length)
sys/netinet/netdump/netdump_client.c
91
off_t offset, size_t length);
sys/netinet/sctp_auth.c
143
size_t
sys/netinet/sctp_auth.h
111
extern size_t sctp_auth_get_chklist_size(const sctp_auth_chklist_t *list);
sys/netinet/sctp_indata.c
1696
size_t clen;
sys/netinet/sctp_indata.c
1729
if ((size_t)chk_length == clen) {
sys/netinet/sctp_output.c
3453
sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize)
sys/netinet/sctp_output.c
4957
while ((phdr != NULL) && ((size_t)limit >= sizeof(struct sctp_paramhdr))) {
sys/netinet/sctp_syscalls.c
552
error = copyout(fromsa, uap->from, (size_t)len);
sys/netinet/sctp_uio.h
1303
sctp_sendmsg(int, const void *, size_t, const struct sockaddr *,
sys/netinet/sctp_uio.h
1308
sctp_send(int, const void *, size_t,
sys/netinet/sctp_uio.h
1313
sctp_sendx(int, const void *, size_t, struct sockaddr *,
sys/netinet/sctp_uio.h
1318
sctp_sendmsgx(int sd, const void *, size_t, struct sockaddr *,
sys/netinet/sctp_uio.h
1325
sctp_recvmsg(int, void *, size_t, struct sockaddr *, socklen_t *,
sys/netinet/sctp_usrreq.c
1000
size_t actual;
sys/netinet/sctp_usrreq.c
1191
size_t sa_len;
sys/netinet/sctp_usrreq.c
1227
static size_t
sys/netinet/sctp_usrreq.c
1230
size_t limit,
sys/netinet/sctp_usrreq.c
1233
size_t size;
sys/netinet/sctp_usrreq.c
1243
static size_t
sys/netinet/sctp_usrreq.c
1247
size_t size;
sys/netinet/sctp_usrreq.c
1322
static size_t
sys/netinet/sctp_usrreq.c
1325
size_t size;
sys/netinet/sctp_usrreq.c
1336
size_t optsize, void *p, int delay)
sys/netinet/sctp_usrreq.c
1505
sctp_getopt(struct socket *so, int optname, void *optval, size_t *optsize,
sys/netinet/sctp_usrreq.c
1846
size_t limit;
sys/netinet/sctp_usrreq.c
2145
size_t size;
sys/netinet/sctp_usrreq.c
2198
size_t cpsz, left;
sys/netinet/sctp_usrreq.c
2274
size_t limit, actual;
sys/netinet/sctp_usrreq.c
2846
size_t size;
sys/netinet/sctp_usrreq.c
2911
size_t size = 0;
sys/netinet/sctp_usrreq.c
2962
size_t size = 0;
sys/netinet/sctp_usrreq.c
3719
sctp_setopt(struct socket *so, int optname, void *optval, size_t optsize,
sys/netinet/sctp_usrreq.c
4268
size_t size;
sys/netinet/sctp_usrreq.c
6870
size_t optsize = 0;
sys/netinet/sctp_usrreq.c
991
static size_t
sys/netinet/sctp_usrreq.c
994
size_t limit,
sys/netinet/sctputil.c
4995
size_t info_len;
sys/netinet/sctputil.c
568
sctp_fill_stat_log(void *optval SCTP_UNUSED, size_t *optsize SCTP_UNUSED)
sys/netinet/sctputil.c
5978
size_t len;
sys/netinet/sctputil.c
6012
memcpy(from, &store, min((size_t)fromlen, len));
sys/netinet/sctputil.c
6620
size_t incr = 0;
sys/netinet/sctputil.h
310
int sctp_fill_stat_log(void *, size_t *);
sys/netinet/tcp_hpts.c
1832
size_t sz, asz;
sys/netinet/tcp_input.c
3719
size_t min_protoh = isipv6 ?
sys/netinet/tcp_input.c
3723
size_t min_protoh = sizeof(struct tcpiphdr);
sys/netinet/tcp_input.c
3960
size_t min_protoh;
sys/netinet/tcp_log_buf.c
1034
size_t
sys/netinet/tcp_log_buf.c
1037
size_t len;
sys/netinet/tcp_log_buf.c
1058
size_t
sys/netinet/tcp_log_buf.c
1063
size_t len;
sys/netinet/tcp_log_buf.c
2058
tcp_log_copyout(struct sockopt *sopt, void *src, void *dst, size_t len)
sys/netinet/tcp_log_buf.c
2073
size_t entrysize;
sys/netinet/tcp_log_buf.c
2153
size_t outsize, entrysize;
sys/netinet/tcp_log_buf.c
2272
(size_t)((caddr_t)out_entry - (caddr_t)sopt->sopt_val),
sys/netinet/tcp_log_buf.c
2282
sopt->sopt_valsize = (size_t)((caddr_t)out_entry -
sys/netinet/tcp_log_buf.c
2860
tcp_log_sendfile(struct socket *so, off_t offset, size_t nbytes, int flags)
sys/netinet/tcp_log_buf.h
559
size_t tcp_log_get_id(struct tcpcb *tp, char *buf);
sys/netinet/tcp_log_buf.h
560
size_t tcp_log_get_tag(struct tcpcb *tp, char *buf);
sys/netinet/tcp_log_buf.h
570
void tcp_log_sendfile(struct socket *so, off_t offset, size_t nbytes,
sys/netinet/tcp_lro.c
178
size_t size;
sys/netinet/tcp_ratelimit.c
527
size_t sz;
sys/netinet/tcp_stacks/rack.c
14424
size_t sz;
sys/netinet/tcp_stacks/rack_pcm.c
182
size_t sz;
sys/netinet/tcp_stats.c
185
size_t seed_len)
sys/netinet/tcp_subr.c
2716
size_t buflen, len, sz;
sys/netinet/tcp_subr.c
4141
size_t size;
sys/netinet/tcp_subr.c
710
size_t bufsz, outsz;
sys/netinet/tcp_usrreq.c
1923
size_t mem_sz;
sys/netinet/tcp_usrreq.c
2043
size_t len;
sys/netinet/tcp_var.h
1546
size_t seed_len);
sys/netinet6/icmp6.c
150
static void icmp6_reflect(struct mbuf *, size_t);
sys/netinet6/icmp6.c
2004
icmp6_reflect(struct mbuf *m, size_t off)
sys/netinet6/icmp6.c
2032
size_t l;
sys/netinet6/icmp6.c
2045
size_t l;
sys/netinet6/icmp6.c
2375
size_t maxlen;
sys/netinet6/icmp6.c
2573
size_t extra;
sys/netinet6/in6.c
2395
size_t linkhdrsize;
sys/netinet6/in6.h
723
extern size_t inet6_rthdr_space(int, int);
sys/netinet6/in6_ifattach.c
191
in6_get_interface_hwaddr(struct ifnet *ifp, size_t *len)
sys/netinet6/in6_ifattach.c
265
size_t hwaddr_len;
sys/netinet6/in6_ifattach.c
347
size_t netiface_len, hostuuid_len;
sys/netinet6/in6_mcast.c
1671
size_t nsrcs, ncsrcs;
sys/netinet6/in6_var.h
672
static inline size_t
sys/netinet6/in6_var.h
676
size_t num = 0;
sys/netinet6/ip6_var.h
402
int ip6_sysctl(int *, u_int, void *, size_t *, void *, size_t);
sys/netinet6/nd6.c
1396
size_t sz;
sys/netinet6/nd6.c
1975
size_t linkhdrsize;
sys/netinet6/nd6.c
2463
size_t dropped;
sys/netinet6/nd6_nbr.c
681
size_t linkhdrsize;
sys/netipsec/ipsec.c
1112
size_t
sys/netipsec/ipsec.c
1115
size_t size;
sys/netipsec/ipsec.c
1177
size_t
sys/netipsec/ipsec.c
1182
size_t sz;
sys/netipsec/ipsec.h
356
size_t ipsec_hdrsiz_internal(struct secpolicy *);
sys/netipsec/ipsec_offload.c
94
size_t hdr_ext_size;
sys/netipsec/ipsec_output.c
1090
static size_t
sys/netipsec/ipsec_output.c
1095
size_t pmtu;
sys/netipsec/ipsec_output.c
110
static size_t ipsec_get_pmtu(struct secasvar *sav);
sys/netipsec/ipsec_output.c
340
size_t hlen, pmtu;
sys/netipsec/ipsec_output.c
760
size_t hlen, pmtu;
sys/netipsec/ipsec_pcb.c
286
void *request, size_t len)
sys/netipsec/ipsec_pcb.c
376
ipsec_get_pcbpolicy(struct inpcb *inp, void *request, size_t *len)
sys/netipsec/ipsec_pcb.c
437
size_t optlen;
sys/netipsec/ipsec_support.h
199
size_t ipsec_kmod_hdrsize(struct ipsec_support * const, struct inpcb *);
sys/netipsec/ipsec_support.h
49
size_t ipsec_hdrsiz_inpcb(struct inpcb *);
sys/netipsec/ipsec_support.h
86
size_t (*hdrsize)(struct inpcb *);
sys/netipsec/key.c
1554
key_msg2sp(struct sadb_x_policy *xpl0, size_t len, int *error)
sys/netipsec/key.c
1840
size_t tlen;
sys/netipsec/key.c
1856
key_sp2msg(struct secpolicy *sp, void *request, size_t *len)
sys/netipsec/key.c
1861
size_t xlen, ilen;
sys/netipsec/key.c
2828
static size_t
sys/netipsec/key.c
2831
size_t tlen, len;
sys/netipsec/key.c
3457
size_t len;
sys/netipsec/key.c
4050
size_t len;
sys/netipsec/key.c
4095
size_t len;
sys/netipsec/key.c
4125
size_t len;
sys/netipsec/key.c
4150
size_t len;
sys/netipsec/key.c
4177
size_t len;
sys/netipsec/key.c
4250
size_t len;
sys/netipsec/key.c
4282
size_t len;
sys/netipsec/key.c
4581
const struct sockaddr *sa2, size_t mask)
sys/netipsec/key.c
673
static size_t key_getspreqmsglen(struct secpolicy *);
sys/netipsec/key.c
8351
size_t off, end;
sys/netipsec/key.h
54
struct secpolicy *key_msg2sp(struct sadb_x_policy *, size_t, int *);
sys/netipsec/key.h
55
int key_sp2msg(struct secpolicy *, void *, size_t *);
sys/netipsec/key.h
76
size_t);
sys/netipsec/key_debug.c
699
kdebug_port2str(const struct sockaddr *sa, char *buf, size_t len)
sys/netipsec/key_debug.c
976
ipsec_sa2str(struct secasvar *sav, char *buf, size_t size)
sys/netipsec/key_debug.h
98
char *ipsec_sa2str(struct secasvar *, char *, size_t);
sys/netipsec/subr_ipsec.c
372
IPSEC_KMOD_METHOD(size_t, ipsec_kmod_hdrsize, sc,
sys/netipsec/xform.h
114
extern size_t ah_hdrsiz(struct secasvar *);
sys/netipsec/xform.h
117
extern size_t esp_hdrsiz(struct secasvar *sav);
sys/netipsec/xform_ah.c
146
size_t
sys/netipsec/xform_ah.c
149
size_t size;
sys/netipsec/xform_esp.c
109
size_t
sys/netipsec/xform_esp.c
112
size_t size;
sys/netlink/ktest_netlink_message_writer.h
33
bool nlmsg_get_buf_wrapper(struct nl_writer *nw, size_t size, bool waitok);
sys/netlink/ktest_netlink_message_writer.h
38
nlmsg_get_buf_wrapper(struct nl_writer *nw, size_t size, bool waitok)
sys/netlink/netlink_ctl.h
94
uint16_t genl_register_family(const char *family_name, size_t hdrsize,
sys/netlink/netlink_domain.c
561
size_t len;
sys/netlink/netlink_generic.c
358
genl_register_family(const char *family_name, size_t hdrsize,
sys/netlink/netlink_generic.c
446
size_t sz = cmd_size * sizeof(struct genl_cmd);
sys/netlink/netlink_glue.c
113
nl_writer_unicast_stub(struct nl_writer *nw, size_t size, struct nlpcb *nlp,
sys/netlink/netlink_glue.c
120
nl_writer_group_stub(struct nl_writer *nw, size_t size, uint16_t protocol,
sys/netlink/netlink_glue.c
139
size_t required_len __unused)
sys/netlink/netlink_glue.c
216
nl_writer_unicast(struct nl_writer *nw, size_t size, struct nlpcb *nlp,
sys/netlink/netlink_glue.c
223
nl_writer_group(struct nl_writer *nw, size_t size, uint16_t protocol,
sys/netlink/netlink_glue.c
242
nlmsg_refill_buffer(struct nl_writer *nw, size_t required_len)
sys/netlink/netlink_io.c
57
nl_buf_alloc(size_t len, int mflag)
sys/netlink/netlink_message_parser.c
475
int target_size = (size_t)arg;
sys/netlink/netlink_message_parser.c
527
size_t size = (size_t)arg;
sys/netlink/netlink_message_writer.c
143
_nlmsg_refill_buffer(struct nl_writer *nw, size_t required_len)
sys/netlink/netlink_message_writer.c
146
size_t completed_len, new_len, last_len;
sys/netlink/netlink_message_writer.c
208
size_t required_len;
sys/netlink/netlink_message_writer.c
347
nlmsg_reserve_data_raw(struct nl_writer *nw, size_t sz)
sys/netlink/netlink_message_writer.c
372
size_t required_len;
sys/netlink/netlink_message_writer.c
48
nlmsg_get_buf(struct nl_writer *nw, size_t len, bool waitok)
sys/netlink/netlink_message_writer.c
76
_nl_writer_unicast(struct nl_writer *nw, size_t size, struct nlpcb *nlp,
sys/netlink/netlink_message_writer.c
88
_nl_writer_group(struct nl_writer *nw, size_t size, uint16_t protocol,
sys/netlink/netlink_message_writer.h
114
nlmsg_refill_buffer(struct nl_writer *nw, size_t required_size)
sys/netlink/netlink_message_writer.h
147
bool nl_writer_unicast(struct nl_writer *, size_t, struct nlpcb *, bool waitok);
sys/netlink/netlink_message_writer.h
148
bool nl_writer_group(struct nl_writer *, size_t, uint16_t, uint16_t, int,
sys/netlink/netlink_message_writer.h
153
bool nlmsg_refill_buffer(struct nl_writer *nw, size_t required_size);
sys/netlink/netlink_message_writer.h
191
void *nlmsg_reserve_data_raw(struct nl_writer *nw, size_t sz);
sys/netlink/netlink_message_writer.h
72
bool _nl_writer_unicast(struct nl_writer *, size_t, struct nlpcb *nlp, bool);
sys/netlink/netlink_message_writer.h
73
bool _nl_writer_group(struct nl_writer *, size_t, uint16_t, uint16_t, int,
sys/netlink/netlink_message_writer.h
78
bool _nlmsg_refill_buffer(struct nl_writer *nw, size_t required_len);
sys/netlink/netlink_message_writer.h
88
nl_writer_unicast(struct nl_writer *nw, size_t size, struct nlpcb *nlp,
sys/netlink/netlink_message_writer.h
95
nl_writer_group(struct nl_writer *nw, size_t size, uint16_t proto,
sys/netlink/netlink_snl.h
1083
snl_realloc_msg_buffer(struct snl_writer *nw, size_t sz)
sys/netlink/netlink_snl.h
1113
snl_reserve_msg_data_raw(struct snl_writer *nw, size_t sz)
sys/netlink/netlink_snl.h
119
size_t off;
sys/netlink/netlink_snl.h
120
size_t bufsize;
sys/netlink/netlink_snl.h
121
size_t datalen;
sys/netlink/netlink_snl.h
542
if ((size_t)NLA_DATA_LEN(nla) != (size_t)arg)
sys/netlink/netlink_snl.h
545
memcpy(target, NLA_DATA_CONST(nla), (size_t)arg);
sys/netlink/netlink_snl.h
648
size_t maxlen = NLA_DATA_LEN(nla);
sys/netlink/netlink_snl.h
680
strlcpy((char *)target, tmp, (size_t)arg);
sys/netlink/netlink_snl.h
690
size_t maxlen = NLA_DATA_LEN(nla);
sys/netlink/netlink_sysevent.c
113
sysevent_new_group(size_t index, const char *name)
sys/netlink/netlink_sysevent.c
128
for (size_t i = 0; i < MAX_SYSEVENT_GROUPS; i++) {
sys/netlink/netlink_sysevent.c
162
for (size_t i = 0; i < nitems(devctl_systems); i++) {
sys/netlink/netlink_sysevent.c
176
for (size_t i = 0; i < MAX_SYSEVENT_GROUPS; i++) {
sys/netlink/netlink_var.h
139
struct nl_buf *nl_buf_alloc(size_t len, int mflag);
sys/netlink/netlink_var.h
161
bool (*nlmsg_refill_buffer)(struct nl_writer *nw, size_t required_len);
sys/netlink/netlink_var.h
166
bool (*nl_writer_unicast)(struct nl_writer *nw, size_t size,
sys/netlink/netlink_var.h
168
bool (*nl_writer_group)(struct nl_writer *nw, size_t size,
sys/netlink/route/neigh.c
411
size_t linkhdrsize = sizeof(linkhdr);
sys/netlink/route/nexthop.c
574
size_t alloc_size;
sys/netlink/route/nexthop.c
602
size_t alloc_size = CHT_SLIST_GET_RESIZE_SIZE(num_buckets);
sys/netpfil/ipfilter/netinet/fil.c
10046
size_t len;
sys/netpfil/ipfilter/netinet/fil.c
3783
memstr(const char *src, char *dst, size_t slen, size_t dlen)
sys/netpfil/ipfilter/netinet/fil.c
4085
ipf_copyin_indirect(ipf_main_softc_t *softc, void *src, void *dst, size_t size)
sys/netpfil/ipfilter/netinet/fil.c
4118
ipf_copyout_indirect(ipf_main_softc_t *softc, void *src, void *dst, size_t size)
sys/netpfil/ipfilter/netinet/fil.c
7003
ipf_tune_array_copy(void *base, size_t size, ipftuneable_t *template)
sys/netpfil/ipfilter/netinet/ip_compat.h
357
extern int bcopywrap(void *, void *, size_t);
sys/netpfil/ipfilter/netinet/ip_compat.h
358
extern mb_t *allocmbt(size_t);
sys/netpfil/ipfilter/netinet/ip_compat.h
400
extern mb_t *allocmbt(size_t);
sys/netpfil/ipfilter/netinet/ip_compat.h
667
# define offsetof(t,m) (size_t)((&((t *)0L)->m))
sys/netpfil/ipfilter/netinet/ip_dstlist.c
254
static size_t
sys/netpfil/ipfilter/netinet/ip_dstlist.c
629
size_t size;
sys/netpfil/ipfilter/netinet/ip_dstlist.c
79
static size_t ipf_dstlist_flush(ipf_main_softc_t *, void *,
sys/netpfil/ipfilter/netinet/ip_fil.h
1624
extern size_t msgdsize(mb_t *);
sys/netpfil/ipfilter/netinet/ip_fil.h
1625
extern int bcopywrap(void *, void *, size_t);
sys/netpfil/ipfilter/netinet/ip_fil.h
1644
extern size_t mbufchainlen(mb_t *);
sys/netpfil/ipfilter/netinet/ip_fil.h
1671
extern char *memstr(const char *, char *, size_t, size_t);
sys/netpfil/ipfilter/netinet/ip_fil.h
1682
extern int ipf_copyin_indirect(ipf_main_softc_t *, void *, void *, size_t);
sys/netpfil/ipfilter/netinet/ip_fil.h
1684
size_t);
sys/netpfil/ipfilter/netinet/ip_fil.h
1745
extern ipftuneable_t *ipf_tune_array_copy(void *, size_t,
sys/netpfil/ipfilter/netinet/ip_fil.h
1766
void **, size_t *, int *, int);
sys/netpfil/ipfilter/netinet/ip_fil.h
965
size_t ipl_dsize;
sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
1134
size_t
sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
1137
size_t len;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1028
size_t len)
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1031
register size_t i = len;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1109
size_t len)
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1112
register size_t i = len;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1192
size_t len)
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
281
size_t nlen, olen;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
73
int ipf_p_ftp_complete(char *, size_t);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
812
size_t nlen, olen;
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
88
int ipf_p_ftp_valid(ipf_ftp_softc_t *, ftpinfo_t *, int, char *, size_t);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
90
size_t);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
92
size_t);
sys/netpfil/ipfilter/netinet/ip_htable.c
61
static size_t ipf_htable_flush(ipf_main_softc_t *, void *,
sys/netpfil/ipfilter/netinet/ip_htable.c
802
static size_t
sys/netpfil/ipfilter/netinet/ip_htable.c
807
size_t freed;
sys/netpfil/ipfilter/netinet/ip_htable.h
48
size_t iph_size; /* size of hash table */
sys/netpfil/ipfilter/netinet/ip_irc_pxy.c
19
int ipf_p_irc_complete(ircinfo_t *, char *, size_t);
sys/netpfil/ipfilter/netinet/ip_irc_pxy.c
250
size_t nlen = 0, olen;
sys/netpfil/ipfilter/netinet/ip_irc_pxy.c
68
ipf_p_irc_complete(ircinfo_t *ircp, char *buf, size_t len)
sys/netpfil/ipfilter/netinet/ip_irc_pxy.c
71
register size_t i;
sys/netpfil/ipfilter/netinet/ip_log.c
336
register size_t hlen;
sys/netpfil/ipfilter/netinet/ip_log.c
338
size_t sizes[2];
sys/netpfil/ipfilter/netinet/ip_log.c
508
size_t *itemsz, int *types, int cnt)
sys/netpfil/ipfilter/netinet/ip_log.c
513
size_t len;
sys/netpfil/ipfilter/netinet/ip_log.c
636
size_t dlen;
sys/netpfil/ipfilter/netinet/ip_lookup.h
29
size_t iplo_size; /* sizeof struct at iplo_struct */
sys/netpfil/ipfilter/netinet/ip_lookup.h
96
size_t (*ipfl_flush)(ipf_main_softc_t *, void *,
sys/netpfil/ipfilter/netinet/ip_nat.c
6068
size_t sizes[1];
sys/netpfil/ipfilter/netinet/ip_nat.c
7218
size_t len;
sys/netpfil/ipfilter/netinet/ip_nat6.c
3650
size_t len;
sys/netpfil/ipfilter/netinet/ip_pool.c
1067
static size_t
sys/netpfil/ipfilter/netinet/ip_pool.c
84
static size_t ipf_pool_flush(ipf_main_softc_t *, void *, iplookupflush_t *);
sys/netpfil/ipfilter/netinet/ip_proxy.h
201
size_t irc_len;
sys/netpfil/ipfilter/netinet/ip_proxy.h
88
size_t apc_dsize;
sys/netpfil/ipfilter/netinet/ip_state.c
4275
size_t sizes[1];
sys/netpfil/ipfilter/netinet/mlfk_ipl.c
385
arg1 = (void *)((uintptr_t)nat_softc + (size_t)arg2);
sys/netpfil/ipfilter/netinet/mlfk_ipl.c
399
arg1 = (void *)((uintptr_t)state_softc + (size_t)arg2);
sys/netpfil/ipfilter/netinet/mlfk_ipl.c
413
arg1 = (void *)((uintptr_t)auth_softc + (size_t)arg2);
sys/netpfil/ipfilter/netinet/mlfk_ipl.c
427
arg1 = (void *)((uintptr_t)frag_softc + (size_t)arg2);
sys/netpfil/ipfw/dn_sched.h
59
size_t schk_datalen;
sys/netpfil/ipfw/dn_sched.h
64
size_t si_datalen;
sys/netpfil/ipfw/dn_sched.h
66
size_t q_datalen; /* per-queue parameters (e.g. S,F) */
sys/netpfil/ipfw/ip_dn_private.h
441
int do_config(void *p, size_t l);
sys/netpfil/ipfw/ip_dummynet.c
1359
size_t sopt_valsize;
sys/netpfil/ipfw/ip_dummynet.c
1414
size_t sopt_valsize;
sys/netpfil/ipfw/ip_dummynet.c
2004
do_config(void *p, size_t l)
sys/netpfil/ipfw/ip_dummynet.c
2232
size_t sopt_valsize;
sys/netpfil/ipfw/ip_dummynet.c
2466
size_t l;
sys/netpfil/ipfw/ip_fw_compat.c
229
size_t count, clen, read, rsize;
sys/netpfil/ipfw/ip_fw_compat.c
587
size_t cmdlen;
sys/netpfil/ipfw/ip_fw_dynamic.c
3160
size_t l;
sys/netpfil/ipfw/ip_fw_log.c
559
static size_t
sys/netpfil/ipfw/ip_fw_log.c
563
size_t rcomment_len = 0;
sys/netpfil/ipfw/ip_fw_log.c
629
size_t buflen = 512;
sys/netpfil/ipfw/ip_fw_nat.c
576
size_t read;
sys/netpfil/ipfw/ip_fw_nat.c
685
size_t sz;
sys/netpfil/ipfw/ip_fw_nat.c
826
size_t sz;
sys/netpfil/ipfw/ip_fw_nat.c
934
size_t len, len2;
sys/netpfil/ipfw/ip_fw_pfil.c
167
size_t len;
sys/netpfil/ipfw/ip_fw_private.h
372
size_t ksize; /* given buffer size */
sys/netpfil/ipfw/ip_fw_private.h
373
size_t koff; /* data already used */
sys/netpfil/ipfw/ip_fw_private.h
374
size_t kavail; /* number of bytes available */
sys/netpfil/ipfw/ip_fw_private.h
375
size_t ktotal; /* total bytes pushed */
sys/netpfil/ipfw/ip_fw_private.h
378
size_t valsize; /* original data size */
sys/netpfil/ipfw/ip_fw_private.h
663
struct ip_fw *ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize);
sys/netpfil/ipfw/ip_fw_private.h
668
int ipfw_check_rule(struct ip_fw_rule *rule, size_t size,
sys/netpfil/ipfw/ip_fw_private.h
686
void ipfw_add_sopt_handler(struct ipfw_sopt_handler *sh, size_t count);
sys/netpfil/ipfw/ip_fw_private.h
687
int ipfw_del_sopt_handler(struct ipfw_sopt_handler *sh, size_t count);
sys/netpfil/ipfw/ip_fw_private.h
688
caddr_t ipfw_get_sopt_space(struct sockopt_data *sd, size_t needed);
sys/netpfil/ipfw/ip_fw_private.h
689
caddr_t ipfw_get_sopt_header(struct sockopt_data *sd, size_t needed);
sys/netpfil/ipfw/ip_fw_private.h
709
struct namedobj_instance *ipfw_objhash_create(uint32_t items, size_t hash_size);
sys/netpfil/ipfw/ip_fw_private.h
745
void ipfw_add_obj_rewriter(struct opcode_obj_rewrite *rw, size_t count);
sys/netpfil/ipfw/ip_fw_private.h
746
int ipfw_del_obj_rewriter(struct opcode_obj_rewrite *rw, size_t count);
sys/netpfil/ipfw/ip_fw_sockopt.c
122
static size_t ctl3_hsize;
sys/netpfil/ipfw/ip_fw_sockopt.c
1236
ipfw_check_rule(struct ip_fw_rule *rule, size_t size,
sys/netpfil/ipfw/ip_fw_sockopt.c
1271
size_t cmdlen;
sys/netpfil/ipfw/ip_fw_sockopt.c
164
static size_t ctl3_rsize;
sys/netpfil/ipfw/ip_fw_sockopt.c
1897
size_t sz, rnum;
sys/netpfil/ipfw/ip_fw_sockopt.c
190
ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize)
sys/netpfil/ipfw/ip_fw_sockopt.c
2344
size_t count, clen, read, rsize;
sys/netpfil/ipfw/ip_fw_sockopt.c
2707
ipfw_add_obj_rewriter(struct opcode_obj_rewrite *rw, size_t count)
sys/netpfil/ipfw/ip_fw_sockopt.c
2709
size_t sz;
sys/netpfil/ipfw/ip_fw_sockopt.c
2744
ipfw_del_obj_rewriter(struct opcode_obj_rewrite *rw, size_t count)
sys/netpfil/ipfw/ip_fw_sockopt.c
2746
size_t sz;
sys/netpfil/ipfw/ip_fw_sockopt.c
2994
ipfw_add_sopt_handler(struct ipfw_sopt_handler *sh, size_t count)
sys/netpfil/ipfw/ip_fw_sockopt.c
2996
size_t sz;
sys/netpfil/ipfw/ip_fw_sockopt.c
3032
ipfw_del_sopt_handler(struct ipfw_sopt_handler *sh, size_t count)
sys/netpfil/ipfw/ip_fw_sockopt.c
3034
size_t sz;
sys/netpfil/ipfw/ip_fw_sockopt.c
3073
size_t sz;
sys/netpfil/ipfw/ip_fw_sockopt.c
3109
ipfw_get_sopt_space(struct sockopt_data *sd, size_t needed)
sys/netpfil/ipfw/ip_fw_sockopt.c
3139
ipfw_get_sopt_header(struct sockopt_data *sd, size_t needed)
sys/netpfil/ipfw/ip_fw_sockopt.c
3159
size_t size, valsize;
sys/netpfil/ipfw/ip_fw_sockopt.c
3312
size_t size;
sys/netpfil/ipfw/ip_fw_sockopt.c
3384
ipfw_objhash_create(uint32_t items, size_t hash_size)
sys/netpfil/ipfw/ip_fw_sockopt.c
3388
size_t size;
sys/netpfil/ipfw/ip_fw_table.c
1406
size_t sz;
sys/netpfil/ipfw/ip_fw_table.c
2052
ipfw_add_table_algo(struct ip_fw_chain *ch, struct table_algo *ta, size_t size,
sys/netpfil/ipfw/ip_fw_table.c
2057
size_t sz;
sys/netpfil/ipfw/ip_fw_table.c
280
size_t ta_buf_sz;
sys/netpfil/ipfw/ip_fw_table.c
324
size_t ta_buf_sz, sz;
sys/netpfil/ipfw/ip_fw_table.c
378
size_t ta_buf_sz;
sys/netpfil/ipfw/ip_fw_table.c
846
size_t sz;
sys/netpfil/ipfw/ip_fw_table.h
123
size_t bufsize);
sys/netpfil/ipfw/ip_fw_table.h
143
size_t ta_buf_size;
sys/netpfil/ipfw/ip_fw_table.h
169
size_t size, int *idx);
sys/netpfil/ipfw/ip_fw_table_algo.c
1248
size_t bufsize)
sys/netpfil/ipfw/ip_fw_table_algo.c
1800
size_t old_size, new_size;
sys/netpfil/ipfw/ip_fw_table_algo.c
1931
size_t size; /* Number of items allocated in array */
sys/netpfil/ipfw/ip_fw_table_algo.c
1932
size_t count; /* Number of all items */
sys/netpfil/ipfw/ip_fw_table_algo.c
1933
size_t used; /* Number of items _active_ now */
sys/netpfil/ipfw/ip_fw_table_algo.c
2006
badd(const void *key, void *item, void *base, size_t nmemb,
sys/netpfil/ipfw/ip_fw_table_algo.c
2007
size_t size, int (*compar) (const void *, const void *))
sys/netpfil/ipfw/ip_fw_table_algo.c
2055
bdel(const void *key, void *base, size_t nmemb, size_t size,
sys/netpfil/ipfw/ip_fw_table_algo.c
2059
size_t sz;
sys/netpfil/ipfw/ip_fw_table_algo.c
2634
size_t size; /* Number of items allocated in array */
sys/netpfil/ipfw/ip_fw_table_algo.c
2635
size_t used; /* Number of items _active_ now */
sys/netpfil/ipfw/ip_fw_table_algo.c
2882
size_t size;
sys/netpfil/ipfw/ip_fw_table_algo.c
293
size_t size;
sys/netpfil/ipfw/ip_fw_table_algo.c
295
size_t size6;
sys/netpfil/ipfw/ip_fw_table_algo.c
298
static int badd(const void *key, void *item, void *base, size_t nmemb,
sys/netpfil/ipfw/ip_fw_table_algo.c
299
size_t size, int (*compar) (const void *, const void *));
sys/netpfil/ipfw/ip_fw_table_algo.c
300
static int bdel(const void *key, void *base, size_t nmemb, size_t size,
sys/netpfil/ipfw/ip_fw_table_algo.c
3091
size_t size;
sys/netpfil/ipfw/ip_fw_table_algo.c
3092
size_t items;
sys/netpfil/ipfw/ip_fw_table_algo.c
3103
struct fhashentry *b, size_t sz);
sys/netpfil/ipfw/ip_fw_table_algo.c
3141
cmp_flow_ent(struct fhashentry *a, struct fhashentry *b, size_t sz)
sys/netpfil/ipfw/ip_fw_table_algo.c
3434
size_t sz;
sys/netpfil/ipfw/ip_fw_table_algo.c
3489
size_t sz;
sys/netpfil/ipfw/ip_fw_table_algo.c
3523
size_t sz;
sys/netpfil/ipfw/ip_fw_table_algo.c
353
size_t count4;
sys/netpfil/ipfw/ip_fw_table_algo.c
354
size_t count6;
sys/netpfil/ipfw/ip_fw_table_algo.c
3595
size_t sz;
sys/netpfil/ipfw/ip_fw_table_algo.c
3706
size_t old_size;
sys/netpfil/ipfw/ip_fw_table_algo.c
3781
char *buf, size_t bufsize);
sys/netpfil/ipfw/ip_fw_table_algo.c
3858
size_t bufsize)
sys/netpfil/ipfw/ip_fw_table_algo.c
4029
size_t count;
sys/netpfil/ipfw/ip_fw_table_algo.c
4345
size_t sz;
sys/netpfil/ipfw/ip_fw_table_algo.c
927
size_t size4;
sys/netpfil/ipfw/ip_fw_table_algo.c
928
size_t size6;
sys/netpfil/ipfw/ip_fw_table_algo.c
929
size_t items4;
sys/netpfil/ipfw/ip_fw_table_algo.c
930
size_t items6;
sys/netpfil/ipfw/ip_fw_table_algo.c
970
char *buf, size_t bufsize);
sys/netpfil/ipfw/nat64/nat64clat_control.c
422
size_t sz;
sys/netpfil/ipfw/nat64/nat64lsn_control.c
488
size_t sz;
sys/netpfil/ipfw/nat64/nat64lsn_control.c
696
size_t sz;
sys/netpfil/ipfw/nat64/nat64stl_control.c
427
size_t sz;
sys/netpfil/ipfw/nptv6/nptv6.c
839
size_t sz;
sys/netpfil/pf/if_pflog.c
122
pflogifs_resize(size_t n)
sys/netpfil/pf/if_pflog.c
150
pflog_clone_create(struct if_clone *ifc, char *name, size_t maxlen,
sys/netpfil/pf/if_pflog.c
91
static int pflogifs_resize(size_t);
sys/netpfil/pf/if_pflog.c
94
static int pflog_clone_create(struct if_clone *, char *, size_t,
sys/netpfil/pf/if_pfsync.c
162
size_t len;
sys/netpfil/pf/if_pfsync.c
1757
size_t nvbuflen;
sys/netpfil/pf/if_pfsync.c
2021
size_t len;
sys/netpfil/pf/if_pfsync.c
2434
size_t nlen = sizeof(struct pfsync_upd_req);
sys/netpfil/pf/if_pfsync.c
246
size_t b_len;
sys/netpfil/pf/if_pfsync.c
252
size_t b_pluslen;
sys/netpfil/pf/if_pfsync.c
2628
size_t nlen = pfsync_qs[q].len;
sys/netpfil/pf/if_pfsync.c
2807
pfsync_send_plus(void *plus, size_t pluslen)
sys/netpfil/pf/if_pfsync.c
360
static void pfsync_send_plus(void *, size_t);
sys/netpfil/pf/pf.c
11370
size_t icmp_hlen = sizeof(struct icmp6_hdr);
sys/netpfil/pf/pf.c
203
VNET_DEFINE(size_t, pf_allrulecount);
sys/netpfil/pf/pf.c
2827
size_t r, run;
sys/netpfil/pf/pf.c
2869
size_t r, run;
sys/netpfil/pf/pf.c
3255
size_t count __unused;
sys/netpfil/pf/pf.c
4425
size_t safelen = MIN(opt[1], (eoh - opt));
sys/netpfil/pf/pf.c
4427
size_t startoff = (opt + i) - opts;
sys/netpfil/pf/pf.c
503
size_t i;
sys/netpfil/pf/pf.c
5449
pf_find_tcpopt(u_int8_t *opt, u_int8_t *opts, size_t hlen, u_int8_t type,
sys/netpfil/pf/pf.c
659
size_t i;
sys/netpfil/pf/pf.h
261
size_t len; /* The length of the nvlist data. */
sys/netpfil/pf/pf.h
262
size_t size; /* The total size of the data buffer. */
sys/netpfil/pf/pf_if.c
73
VNET_DEFINE(size_t, pf_allkifcount);
sys/netpfil/pf/pf_ioctl.c
134
struct pfioc_altq_v1 *, size_t);
sys/netpfil/pf/pf_ioctl.c
136
struct pf_altq *, size_t);
sys/netpfil/pf/pf_ioctl.c
1704
size_t namelen;
sys/netpfil/pf/pf_ioctl.c
2124
size_t namelen, tablelen;
sys/netpfil/pf/pf_ioctl.c
2126
size_t i;
sys/netpfil/pf/pf_ioctl.c
2484
pf_export_kaltq(struct pf_altq *q, struct pfioc_altq_v1 *pa, size_t ioc_size)
sys/netpfil/pf/pf_ioctl.c
2593
pf_import_kaltq(struct pfioc_altq_v1 *pa, struct pf_altq *q, size_t ioc_size)
sys/netpfil/pf/pf_ioctl.c
318
pf_user_strcpy(char *dst, const char *src, size_t sz)
sys/netpfil/pf/pf_ioctl.c
5001
size_t slice_count = 16, count;
sys/netpfil/pf/pf_ioctl.c
5076
size_t slice_count = 16, count;
sys/netpfil/pf/pf_ioctl.c
5672
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
5704
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
5736
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
5773
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
5813
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
5851
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
5904
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
5939
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
5973
size_t totlen, count;
sys/netpfil/pf/pf_ioctl.c
6012
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
6040
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
6068
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
6102
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
6136
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
6184
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
6265
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
6348
size_t totlen;
sys/netpfil/pf/pf_ioctl.c
6587
size_t bufsiz;
sys/netpfil/pf/pf_ioctl.c
682
size_t len;
sys/netpfil/pf/pf_ioctl.c
6918
size_t number, char **names)
sys/netpfil/pf/pf_nl.c
1173
nlattr_add_counters(struct nl_writer *nw, int attr, size_t number, char **names,
sys/netpfil/pf/pf_nl.c
1192
nlattr_add_fcounters(struct nl_writer *nw, int attr, size_t number, char **names,
sys/netpfil/pf/pf_nl.c
1211
nlattr_add_u64_array(struct nl_writer *nw, int attr, size_t number, const uint64_t *array)
sys/netpfil/pf/pf_nl.c
1218
for (size_t i = 0; i < number; i++)
sys/netpfil/pf/pf_nl.c
2119
size_t addr_count;
sys/netpfil/pf/pf_norm.c
2000
size_t mssoffopts = mssp - opts;
sys/netpfil/pf/pf_nv.c
113
size_t expected_size)
sys/netpfil/pf/pf_nv.c
1146
size_t items;
sys/netpfil/pf/pf_nv.c
1153
for (size_t i = 0; i < items; i++) {
sys/netpfil/pf/pf_nv.c
116
size_t len;
sys/netpfil/pf/pf_nv.c
155
pf_nvstring(const nvlist_t *nvl, const char *name, char *str, size_t maxlen)
sys/netpfil/pf/pf_nv.c
533
size_t items;
sys/netpfil/pf/pf_nv.c
540
for (size_t i = 0; i < items; i++) {
sys/netpfil/pf/pf_nv.c
70
type *array, size_t maxelems, size_t *nelems) \
sys/netpfil/pf/pf_nv.c
73
size_t nitems; \
sys/netpfil/pf/pf_nv.c
82
for (size_t i = 0; i < nitems; i++) { \
sys/netpfil/pf/pf_nv.c
91
const type *numbers, size_t count) \
sys/netpfil/pf/pf_nv.c
94
for (size_t i = 0; i < count; i++) { \
sys/netpfil/pf/pf_nv.h
63
type *,size_t, size_t *); \
sys/netpfil/pf/pf_nv.h
65
const type *, size_t);
sys/netpfil/pf/pf_nv.h
73
int pf_nvbinary(const nvlist_t *, const char *, void *, size_t);
sys/netpfil/pf/pf_nv.h
75
int pf_nvstring(const nvlist_t *, const char *, char *, size_t);
sys/netpfil/pf/pf_ruleset.c
425
char *anchor_call, size_t anchor_call_len)
sys/netpfil/pf/pf_table.c
1813
size_t siz = MAXPATHLEN;
sys/netpfil/pf/pflow.c
526
size_t min;
sys/netpfil/pf/pfsync_nv.c
60
size_t len;
sys/netpfil/pf/pfsync_nv.c
73
size_t len;
sys/netsmb/smb_subr.c
110
smb_strdupin(char *s, size_t maxlen)
sys/netsmb/smb_subr.c
128
smb_memdupin(void *umem, size_t len)
sys/netsmb/smb_subr.c
169
smb_zmalloc(size_t size, struct malloc_type *type, int flags)
sys/netsmb/smb_subr.c
188
size_t len;
sys/netsmb/smb_subr.c
311
size_t *srclen, size_t *dstlen)
sys/netsmb/smb_subr.c
314
size_t inlen = *srclen, outlen = *dstlen;
sys/netsmb/smb_subr.c
328
size_t size, int caseopt)
sys/netsmb/smb_subr.c
95
size_t len;
sys/netsmb/smb_subr.h
103
char *smb_strdupin(char *s, size_t maxlen);
sys/netsmb/smb_subr.h
104
void *smb_memdupin(void *umem, size_t len);
sys/netsmb/smb_subr.h
108
void *smb_zmalloc(size_t size, struct malloc_type *type, int flags);
sys/netsmb/smb_subr.h
115
const char *src, size_t len, int caseopt);
sys/nfs/nfs_lock.h
74
size_t lm_fh_len; /* The file handle length. */
sys/nfs/nfs_mountcommon.h
37
typedef void nfs_getinfofromvp_ftype(struct vnode *, uint8_t *, size_t *,
sys/nfs/nfssvc.h
79
size_t ndmnt_blen; /* Size of buffer */
sys/nlm/nlm.h
55
size_t srcsize, struct malloc_type *type);
sys/nlm/nlm_advlock.c
1034
int svid, size_t fhlen, void *fh, off_t size)
sys/nlm/nlm_advlock.c
1221
rpcvers_t vers, size_t fhlen, void *fh, off_t size,
sys/nlm/nlm_advlock.c
1224
size_t oh_len;
sys/nlm/nlm_advlock.c
200
size_t fhlen;
sys/nlm/nlm_advlock.c
761
int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim)
sys/nlm/nlm_advlock.c
78
int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim);
sys/nlm/nlm_advlock.c
82
int svid, size_t fhlen, void *fh, off_t size);
sys/nlm/nlm_advlock.c
86
int svid, size_t fhlen, void *fh, off_t size);
sys/nlm/nlm_advlock.c
91
rpcvers_t vers, size_t fhlen, void *fh, off_t size,
sys/nlm/nlm_advlock.c
959
int svid, size_t fhlen, void *fh, off_t size)
sys/nlm/nlm_prot_impl.c
306
nlm_make_netobj(struct netobj *dst, caddr_t src, size_t srcsize,
sys/ofed/drivers/infiniband/core/agent.h
51
int port_num, int qpn, size_t resp_mad_len, bool opa);
sys/ofed/drivers/infiniband/core/ib_agent.c
85
int port_num, int qpn, size_t resp_mad_len, bool opa)
sys/ofed/drivers/infiniband/core/ib_cache.c
150
size_t len;
sys/ofed/drivers/infiniband/core/ib_cm.c
105
size_t index = reason;
sys/ofed/drivers/infiniband/core/ib_cma.c
109
size_t index = event;
sys/ofed/drivers/infiniband/core/ib_core_uverbs.c
288
size_t length, u32 min_pgoff,
sys/ofed/drivers/infiniband/core/ib_core_uverbs.c
383
size_t length)
sys/ofed/drivers/infiniband/core/ib_device.c
204
struct ib_device *ib_alloc_device(size_t size)
sys/ofed/drivers/infiniband/core/ib_device.c
308
void ib_get_device_fw_str(struct ib_device *dev, char *str, size_t str_len)
sys/ofed/drivers/infiniband/core/ib_device.c
91
size_t offset;
sys/ofed/drivers/infiniband/core/ib_iwcm.c
72
size_t index;
sys/ofed/drivers/infiniband/core/ib_mad.c
2065
size_t *resp_len, bool opa)
sys/ofed/drivers/infiniband/core/ib_mad.c
2182
size_t mad_size;
sys/ofed/drivers/infiniband/core/ib_mad.c
717
static size_t mad_priv_size(const struct ib_mad_private *mp)
sys/ofed/drivers/infiniband/core/ib_mad.c
722
static struct ib_mad_private *alloc_mad_private(size_t mad_size, gfp_t flags)
sys/ofed/drivers/infiniband/core/ib_mad.c
724
size_t size = sizeof(struct ib_mad_private) + mad_size;
sys/ofed/drivers/infiniband/core/ib_mad.c
733
static size_t port_mad_size(const struct ib_mad_port_private *port_priv)
sys/ofed/drivers/infiniband/core/ib_mad.c
738
static size_t mad_priv_dma_size(const struct ib_mad_private *mp)
sys/ofed/drivers/infiniband/core/ib_mad.c
763
size_t mad_size = port_mad_size(mad_agent_priv->qp_info->port_priv);
sys/ofed/drivers/infiniband/core/ib_mad.c
918
static int get_pad_size(int hdr_len, int data_len, size_t mad_size)
sys/ofed/drivers/infiniband/core/ib_mad.c
941
size_t mad_size, gfp_t gfp_mask)
sys/ofed/drivers/infiniband/core/ib_mad.c
996
size_t mad_size;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
117
const char *buf, size_t count)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1248
const char *buf, size_t count)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
367
static size_t print_ndev(struct ib_gid_attr *gid_attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
375
static size_t print_gid_type(struct ib_gid_attr *gid_attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
383
size_t (*print)(struct ib_gid_attr *gid_attr,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
467
void *data, int offset, size_t size)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
471
size_t mad_size = sizeof(*out_mad);
sys/ofed/drivers/infiniband/core/ib_sysfs.c
74
const char *buf, size_t count);
sys/ofed/drivers/infiniband/core/ib_sysfs.c
872
const char *buf, size_t count)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
97
size_t count);
sys/ofed/drivers/infiniband/core/ib_ucm.c
1102
size_t len, loff_t *pos)
sys/ofed/drivers/infiniband/core/ib_ucma.c
1182
void *optval, size_t optlen)
sys/ofed/drivers/infiniband/core/ib_ucma.c
1223
struct ib_path_rec_data *path_data, size_t optlen)
sys/ofed/drivers/infiniband/core/ib_ucma.c
1254
void *optval, size_t optlen)
sys/ofed/drivers/infiniband/core/ib_ucma.c
1270
int optname, void *optval, size_t optlen)
sys/ofed/drivers/infiniband/core/ib_ucma.c
1609
size_t len, loff_t *pos)
sys/ofed/drivers/infiniband/core/ib_ud_header.c
332
size_t udp_bytes = udp_present ? IB_UDP_BYTES : 0;
sys/ofed/drivers/infiniband/core/ib_umem.c
332
int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset,
sys/ofed/drivers/infiniband/core/ib_umem.c
333
size_t length)
sys/ofed/drivers/infiniband/core/ib_umem.c
335
size_t end = offset + length;
sys/ofed/drivers/infiniband/core/ib_umem.c
86
size_t size, int access, int dmasync)
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
565
const size_t gup_num_pages =
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
566
min_t(size_t, ALIGN(bcnt, PAGE_SIZE) / PAGE_SIZE,
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
585
bcnt -= min_t(size_t, npages << PAGE_SHIFT, bcnt);
sys/ofed/drivers/infiniband/core/ib_user_mad.c
267
struct ib_umad_packet *packet, size_t count)
sys/ofed/drivers/infiniband/core/ib_user_mad.c
271
size_t seg_size;
sys/ofed/drivers/infiniband/core/ib_user_mad.c
320
struct ib_umad_packet *packet, size_t count)
sys/ofed/drivers/infiniband/core/ib_user_mad.c
339
size_t count, loff_t *pos)
sys/ofed/drivers/infiniband/core/ib_user_mad.c
452
size_t count, loff_t *pos)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
123
size_t resp_len)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
125
return min_t(size_t, attrs->ucore.outlen, resp_len);
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
140
size_t req_len)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
154
size_t len)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
167
size_t len)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
1990
static void *alloc_wr(size_t wr_size, __u32 num_sge)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2011
size_t next_size;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2580
struct ib_uflow_resources *flow_resources_alloc(size_t num_specs)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2740
size_t kern_filter_sz,
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2862
size_t kern_filter_sz;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
66
size_t resp_len)
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
99
size_t req_len)
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
107
__malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size,
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
112
size_t new_used;
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
172
size_t array_len;
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
175
size_t i;
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
232
size_t i;
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
397
size_t uattrs_size = array_size(sizeof(*pbundle->uattrs), num_attrs);
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
51
size_t internal_avail;
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
52
size_t internal_used;
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
610
size_t idx, u64 allowed_bits)
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
643
size_t idx, u64 allowed_bits)
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
698
int uverbs_copy_to(const struct uverbs_attr_bundle *bundle, size_t idx,
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
699
const void *from, size_t size)
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
702
size_t min_size;
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
707
min_size = min_t(size_t, attr->ptr_attr.len, size);
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
720
int uverbs_output_written(const struct uverbs_attr_bundle *bundle, size_t idx)
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
731
size_t idx, s64 lower_bound, u64 upper_bound,
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
754
size_t idx, const void *from, size_t size)
sys/ofed/drivers/infiniband/core/ib_uverbs_ioctl.c
81
size_t bundle_size =
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
212
size_t count, loff_t *pos,
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
213
size_t eventsz)
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
268
size_t count, loff_t *pos)
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
277
size_t count, loff_t *pos)
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
498
struct ib_uverbs_ex_cmd_hdr *ex_hdr, size_t count,
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
557
size_t count, loff_t *pos)
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
603
size_t in_len = hdr.in_words * 4 - sizeof(hdr);
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
604
size_t out_len = hdr.out_words * 4;
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
119
size_t len, union ib_flow_spec *out)
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
145
size_t val_len;
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
162
val_len = min_t(size_t, len, sizeof(user_val.ipv4));
sys/ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c
176
val_len = min_t(size_t, len, sizeof(user_val.ipv6));
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
16
static void *uapi_add_elm(struct uverbs_api *uapi, u32 key, size_t alloc_size)
sys/ofed/drivers/infiniband/core/ib_uverbs_uapi.c
37
size_t alloc_size, bool *exists)
sys/ofed/drivers/infiniband/core/ib_verbs.c
119
size_t index = status;
sys/ofed/drivers/infiniband/core/ib_verbs.c
85
size_t index = event;
sys/ofed/drivers/infiniband/core/mad_priv.h
154
size_t return_wc_byte_len;
sys/ofed/drivers/infiniband/core/mad_priv.h
82
size_t mad_size;
sys/ofed/drivers/infiniband/core/rdma_core.h
71
int uverbs_output_written(const struct uverbs_attr_bundle *bundle, size_t idx);
sys/ofed/drivers/infiniband/core/uverbs.h
274
size_t kern_filter_sz,
sys/ofed/drivers/infiniband/core/uverbs.h
64
size_t ilen, size_t olen)
sys/ofed/drivers/infiniband/core/uverbs.h
76
size_t ilen, size_t olen)
sys/ofed/drivers/infiniband/ulp/sdp/sdp_proc.c
324
size_t count, loff_t *offs)
sys/ofed/drivers/infiniband/ulp/sdp/sdp_proc.c
437
size_t count, loff_t *offs)
sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
419
static int sdp_alloc_fmr(struct socket *sk, void *uaddr, size_t len,
sys/ofed/drivers/infiniband/ulp/sdp/sdp_zcopy.c
720
size_t bytes_to_copy = 0;
sys/ofed/include/rdma/ib_mad.h
590
size_t mad_seg_size;
sys/ofed/include/rdma/ib_pack.h
52
size_t struct_offset_bytes;
sys/ofed/include/rdma/ib_pack.h
53
size_t struct_size_bytes;
sys/ofed/include/rdma/ib_umem.h
104
static inline int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset,
sys/ofed/include/rdma/ib_umem.h
105
size_t length) {
sys/ofed/include/rdma/ib_umem.h
47
size_t length;
sys/ofed/include/rdma/ib_umem.h
79
static inline size_t ib_umem_num_pages(struct ib_umem *umem)
sys/ofed/include/rdma/ib_umem.h
87
size_t size, int access, int dmasync);
sys/ofed/include/rdma/ib_umem.h
90
int ib_umem_copy_from(void *dst, struct ib_umem *umem, size_t offset,
sys/ofed/include/rdma/ib_umem.h
91
size_t length);
sys/ofed/include/rdma/ib_umem.h
98
unsigned long addr, size_t size,
sys/ofed/include/rdma/ib_verbs.h
1424
size_t inlen;
sys/ofed/include/rdma/ib_verbs.h
1425
size_t outlen;
sys/ofed/include/rdma/ib_verbs.h
2004
void *ptr, size_t size,
sys/ofed/include/rdma/ib_verbs.h
2007
u64 addr, size_t size,
sys/ofed/include/rdma/ib_verbs.h
2011
size_t size,
sys/ofed/include/rdma/ib_verbs.h
2014
u64 addr, size_t size,
sys/ofed/include/rdma/ib_verbs.h
2032
size_t size,
sys/ofed/include/rdma/ib_verbs.h
2036
size_t size,
sys/ofed/include/rdma/ib_verbs.h
2039
size_t size,
sys/ofed/include/rdma/ib_verbs.h
2043
size_t size, void *cpu_addr,
sys/ofed/include/rdma/ib_verbs.h
2083
#define DECLARE_RDMA_OBJ_SIZE(ib_struct) size_t size_##ib_struct
sys/ofed/include/rdma/ib_verbs.h
2089
size_t npages;
sys/ofed/include/rdma/ib_verbs.h
2333
size_t in_mad_size,
sys/ofed/include/rdma/ib_verbs.h
2335
size_t *out_mad_size,
sys/ofed/include/rdma/ib_verbs.h
2436
void (*get_dev_fw_str)(struct ib_device *, char *str, size_t str_len);
sys/ofed/include/rdma/ib_verbs.h
2469
struct ib_device *ib_alloc_device(size_t size);
sys/ofed/include/rdma/ib_verbs.h
2472
void ib_get_device_fw_str(struct ib_device *device, char *str, size_t str_len);
sys/ofed/include/rdma/ib_verbs.h
2491
size_t length);
sys/ofed/include/rdma/ib_verbs.h
2494
size_t length, u32 min_pgoff,
sys/ofed/include/rdma/ib_verbs.h
2506
static inline int ib_copy_from_udata(void *dest, struct ib_udata *udata, size_t len)
sys/ofed/include/rdma/ib_verbs.h
2511
static inline int ib_copy_to_udata(struct ib_udata *udata, void *src, size_t len)
sys/ofed/include/rdma/ib_verbs.h
2517
size_t len)
sys/ofed/include/rdma/ib_verbs.h
2535
size_t offset,
sys/ofed/include/rdma/ib_verbs.h
2536
size_t len)
sys/ofed/include/rdma/ib_verbs.h
2885
static inline size_t rdma_max_mad_size(const struct ib_device *device, u8 port_num)
sys/ofed/include/rdma/ib_verbs.h
3511
void *cpu_addr, size_t size,
sys/ofed/include/rdma/ib_verbs.h
3527
u64 addr, size_t size,
sys/ofed/include/rdma/ib_verbs.h
3537
void *cpu_addr, size_t size,
sys/ofed/include/rdma/ib_verbs.h
3546
u64 addr, size_t size,
sys/ofed/include/rdma/ib_verbs.h
3565
size_t size,
sys/ofed/include/rdma/ib_verbs.h
3581
u64 addr, size_t size,
sys/ofed/include/rdma/ib_verbs.h
3685
size_t size,
sys/ofed/include/rdma/ib_verbs.h
3703
size_t size,
sys/ofed/include/rdma/ib_verbs.h
3720
size_t size,
sys/ofed/include/rdma/ib_verbs.h
3744
size_t size, void *cpu_addr,
sys/ofed/include/rdma/opa_smi.h
139
static inline size_t opa_get_smp_data_size(const struct opa_smp *smp)
sys/ofed/include/rdma/opa_smi.h
147
static inline size_t opa_get_smp_header_size(const struct opa_smp *smp)
sys/ofed/include/rdma/rdma_vt.h
485
struct rvt_dev_info *rvt_alloc_device(size_t size, int nports);
sys/ofed/include/rdma/rdmavt_mr.h
63
size_t length;
sys/ofed/include/rdma/rdmavt_mr.h
77
size_t length;
sys/ofed/include/rdma/rdmavt_qp.h
257
size_t length;
sys/ofed/include/rdma/uverbs_ioctl.h
330
size_t num_attrs;
sys/ofed/include/rdma/uverbs_ioctl.h
338
size_t num_methods;
sys/ofed/include/rdma/uverbs_ioctl.h
379
size_t needs_fn_offset;
sys/ofed/include/rdma/uverbs_ioctl.h
749
size_t elem_size)
sys/ofed/include/rdma/uverbs_ioctl.h
806
size_t idx,
sys/ofed/include/rdma/uverbs_ioctl.h
807
size_t size)
sys/ofed/include/rdma/uverbs_ioctl.h
833
size_t idx,
sys/ofed/include/rdma/uverbs_ioctl.h
834
size_t size)
sys/ofed/include/rdma/uverbs_ioctl.h
837
size_t min_size;
sys/ofed/include/rdma/uverbs_ioctl.h
842
min_size = min_t(size_t, size, attr->ptr_attr.len);
sys/ofed/include/rdma/uverbs_ioctl.h
870
size_t idx, u64 allowed_bits);
sys/ofed/include/rdma/uverbs_ioctl.h
872
size_t idx, u64 allowed_bits);
sys/ofed/include/rdma/uverbs_ioctl.h
873
int uverbs_copy_to(const struct uverbs_attr_bundle *attrs_bundle, size_t idx,
sys/ofed/include/rdma/uverbs_ioctl.h
874
const void *from, size_t size);
sys/ofed/include/rdma/uverbs_ioctl.h
875
__malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size,
sys/ofed/include/rdma/uverbs_ioctl.h
879
size_t size)
sys/ofed/include/rdma/uverbs_ioctl.h
885
size_t size)
sys/ofed/include/rdma/uverbs_ioctl.h
890
size_t idx, s64 lower_bound, u64 upper_bound,
sys/ofed/include/rdma/uverbs_ioctl.h
893
size_t idx, const void *from, size_t size);
sys/ofed/include/rdma/uverbs_ioctl.h
897
size_t idx, u64 allowed_bits)
sys/ofed/include/rdma/uverbs_ioctl.h
903
size_t idx, u64 allowed_bits)
sys/ofed/include/rdma/uverbs_ioctl.h
908
size_t idx, const void *from, size_t size)
sys/ofed/include/rdma/uverbs_ioctl.h
913
size_t size)
sys/ofed/include/rdma/uverbs_ioctl.h
918
size_t size)
sys/ofed/include/rdma/uverbs_ioctl.h
924
size_t idx, s64 lower_bound, u64 upper_bound,
sys/ofed/include/rdma/uverbs_ioctl.h
931
size_t idx, const void *from, size_t size)
sys/ofed/include/rdma/uverbs_std_types.h
142
size_t max;
sys/ofed/include/rdma/uverbs_std_types.h
143
size_t num;
sys/ofed/include/rdma/uverbs_std_types.h
144
size_t collection_num;
sys/ofed/include/rdma/uverbs_std_types.h
145
size_t counters_num;
sys/ofed/include/rdma/uverbs_std_types.h
155
struct ib_uflow_resources *flow_resources_alloc(size_t num_specs);
sys/ofed/include/rdma/uverbs_types.h
110
size_t obj_size;
sys/opencrypto/cbc_mac.c
159
for (size_t indx = 0; indx < AES_CBC_MAC_HASH_LEN; indx++)
sys/opencrypto/cbc_mac.c
46
for (size_t count = 0; count < NWORDS; count++)
sys/opencrypto/cbc_mac.c
96
size_t copy_amt;
sys/opencrypto/criov.c
179
cvm_page_contiguous_segment(vm_page_t *pages, size_t skip, int len)
sys/opencrypto/criov.c
244
static __inline size_t
sys/opencrypto/criov.c
247
size_t len;
sys/opencrypto/criov.c
260
m_epg_segment(struct mbuf *m, size_t offset, size_t *len)
sys/opencrypto/criov.c
288
m_epg_contiguous_subsegment(struct mbuf *m, size_t skip, size_t len)
sys/opencrypto/criov.c
291
size_t seglen;
sys/opencrypto/criov.c
334
crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount)
sys/opencrypto/criov.c
336
size_t remain;
sys/opencrypto/criov.c
404
crypto_cursor_segment(struct crypto_buffer_cursor *cc, size_t *len)
sys/opencrypto/criov.c
456
size_t remain, todo;
sys/opencrypto/criov.c
545
size_t remain, todo;
sys/opencrypto/criov.c
788
m_contiguous_subsegment(struct mbuf *m, size_t skip, size_t len)
sys/opencrypto/criov.c
809
cuio_contiguous_segment(struct uio *uio, size_t skip, size_t len)
sys/opencrypto/criov.c
826
crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb, size_t skip,
sys/opencrypto/criov.c
827
size_t len)
sys/opencrypto/criov.c
854
crypto_contiguous_subsegment(struct cryptop *crp, size_t skip, size_t len)
sys/opencrypto/crypto.c
1021
crypto_get_driverid(device_t dev, size_t sessionsize, int flags)
sys/opencrypto/crypto.c
1205
size_t
sys/opencrypto/crypto.c
125
size_t cc_session_size;
sys/opencrypto/crypto.c
1259
size_t ilen, len, olen;
sys/opencrypto/cryptodeflate.c
114
bufh = bufp = malloc(sizeof(*bufp) + (size_t)(size * i),
sys/opencrypto/cryptodeflate.c
164
p = malloc(sizeof(*p) + (size_t)(size * i),
sys/opencrypto/cryptodev.c
1068
size_t fnlen = sizeof find->name;
sys/opencrypto/cryptodev.c
588
cod_alloc(struct csession *cse, size_t aad_len, size_t len)
sys/opencrypto/cryptodev.h
409
size_t cc_offset;
sys/opencrypto/cryptodev.h
620
int32_t crypto_get_driverid(device_t dev, size_t session_size, int flags);
sys/opencrypto/cryptodev.h
668
void *crypto_contiguous_subsegment(struct cryptop *crp, size_t skip,
sys/opencrypto/cryptodev.h
669
size_t len);
sys/opencrypto/cryptodev.h
674
size_t skip, size_t len);
sys/opencrypto/cryptodev.h
675
size_t crypto_buffer_len(struct crypto_buffer *cb);
sys/opencrypto/cryptodev.h
678
void crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount);
sys/opencrypto/cryptodev.h
679
void *crypto_cursor_segment(struct crypto_buffer_cursor *cc, size_t *len);
sys/opencrypto/cryptodev.h
706
static __inline size_t
sys/opencrypto/cryptosoft.c
105
size_t inlen, outlen, todo;
sys/opencrypto/cryptosoft.c
334
size_t len;
sys/opencrypto/cryptosoft.c
410
size_t inlen, outlen, todo;
sys/opencrypto/cryptosoft.c
744
size_t inlen, outlen, todo;
sys/opencrypto/cryptosoft.c
749
size_t len;
sys/opencrypto/cryptosoft.c
969
size_t inlen, outlen, todo;
sys/opencrypto/xform_aes_cbc.c
112
aes_cbc_encrypt_multi(void *vctx, const uint8_t *in, uint8_t *out, size_t len)
sys/opencrypto/xform_aes_cbc.c
129
aes_cbc_decrypt_multi(void *vctx, const uint8_t *in, uint8_t *out, size_t len)
sys/opencrypto/xform_aes_cbc.c
161
aes_cbc_reinit(void *vctx, const uint8_t *iv, size_t iv_len)
sys/opencrypto/xform_aes_cbc.c
62
static void aes_cbc_encrypt_multi(void *, const uint8_t *, uint8_t *, size_t);
sys/opencrypto/xform_aes_cbc.c
63
static void aes_cbc_decrypt_multi(void *, const uint8_t *, uint8_t *, size_t);
sys/opencrypto/xform_aes_cbc.c
64
static void aes_cbc_reinit(void *, const uint8_t *, size_t);
sys/opencrypto/xform_aes_icm.c
146
aes_icm_reinit(void *key, const uint8_t *iv, size_t ivlen)
sys/opencrypto/xform_aes_icm.c
157
aes_gcm_reinit(void *vctx, const uint8_t *iv, size_t ivlen)
sys/opencrypto/xform_aes_icm.c
173
aes_ccm_reinit(void *vctx, const uint8_t *iv, size_t ivlen)
sys/opencrypto/xform_aes_icm.c
206
aes_icm_crypt_multi(void *key, const uint8_t *in, uint8_t *out, size_t len)
sys/opencrypto/xform_aes_icm.c
231
aes_icm_crypt_last(void *key, const uint8_t *in, uint8_t *out, size_t len)
sys/opencrypto/xform_aes_icm.c
67
static void aes_icm_crypt_multi(void *, const uint8_t *, uint8_t *, size_t);
sys/opencrypto/xform_aes_icm.c
68
static void aes_icm_crypt_last(void *, const uint8_t *, uint8_t *, size_t);
sys/opencrypto/xform_aes_icm.c
69
static void aes_icm_reinit(void *, const uint8_t *, size_t);
sys/opencrypto/xform_aes_icm.c
71
static void aes_gcm_reinit(void *, const uint8_t *, size_t);
sys/opencrypto/xform_aes_icm.c
75
static void aes_ccm_reinit(void *, const uint8_t *, size_t);
sys/opencrypto/xform_aes_xts.c
108
size_t len, bool do_encrypt)
sys/opencrypto/xform_aes_xts.c
156
aes_xts_encrypt_multi(void *vctx, const uint8_t *in, uint8_t *out, size_t len)
sys/opencrypto/xform_aes_xts.c
162
aes_xts_decrypt_multi(void *vctx, const uint8_t *in, uint8_t *out, size_t len)
sys/opencrypto/xform_aes_xts.c
57
static void aes_xts_encrypt_multi(void *, const uint8_t *, uint8_t *, size_t);
sys/opencrypto/xform_aes_xts.c
58
static void aes_xts_decrypt_multi(void *, const uint8_t *, uint8_t *, size_t);
sys/opencrypto/xform_aes_xts.c
59
static void aes_xts_reinit(void *, const uint8_t *, size_t);
sys/opencrypto/xform_aes_xts.c
82
aes_xts_reinit(void *key, const uint8_t *iv, size_t ivlen)
sys/opencrypto/xform_chacha20_poly1305.c
102
chacha20_poly1305_crypt_multi(void *vctx, const uint8_t *in, uint8_t *out, size_t len)
sys/opencrypto/xform_chacha20_poly1305.c
121
size_t len)
sys/opencrypto/xform_chacha20_poly1305.c
189
xchacha20_poly1305_reinit(void *vctx, const uint8_t *iv, size_t ivlen)
sys/opencrypto/xform_chacha20_poly1305.c
62
chacha20_poly1305_reinit(void *vctx, const uint8_t *iv, size_t ivlen)
sys/opencrypto/xform_cml.c
112
cml_encrypt_multi(void *vctx, const uint8_t *in, uint8_t *out, size_t len)
sys/opencrypto/xform_cml.c
130
cml_decrypt_multi(void *vctx, const uint8_t *in, uint8_t *out, size_t len)
sys/opencrypto/xform_cml.c
163
cml_reinit(void *vctx, const uint8_t *iv, size_t iv_len)
sys/opencrypto/xform_cml.c
62
static void cml_encrypt_multi(void *, const uint8_t *, uint8_t *, size_t);
sys/opencrypto/xform_cml.c
63
static void cml_decrypt_multi(void *, const uint8_t *, uint8_t *, size_t);
sys/opencrypto/xform_cml.c
64
static void cml_reinit(void *, const uint8_t *, size_t);
sys/opencrypto/xform_comp.h
42
size_t minlen;
sys/opencrypto/xform_enc.h
51
size_t ctxsize;
sys/opencrypto/xform_enc.h
62
void (*reinit) (void *, const uint8_t *, size_t);
sys/opencrypto/xform_enc.h
76
void (*encrypt_multi) (void *, const uint8_t *, uint8_t *, size_t);
sys/opencrypto/xform_enc.h
77
void (*decrypt_multi) (void *, const uint8_t *, uint8_t *, size_t);
sys/opencrypto/xform_enc.h
83
void (*encrypt_last) (void *, const uint8_t *, uint8_t *, size_t len);
sys/opencrypto/xform_enc.h
84
void (*decrypt_last) (void *, const uint8_t *, uint8_t *, size_t len);
sys/opencrypto/xform_null.c
105
null_crypt_multi(void *key, const uint8_t *in, uint8_t *out, size_t len)
sys/opencrypto/xform_null.c
56
static void null_crypt_multi(void *, const uint8_t *, uint8_t *, size_t);
sys/powerpc/aim/aim_machdep.c
238
size_t trap_offset, trapsize;
sys/powerpc/aim/aim_machdep.c
341
bcopy(&testppc64, (void *)EXC_PGM, (size_t)&testppc64size);
sys/powerpc/aim/aim_machdep.c
342
__syncicache((void *)EXC_PGM, (size_t)&testppc64size);
sys/powerpc/aim/aim_machdep.c
372
trapsize = (size_t)&trapcodeend - (size_t)&trapcode;
sys/powerpc/aim/aim_machdep.c
388
trap_offset += (size_t)&restorebridgesize;
sys/powerpc/aim/aim_machdep.c
416
trapsize = (size_t)&hypertrapcodeend - (size_t)&hypertrapcode;
sys/powerpc/aim/aim_machdep.c
424
bcopy(&rstcode, (void *)(EXC_RST + trap_offset), (size_t)&rstcodeend -
sys/powerpc/aim/aim_machdep.c
425
(size_t)&rstcode);
sys/powerpc/aim/aim_machdep.c
428
bcopy(&dblow, (void *)(EXC_MCHK + trap_offset), (size_t)&dbend -
sys/powerpc/aim/aim_machdep.c
429
(size_t)&dblow);
sys/powerpc/aim/aim_machdep.c
430
bcopy(&dblow, (void *)(EXC_PGM + trap_offset), (size_t)&dbend -
sys/powerpc/aim/aim_machdep.c
431
(size_t)&dblow);
sys/powerpc/aim/aim_machdep.c
432
bcopy(&dblow, (void *)(EXC_TRC + trap_offset), (size_t)&dbend -
sys/powerpc/aim/aim_machdep.c
433
(size_t)&dblow);
sys/powerpc/aim/aim_machdep.c
434
bcopy(&dblow, (void *)(EXC_BPT + trap_offset), (size_t)&dbend -
sys/powerpc/aim/aim_machdep.c
435
(size_t)&dblow);
sys/powerpc/aim/aim_machdep.c
437
bcopy(&alitrap, (void *)(EXC_ALI + trap_offset), (size_t)&aliend -
sys/powerpc/aim/aim_machdep.c
438
(size_t)&alitrap);
sys/powerpc/aim/aim_machdep.c
439
bcopy(&dsitrap, (void *)(EXC_DSI + trap_offset), (size_t)&dsiend -
sys/powerpc/aim/aim_machdep.c
440
(size_t)&dsitrap);
sys/powerpc/aim/aim_machdep.c
457
bcopy(&imisstrap, (void *)EXC_IMISS, (size_t)&imisssize);
sys/powerpc/aim/aim_machdep.c
458
bcopy(&dlmisstrap, (void *)EXC_DLMISS, (size_t)&dlmisssize);
sys/powerpc/aim/aim_machdep.c
459
bcopy(&dsmisstrap, (void *)EXC_DSMISS, (size_t)&dsmisssize);
sys/powerpc/aim/aim_machdep.c
536
cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t sz)
sys/powerpc/aim/mmu_oea.c
1579
void **kaddr, size_t ulen, size_t *klen)
sys/powerpc/aim/mmu_oea.c
1581
size_t l;
sys/powerpc/aim/mmu_oea.c
2773
moea_dumpsys_map(vm_paddr_t pa, size_t sz, void **va)
sys/powerpc/aim/mmu_oea.c
324
void moea_dumpsys_map(vm_paddr_t pa, size_t sz, void **va);
sys/powerpc/aim/mmu_oea.c
331
volatile const void *uaddr, void **kaddr, size_t ulen, size_t *klen);
sys/powerpc/aim/mmu_oea64.c
2226
void **kaddr, size_t ulen, size_t *klen)
sys/powerpc/aim/mmu_oea64.c
2228
size_t l;
sys/powerpc/aim/mmu_oea64.c
3221
moea64_dumpsys_map(vm_paddr_t pa, size_t sz, void **va)
sys/powerpc/aim/mmu_oea64.c
3292
static size_t
sys/powerpc/aim/mmu_oea64.c
3361
static size_t
sys/powerpc/aim/mmu_oea64.c
404
void moea64_dumpsys_map(vm_paddr_t pa, size_t sz,
sys/powerpc/aim/mmu_oea64.c
412
volatile const void *uaddr, void **kaddr, size_t ulen, size_t *klen);
sys/powerpc/aim/mmu_oea64.c
415
static size_t moea64_scan_pmap(struct bitset *dump_bitset);
sys/powerpc/aim/mmu_oea64.c
652
moea64_add_ofw_mappings(phandle_t mmu, size_t sz)
sys/powerpc/aim/mmu_oea64.c
913
bcopy(&slbtrap, (void *)EXC_DSE,(size_t)&slbtrapend - (size_t)&slbtrap);
sys/powerpc/aim/mmu_oea64.c
914
bcopy(&slbtrap, (void *)EXC_ISE,(size_t)&slbtrapend - (size_t)&slbtrap);
sys/powerpc/aim/mmu_oea64.h
39
size_t blksz;
sys/powerpc/aim/mmu_radix.c
494
static void mmu_radix_dumpsys_map(vm_paddr_t pa, size_t sz, void **va);
sys/powerpc/aim/mmu_radix.c
6174
mmu_radix_dumpsys_map(vm_paddr_t pa, size_t sz,
sys/powerpc/booke/booke_machdep.c
395
cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t sz)
sys/powerpc/booke/pmap.c
2064
mmu_booke_dumpsys_map(vm_paddr_t pa, size_t sz, void **va)
sys/powerpc/booke/pmap.c
2090
mmu_booke_dumpsys_unmap(vm_paddr_t pa, size_t sz, void *va)
sys/powerpc/booke/pmap.c
344
static void mmu_booke_dumpsys_map(vm_paddr_t pa, size_t,
sys/powerpc/booke/pmap.c
346
static void mmu_booke_dumpsys_unmap(vm_paddr_t pa, size_t,
sys/powerpc/fpu/fpu_emu.c
305
size_t size = sizeof(float);
sys/powerpc/include/dbdma.h
141
int stream, bus_addr_t data, size_t count, uint8_t interrupt,
sys/powerpc/include/dump.h
40
void dumpsys_unmap_chunk(vm_paddr_t, size_t, void *);
sys/powerpc/include/dump.h
41
size_t dumpsys_scan_pmap(struct bitset *);
sys/powerpc/include/gdb_machdep.h
135
void *gdb_cpu_getreg(int, size_t *);
sys/powerpc/include/gdb_machdep.h
85
static __inline size_t
sys/powerpc/include/kdb.h
42
kdb_cpu_sync_icache(unsigned char *addr, size_t size)
sys/powerpc/include/mmuvar.h
43
void **, size_t, size_t *);
sys/powerpc/include/mmuvar.h
94
typedef void (*pmap_dumpsys_map_chunk_t)(vm_paddr_t, size_t, void **);
sys/powerpc/include/mmuvar.h
95
typedef void (*pmap_dumpsys_unmap_chunk_t)(vm_paddr_t, size_t, void *);
sys/powerpc/include/mmuvar.h
97
typedef size_t (*pmap_dumpsys_scan_pmap_t)(struct bitset *dump_bitset);
sys/powerpc/include/ofw_machdep.h
55
size_t setsize, cpuset_t *cpuset);
sys/powerpc/include/pio.h
181
__outsb(volatile u_int8_t *a, const u_int8_t *s, size_t c)
sys/powerpc/include/pio.h
189
__outsw(volatile u_int16_t *a, const u_int16_t *s, size_t c)
sys/powerpc/include/pio.h
197
__outsl(volatile u_int32_t *a, const u_int32_t *s, size_t c)
sys/powerpc/include/pio.h
205
__outsll(volatile u_int64_t *a, const u_int64_t *s, size_t c)
sys/powerpc/include/pio.h
213
__outswrb(volatile u_int16_t *a, const u_int16_t *s, size_t c)
sys/powerpc/include/pio.h
221
__outslrb(volatile u_int32_t *a, const u_int32_t *s, size_t c)
sys/powerpc/include/pio.h
229
__insb(volatile u_int8_t *a, u_int8_t *d, size_t c)
sys/powerpc/include/pio.h
237
__insw(volatile u_int16_t *a, u_int16_t *d, size_t c)
sys/powerpc/include/pio.h
245
__insl(volatile u_int32_t *a, u_int32_t *d, size_t c)
sys/powerpc/include/pio.h
253
__insll(volatile u_int64_t *a, u_int64_t *d, size_t c)
sys/powerpc/include/pio.h
261
__inswrb(volatile u_int16_t *a, u_int16_t *d, size_t c)
sys/powerpc/include/pio.h
269
__inslrb(volatile u_int32_t *a, u_int32_t *d, size_t c)
sys/powerpc/include/pmap.h
315
void **kaddr, size_t ulen, size_t *klen);
sys/powerpc/include/stack.h
46
kstack_contains(struct thread *td, vm_offset_t va, size_t len)
sys/powerpc/mambo/mambo_disk.c
197
size_t sz;
sys/powerpc/ofw/ofw_pcibus.c
384
ofw_pcibus_get_cpus(device_t dev, device_t child, enum cpu_sets op, size_t setsize,
sys/powerpc/ofw/ofw_real.c
100
size_t len);
sys/powerpc/ofw/ofw_real.c
1013
ofw_real_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len)
sys/powerpc/ofw/ofw_real.c
107
static ssize_t ofw_real_read(ofw_t, ihandle_t instance, void *addr, size_t len);
sys/powerpc/ofw/ofw_real.c
1084
ofw_real_claim(ofw_t ofw, void *virt, size_t size, u_int align)
sys/powerpc/ofw/ofw_real.c
109
size_t len);
sys/powerpc/ofw/ofw_real.c
111
static caddr_t ofw_real_claim(ofw_t, void *virt, size_t size, u_int align);
sys/powerpc/ofw/ofw_real.c
1117
ofw_real_release(ofw_t ofw, void *virt, size_t size)
sys/powerpc/ofw/ofw_real.c
112
static void ofw_real_release(ofw_t, void *virt, size_t size);
sys/powerpc/ofw/ofw_real.c
168
static size_t of_bounce_size;
sys/powerpc/ofw/ofw_real.c
301
ofw_real_map(const void *buf, size_t len)
sys/powerpc/ofw/ofw_real.c
354
ofw_real_unmap(cell_t physaddr, void *buf, size_t len)
sys/powerpc/ofw/ofw_real.c
583
size_t buflen)
sys/powerpc/ofw/ofw_real.c
623
char *buf, size_t size)
sys/powerpc/ofw/ofw_real.c
661
const void *buf, size_t len)
sys/powerpc/ofw/ofw_real.c
698
ofw_real_canon(ofw_t ofw, const char *device, char *buf, size_t len)
sys/powerpc/ofw/ofw_real.c
766
ofw_real_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len)
sys/powerpc/ofw/ofw_real.c
803
ofw_real_package_to_path(ofw_t ofw, phandle_t package, char *buf, size_t len)
sys/powerpc/ofw/ofw_real.c
90
void *buf, size_t buflen);
sys/powerpc/ofw/ofw_real.c
92
char *buf, size_t);
sys/powerpc/ofw/ofw_real.c
94
const void *buf, size_t len);
sys/powerpc/ofw/ofw_real.c
95
static ssize_t ofw_real_canon(ofw_t, const char *device, char *buf, size_t len);
sys/powerpc/ofw/ofw_real.c
977
ofw_real_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len)
sys/powerpc/ofw/ofw_real.c
98
size_t len);
sys/powerpc/ofw/ofw_syscons.c
1050
ofwfb_bcopy(const void *s, void *d, size_t c)
sys/powerpc/ofw/ofw_syscons.c
1056
ofwfb_bzero(void *d, size_t c)
sys/powerpc/ofw/ofw_syscons.c
1062
ofwfb_fillw(int pat, void *base, size_t cnt)
sys/powerpc/ofw/ofw_syscons.c
589
ofwfb_save_state(video_adapter_t *adp, void *p, size_t size)
sys/powerpc/ofw/rtas.c
152
rtas_real_map(const void *buf, size_t len)
sys/powerpc/ofw/rtas.c
182
rtas_real_unmap(cell_t physaddr, void *buf, size_t len)
sys/powerpc/ofw/rtas.c
55
static size_t rtas_bounce_size;
sys/powerpc/powermac/dbdma.c
279
bus_addr_t data, size_t count, uint8_t interrupt, uint8_t branch,
sys/powerpc/powermac/grackle.c
238
badaddr(void *addr, size_t size)
sys/powerpc/powermac/grackle.c
81
static int badaddr(void *, size_t);
sys/powerpc/powermac/smu.c
173
size_t len);
sys/powerpc/powermac/smu.c
545
smu_get_datablock(device_t dev, int8_t id, uint8_t *buf, size_t len)
sys/powerpc/powernv/opal_console.c
337
uart_opal_get(struct uart_opal_softc *sc, void *buffer, size_t bufsize)
sys/powerpc/powernv/opal_console.c
398
uart_opal_put(struct uart_opal_softc *sc, void *buffer, size_t bufsize)
sys/powerpc/powerpc/bus_machdep.c
238
native_bs_rm_1(bus_space_handle_t bsh, bus_size_t ofs, uint8_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
244
native_bs_rm_2(bus_space_handle_t bsh, bus_size_t ofs, uint16_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
250
native_bs_rm_4(bus_space_handle_t bsh, bus_size_t ofs, uint32_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
256
native_bs_rm_8(bus_space_handle_t bsh, bus_size_t ofs, uint64_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
262
native_bs_rr_1(bus_space_handle_t bsh, bus_size_t ofs, uint8_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
272
native_bs_rr_2(bus_space_handle_t bsh, bus_size_t ofs, uint16_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
282
native_bs_rr_4(bus_space_handle_t bsh, bus_size_t ofs, uint32_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
292
native_bs_rr_8(bus_space_handle_t bsh, bus_size_t ofs, uint64_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
375
size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
386
size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
397
size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
408
size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
418
native_bs_sm_1(bus_space_handle_t bsh, bus_size_t ofs, uint8_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
428
native_bs_sm_2(bus_space_handle_t bsh, bus_size_t ofs, uint16_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
438
native_bs_sm_4(bus_space_handle_t bsh, bus_size_t ofs, uint32_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
448
native_bs_sm_8(bus_space_handle_t bsh, bus_size_t ofs, uint64_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
458
native_bs_sr_1(bus_space_handle_t bsh, bus_size_t ofs, uint8_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
468
native_bs_sr_2(bus_space_handle_t bsh, bus_size_t ofs, uint16_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
478
native_bs_sr_4(bus_space_handle_t bsh, bus_size_t ofs, uint32_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
488
native_bs_sr_8(bus_space_handle_t bsh, bus_size_t ofs, uint64_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
553
swapped_bs_rm_1(bus_space_handle_t bsh, bus_size_t ofs, uint8_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
559
swapped_bs_rm_2(bus_space_handle_t bsh, bus_size_t ofs, uint16_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
565
swapped_bs_rm_4(bus_space_handle_t bsh, bus_size_t ofs, uint32_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
571
swapped_bs_rm_8(bus_space_handle_t bshh, bus_size_t ofs, uint64_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
577
swapped_bs_rr_1(bus_space_handle_t bsh, bus_size_t ofs, uint8_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
587
swapped_bs_rr_2(bus_space_handle_t bsh, bus_size_t ofs, uint16_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
597
swapped_bs_rr_4(bus_space_handle_t bsh, bus_size_t ofs, uint32_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
607
swapped_bs_rr_8(bus_space_handle_t bsh, bus_size_t ofs, uint64_t *addr, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
686
size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
697
size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
708
size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
719
size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
725
swapped_bs_sm_1(bus_space_handle_t bsh, bus_size_t ofs, uint8_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
735
swapped_bs_sm_2(bus_space_handle_t bsh, bus_size_t ofs, uint16_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
745
swapped_bs_sm_4(bus_space_handle_t bsh, bus_size_t ofs, uint32_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
755
swapped_bs_sm_8(bus_space_handle_t bsh, bus_size_t ofs, uint64_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
761
swapped_bs_sr_1(bus_space_handle_t bsh, bus_size_t ofs, uint8_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
771
swapped_bs_sr_2(bus_space_handle_t bsh, bus_size_t ofs, uint16_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
781
swapped_bs_sr_4(bus_space_handle_t bsh, bus_size_t ofs, uint32_t val, size_t cnt)
sys/powerpc/powerpc/bus_machdep.c
791
swapped_bs_sr_8(bus_space_handle_t bsh, bus_size_t ofs, uint64_t val, size_t cnt)
sys/powerpc/powerpc/copyinout.c
137
DEFINE_COPY_FUNC(int, copyinstr, (const void *, void *, size_t, size_t *))
sys/powerpc/powerpc/copyinout.c
138
DEFINE_COPY_FUNC(int, copyin, (const void *, void *, size_t))
sys/powerpc/powerpc/copyinout.c
139
DEFINE_COPY_FUNC(int, copyout, (const void *, void *, size_t))
sys/powerpc/powerpc/copyinout.c
159
REMAP(copyout)(const void *kaddr, void *udaddr, size_t len)
sys/powerpc/powerpc/copyinout.c
166
size_t l;
sys/powerpc/powerpc/copyinout.c
198
REMAP(copyin)(const void *udaddr, void *kaddr, size_t len)
sys/powerpc/powerpc/copyinout.c
205
size_t l;
sys/powerpc/powerpc/copyinout.c
237
REMAP(copyinstr)(const void *udaddr, void *kaddr, size_t len, size_t *done)
sys/powerpc/powerpc/copyinout.c
244
size_t i, l, t;
sys/powerpc/powerpc/copyinout.c
93
int copyinstr_remap(const void *udaddr, void *kaddr, size_t len, size_t *done);
sys/powerpc/powerpc/copyinout.c
94
int copyinstr_direct(const void *udaddr, void *kaddr, size_t len, size_t *done);
sys/powerpc/powerpc/copyinout.c
95
int copyout_remap(const void *kaddr, void *udaddr, size_t len);
sys/powerpc/powerpc/copyinout.c
96
int copyout_direct(const void *kaddr, void *udaddr, size_t len);
sys/powerpc/powerpc/copyinout.c
97
int copyin_remap(const void *uaddr, void *kaddr, size_t len);
sys/powerpc/powerpc/copyinout.c
98
int copyin_direct(const void *uaddr, void *kaddr, size_t len);
sys/powerpc/powerpc/db_disasm.c
602
char *disasm_str, size_t slen)
sys/powerpc/powerpc/db_disasm.c
81
char *disasm_str, size_t slen);
sys/powerpc/powerpc/db_interface.c
29
db_read_bytes(vm_offset_t addr, size_t size, char *data)
sys/powerpc/powerpc/db_interface.c
56
db_write_bytes(vm_offset_t addr, size_t size, char *data)
sys/powerpc/powerpc/db_interface.c
61
size_t cnt;
sys/powerpc/powerpc/elf32_machdep.c
183
elf32_dump_thread(struct thread *td, void *dst, size_t *off)
sys/powerpc/powerpc/elf32_machdep.c
185
size_t len;
sys/powerpc/powerpc/elf64_machdep.c
274
elf64_dump_thread(struct thread *td, void *dst, size_t *off)
sys/powerpc/powerpc/elf64_machdep.c
276
size_t len;
sys/powerpc/powerpc/exec_machdep.c
161
size_t sfpsize;
sys/powerpc/powerpc/gdb_machdep.c
50
gdb_cpu_getreg(int regnum, size_t *regsz)
sys/powerpc/powerpc/intr_machdep.c
131
size_t sintrcnt = sizeof(intrcnt);
sys/powerpc/powerpc/intr_machdep.c
132
size_t sintrnames = sizeof(intrnames);
sys/powerpc/powerpc/machdep.c
693
cpu_flush_dcache(void *ptr, size_t len)
sys/powerpc/powerpc/minidump_machdep.c
100
size_t len, maxdumpsz;
sys/powerpc/powerpc/minidump_machdep.c
332
dump_total(const char *id, size_t sz)
sys/powerpc/powerpc/minidump_machdep.c
53
static size_t total, dumptotal;
sys/powerpc/powerpc/minidump_machdep.c
54
static void dump_total(const char *id, size_t sz);
sys/powerpc/powerpc/minidump_machdep.c
71
static size_t dumpsize;
sys/powerpc/powerpc/minidump_machdep.c
74
static size_t fragsz;
sys/powerpc/powerpc/minidump_machdep.c
98
blk_write(struct dumperinfo *di, char *ptr, vm_paddr_t pa, size_t sz)
sys/powerpc/powerpc/pmap_dispatch.c
184
(pmap_t, volatile const void *, void **, size_t, size_t *));
sys/powerpc/powerpc/pmap_dispatch.c
192
DEFINE_DUMPSYS_IFUNC(void, map_chunk, (vm_paddr_t, size_t, void **));
sys/powerpc/powerpc/pmap_dispatch.c
193
DEFINE_DUMPSYS_IFUNC(void, unmap_chunk, (vm_paddr_t, size_t, void *));
sys/powerpc/powerpc/pmap_dispatch.c
195
DEFINE_DUMPSYS_IFUNC(size_t, scan_pmap, (struct bitset *));
sys/powerpc/powerpc/trap.c
660
size_t argsz;
sys/powerpc/powerpc/uio_machdep.c
66
size_t cnt;
sys/powerpc/pseries/phyp_console.c
285
uart_phyp_get(struct uart_phyp_softc *sc, void *buffer, size_t bufsize)
sys/powerpc/pseries/phyp_console.c
353
uart_phyp_put(struct uart_phyp_softc *sc, void *buffer, size_t bufsize)
sys/riscv/include/bus_dma_impl.h
81
bus_dma_lock_t *lockfunc, void *lockfuncarg, size_t sz, void **dmat);
sys/riscv/include/dump.h
63
dumpsys_unmap_chunk(vm_paddr_t pa, size_t s, void *va)
sys/riscv/include/gdb_machdep.h
52
static __inline size_t
sys/riscv/include/gdb_machdep.h
84
void *gdb_cpu_getreg(int, size_t *);
sys/riscv/include/kdb.h
43
kdb_cpu_sync_icache(unsigned char *addr, size_t size)
sys/riscv/include/metadata.h
42
size_t memory_size; /* Numnber of bytes that follow */
sys/riscv/include/metadata.h
43
size_t descriptor_size; /* Size of each EFI_MEMORY_DESCRIPTOR */
sys/riscv/include/stack.h
61
kstack_contains(struct thread *td, vm_offset_t va, size_t len)
sys/riscv/include/vmm_dev.h
47
size_t len; /* mmap length */
sys/riscv/include/vmm_dev.h
55
size_t len;
sys/riscv/include/vmm_dev.h
61
size_t len;
sys/riscv/include/vmm_dev.h
64
size_t ds_mask_size;
sys/riscv/include/vmm_dev.h
84
size_t cpusetsize;
sys/riscv/riscv/busdma_machdep.c
56
void *lockfuncarg, size_t sz, void **dmat)
sys/riscv/riscv/db_interface.c
116
db_read_bytes(vm_offset_t addr, size_t size, char *data)
sys/riscv/riscv/db_interface.c
140
db_write_bytes(vm_offset_t addr, size_t size, char *data)
sys/riscv/riscv/dump_machdep.c
51
dumpsys_map_chunk(vm_paddr_t pa, size_t chunk, void **va)
sys/riscv/riscv/elf_machdep.c
150
elf64_dump_thread(struct thread *td, void *dst, size_t *off)
sys/riscv/riscv/gdb_machdep.c
44
gdb_cpu_getreg(int regnum, size_t *regsz)
sys/riscv/riscv/machdep.c
210
cpu_flush_dcache(void *ptr, size_t len)
sys/riscv/riscv/machdep.c
235
cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t size)
sys/riscv/riscv/machdep.c
344
size_t fake_size, dtb_size;
sys/riscv/riscv/machdep.c
373
PRELOAD_PUSH_VALUE(uint32_t, sizeof(size_t));
sys/riscv/riscv/machdep.c
374
PRELOAD_PUSH_VALUE(uint64_t, (size_t)((vm_offset_t)&end - KERNBASE));
sys/riscv/riscv/minidump_machdep.c
59
static size_t fragsz;
sys/riscv/riscv/minidump_machdep.c
61
static size_t dumpsize;
sys/riscv/riscv/minidump_machdep.c
87
blk_write(struct dumperinfo *di, char *ptr, vm_paddr_t pa, size_t sz)
sys/riscv/riscv/minidump_machdep.c
89
size_t len;
sys/riscv/riscv/nexus.c
415
size_t len;
sys/riscv/riscv/pmap.c
1615
size_t i;
sys/riscv/riscv/uio_machdep.c
60
size_t cnt;
sys/riscv/sifive/sifive_ccache.c
142
size_t config, ways;
sys/riscv/sifive/sifive_ccache.c
82
ccache_flush_range(vm_offset_t start, size_t len)
sys/riscv/vmm/riscv.h
79
size_t start;
sys/riscv/vmm/riscv.h
80
size_t size;
sys/riscv/vmm/vmm_dev_machdep.c
64
const size_t vmmdev_machdep_ioctl_count = nitems(vmmdev_machdep_ioctls);
sys/rpc/auth_unix.c
204
memcpy(au->au_origcred.oa_base, mymem, (size_t)len);
sys/rpc/clnt.h
372
size_t sendsz, size_t recvsz);
sys/rpc/clnt.h
396
size_t sendsz, size_t recvsz, int intrflag);
sys/rpc/clnt.h
408
size_t sendsz, size_t recvsz);
sys/rpc/clnt_dg.c
143
size_t cu_mcalllen;
sys/rpc/clnt_dg.c
144
size_t cu_sendsz; /* send size */
sys/rpc/clnt_dg.c
145
size_t cu_recvsz; /* recv size */
sys/rpc/clnt_dg.c
179
size_t sendsz, /* buffer recv size */
sys/rpc/clnt_dg.c
180
size_t recvsz) /* buffer send size */
sys/rpc/clnt_dg.c
226
(void) memcpy(&cu->cu_raddr, svcaddr, (size_t)svcaddr->sa_len);
sys/rpc/clnt_rc.c
426
size_t slen;
sys/rpc/clnt_rc.c
79
size_t sendsz, /* buffer recv size */
sys/rpc/clnt_rc.c
80
size_t recvsz) /* buffer send size */
sys/rpc/clnt_rc.c
93
(void) memcpy(&rc->rc_addr, svcaddr, (size_t)svcaddr->sa_len);
sys/rpc/clnt_vc.c
129
size_t sendsz, /* buffer recv size */
sys/rpc/clnt_vc.c
130
size_t recvsz, /* buffer send size */
sys/rpc/clnt_vc.c
670
(void) memcpy(info, &ct->ct_addr, (size_t)ct->ct_addr.ss_len);
sys/rpc/krpc.h
111
size_t ct_mpos; /* pos after marshal */
sys/rpc/krpc.h
115
size_t ct_record_resid; /* how much left of reply to read */
sys/rpc/krpc.h
69
size_t rc_sendsz;
sys/rpc/krpc.h
70
size_t rc_recvsz;
sys/rpc/replay.c
69
size_t rc_size;
sys/rpc/replay.c
70
size_t rc_maxsize;
sys/rpc/replay.c
74
replay_newcache(size_t maxsize)
sys/rpc/replay.c
90
replay_setsize(struct replay_cache *rc, size_t newmaxsize)
sys/rpc/replay.h
45
struct replay_cache *replay_newcache(size_t);
sys/rpc/replay.h
50
void replay_setsize(struct replay_cache *, size_t);
sys/rpc/rpcsec_gss.h
480
bool_t __rpc_gss_wrap(AUTH *auth, void *header, size_t headerlen,
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
380
size_t namelen;
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
467
size_t len;
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
802
size_t string_length;
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
803
size_t i;
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
820
if ( (size_t) (numshift+7) < (sizeof(unsigned long)*8)) {
sys/rpc/rpcsec_tls/auth_tls.c
142
size_t strsiz;
sys/rpc/rpcsec_tls/rpctls_impl.c
528
size_t siz;
sys/rpc/svc.h
216
size_t rq_size; /* space used by request */
sys/rpc/svc.h
594
const size_t, const size_t);
sys/rpc/svc.h
602
const size_t, const size_t);
sys/rpc/svc.h
622
const struct t_bind *, const size_t, const size_t);
sys/rpc/svc_dg.c
95
svc_dg_create(SVCPOOL *pool, struct socket *so, size_t sendsize,
sys/rpc/svc_dg.c
96
size_t recvsize)
sys/rpc/svc_generic.c
134
size_t sendsz, /* Max sendsize */
sys/rpc/svc_generic.c
135
size_t recvsz) /* Max recvsize */
sys/rpc/svc_vc.c
205
svc_vc_create(SVCPOOL *pool, struct socket *so, size_t sendsize,
sys/rpc/svc_vc.c
206
size_t recvsize)
sys/rpc/svc_vc.c
663
size_t n = 0;
sys/rpc/xdr.h
349
size_t xc_num_avail;
sys/security/audit/audit.c
184
void *bsm_data, size_t bsm_lenlen);
sys/security/audit/audit_bsm.c
119
size_t tot_rec_size;
sys/security/audit/audit_bsm.c
122
size_t hdrsize;
sys/security/audit/audit_bsm.c
332
if ((size_t)ar->ar_arg_len == sizeof(int64_t)) {
sys/security/audit/audit_bsm.c
355
if ((size_t)ar->ar_arg_len == sizeof(au_qctrl64_t)) {
sys/security/audit/audit_bsm.c
412
if ((size_t)ar->ar_arg_len == sizeof(int64_t)) {
sys/security/audit/audit_bsm_db.c
275
size_t size;
sys/security/audit/audit_dtrace.c
260
au_class_t class, int sorf, void *bsm_data, size_t bsm_len)
sys/security/audit/audit_private.h
437
void *bsm_data, size_t bsm_len);
sys/security/audit/audit_worker.c
136
size_t len)
sys/security/audit/bsm_token.c
1339
size_t totlen = 0;
sys/security/audit/bsm_token.c
1376
size_t totlen = 0;
sys/security/audit/bsm_token.c
298
size_t datasize, totdata;
sys/security/mac/mac_cred.c
154
char *outbuf, size_t outbuflen)
sys/security/mac/mac_framework.c
425
size_t offset;
sys/security/mac/mac_framework.h
486
struct semid_kernel *semakptr, size_t accesstype);
sys/security/mac/mac_internal.h
255
char *outbuf, size_t outbuflen);
sys/security/mac/mac_internal.h
263
char *outbuf, size_t outbuflen);
sys/security/mac/mac_internal.h
272
char *outbuf, size_t outbuflen);
sys/security/mac/mac_internal.h
281
char *outbuf, size_t outbuflen);
sys/security/mac/mac_internal.h
285
char *outbuf, size_t outbuflen);
sys/security/mac/mac_net.c
281
char *outbuf, size_t outbuflen)
sys/security/mac/mac_pipe.c
107
char *outbuf, size_t outbuflen)
sys/security/mac/mac_policy.h
577
size_t accesstype);
sys/security/mac/mac_prison.c
113
char *outbuf, size_t outbuflen)
sys/security/mac/mac_socket.c
204
char *outbuf, size_t outbuflen)
sys/security/mac/mac_socket.c
215
char *outbuf, size_t outbuflen)
sys/security/mac/mac_sysv_sem.c
150
size_t accesstype)
sys/security/mac/mac_vfs.c
209
char *outbuf, size_t outbuflen)
sys/security/mac_biba/mac_biba.c
2689
struct label *semaklabel, size_t accesstype)
sys/security/mac_biba/mac_biba.c
3511
size_t buflen;
sys/security/mac_biba/mac_biba.c
3545
size_t buflen;
sys/security/mac_do/mac_do.c
1013
const size_t len = strlen(string);
sys/security/mac_do/mac_do.c
1485
size_t allocated_size;
sys/security/mac_do/mac_do.c
1487
size_t size;
sys/security/mac_do/mac_do.c
1514
check_data_usable(const void *const data, const size_t size, const int priv)
sys/security/mac_do/mac_do.c
1552
is_data_reusable(const void *const data, const size_t size)
sys/security/mac_do/mac_do.c
1560
set_data_header(void *const data, const size_t size, const int priv,
sys/security/mac_do/mac_do.c
1575
alloc_data(void *const data, const size_t size)
sys/security/mac_do/mac_do.c
402
size_t idx;
sys/security/mac_do/mac_do.c
433
make_parse_error(struct parse_error **const parse_error, const size_t pos,
sys/security/mac_do/mac_do.c
468
for (size_t i = 1; i <= IT_LAST; ++i) {
sys/security/mac_do/mac_do.c
480
static size_t
sys/security/mac_do/mac_do.c
71
size_t pos;
sys/security/mac_do/mac_do.c
781
size_t idx = 0;
sys/security/mac_do/mac_do.c
798
size_t ref_idx = 0;
sys/security/mac_lomac/mac_lomac.c
2787
size_t buflen;
sys/security/mac_lomac/mac_lomac.c
2883
size_t buflen;
sys/security/mac_mls/mac_mls.c
2319
struct label *semaklabel, size_t accesstype)
sys/security/mac_mls/mac_mls.c
3140
size_t buflen;
sys/security/mac_mls/mac_mls.c
3174
size_t buflen;
sys/security/mac_stub/mac_stub.c
1369
struct label *semaklabel, size_t accesstype)
sys/security/mac_test/mac_test.c
2502
struct semid_kernel *semakptr, struct label *semaklabel, size_t accesstype)
sys/security/mac_veriexec/mac_veriexec.h
114
typedef void (*mac_veriexec_fpop_update_t)(void *, const uint8_t *, size_t);
sys/security/mac_veriexec/mac_veriexec.h
119
size_t digest_len;
sys/security/mac_veriexec/mac_veriexec.h
120
size_t context_size;
sys/security/mac_veriexec/mac_veriexec.h
179
char *label, size_t labellen, int flags, const char *fp_type,
sys/security/mac_veriexec/mac_veriexec.h
82
size_t labellen;
sys/security/mac_veriexec/mac_veriexec_internal.h
58
size_t labellen;
sys/security/mac_veriexec/veriexec_fingerprint.c
146
size_t count, nread, resid;
sys/security/mac_veriexec/veriexec_metadata.c
372
static size_t
sys/security/mac_veriexec/veriexec_metadata.c
373
mac_veriexec_init_label(char **labelp, size_t labellen, char *src,
sys/security/mac_veriexec/veriexec_metadata.c
374
size_t srclen)
sys/security/mac_veriexec/veriexec_metadata.c
637
char *label, size_t labellen, int flags, const char *fp_type, int override)
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
105
size_t i, len;
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
145
size_t min_len;
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
221
verify_digest(const char *data, size_t len, const unsigned char *expected_hash)
sys/security/mac_veriexec_parser/mac_veriexec_parser.c
84
static int verify_digest(const char *data, size_t len,
sys/sys/_cpuset.h
54
cpuset_t *__cpuset_alloc(size_t set_size);
sys/sys/_iovec.h
44
size_t iov_len; /* Length. */
sys/sys/_iovec.h
63
size_t __amt = (amt); \
sys/sys/agpio.h
103
size_t aper_size; /* size of aperture */
sys/sys/agpio.h
104
size_t pg_total; /* max pages (swap + system) */
sys/sys/agpio.h
105
size_t pg_system; /* max pages (system) */
sys/sys/agpio.h
106
size_t pg_used; /* current pages used */
sys/sys/agpio.h
119
size_t pg_count; /* number of pages */
sys/sys/agpio.h
125
size_t seg_count; /* number of segments */
sys/sys/agpio.h
132
size_t pg_count; /* number of pages */
sys/sys/aio.h
110
size_t aio_nbytes; /* Number of bytes for I/O */
sys/sys/asan.h
59
void kasan_init_early(vm_offset_t, size_t);
sys/sys/asan.h
60
void kasan_shadow_map(vm_offset_t, size_t);
sys/sys/asan.h
61
void kasan_mark(const void *, size_t, size_t, uint8_t);
sys/sys/bitstring.h
104
_bit_make_mask(size_t _start, size_t _stop)
sys/sys/bitstring.h
117
bit_alloc(size_t _nbits, struct malloc_type *type, int flags)
sys/sys/bitstring.h
123
bit_alloc(size_t _nbits)
sys/sys/bitstring.h
135
bit_test(const bitstr_t *_bitstr, size_t _bit)
sys/sys/bitstring.h
142
bit_set(bitstr_t *_bitstr, size_t _bit)
sys/sys/bitstring.h
149
bit_clear(bitstr_t *_bitstr, size_t _bit)
sys/sys/bitstring.h
156
bit_ntest(const bitstr_t *_bitstr, size_t _start, size_t _stop, int _match)
sys/sys/bitstring.h
184
bit_nset(bitstr_t *_bitstr, size_t _start, size_t _stop)
sys/sys/bitstring.h
207
bit_nclear(bitstr_t *_bitstr, size_t _start, size_t _stop)
sys/sys/bitstring.h
230
bit_ff_at_(bitstr_t *_bitstr, size_t _start, size_t _nbits, int _match)
sys/sys/bitstring.h
253
(_bit_offset(_nbits) != 0 && (size_t)_value >= _nbits))
sys/sys/bitstring.h
278
bit_ff_area_at_(bitstr_t *_bitstr, size_t _start, size_t _nbits, size_t _size,
sys/sys/bitstring.h
282
size_t _last, _shft, _maxshft;
sys/sys/bitstring.h
340
bit_count_(bitstr_t *_bitstr, size_t _start, size_t _nbits)
sys/sys/bitstring.h
343
size_t curbitstr_len;
sys/sys/bitstring.h
80
(((size_t)(x) + (y) - 1) & ~((size_t)(y) - 1))
sys/sys/bitstring.h
83
static inline size_t
sys/sys/bitstring.h
84
_bit_idx(size_t _bit)
sys/sys/bitstring.h
90
static inline size_t
sys/sys/bitstring.h
91
_bit_offset(size_t _bit)
sys/sys/bitstring.h
98
_bit_mask(size_t _bit)
sys/sys/buf.h
611
int vmapbuf(struct buf *, void *, size_t, int);
sys/sys/bus.h
118
size_t length;
sys/sys/bus.h
341
size_t size;
sys/sys/bus.h
348
size_t _sz);
sys/sys/bus.h
466
size_t setsize, struct _cpuset *cpuset);
sys/sys/bus.h
474
size_t size, device_property_type_t type);
sys/sys/bus.h
572
int bus_get_cpus(device_t dev, enum cpu_sets op, size_t setsize,
sys/sys/bus.h
764
size_t sz, device_property_type_t type);
sys/sys/capsicum.h
520
int cap_ioctls_limit(int fd, const cap_ioctl_t *cmds, size_t ncmds);
sys/sys/capsicum.h
526
ssize_t cap_ioctls_get(int fd, cap_ioctl_t *cmds, size_t maxcmds);
sys/sys/cnv.h
61
const void *cnvlist_get_binary(const void *cookie, size_t *sizep);
sys/sys/cnv.h
62
const bool *cnvlist_get_bool_array(const void *cookie, size_t *nitemsp);
sys/sys/cnv.h
63
const uint64_t *cnvlist_get_number_array(const void *cookie, size_t *nitemsp);
sys/sys/cnv.h
64
const char * const *cnvlist_get_string_array(const void *cookie, size_t *nitemsp);
sys/sys/cnv.h
65
const nvlist_t * const *cnvlist_get_nvlist_array(const void *cookie, size_t *nitemsp);
sys/sys/cnv.h
68
const int *cnvlist_get_descriptor_array(const void *cookie, size_t *nitemsp);
sys/sys/cnv.h
81
void *cnvlist_take_binary(void *cookie, size_t *sizep);
sys/sys/cnv.h
82
bool *cnvlist_take_bool_array(void *cookie, size_t *nitemsp);
sys/sys/cnv.h
83
uint64_t *cnvlist_take_number_array(void *cookie, size_t *nitemsp);
sys/sys/cnv.h
84
char **cnvlist_take_string_array(void *cookie, size_t *nitemsp);
sys/sys/cnv.h
85
nvlist_t **cnvlist_take_nvlist_array(void *cookie, size_t *nitemsp);
sys/sys/cnv.h
88
int *cnvlist_take_descriptor_array(void *cookie, size_t *nitemsp);
sys/sys/compressor.h
38
typedef int (*compressor_cb_t)(void *, size_t, off_t, void *);
sys/sys/compressor.h
44
size_t maxiosize, int level, void *arg);
sys/sys/compressor.h
48
size_t len);
sys/sys/conf.h
132
size_t _length); /* Number of bytes to dump. */
sys/sys/conf.h
262
size_t mda_size;
sys/sys/conf.h
273
void make_dev_args_init_impl(struct make_dev_args *_args, size_t _sz);
sys/sys/conf.h
282
void dev_copyname(struct cdev *dev, char *path, size_t len);
sys/sys/conf.h
396
int dump_append(struct dumperinfo *, void *, size_t);
sys/sys/conf.h
397
int dump_write(struct dumperinfo *, void *, off_t, size_t);
sys/sys/cons.h
136
void cngets(char *, size_t, int);
sys/sys/cons.h
139
void cnputsn(const char *, size_t);
sys/sys/cpu.h
66
cpu_get_cpuid(device_t dev, size_t *count)
sys/sys/cpu.h
73
*count = (size_t)v;
sys/sys/cpuctl.h
50
size_t size;
sys/sys/cpuset.h
163
int (*cpuset_copyin)(const void *, void *, size_t);
sys/sys/cpuset.h
164
int (*cpuset_copyout)(const void *, void *, size_t);
sys/sys/cpuset.h
189
int cpuset_getaffinity(cpulevel_t, cpuwhich_t, id_t, size_t, cpuset_t *);
sys/sys/cpuset.h
190
int cpuset_setaffinity(cpulevel_t, cpuwhich_t, id_t, size_t, const cpuset_t *);
sys/sys/dnv.h
60
const void *dnvlist_get_binary(const nvlist_t *nvl, const char *name, size_t *sizep, const void *defval, size_t defsize);
sys/sys/dnv.h
75
void *dnvlist_take_binary(nvlist_t *nvl, const char *name, size_t *sizep, void *defval, size_t defsize);
sys/sys/domainset.h
128
size_t mask_size);
sys/sys/domainset.h
136
int cpuset_getdomain(cpulevel_t, cpuwhich_t, id_t, size_t, domainset_t *,
sys/sys/domainset.h
138
int cpuset_setdomain(cpulevel_t, cpuwhich_t, id_t, size_t,
sys/sys/dtrace_bsd.h
163
size_t kdtrace_proc_size(void);
sys/sys/dtrace_bsd.h
164
size_t kdtrace_thread_size(void);
sys/sys/efi.h
281
int (*copy_table)(efi_guid_t *, void **, size_t, size_t *);
sys/sys/efi.h
289
int (*var_get)(uint16_t *, efi_guid_t *, uint32_t *, size_t *,
sys/sys/efi.h
291
int (*var_nextname)(size_t *, uint16_t *, efi_guid_t *);
sys/sys/efi.h
292
int (*var_set)(uint16_t *, efi_guid_t *, uint32_t, size_t, void *);
sys/sys/efi.h
314
efi_copy_table(efi_guid_t *guid, void **buf, size_t buf_len, size_t *table_len)
sys/sys/efi.h
371
size_t *datasize, void *data)
sys/sys/efi.h
379
efi_var_nextname(size_t *namesize, uint16_t *name, efi_guid_t *vendor)
sys/sys/efi.h
388
size_t datasize, void *data)
sys/sys/efiio.h
52
size_t table_len; /* Table size */
sys/sys/efiio.h
53
size_t buf_len; /* Size of the buffer */
sys/sys/efiio.h
59
size_t namesize; /* Number of wide characters in name */
sys/sys/efiio.h
63
size_t datasize; /* Number of *bytes* in the data */
sys/sys/efiio.h
87
size_t table_len; /* Table size */
sys/sys/efiio.h
88
size_t buf_len; /* Size of the buffer */
sys/sys/efiio.h
94
size_t namesize; /* Number of wide characters in name */
sys/sys/efiio.h
98
size_t datasize; /* Number of *bytes* in the data */
sys/sys/eui64.h
52
int eui64_ntoa(const struct eui64 *, char *, size_t);
sys/sys/eui64.h
53
int eui64_ntohost(char *, size_t, const struct eui64 *);
sys/sys/event.h
342
size_t kevent_size;
sys/sys/eventhandler.h
285
typedef void (*kld_unload_fn)(void *, const char *, caddr_t, size_t);
sys/sys/extattr.h
83
void *_data, size_t _nbytes);
sys/sys/extattr.h
85
const char *_attrname, void *_data, size_t _nbytes);
sys/sys/extattr.h
87
const char *_attrname, void *_data, size_t _nbytes);
sys/sys/extattr.h
89
size_t _nbytes);
sys/sys/extattr.h
91
size_t _nbytes);
sys/sys/extattr.h
93
size_t _nbytes);
sys/sys/extattr.h
95
const void *_data, size_t _nbytes);
sys/sys/extattr.h
97
const char *_attrname, const void *_data, size_t _nbytes);
sys/sys/extattr.h
99
const char *_attrname, const void *_data, size_t _nbytes);
sys/sys/fbio.h
215
size_t vi_window_size;
sys/sys/fbio.h
216
size_t vi_window_gran;
sys/sys/fbio.h
218
size_t vi_buffer_size;
sys/sys/fbio.h
277
size_t va_window_size;
sys/sys/fbio.h
278
size_t va_window_gran;
sys/sys/fbio.h
281
size_t va_buffer_size;
sys/sys/fbio.h
313
size_t va_window_size;
sys/sys/fbio.h
314
size_t va_window_gran;
sys/sys/fbio.h
316
size_t va_buffer_size;
sys/sys/file.h
125
struct uio *trl_uio, off_t offset, size_t nbytes,
sys/sys/file.h
438
struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
sys/sys/firmware.h
54
size_t datasize; /* size of image in bytes */
sys/sys/firmware.h
59
const void *, size_t, unsigned int, const struct firmware *);
sys/sys/fnv_hash.h
21
fnv_32_buf(const void *buf, size_t len, Fnv32_t hval)
sys/sys/fnv_hash.h
46
fnv_64_buf(const void *buf, size_t len, Fnv64_t hval)
sys/sys/gsb_crc32.h
16
crc32_raw(const void *buf, size_t size, uint32_t crc)
sys/sys/gsb_crc32.h
26
crc32(const void *buf, size_t size)
sys/sys/gsb_crc32.h
46
uint32_t singletable_crc32c(uint32_t, const void *, size_t);
sys/sys/gsb_crc32.h
47
uint32_t multitable_crc32c(uint32_t, const void *, size_t);
sys/sys/hash.h
109
hash32_strne(const void *buf, size_t len, int end, const char **ep,
sys/sys/hash.h
127
uint32_t jenkins_hash(const void *, size_t, uint32_t);
sys/sys/hash.h
128
uint32_t jenkins_hash32(const uint32_t *, size_t, uint32_t);
sys/sys/hash.h
130
uint32_t murmur3_32_hash(const void *, size_t, uint32_t);
sys/sys/hash.h
131
uint32_t murmur3_32_hash32(const uint32_t *, size_t, uint32_t);
sys/sys/hash.h
46
hash32_buf(const void *buf, size_t len, uint32_t hash)
sys/sys/hash.h
74
hash32_strn(const void *buf, size_t len, uint32_t hash)
sys/sys/hwt.h
118
size_t config_size;
sys/sys/hwt.h
125
size_t data_size;
sys/sys/hwt.h
55
size_t bufsize;
sys/sys/hwt.h
59
size_t cpusetsize;
sys/sys/iconv.h
158
size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
sys/sys/iconv.h
160
size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int casetype);
sys/sys/iconv.h
162
size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
sys/sys/iconv.h
164
size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int casetype);
sys/sys/iconv.h
179
int (*conv)(void *handle, const char **inbuf, size_t *inbytesleft,
sys/sys/iconv.h
180
char **outbuf, size_t *outbytesleft);
sys/sys/iconv.h
181
int (*conv_case)(void *handle, const char **inbuf, size_t *inbytesleft,
sys/sys/iconv.h
182
char **outbuf, size_t *outbytesleft, int casetype);
sys/sys/iconv.h
183
int (*convchr)(void *handle, const char **inbuf, size_t *inbytesleft,
sys/sys/iconv.h
184
char **outbuf, size_t *outbytesleft);
sys/sys/iconv.h
185
int (*convchr_case)(void *handle, const char **inbuf, size_t *inbytesleft,
sys/sys/iconv.h
186
char **outbuf, size_t *outbytesleft, int casetype);
sys/sys/imgact.h
111
int exec_args_adjust_args(struct image_args *args, size_t consume,
sys/sys/imgact_elf.h
106
typedef void (*outfunc_t)(void *, struct sbuf *, size_t *);
sys/sys/imgact_elf.h
111
size_t size; /* Total size of all writable segments. */
sys/sys/imgact_elf.h
119
size_t __elfN(populate_note)(int, void *, void *, size_t, void **);
sys/sys/imgact_elf.h
121
void __elfN(puthdr)(struct thread *, void *, size_t, int, size_t, int);
sys/sys/imgact_elf.h
123
size_t *);
sys/sys/imgact_elf.h
125
size_t __elfN(register_note)(struct thread *, struct note_info_list *,
sys/sys/imgact_elf.h
132
void __elfN(dump_thread)(struct thread *, void *, size_t *);
sys/sys/inotify.h
90
void inotify_log(struct vnode *, const char *, size_t, int, __uint32_t);
sys/sys/interrupt.h
162
extern size_t sintrcnt; /* size of intrcnt table */
sys/sys/interrupt.h
163
extern size_t sintrnames; /* size of intrnames table */
sys/sys/intr.h
136
struct intr_map_data *intr_alloc_map_data(enum intr_map_data_type, size_t, int);
sys/sys/intr.h
57
size_t len;
sys/sys/iov.h
163
size_t len;
sys/sys/iov.h
251
size_t len;
sys/sys/jail.h
453
void getcredhostname(struct ucred *, char *, size_t);
sys/sys/jail.h
454
void getcreddomainname(struct ucred *, char *, size_t);
sys/sys/jail.h
455
void getcredhostuuid(struct ucred *, char *, size_t);
sys/sys/jail.h
457
void getjailname(struct ucred *cred, char *name, size_t len);
sys/sys/kerneldump.h
144
void dumpsys_map_chunk(vm_paddr_t, size_t, void **);
sys/sys/kerneldump.h
148
int dumpsys_buf_seek(struct dumperinfo *, size_t);
sys/sys/kerneldump.h
149
int dumpsys_buf_write(struct dumperinfo *, char *, size_t);
sys/sys/kerneldump.h
155
void dumpsys_gen_unmap_chunk(vm_paddr_t, size_t, void *);
sys/sys/kerneldump.h
159
void dumpsys_pb_progress(size_t);
sys/sys/kerneldump.h
169
size_t len, int *errorp);
sys/sys/kexec.h
36
size_t bufsz;
sys/sys/kobj.h
59
size_t size; /* object size */ \
sys/sys/ktls.h
266
bool ktls_pending_rx_info(struct sockbuf *sb, uint64_t *seqnop, size_t *residp);
sys/sys/ktls.h
291
uint8_t *data, size_t *sz);
sys/sys/ktrace.h
259
size_t struct_size;
sys/sys/ktrace.h
356
void ktrstruct(const char *, const void *, size_t);
sys/sys/ktrace.h
357
void ktrstruct_error(const char *, const void *, size_t, int);
sys/sys/ktrace.h
358
void ktrstructarray(const char *, enum uio_seg, const void *, int, size_t);
sys/sys/ktrace.h
360
void ktrdata(int, const void *, size_t);
sys/sys/ktrace.h
391
int utrace(const void *, size_t);
sys/sys/libkern.h
127
void arc4random_buf(void *, size_t);
sys/sys/libkern.h
130
int timingsafe_bcmp(const void *, const void *, size_t);
sys/sys/libkern.h
131
void *bsearch(const void *, const void *, size_t,
sys/sys/libkern.h
132
size_t, int (*)(const void *, const void *));
sys/sys/libkern.h
241
void *memchr(const void *s, int c, size_t n);
sys/sys/libkern.h
242
void *memcchr(const void *s, int c, size_t n);
sys/sys/libkern.h
243
void *memmem(const void *l, size_t l_len, const void *s, size_t s_len);
sys/sys/libkern.h
244
void qsort(void *base, size_t nmemb, size_t size,
sys/sys/libkern.h
246
void qsort_r(void *base, size_t nmemb, size_t size,
sys/sys/libkern.h
258
size_t strcspn(const char *, const char *) __pure;
sys/sys/libkern.h
260
char *strncat(char *, const char *, size_t);
sys/sys/libkern.h
261
char *strndup(const char *__restrict, size_t, struct malloc_type *);
sys/sys/libkern.h
262
size_t strlcat(char *, const char *, size_t);
sys/sys/libkern.h
263
size_t strlcpy(char *, const char *, size_t);
sys/sys/libkern.h
264
size_t strlen(const char *);
sys/sys/libkern.h
265
int strncasecmp(const char *, const char *, size_t);
sys/sys/libkern.h
266
int strncmp(const char *, const char *, size_t);
sys/sys/libkern.h
267
char *strncpy(char * __restrict, const char * __restrict, size_t);
sys/sys/libkern.h
268
size_t strnlen(const char *, size_t);
sys/sys/libkern.h
269
char *strnstr(const char *, const char *, size_t);
sys/sys/libkern.h
272
size_t strspn(const char *, const char *);
sys/sys/libkern.h
274
int strvalid(const char *, size_t);
sys/sys/libkern.h
283
size_t SAN_INTERCEPTOR(strlen)(const char *);
sys/sys/link_elf.h
89
size_t dlpi_tls_modid;
sys/sys/link_elf.h
95
typedef int (*__dl_iterate_hdr_callback)(struct dl_phdr_info *, size_t, void *);
sys/sys/linker.h
110
size_t exidx_size; /* Unwind data index table size */
sys/sys/linker.h
290
extern size_t preload_fetch_size(caddr_t _mod);
sys/sys/linker.h
371
size_t size; /* size in bytes */
sys/sys/linker.h
381
size_t size; /* size in bytes */
sys/sys/linker.h
389
size_t symsize;
sys/sys/linker.h
61
size_t size;
sys/sys/linker.h
84
size_t size; /* size of file */
sys/sys/linker.h
86
size_t ctors_size; /* size of .ctors/.init_array */
sys/sys/linker.h
93
size_t dtors_size; /* size of .dtors/.fini_array */
sys/sys/mac.h
74
size_t m_buflen;
sys/sys/malloc.h
193
void *malloc(size_t size, struct malloc_type *type, int flags) __malloc_like
sys/sys/malloc.h
232
size_t _size = (size); \
sys/sys/malloc.h
245
void *malloc_domainset(size_t size, struct malloc_type *type,
sys/sys/malloc.h
248
void *mallocarray(size_t nmemb, size_t size, struct malloc_type *type,
sys/sys/malloc.h
251
void *mallocarray_domainset(size_t nmemb, size_t size, struct malloc_type *type,
sys/sys/malloc.h
254
void *malloc_exec(size_t size, struct malloc_type *type, int flags) __malloc_like
sys/sys/malloc.h
256
void *malloc_domainset_exec(size_t size, struct malloc_type *type,
sys/sys/malloc.h
264
size_t malloc_size(size_t);
sys/sys/malloc.h
265
size_t malloc_usable_size(const void *);
sys/sys/malloc.h
266
void *realloc(void *addr, size_t size, struct malloc_type *type, int flags)
sys/sys/malloc.h
268
void *reallocf(void *addr, size_t size, struct malloc_type *type, int flags)
sys/sys/malloc.h
270
void *malloc_aligned(size_t size, size_t align, struct malloc_type *type,
sys/sys/malloc.h
272
void *malloc_domainset_aligned(size_t size, size_t align,
sys/sys/malloc.h
282
#define MUL_NO_OVERFLOW (1UL << (sizeof(size_t) * 8 / 2))
sys/sys/malloc.h
284
WOULD_OVERFLOW(size_t nmemb, size_t size)
sys/sys/malloc.h
298
extern void *Malloc(size_t bytes, const char *file, int line);
sys/sys/malloc.h
315
(size_t)size, __FILE__, __LINE__); \
sys/sys/mchain.h
46
size_t *srclen, size_t *dstlen);
sys/sys/memdesc.h
141
memdesc_vmpages(struct vm_page **ma, size_t len, u_int ma_offset)
sys/sys/memdesc.h
200
size_t offset, size_t len, size_t *actual_len, bool can_truncate);
sys/sys/memdesc.h
53
size_t md_len; /* VADDR, PADDR, VMPAGES */
sys/sys/memdesc.h
71
memdesc_vaddr(void *vaddr, size_t len)
sys/sys/memdesc.h
83
memdesc_paddr(vm_paddr_t paddr, size_t len)
sys/sys/mman.h
305
int shm_map(struct file *fp, size_t size, off_t offset, void **memp);
sys/sys/mman.h
306
int shm_unmap(struct file *fp, void *mem, size_t size);
sys/sys/mman.h
315
int shm_get_path(struct vm_object *obj, char *path, size_t sz);
sys/sys/mman.h
329
int getpagesizes(size_t *, int);
sys/sys/mman.h
330
int madvise(void *, size_t, int);
sys/sys/mman.h
331
int mincore(const void *, size_t, char *);
sys/sys/mman.h
332
int minherit(void *, size_t, int);
sys/sys/mman.h
334
int mlock(const void *, size_t);
sys/sys/mman.h
337
void * mmap(void *, size_t, int, int, int, off_t);
sys/sys/mman.h
339
int mprotect(void *, size_t, int);
sys/sys/mman.h
340
int msync(void *, size_t, int);
sys/sys/mman.h
341
int munlock(const void *, size_t);
sys/sys/mman.h
342
int munmap(void *, size_t);
sys/sys/mman.h
344
int posix_madvise(void *, size_t, int);
sys/sys/mount.h
1203
int fhreadlink(struct fhandle *, char *, size_t);
sys/sys/mount.h
707
size_t vc_len; /* sizeof said structure */
sys/sys/msan.h
57
void kmsan_shadow_map(vm_offset_t, size_t);
sys/sys/msan.h
64
void kmsan_orig(const void *, size_t, int, uintptr_t);
sys/sys/msan.h
65
void kmsan_mark(const void *, size_t, uint8_t);
sys/sys/msan.h
69
void kmsan_check(const void *, size_t, const char *);
sys/sys/msg.h
156
size_t *sz);
sys/sys/msg.h
163
ssize_t msgrcv(int, void *, size_t, long, int);
sys/sys/msg.h
164
int msgsnd(int, const void *, size_t, int);
sys/sys/namei.h
103
size_t ni_pathlen; /* remaining chars in path */
sys/sys/nv.h
148
void nvlist_add_binary(nvlist_t *nvl, const char *name, const void *value, size_t size);
sys/sys/nv.h
149
void nvlist_add_bool_array(nvlist_t *nvl, const char *name, const bool *value, size_t nitems);
sys/sys/nv.h
150
void nvlist_add_number_array(nvlist_t *nvl, const char *name, const uint64_t *value, size_t nitems);
sys/sys/nv.h
151
void nvlist_add_string_array(nvlist_t *nvl, const char *name, const char * const *value, size_t nitems);
sys/sys/nv.h
152
void nvlist_add_nvlist_array(nvlist_t *nvl, const char *name, const nvlist_t * const *value, size_t nitems);
sys/sys/nv.h
155
void nvlist_add_descriptor_array(nvlist_t *nvl, const char *name, const int *value, size_t nitems);
sys/sys/nv.h
173
void nvlist_move_binary(nvlist_t *nvl, const char *name, void *value, size_t size);
sys/sys/nv.h
174
void nvlist_move_bool_array(nvlist_t *nvl, const char *name, bool *value, size_t nitems);
sys/sys/nv.h
175
void nvlist_move_string_array(nvlist_t *nvl, const char *name, char **value, size_t nitems);
sys/sys/nv.h
176
void nvlist_move_nvlist_array(nvlist_t *nvl, const char *name, nvlist_t **value, size_t nitems);
sys/sys/nv.h
177
void nvlist_move_number_array(nvlist_t *nvl, const char *name, uint64_t *value, size_t nitems);
sys/sys/nv.h
180
void nvlist_move_descriptor_array(nvlist_t *nvl, const char *name, int *value, size_t nitems);
sys/sys/nv.h
193
const void *nvlist_get_binary(const nvlist_t *nvl, const char *name, size_t *sizep);
sys/sys/nv.h
194
const bool *nvlist_get_bool_array(const nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
195
const uint64_t *nvlist_get_number_array(const nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
196
const char * const *nvlist_get_string_array(const nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
197
const nvlist_t * const *nvlist_get_nvlist_array(const nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
200
const int *nvlist_get_descriptor_array(const nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
213
void *nvlist_take_binary(nvlist_t *nvl, const char *name, size_t *sizep);
sys/sys/nv.h
214
bool *nvlist_take_bool_array(nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
215
uint64_t *nvlist_take_number_array(nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
216
char **nvlist_take_string_array(nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
217
nvlist_t **nvlist_take_nvlist_array(nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
220
int *nvlist_take_descriptor_array(nvlist_t *nvl, const char *name, size_t *nitemsp);
sys/sys/nv.h
93
size_t nvlist_size(const nvlist_t *nvl);
sys/sys/nv.h
94
void *nvlist_pack(const nvlist_t *nvl, size_t *sizep);
sys/sys/nv.h
95
nvlist_t *nvlist_unpack(const void *buf, size_t size, int flags);
sys/sys/pciio.h
140
size_t plvi_len; /* size of the data area */
sys/sys/pciio.h
146
size_t pbm_map_length; /* mapped length of the BAR, multiple
sys/sys/pciio.h
81
size_t pc_reported_len;/* length of PCI data reported */
sys/sys/pcpu.h
316
void cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t size);
sys/sys/pcpu.h
325
void pcpu_init(struct pcpu *pcpu, int cpuid, size_t size);
sys/sys/pctrie.h
445
size_t pctrie_node_size(void);
sys/sys/physmem.h
56
size_t physmem_avail(vm_paddr_t *avail, size_t maxavail);
sys/sys/pmckern.h
88
size_t pm_size; /* size of unmapped region */
sys/sys/proc.h
1216
int sigonstack(size_t sp);
sys/sys/proc.h
322
size_t td_vslock_sz; /* (k) amount of vslock-ed space */
sys/sys/procfs.h
62
size_t pr_statussz; /* sizeof(prstatus_t) (1) */
sys/sys/procfs.h
63
size_t pr_gregsetsz; /* sizeof(gregset_t) (1) */
sys/sys/procfs.h
64
size_t pr_fpregsetsz; /* sizeof(fpregset_t) (1) */
sys/sys/procfs.h
81
size_t pr_psinfosz; /* sizeof(prpsinfo_t) (1) */
sys/sys/ptrace.h
115
size_t piod_len; /* request length */
sys/sys/ptrace.h
252
void *_buf, size_t _len);
sys/sys/ptrace.h
254
void *_buf, size_t _len);
sys/sys/queue_mergesort.h
134
size_t sqms_slen = 0; \
sys/sys/queue_mergesort.h
135
size_t sqms_sortmask; \
sys/sys/queue_mergesort.h
136
size_t sqms_mpos; \
sys/sys/queue_mergesort.h
91
size_t sqms_i; \
sys/sys/random.h
169
ssize_t getrandom(void *buf, size_t buflen, unsigned int flags);
sys/sys/rctl.h
157
int rctl_get_racct(const char *inbufp, size_t inbuflen, char *outbufp,
sys/sys/rctl.h
158
size_t outbuflen);
sys/sys/rctl.h
159
int rctl_get_rules(const char *inbufp, size_t inbuflen, char *outbufp,
sys/sys/rctl.h
160
size_t outbuflen);
sys/sys/rctl.h
161
int rctl_get_limits(const char *inbufp, size_t inbuflen, char *outbufp,
sys/sys/rctl.h
162
size_t outbuflen);
sys/sys/rctl.h
163
int rctl_add_rule(const char *inbufp, size_t inbuflen, char *outbufp,
sys/sys/rctl.h
164
size_t outbuflen);
sys/sys/rctl.h
165
int rctl_remove_rule(const char *inbufp, size_t inbuflen, char *outbufp,
sys/sys/rctl.h
166
size_t outbuflen);
sys/sys/reg.h
48
size_t *);
sys/sys/reg.h
49
typedef bool (regset_set)(struct regset *, struct thread *, void *, size_t);
sys/sys/reg.h
53
size_t size;
sys/sys/sbuf.h
105
ssize_t sbuf_end_section(struct sbuf *, ssize_t, size_t, int);
sys/sys/sbuf.h
115
int sbuf_bcopyin(struct sbuf *, const void *, size_t);
sys/sys/sbuf.h
116
int sbuf_copyin(struct sbuf *, const void *, size_t);
sys/sys/sbuf.h
85
int sbuf_bcat(struct sbuf *, const void *, size_t);
sys/sys/sbuf.h
86
int sbuf_bcpy(struct sbuf *, const void *, size_t);
sys/sys/sem.h
146
size_t *sz);
sys/sys/sem.h
153
int semop(int, struct sembuf *, size_t);
sys/sys/sglist.h
100
int sglist_append_vmpages(struct sglist *sg, vm_page_t *m, size_t pgoff,
sys/sys/sglist.h
101
size_t len);
sys/sys/sglist.h
102
struct sglist *sglist_build(void *buf, size_t len, int mflags);
sys/sys/sglist.h
104
int sglist_consume_uio(struct sglist *sg, struct uio *uio, size_t resid);
sys/sys/sglist.h
105
int sglist_count(void *buf, size_t len);
sys/sys/sglist.h
106
int sglist_count_mbuf_epg(struct mbuf *m, size_t off, size_t len);
sys/sys/sglist.h
107
int sglist_count_vmpages(vm_page_t *m, size_t pgoff, size_t len);
sys/sys/sglist.h
110
size_t sglist_length(struct sglist *sg);
sys/sys/sglist.h
112
size_t offset, size_t length, int mflags);
sys/sys/sglist.h
114
size_t length, int mflags);
sys/sys/sglist.h
46
size_t ss_len;
sys/sys/sglist.h
87
int sglist_append(struct sglist *sg, void *buf, size_t len);
sys/sys/sglist.h
90
int sglist_append_mbuf_epg(struct sglist *sg, struct mbuf *m0, size_t off,
sys/sys/sglist.h
91
size_t len);
sys/sys/sglist.h
93
size_t len);
sys/sys/sglist.h
95
size_t offset, size_t length);
sys/sys/sglist.h
98
int sglist_append_user(struct sglist *sg, void *buf, size_t len,
sys/sys/shm.h
104
size_t shm_segsz; /* size of segment in bytes */
sys/sys/shm.h
164
size_t *sz);
sys/sys/shm.h
177
int shmget(key_t, size_t, int);
sys/sys/sndstat.h
40
size_t nbytes; /* [IN/OUT] buffer size/number of bytes filled */
sys/sys/socket.h
714
ssize_t recv(int, void *, size_t, int);
sys/sys/socket.h
715
ssize_t recvfrom(int, void *, size_t, int, struct sockaddr * __restrict, socklen_t * __restrict);
sys/sys/socket.h
719
ssize_t recvmmsg(int, struct mmsghdr * __restrict, size_t, int,
sys/sys/socket.h
722
ssize_t send(int, const void *, size_t, int);
sys/sys/socket.h
724
size_t, int, const struct sockaddr *, socklen_t);
sys/sys/socket.h
727
int sendfile(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int);
sys/sys/socket.h
728
ssize_t sendmmsg(int, struct mmsghdr * __restrict, size_t, int);
sys/sys/socketvar.h
490
size_t len);
sys/sys/sockopt.h
53
size_t sopt_valsize; /* (almost) fifth arg of [gs]etsockopt */
sys/sys/sockopt.h
60
int __result_use_check sooptcopyin(struct sockopt *sopt, void *buf, size_t len,
sys/sys/sockopt.h
61
size_t minlen);
sys/sys/sockopt.h
63
size_t len);
sys/sys/sockopt.h
70
void *optval, size_t optlen);
sys/sys/spigenio.h
40
size_t stm_command_length; /* at offset 0 in mmap(2) area */
sys/sys/spigenio.h
41
size_t stm_data_length; /* at offset stm_command_length */
sys/sys/stats.h
417
size_t vsdsz; /* Size of iv. */
sys/sys/stats.h
426
extern const size_t vsd_dtype2size[VSD_NUM_DTYPES];
sys/sys/stats.h
717
int stats_v1_blob_clone(struct statsblobv1 **dst, size_t dstmaxsz,
sys/sys/stats.h
724
int stats_v1_blob_snapshot(struct statsblobv1 **dst, size_t dstmaxsz,
sys/sys/stats.h
738
size_t *retvsdsz);
sys/sys/stats.h
754
int stats_tpl_id2name(uint32_t tpl_id, char *buf, size_t len);
sys/sys/stats.h
758
int nrates, void *seed_bytes, size_t seed_len);
sys/sys/stats.h
760
enum vsd_dtype voi_dtype, enum vsd_dtype vsd_dtype, size_t vsd_sz,
sys/sys/stats.h
811
stats_blob_clone(struct statsblob **dst, size_t dstmaxsz, struct statsblob *src,
sys/sys/stats.h
844
size_t *retvsdsz)
sys/sys/stats.h
960
stats_blob_snapshot(struct statsblob **dst, size_t dstmaxsz,
sys/sys/syscallsubr.h
101
size_t ncmds);
sys/sys/syscallsubr.h
121
int outfd, off_t *outoffp, size_t len, unsigned int flags);
sys/sys/syscallsubr.h
123
cpuwhich_t which, id_t id, size_t cpusetsize, cpuset_t *mask);
sys/sys/syscallsubr.h
127
cpuwhich_t which, id_t id, size_t domainsetsize,
sys/sys/syscallsubr.h
130
cpuwhich_t which, id_t id, size_t domainsetsize,
sys/sys/syscallsubr.h
145
const char *attrname, void *data, size_t nbytes);
sys/sys/syscallsubr.h
148
size_t nbytes, int follow, enum uio_seg pathseg);
sys/sys/syscallsubr.h
155
const char *attrname, void *data, size_t nbytes);
sys/sys/syscallsubr.h
158
size_t nbytes, int follow, enum uio_seg pathseg);
sys/sys/syscallsubr.h
183
int kern_getdirentries(struct thread *td, int fd, char *buf, size_t count,
sys/sys/syscallsubr.h
187
int kern_getfsstat(struct thread *td, struct statfs **buf, size_t bufsize,
sys/sys/syscallsubr.h
188
size_t *countp, enum uio_seg bufseg, int mode);
sys/sys/syscallsubr.h
223
size_t, unsigned int *, const struct timespec *);
sys/sys/syscallsubr.h
225
size_t, unsigned int, const struct timespec *);
sys/sys/syscallsubr.h
234
int kern_madvise(struct thread *td, uintptr_t addr, size_t len, int behav);
sys/sys/syscallsubr.h
237
int kern_mincore(struct thread *td, uintptr_t addr, size_t len, char *vec);
sys/sys/syscallsubr.h
238
int kern_minherit(struct thread *td, uintptr_t addr, size_t len,
sys/sys/syscallsubr.h
247
size_t len);
sys/sys/syscallsubr.h
252
int kern_mprotect(struct thread *td, uintptr_t addr, size_t size,
sys/sys/syscallsubr.h
255
int kern_msgrcv(struct thread *, int, void *, size_t, long, int, long *);
sys/sys/syscallsubr.h
256
int kern_msgsnd(struct thread *, int, const void *, size_t, int, long);
sys/sys/syscallsubr.h
257
int kern_msync(struct thread *td, uintptr_t addr, size_t size, int flags);
sys/sys/syscallsubr.h
258
int kern_munlock(struct thread *td, uintptr_t addr, size_t size);
sys/sys/syscallsubr.h
259
int kern_munmap(struct thread *td, uintptr_t addr, size_t size);
sys/sys/syscallsubr.h
292
int kern_pread(struct thread *td, int fd, void *buf, size_t nbyte,
sys/sys/syscallsubr.h
299
int kern_pwrite(struct thread *td, int fd, const void *buf, size_t nbyte,
sys/sys/syscallsubr.h
303
enum uio_seg pathseg, char *buf, enum uio_seg bufseg, size_t count);
sys/sys/syscallsubr.h
346
size_t *bufsz);
sys/sys/syscallsubr.h
376
size_t nsops, struct timespec *timeout);
sys/sys/syscallsubr.h
404
cpuwhich_t which, id_t id, size_t cpusetsize, cpuset_t *maskp,
sys/sys/syscallsubr.h
407
cpuwhich_t which, id_t id, size_t cpusetsize,
sys/sys/syscallsubr.h
87
size_t buflen, size_t path_max);
sys/sys/sysctl.h
1207
size_t *oldlenp, void *new, size_t newlen, size_t *retval,
sys/sys/sysctl.h
1210
size_t *oldlenp, void *new, size_t newlen, size_t *retval,
sys/sys/sysctl.h
1213
size_t *oldlenp, int inkernel, const void *new, size_t newlen,
sys/sys/sysctl.h
1214
size_t *retval, int flags);
sys/sys/sysctl.h
1219
int sysctl_wire_old_buffer(struct sysctl_req *req, size_t len);
sys/sys/sysctl.h
1221
size_t namelen, void *old, size_t *oldlenp, void *new,
sys/sys/sysctl.h
1222
size_t newlen, size_t *retval, int flags, bool inkernel);
sys/sys/sysctl.h
1236
int sysctl(const int *, unsigned int, void *, size_t *, const void *, size_t);
sys/sys/sysctl.h
1237
int sysctlbyname(const char *, void *, size_t *, const void *, size_t);
sys/sys/sysctl.h
1238
int sysctlnametomib(const char *, int *, size_t *);
sys/sys/sysctl.h
166
size_t oldlen;
sys/sys/sysctl.h
167
size_t oldidx;
sys/sys/sysctl.h
168
int (*oldfunc)(struct sysctl_req *, const void *, size_t);
sys/sys/sysctl.h
170
size_t newlen;
sys/sys/sysctl.h
171
size_t newidx;
sys/sys/sysctl.h
172
int (*newfunc)(struct sysctl_req *, void *, size_t);
sys/sys/sysctl.h
173
size_t validlen;
sys/sys/sysent.h
118
struct note_info_list *, size_t *);
sys/sys/sysent.h
126
size_t sv_psstringssz; /* PS_STRINGS size */
sys/sys/sysproto.h
1025
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/sysproto.h
1085
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/sysproto.h
1092
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/sysproto.h
1168
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/sysproto.h
1174
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/sysproto.h
1180
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/sysproto.h
1258
char msg_len_l_[PADL_(size_t)]; size_t msg_len; char msg_len_r_[PADR_(size_t)];
sys/sys/sysproto.h
1265
char msg_len_l_[PADL_(size_t)]; size_t msg_len; char msg_len_r_[PADR_(size_t)];
sys/sys/sysproto.h
132
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
1328
char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
sys/sys/sysproto.h
1334
char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
sys/sys/sysproto.h
1339
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
1384
char cpusetsize_l_[PADL_(size_t)]; size_t cpusetsize; char cpusetsize_r_[PADR_(size_t)];
sys/sys/sysproto.h
1391
char cpusetsize_l_[PADL_(size_t)]; size_t cpusetsize; char cpusetsize_r_[PADR_(size_t)];
sys/sys/sysproto.h
1450
char bufsize_l_[PADL_(size_t)]; size_t bufsize; char bufsize_r_[PADR_(size_t)];
sys/sys/sysproto.h
1537
char namelen_l_[PADL_(size_t)]; size_t namelen; char namelen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1544
char inbuflen_l_[PADL_(size_t)]; size_t inbuflen; char inbuflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1546
char outbuflen_l_[PADL_(size_t)]; size_t outbuflen; char outbuflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1550
char inbuflen_l_[PADL_(size_t)]; size_t inbuflen; char inbuflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1552
char outbuflen_l_[PADL_(size_t)]; size_t outbuflen; char outbuflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1556
char inbuflen_l_[PADL_(size_t)]; size_t inbuflen; char inbuflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1558
char outbuflen_l_[PADL_(size_t)]; size_t outbuflen; char outbuflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1562
char inbuflen_l_[PADL_(size_t)]; size_t inbuflen; char inbuflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1564
char outbuflen_l_[PADL_(size_t)]; size_t outbuflen; char outbuflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1568
char inbuflen_l_[PADL_(size_t)]; size_t inbuflen; char inbuflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1570
char outbuflen_l_[PADL_(size_t)]; size_t outbuflen; char outbuflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1598
char ncmds_l_[PADL_(size_t)]; size_t ncmds; char ncmds_r_[PADR_(size_t)];
sys/sys/sysproto.h
1603
char maxcmds_l_[PADL_(size_t)]; size_t maxcmds; char maxcmds_r_[PADR_(size_t)];
sys/sys/sysproto.h
1686
char count_l_[PADL_(size_t)]; size_t count; char count_r_[PADR_(size_t)];
sys/sys/sysproto.h
1724
char domainsetsize_l_[PADL_(size_t)]; size_t domainsetsize; char domainsetsize_r_[PADR_(size_t)];
sys/sys/sysproto.h
1732
char domainsetsize_l_[PADL_(size_t)]; size_t domainsetsize; char domainsetsize_r_[PADR_(size_t)];
sys/sys/sysproto.h
1738
char buflen_l_[PADL_(size_t)]; size_t buflen; char buflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1759
char bufsize_l_[PADL_(size_t)]; size_t bufsize; char bufsize_r_[PADR_(size_t)];
sys/sys/sysproto.h
1772
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
1777
char namelen_l_[PADL_(size_t)]; size_t namelen; char namelen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1779
char oldlenp_l_[PADL_(size_t *)]; size_t * oldlenp; char oldlenp_r_[PADR_(size_t *)];
sys/sys/sysproto.h
1781
char newlen_l_[PADL_(size_t)]; size_t newlen; char newlen_r_[PADR_(size_t)];
sys/sys/sysproto.h
1803
char size_l_[PADL_(size_t)]; size_t size; char size_r_[PADR_(size_t)];
sys/sys/sysproto.h
1817
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
185
char size_l_[PADL_(size_t)]; size_t size; char size_r_[PADR_(size_t)];
sys/sys/sysproto.h
186
char offset_l_[PADL_(size_t)]; size_t offset; char offset_r_[PADR_(size_t)];
sys/sys/sysproto.h
1879
char size_l_[PADL_(size_t)]; size_t size; char size_r_[PADR_(size_t)];
sys/sys/sysproto.h
233
char count_l_[PADL_(size_t)]; size_t count; char count_r_[PADR_(size_t)];
sys/sys/sysproto.h
2381
char size_l_[PADL_(size_t *)]; size_t * size; char size_r_[PADR_(size_t *)];
sys/sys/sysproto.h
2451
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
251
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
2570
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/sysproto.h
259
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
2602
char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
sys/sys/sysproto.h
2609
char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
sys/sys/sysproto.h
2615
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
263
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
268
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
273
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
2734
char count_l_[PADL_(size_t)]; size_t count; char count_r_[PADR_(size_t)];
sys/sys/sysproto.h
416
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
45
char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
sys/sys/sysproto.h
50
char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)];
sys/sys/sysproto.h
544
char oldlenp_l_[PADL_(size_t *)]; size_t * oldlenp; char oldlenp_r_[PADR_(size_t *)];
sys/sys/sysproto.h
546
char newlen_l_[PADL_(size_t)]; size_t newlen; char newlen_r_[PADR_(size_t)];
sys/sys/sysproto.h
550
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
554
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
579
char nsops_l_[PADL_(size_t)]; size_t nsops; char nsops_r_[PADR_(size_t)];
sys/sys/sysproto.h
588
char msgsz_l_[PADL_(size_t)]; size_t msgsz; char msgsz_r_[PADR_(size_t)];
sys/sys/sysproto.h
594
char msgsz_l_[PADL_(size_t)]; size_t msgsz; char msgsz_r_[PADR_(size_t)];
sys/sys/sysproto.h
608
char size_l_[PADL_(size_t)]; size_t size; char size_r_[PADR_(size_t)];
sys/sys/sysproto.h
673
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
794
char buflen_l_[PADL_(size_t)]; size_t buflen; char buflen_r_[PADR_(size_t)];
sys/sys/sysproto.h
827
char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)];
sys/sys/sysproto.h
914
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/sysproto.h
921
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/sysproto.h
950
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/sysproto.h
957
char nbytes_l_[PADL_(size_t)]; size_t nbytes; char nbytes_r_[PADR_(size_t)];
sys/sys/systm.h
159
void cpu_flush_dcache(void *, size_t);
sys/sys/systm.h
166
void init_static_kenv(char *, size_t);
sys/sys/systm.h
228
int snprintf(char *, size_t, const char *, ...) __printflike(3, 4);
sys/sys/systm.h
234
int vsnprintf(char *, size_t, const char *, __va_list) __printflike(3, 0);
sys/sys/systm.h
235
int vsnrprintf(char *, size_t, int, const char *, __va_list) __printflike(4, 0);
sys/sys/systm.h
253
void explicit_bzero(void * _Nonnull, size_t);
sys/sys/systm.h
255
void *memset(void * _Nonnull buf, int c, size_t len);
sys/sys/systm.h
256
void *memcpy(void * _Nonnull to, const void * _Nonnull from, size_t len);
sys/sys/systm.h
257
void *memmove(void * _Nonnull dest, const void * _Nonnull src, size_t n);
sys/sys/systm.h
258
int memcmp(const void *b1, const void *b2, size_t len);
sys/sys/systm.h
263
void *SAN_INTERCEPTOR(memset)(void *, int, size_t);
sys/sys/systm.h
264
void *SAN_INTERCEPTOR(memcpy)(void *, const void *, size_t);
sys/sys/systm.h
265
void *SAN_INTERCEPTOR(memmove)(void *, const void *, size_t);
sys/sys/systm.h
266
int SAN_INTERCEPTOR(memcmp)(const void *, const void *, size_t);
sys/sys/systm.h
286
void *memset_early(void * _Nonnull buf, int c, size_t len);
sys/sys/systm.h
288
void *memcpy_early(void * _Nonnull to, const void * _Nonnull from, size_t len);
sys/sys/systm.h
289
void *memmove_early(void * _Nonnull dest, const void * _Nonnull src, size_t n);
sys/sys/systm.h
293
size_t __r, __len, *__outlen; \
sys/sys/systm.h
304
void * _Nonnull __restrict kaddr, size_t len,
sys/sys/systm.h
305
size_t * __restrict lencopied);
sys/sys/systm.h
307
void * _Nonnull __restrict kaddr, size_t len);
sys/sys/systm.h
309
void * _Nonnull __restrict kaddr, size_t len);
sys/sys/systm.h
311
void * __restrict udaddr, size_t len);
sys/sys/systm.h
314
size_t len);
sys/sys/systm.h
317
int SAN_INTERCEPTOR(copyin)(const void *, void *, size_t);
sys/sys/systm.h
318
int SAN_INTERCEPTOR(copyinstr)(const void *, void *, size_t, size_t *);
sys/sys/systm.h
319
int SAN_INTERCEPTOR(copyout)(const void *, void *, size_t);
sys/sys/systm.h
492
size_t devfs_iosize_max(void);
sys/sys/systm.h
493
size_t iosize_max(void);
sys/sys/thr.h
52
size_t stack_size; /* stack size. */
sys/sys/thr.h
54
size_t tls_size; /* tls size. */
sys/sys/tty.h
134
size_t t_prbufsz; /* (t) SIGINFO buffer size. */
sys/sys/tty.h
142
size_t xt_size; /* Structure size. */
sys/sys/tty.h
143
size_t xt_insize; /* Input queue size. */
sys/sys/tty.h
144
size_t xt_incc; /* Canonicalized characters. */
sys/sys/tty.h
145
size_t xt_inlc; /* Input line characters. */
sys/sys/tty.h
146
size_t xt_inlow; /* Input low watermark. */
sys/sys/tty.h
147
size_t xt_outsize; /* Output queue size. */
sys/sys/tty.h
148
size_t xt_outcc; /* Output queue usage. */
sys/sys/tty.h
149
size_t xt_outlow; /* Output low watermark. */
sys/sys/tty.h
201
int tty_putstrn(struct tty *tp, const char *p, size_t n);
sys/sys/tty.h
94
size_t t_inlow; /* (t) Input low watermark. */
sys/sys/tty.h
96
size_t t_outlow; /* (t) Output low watermark. */
sys/sys/ttydisc.h
47
size_t ttydisc_bytesavail(struct tty *tp);
sys/sys/ttydisc.h
57
size_t ttydisc_rint_simple(struct tty *tp, const void *buf, size_t len);
sys/sys/ttydisc.h
58
size_t ttydisc_rint_bypass(struct tty *tp, const void *buf, size_t len);
sys/sys/ttydisc.h
60
size_t ttydisc_rint_poll(struct tty *tp);
sys/sys/ttydisc.h
61
size_t ttydisc_getc(struct tty *tp, void *buf, size_t len);
sys/sys/ttydisc.h
63
size_t ttydisc_getc_poll(struct tty *tp);
sys/sys/ttydisc.h
71
static __inline size_t
sys/sys/ttydisc.h
80
static __inline size_t
sys/sys/ttyhook.h
103
static __inline size_t
sys/sys/ttyhook.h
112
static __inline size_t
sys/sys/ttyhook.h
113
ttyhook_getc_inject(struct tty *tp, void *buf, size_t len)
sys/sys/ttyhook.h
122
ttyhook_getc_capture(struct tty *tp, const void *buf, size_t len)
sys/sys/ttyhook.h
130
static __inline size_t
sys/sys/ttyhook.h
44
typedef size_t th_rint_bypass_t(struct tty *tp, const void *buf, size_t len);
sys/sys/ttyhook.h
46
typedef size_t th_rint_poll_t(struct tty *tp);
sys/sys/ttyhook.h
48
typedef size_t th_getc_inject_t(struct tty *tp, void *buf, size_t len);
sys/sys/ttyhook.h
49
typedef void th_getc_capture_t(struct tty *tp, const void *buf, size_t len);
sys/sys/ttyhook.h
50
typedef size_t th_getc_poll_t(struct tty *tp);
sys/sys/ttyhook.h
85
static __inline size_t
sys/sys/ttyhook.h
86
ttyhook_rint_bypass(struct tty *tp, const void *buf, size_t len)
sys/sys/ttyqueue.h
103
static __inline size_t
sys/sys/ttyqueue.h
106
size_t len;
sys/sys/ttyqueue.h
115
static __inline size_t
sys/sys/ttyqueue.h
123
static __inline size_t
sys/sys/ttyqueue.h
140
int ttyoutq_setsize(struct ttyoutq *to, struct tty *tp, size_t len);
sys/sys/ttyqueue.h
142
size_t ttyoutq_read(struct ttyoutq *to, void *buf, size_t len);
sys/sys/ttyqueue.h
144
size_t ttyoutq_write(struct ttyoutq *to, const void *buf, size_t len);
sys/sys/ttyqueue.h
145
int ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t len);
sys/sys/ttyqueue.h
147
static __inline size_t
sys/sys/ttyqueue.h
153
static __inline size_t
sys/sys/ttyqueue.h
160
static __inline size_t
sys/sys/ttyqueue.h
163
size_t len;
sys/sys/ttyqueue.h
172
static __inline size_t
sys/sys/ttyqueue.h
72
int ttyinq_setsize(struct ttyinq *ti, struct tty *tp, size_t len);
sys/sys/ttyqueue.h
75
size_t readlen, size_t flushlen);
sys/sys/ttyqueue.h
76
size_t ttyinq_write(struct ttyinq *ti, const void *buf, size_t len,
sys/sys/ttyqueue.h
78
int ttyinq_write_nofrag(struct ttyinq *ti, const void *buf, size_t len,
sys/sys/ttyqueue.h
82
size_t ttyinq_findchar(struct ttyinq *ti, const char *breakc, size_t maxlen,
sys/sys/ttyqueue.h
90
static __inline size_t
sys/sys/ttyqueue.h
96
static __inline size_t
sys/sys/types.h
380
void * mmap(void *, size_t, int, int, int, off_t);
sys/sys/ucoredump.h
27
typedef int coredump_write_fn(const struct coredump_writer *, const void *, size_t,
sys/sys/ucoredump.h
28
off_t, enum uio_seg, struct ucred *, size_t *, struct thread *);
sys/sys/ucoredump.h
57
int core_write(struct coredump_params *, const void *, size_t, off_t,
sys/sys/ucoredump.h
58
enum uio_seg, size_t *);
sys/sys/ucoredump.h
59
int core_output(char *, size_t, off_t, struct coredump_params *, void *);
sys/sys/ucred.h
269
int setcred(u_int flags, const struct setcred *wcred, size_t size);
sys/sys/uio.h
85
int copyout_map(struct thread *td, vm_offset_t *addr, size_t sz);
sys/sys/uio.h
86
int copyout_unmap(struct thread *td, vm_offset_t addr, size_t sz);
sys/sys/uio.h
88
int physcopyin(void *src, vm_paddr_t dst, size_t len);
sys/sys/uio.h
89
int physcopyout(vm_paddr_t src, void *dst, size_t len);
sys/sys/uio.h
91
vm_paddr_t dst, size_t len);
sys/sys/uio.h
93
off_t offset, size_t len);
sys/sys/uio.h
94
void uioadvance(struct uio *, size_t);
sys/sys/user.h
669
size_t kvm_text_size;
sys/sys/user.h
671
size_t kvm_data_size;
sys/sys/user.h
673
size_t kvm_stack_size;
sys/sys/user.h
676
size_t kvm_shp_size;
sys/sys/user.h
736
int kern_proc_kqueues_out(struct proc *p, struct sbuf *s, size_t maxlen,
sys/sys/uuid.h
65
struct uuid *kern_uuidgen(struct uuid *, size_t);
sys/sys/uuid.h
70
int snprintf_uuid(char *, size_t, struct uuid *);
sys/sys/uuid.h
80
int validate_uuid(const char *, size_t, struct uuid *, int);
sys/sys/vmem.h
39
typedef size_t vmem_size_t;
sys/sys/vnode.h
1173
char *dirbuf, size_t dirbuflen,
sys/sys/vnode.h
1174
struct dirent **dpp, size_t *len, off_t *off, int *eofflag);
sys/sys/vnode.h
672
char *cache_symlink_alloc(size_t size, int flags);
sys/sys/vnode.h
673
void cache_symlink_free(char *string, size_t size);
sys/sys/vnode.h
675
size_t len);
sys/sys/vnode.h
715
int vn_vptocnp(struct vnode **vp, char *buf, size_t *buflen);
sys/sys/vnode.h
716
int vn_getcwd(char *buf, char **retbuf, size_t *buflen);
sys/sys/vnode.h
721
const char *hdrl_name, size_t hrdl_name_length, char **retbuf,
sys/sys/vnode.h
722
char **freebuf, size_t *buflen);
sys/sys/vnode.h
730
size_t leaf_length);
sys/sys/vnode.h
771
struct vnode *outvp, off_t *outoffp, size_t *lenp,
sys/sys/vnode.h
780
struct vnode *outvp, off_t *outoffp, size_t *lenp,
sys/sys/vnode.h
804
size_t len, off_t offset, enum uio_seg segflg, int ioflg,
sys/sys/vnode.h
805
struct ucred *active_cred, struct ucred *file_cred, size_t *aresid,
sys/teken/demo/teken_demo.c
245
test_respond(void *s __unused, const void *buf, size_t len)
sys/teken/stress/teken_stress.c
91
stress_respond(void *s __unused, const void *buf __unused, size_t len __unused)
sys/teken/teken.c
164
teken_funcs_respond(const teken_t *t, const void *buf, size_t len)
sys/teken/teken.c
311
teken_input(teken_t *t, const void *buf, size_t len)
sys/teken/teken.h
110
typedef void tf_respond_t(void *, const void *, size_t);
sys/teken/teken.h
170
void teken_input(teken_t *, const void *, size_t);
sys/tests/ktest.h
47
size_t bufsize;
sys/tools/syscalls/examples/cpp/test_systrace_args.c
39
systrace_entry_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/tools/syscalls/examples/cpp/test_systrace_args.c
69
systrace_return_setargdesc(int sysnum, int ndx, char *desc, size_t descsz)
sys/ufs/ffs/ffs_rawread.c
180
size_t len,
sys/ufs/ffs/ffs_rawread.c
60
size_t len,
sys/ufs/ffs/ffs_subr.c
46
uint32_t calculate_crc32c(uint32_t, const void *, size_t);
sys/ufs/ffs/ffs_suspend.c
98
size_t len;
sys/ufs/ffs/ffs_vnops.c
1312
size_t nlen;
sys/ufs/ffs/ffs_vnops.c
1454
size_t ea_len, tlen;
sys/ufs/ufs/ufs_extattr.c
268
(size_t *) &cnp.cn_namelen);
sys/ufs/ufs/ufs_extattr.c
842
struct uio *uio, size_t *size, struct ucred *cred, struct thread *td)
sys/ufs/ufs/ufs_extattr.c
852
size_t len, old_len;
sys/ufs/ufs/ufs_extattr.c
92
const char *name, struct uio *uio, size_t *size,
sys/ufs/ufs/ufs_vnops.c
2413
size_t readcnt, skipcnt;
sys/ufs/ufs/ufs_vnops.c
2454
skipcnt = (size_t)(uio->uio_offset - bp->b_offset) &
sys/ufs/ufs/ufs_vnops.c
2455
~(size_t)(DIRBLKSIZ - 1);
sys/vm/device_pager.c
100
static void old_dev_pager_path(void *handle, char *path, size_t len);
sys/vm/device_pager.c
268
cdev_pager_get_path(vm_object_t object, char *path, size_t sz)
sys/vm/device_pager.c
551
old_dev_pager_path(void *handle, char *path, size_t len)
sys/vm/sg_pager.c
154
size_t space;
sys/vm/swap_pager.c
2947
swap_dev_info(int name, struct xswdev *xs, char *devname, size_t len)
sys/vm/swap_pager.h
76
int swap_dev_info(int name, struct xswdev *xs, char *devname, size_t len);
sys/vm/uma.h
177
uma_zone_t uma_zcreate(const char *name, size_t size, uma_ctor ctor,
sys/vm/uma.h
680
size_t uma_zone_memory(uma_zone_t zone);
sys/vm/uma_core.c
1246
size_t alloc;
sys/vm/uma_core.c
1595
size_t size;
sys/vm/uma_core.c
216
size_t size;
sys/vm/uma_core.c
2201
static size_t
sys/vm/uma_core.c
2204
size_t s;
sys/vm/uma_core.c
231
size_t size;
sys/vm/uma_core.c
2559
size_t shsize;
sys/vm/uma_core.c
3119
size_t ksize, zsize, size;
sys/vm/uma_core.c
325
static size_t slab_sizeof(int nitems);
sys/vm/uma_core.c
326
static uma_keg_t uma_kcreate(uma_zone_t zone, size_t size, uma_init uminit,
sys/vm/uma_core.c
3271
uma_kcreate(uma_zone_t zone, size_t size, uma_init uminit, uma_fini fini,
sys/vm/uma_core.c
3321
uma_zcreate(const char *name, size_t size, uma_ctor ctor, uma_dtor dtor,
sys/vm/uma_core.c
5267
size_t
sys/vm/uma_core.c
5270
size_t sz;
sys/vm/uma_core.c
548
size_t sz, rsz;
sys/vm/uma_core.c
570
size_t sz;
sys/vm/uma_core.c
590
size_t sz;
sys/vm/uma_core.c
601
size_t sz;
sys/vm/uma_core.c
638
size_t sz;
sys/vm/vm_extern.h
126
int vslock(void *, size_t);
sys/vm/vm_extern.h
127
void vsunlock(void *, size_t);
sys/vm/vm_glue.c
182
vslock(void *addr, size_t len)
sys/vm/vm_glue.c
211
vsunlock(void *addr, size_t len)
sys/vm/vm_glue.c
389
size_t kpages = kstack_pages + KSTACK_GUARD_PAGES;
sys/vm/vm_glue.c
419
size_t kpages __diagused = kstack_pages + KSTACK_GUARD_PAGES;
sys/vm/vm_mmap.c
1069
size_t len;
sys/vm/vm_mmap.c
1081
kern_mlock(struct proc *proc, struct ucred *cred, uintptr_t addr0, size_t len)
sys/vm/vm_mmap.c
1251
size_t len;
sys/vm/vm_mmap.c
1262
kern_munlock(struct thread *td, uintptr_t addr0, size_t size)
sys/vm/vm_mmap.c
141
size_t len;
sys/vm/vm_mmap.c
518
size_t len;
sys/vm/vm_mmap.c
530
kern_msync(struct thread *td, uintptr_t addr0, size_t size, int flags)
sys/vm/vm_mmap.c
572
size_t len;
sys/vm/vm_mmap.c
583
kern_munmap(struct thread *td, uintptr_t addr0, size_t size)
sys/vm/vm_mmap.c
624
pkm.pm_size = (size_t) size;
sys/vm/vm_mmap.c
661
size_t len;
sys/vm/vm_mmap.c
674
kern_mprotect(struct thread *td, uintptr_t addr0, size_t size, int prot,
sys/vm/vm_mmap.c
721
size_t len;
sys/vm/vm_mmap.c
734
kern_minherit(struct thread *td, uintptr_t addr0, size_t len, int inherit0)
sys/vm/vm_mmap.c
764
size_t len;
sys/vm/vm_mmap.c
777
kern_madvise(struct thread *td, uintptr_t addr0, size_t len, int behav)
sys/vm/vm_mmap.c
818
size_t len;
sys/vm/vm_mmap.c
831
kern_mincore(struct thread *td, uintptr_t addr0, size_t len, char *vec)
sys/vm/vm_pager.h
296
void (*cdev_pg_path)(void *handle, char *path, size_t len);
sys/vm/vm_pager.h
306
void cdev_pager_get_path(vm_object_t object, char *path, size_t sz);
sys/vm/vm_phys.c
1938
vm_phys_early_alloc(int domain, size_t alloc_size)
sys/vm/vm_phys.h
84
vm_paddr_t vm_phys_early_alloc(int domain, size_t alloc_size);
sys/vm/vm_reserv.c
1436
size_t size;
sys/x86/cpufreq/est.c
1059
est_acpi_info(device_t dev, freq_info **freqs, size_t *freqslen)
sys/x86/cpufreq/est.c
1127
est_table_info(device_t dev, uint64_t msr, freq_info **freqs, size_t *freqslen)
sys/x86/cpufreq/est.c
1171
est_msr_info(device_t dev, uint64_t msr, freq_info **freqs, size_t *freqslen)
sys/x86/cpufreq/est.c
1271
est_get_current(freq_info *freq_list, size_t tablen)
sys/x86/cpufreq/est.c
73
size_t tablen;
sys/x86/cpufreq/est.c
81
size_t flist_len;
sys/x86/cpufreq/est.c
860
size_t *freqslen);
sys/x86/cpufreq/est.c
862
size_t *freqslen);
sys/x86/cpufreq/est.c
864
size_t *freqslen);
sys/x86/cpufreq/est.c
865
static freq_info *est_get_current(freq_info *freq_list, size_t tablen);
sys/x86/include/bus.h
262
size_t count);
sys/x86/include/bus.h
267
size_t count);
sys/x86/include/bus.h
272
size_t count);
sys/x86/include/bus.h
276
bus_size_t offset, u_int8_t *addr, size_t count)
sys/x86/include/bus.h
294
bus_size_t offset, u_int16_t *addr, size_t count)
sys/x86/include/bus.h
312
bus_size_t offset, u_int32_t *addr, size_t count)
sys/x86/include/bus.h
340
size_t count);
sys/x86/include/bus.h
345
size_t count);
sys/x86/include/bus.h
350
size_t count);
sys/x86/include/bus.h
354
bus_size_t offset, u_int8_t *addr, size_t count)
sys/x86/include/bus.h
380
bus_size_t offset, u_int16_t *addr, size_t count)
sys/x86/include/bus.h
406
bus_size_t offset, u_int32_t *addr, size_t count)
sys/x86/include/bus.h
512
size_t count);
sys/x86/include/bus.h
517
size_t count);
sys/x86/include/bus.h
523
size_t count);
sys/x86/include/bus.h
527
bus_size_t offset, const u_int8_t *addr, size_t count)
sys/x86/include/bus.h
545
bus_size_t offset, const u_int16_t *addr, size_t count)
sys/x86/include/bus.h
563
bus_size_t offset, const u_int32_t *addr, size_t count)
sys/x86/include/bus.h
593
size_t count);
sys/x86/include/bus.h
598
size_t count);
sys/x86/include/bus.h
603
size_t count);
sys/x86/include/bus.h
607
bus_size_t offset, const u_int8_t *addr, size_t count)
sys/x86/include/bus.h
633
bus_size_t offset, const u_int16_t *addr, size_t count)
sys/x86/include/bus.h
659
bus_size_t offset, const u_int32_t *addr, size_t count)
sys/x86/include/bus.h
696
u_int8_t value, size_t count);
sys/x86/include/bus.h
700
u_int16_t value, size_t count);
sys/x86/include/bus.h
704
u_int32_t value, size_t count);
sys/x86/include/bus.h
708
bus_size_t offset, u_int8_t value, size_t count)
sys/x86/include/bus.h
722
bus_size_t offset, u_int16_t value, size_t count)
sys/x86/include/bus.h
736
bus_size_t offset, u_int32_t value, size_t count)
sys/x86/include/bus.h
760
size_t count);
sys/x86/include/bus.h
764
size_t count);
sys/x86/include/bus.h
768
size_t count);
sys/x86/include/bus.h
772
bus_size_t offset, u_int8_t value, size_t count)
sys/x86/include/bus.h
786
bus_size_t offset, u_int16_t value, size_t count)
sys/x86/include/bus.h
800
bus_size_t offset, u_int32_t value, size_t count)
sys/x86/include/bus.h
825
bus_size_t off2, size_t count);
sys/x86/include/bus.h
831
bus_size_t off2, size_t count);
sys/x86/include/bus.h
837
bus_size_t off2, size_t count);
sys/x86/include/bus.h
842
bus_size_t off2, size_t count)
sys/x86/include/bus.h
877
bus_size_t off2, size_t count)
sys/x86/include/bus.h
912
bus_size_t off2, size_t count)
sys/x86/include/busdma_impl.h
89
bus_dma_lock_t *lockfunc, void *lockfuncarg, size_t sz, void **dmat);
sys/x86/include/dump.h
72
dumpsys_unmap_chunk(vm_paddr_t pa, size_t s, void *va)
sys/x86/include/fpu.h
224
size_t xsave_area_hdr_offset(void);
sys/x86/include/fpu.h
225
size_t xsave_area_offset(uint64_t xstate_bv, uint64_t feature, bool compact,
sys/x86/include/fpu.h
227
size_t xsave_area_size(uint64_t xstate_bv, bool compact, bool supervisor);
sys/x86/include/ucode.h
68
uint32_t *revision, const uint8_t *fw_data, size_t fw_size,
sys/x86/include/ucode.h
69
size_t *selected_sizep);
sys/x86/include/ucode.h
74
size_t ucode_load_bsp(uintptr_t free);
sys/x86/include/x86_var.h
139
void fillw(int /*u_short*/ pat, void *base, size_t cnt);
sys/x86/iommu/amd_drv.c
656
amdiommu_find_unit_scan_ivrs(ACPI_IVRS_DE_HEADER *d, size_t tlen,
sys/x86/iommu/amd_drv.c
660
size_t len;
sys/x86/iommu/intel_utils.c
224
dmar_flush_transl_to_ram(struct dmar_unit *unit, void *dst, size_t sz)
sys/x86/x86/busdma_machdep.c
60
int flags, bus_dma_lock_t *lockfunc, void *lockfuncarg, size_t sz,
sys/x86/x86/cpu_machdep.c
354
cpu_flush_dcache(void *ptr, size_t len)
sys/x86/x86/dump_machdep.c
52
dumpsys_map_chunk(vm_paddr_t pa, size_t chunk, void **va)
sys/x86/x86/intr_machdep.c
100
size_t sintrnames = sizeof(intrnames);
sys/x86/x86/intr_machdep.c
99
size_t sintrcnt = sizeof(intrcnt);
sys/x86/x86/io_apic.c
1135
apic_add_resource(device_t dev, int rid, vm_paddr_t base, size_t length)
sys/x86/x86/mptable.c
246
size_t nentries = 0;
sys/x86/x86/nexus.c
558
nexus_get_cpus(device_t dev, device_t child, enum cpu_sets op, size_t setsize,
sys/x86/x86/ucode.c
169
ucode_intel_verify(const struct ucode_intel_header *hdr, size_t resid)
sys/x86/x86/ucode.c
199
ucode_intel_match(const uint8_t *data, size_t *len)
sys/x86/x86/ucode.c
205
size_t resid;
sys/x86/x86/ucode.c
301
ucode_amd_match(const uint8_t *data, size_t *len)
sys/x86/x86/ucode.c
365
map_ucode(uintptr_t free, size_t len)
sys/x86/x86/ucode.c
379
unmap_ucode(uintptr_t free, size_t len)
sys/x86/x86/ucode.c
400
size_t
sys/x86/x86/ucode.c
412
size_t i, len;
sys/x86/x86/ucode.c
54
static const void *ucode_intel_match(const uint8_t *data, size_t *len);
sys/x86/x86/ucode.c
56
size_t resid);
sys/x86/x86/ucode.c
58
static const void *ucode_amd_match(const uint8_t *data, size_t *len);
sys/x86/x86/ucode.c
63
const void *(*match)(const uint8_t *, size_t *);
sys/x86/x86/ucode_subr.c
105
size_t selected_size;
sys/x86/x86/ucode_subr.c
98
const uint8_t *fw_data, size_t fw_size, size_t *selected_sizep)
sys/x86/x86/vmware_guestrpc.c
111
vmware_guestrpc_send_len(int channel, size_t len)
sys/x86/x86/vmware_guestrpc.c
151
vmware_guestrpc_recv_len(int channel, size_t *lenp)
sys/x86/x86/vmware_guestrpc.c
204
size_t cnt, len;
sys/x86/xen/hvm.c
103
void xen_emergency_print(const char *str, size_t size)
sys/x86/xen/pv.c
355
size_t nentries;
sys/x86/xen/pv.c
356
size_t i;
sys/xdr/xdr_mbuf.c
180
size_t sz;
sys/xdr/xdr_mbuf.c
217
size_t sz;
sys/xdr/xdr_mbuf.c
284
size_t available;
sys/xen/privcmd.h
68
size_t size; /* size of the buffer */
sys/xen/xen-os.h
150
struct resource *xenmem_alloc(device_t dev, int *res_id, size_t size);
sys/xen/xen-os.h
161
void xen_emergency_print(const char *str, size_t size);
tests/freebsd_test_suite/macros.h
56
size_t size = sizeof(value); \
tests/freebsd_test_suite/macros.h
68
size_t size = sizeof(value); \
tests/sys/aio/aio_kqueue_test.c
64
size_t max_queue_per_proc_size;
tests/sys/aio/aio_test.c
1043
size_t len;
tests/sys/aio/aio_test.c
1406
size_t bsz;
tests/sys/aio/aio_test.c
337
size_t len0, len1;
tests/sys/aio/aio_test.c
404
size_t len0, len1;
tests/sys/aio/lio_kqueue_test.c
60
size_t max_queue_per_proc_size;
tests/sys/aio/lio_test.c
65
size_t max_queue_per_proc_size;
tests/sys/aio/local.h
45
size_t len;
tests/sys/arch/aarch64/sve.c
177
for (size_t i = 0; i < vl / sizeof(*val2); i++) {
tests/sys/arch/aarch64/sve.c
229
for (size_t i = 0; i < vl / sizeof(*val2); i++) {
tests/sys/arch/aarch64/sve.c
412
for (size_t i = 0; i < vl / sizeof(*val); i++) {
tests/sys/audit/administrative.c
391
size_t len = sizeof(acctinfo);
tests/sys/audit/miscellaneous.c
169
size_t proclen;
tests/sys/capsicum/capability-fd.cc
123
size_t ii;
tests/sys/capsicum/capability-fd.cc
1292
size_t num_known = (sizeof(known_rights)/sizeof(known_rights[0]));
tests/sys/capsicum/capability-fd.cc
1293
for (size_t ii = 0; ii < num_known; ii++) {
tests/sys/capsicum/capability-fd.cc
133
size_t num_known = (sizeof(known_rights)/sizeof(known_rights[0]));
tests/sys/capsicum/capability-fd.cc
149
for (ii = 0; ii < (size_t)CAPARSIZE(&rights); ii++) {
tests/sys/capsicum/capmode.cc
348
size_t mem_size = getpagesize();
tests/sys/capsicum/capsicum-test-main.cc
33
size_t trap_enotcap_enabled_len = sizeof(trap_enotcap_enabled);
tests/sys/capsicum/capsicum-test.cc
41
size_t len = 0;
tests/sys/capsicum/capsicum-test.h
265
EXPECT_EQ(sizeof(_msg), (size_t)write(fd, &_msg, sizeof(_msg))); \
tests/sys/capsicum/capsicum-test.h
271
EXPECT_EQ(sizeof(_msg), (size_t)read(fd, &_msg, sizeof(_msg))); \
tests/sys/capsicum/linux.cc
1392
int getrandom_(void *buf, size_t buflen, unsigned int flags) {
tests/sys/capsicum/linux.cc
157
EXPECT_EQ(sizeof(struct signalfd_siginfo), (size_t)len);
tests/sys/capsicum/procdesc.cc
717
EXPECT_EQ(sizeof(grandchildPid), (size_t)write(pipefds[1], &grandchildPid, sizeof(grandchildPid)));
tests/sys/capsicum/procdesc.cc
727
EXPECT_EQ(sizeof(grandchild2), (size_t)read(pipefds[0], &grandchild2, sizeof(grandchild2)));
tests/sys/capsicum/procdesc.cc
733
EXPECT_EQ(sizeof(grandchild), (size_t)write(sock_fds[1], &grandchild, sizeof(grandchild)));
tests/sys/capsicum/syscalls.h
24
inline int mincore_(void *addr, size_t length, unsigned char *vec) {
tests/sys/capsicum/syscalls.h
32
inline ssize_t sendfile_(int out_fd, int in_fd, off_t *offset, size_t count) {
tests/sys/capsicum/syscalls.h
52
inline ssize_t flistxattr_(int fd, char *list, size_t size) {
tests/sys/capsicum/syscalls.h
55
inline ssize_t fgetxattr_(int fd, const char *name, void *value, size_t size) {
tests/sys/capsicum/syscalls.h
60
inline int fsetxattr_(int fd, const char *name, const void *value, size_t size, int) {
tests/sys/capsicum/syscalls.h
77
extern ssize_t __sys_kmq_timedreceive(int, char *__restrict, size_t,
tests/sys/capsicum/syscalls.h
79
extern int __sys_kmq_timedsend(int, const char *, size_t, unsigned,
tests/sys/capsicum/sysctl.cc
11
size_t len = sizeof(ii);
tests/sys/cddl/zfs/bin/file_trunc.c
49
static size_t bsize = BSIZE;
tests/sys/cddl/zfs/bin/mkfile.c
120
size_t w;
tests/sys/cddl/zfs/bin/mkfile.c
135
(write(fd, buf, (size_t)1) == (ssize_t)-1)) {
tests/sys/cddl/zfs/bin/mkfile.c
41
#define MKFILE_WBUF ((size_t)(1048576)) /* Is 1M a reasonable value? */
tests/sys/cddl/zfs/bin/randfree_file.c
50
size_t filesize;
tests/sys/cddl/zfs/bin/readmmap.c
54
size_t size = 4395;
tests/sys/cddl/zfs/bin/readmmap.c
55
size_t idx = 0;
tests/sys/cddl/zfs/tests/txg_integrity/fsync_integrity.c
294
marker_fill(uint64_t* buf, int file_ofs, size_t len, int thread_num){
tests/sys/cddl/zfs/tests/txg_integrity/fsync_integrity.c
317
size_t size = chunk_end - chunk_start;
tests/sys/cddl/zfs/tests/txg_integrity/fsync_integrity.c
361
size_t size = chunk_end - chunk_start;
tests/sys/cddl/zfs/tests/txg_integrity/txg_integrity.c
327
marker_fill(uint64_t* buf, int file_ofs, size_t len, int is_follower){
tests/sys/cddl/zfs/tests/txg_integrity/txg_integrity.c
350
size_t size = chunk_end - chunk_start;
tests/sys/cddl/zfs/tests/txg_integrity/txg_integrity.c
399
size_t size = chunk_end - chunk_start;
tests/sys/devrandom/uint128_test.c
140
size_t i;
tests/sys/devrandom/uint128_test.c
196
size_t i;
tests/sys/devrandom/uint128_test.c
255
size_t i;
tests/sys/devrandom/uint128_test.c
69
size_t sz, i;
tests/sys/devrandom/uint128_test.c
78
ATF_REQUIRE(rc > 0 && (size_t)rc < sz);
tests/sys/fifo/fifo_io.c
313
timed_write(int fd, void *data, size_t len, ssize_t *written_lenp,
tests/sys/fifo/fifo_io.c
353
timed_read(int fd, void *data, size_t len, ssize_t *read_lenp,
tests/sys/file/flock_helper.c
74
size_t len;
tests/sys/file/fspacectl_test.c
47
size_t blen;
tests/sys/file/fspacectl_test.c
89
size_t blen;
tests/sys/file/path_test.c
684
size_t page_size;
tests/sys/fs/fusefs/bmap.cc
248
size_t osize = in.body.read.size;
tests/sys/fs/fusefs/bmap.cc
309
size_t osize = in.body.read.size;
tests/sys/fs/fusefs/copy_file_range.cc
178
in.body.copy_file_range.len == (size_t)len &&
tests/sys/fs/fusefs/copy_file_range.cc
230
in.body.copy_file_range.len == (size_t)len &&
tests/sys/fs/fusefs/copy_file_range.cc
308
in.body.copy_file_range.len == (size_t)len &&
tests/sys/fs/fusefs/copy_file_range.cc
335
size_t fsize = 0x6000;
tests/sys/fs/fusefs/copy_file_range.cc
336
size_t wsize = 0x3000;
tests/sys/fs/fusefs/copy_file_range.cc
340
size_t copysize = wsize;
tests/sys/fs/fusefs/copy_file_range.cc
384
ASSERT_EQ(copysize, (size_t)r) << strerror(errno);
tests/sys/fs/fusefs/copy_file_range.cc
468
in.body.copy_file_range.len == (size_t)len / 2
tests/sys/fs/fusefs/copy_file_range.cc
517
in.body.copy_file_range.len == (size_t)len &&
tests/sys/fs/fusefs/copy_file_range.cc
558
in.body.copy_file_range.len == (size_t)len &&
tests/sys/fs/fusefs/copy_file_range.cc
608
in.body.copy_file_range.len == (size_t)len &&
tests/sys/fs/fusefs/copy_file_range.cc
668
in.body.copy_file_range.len == (size_t)len &&
tests/sys/fs/fusefs/copy_file_range.cc
771
in.body.copy_file_range.len == (size_t)len &&
tests/sys/fs/fusefs/interrupt.cc
208
const size_t bufsize = FILESIZE;
tests/sys/fs/fusefs/interrupt.cc
584
const size_t bufsize = 80;
tests/sys/fs/fusefs/io.cc
145
assert((size_t)isize <= sizeof(in.body.bytes) -
tests/sys/fs/fusefs/io.cc
164
assert((size_t)isize <= sizeof(out.body.bytes));
tests/sys/fs/fusefs/io.cc
253
void do_copy_file_range(off_t off_in, off_t off_out, size_t size)
tests/sys/fs/fusefs/io.cc
290
size_t map_size;
tests/sys/fs/fusefs/io.cc
338
size_t map_size;
tests/sys/fs/fusefs/last_local_modify.cc
230
size_t mutator_size;
tests/sys/fs/fusefs/mockfs.cc
569
size_t fih = sizeof(in.header);
tests/sys/fs/fusefs/mockfs.cc
580
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
584
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
588
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
592
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
596
size_t s;
tests/sys/fs/fusefs/mockfs.cc
629
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
633
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
637
size_t s;
tests/sys/fs/fusefs/mockfs.cc
645
EXPECT_EQ((size_t)buflen, fih + s + in.body.write.size);
tests/sys/fs/fusefs/mockfs.cc
651
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
655
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
660
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
678
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
686
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
690
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
696
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
700
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
704
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
708
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
712
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
717
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
721
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
732
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
736
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
740
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
744
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
749
EXPECT_EQ((size_t)buflen, inlen);
tests/sys/fs/fusefs/mockfs.cc
852
int MockFS::notify_inval_entry(ino_t parent, const char *name, size_t namelen,
tests/sys/fs/fusefs/mockfs.hh
403
int notify_inval_entry(ino_t parent, const char *name, size_t namelen,
tests/sys/fs/fusefs/notify.cc
112
size_t namelen;
tests/sys/fs/fusefs/notify.cc
588
size_t namelen = strlen(name);
tests/sys/fs/fusefs/read.cc
1009
size_t bufsize = strlen(CONTENTS);
tests/sys/fs/fusefs/read.cc
117
size_t size = sizeof(val);
tests/sys/fs/fusefs/read.cc
1172
size_t bufsize = strlen(CONTENTS);
tests/sys/fs/fusefs/read.cc
1224
size_t bufsize = strlen(CONTENTS);
tests/sys/fs/fusefs/read.cc
1277
size_t bufsize = strlen(CONTENTS);
tests/sys/fs/fusefs/read.cc
1493
size_t bufsize = strlen(CONTENTS);
tests/sys/fs/fusefs/read.cc
1589
len = std::min((size_t)clustersize, (size_t)(filesize - offs));
tests/sys/fs/fusefs/read.cc
464
size_t bufsize = strlen(CONTENTS);
tests/sys/fs/fusefs/read.cc
466
size_t size1 = bufsize - 1;
tests/sys/fs/fusefs/read.cc
467
size_t size2 = bufsize;
tests/sys/fs/fusefs/readdir.cc
197
const size_t bufsize = 8192;
tests/sys/fs/fusefs/setattr.cc
453
size_t w0_size = 0x30000;
tests/sys/fs/fusefs/setattr.cc
456
size_t trunc0_size = 0x400;
tests/sys/fs/fusefs/setattr.cc
457
size_t trunc1_size = w0_size;
tests/sys/fs/fusefs/setattr.cc
460
size_t cur_size = 0;
tests/sys/fs/fusefs/utils.cc
116
size_t size = sizeof(val);
tests/sys/fs/fusefs/utils.cc
134
size_t size;
tests/sys/fs/fusefs/utils.cc
419
size_t entlen, entsize;
tests/sys/fs/fusefs/utils.cc
66
size_t bsdextended_size = sizeof(bsdextended_val);
tests/sys/fs/fusefs/utils.cc
70
size_t usermount_size = sizeof(usermount_val);
tests/sys/fs/fusefs/write.cc
1175
size_t len;
tests/sys/fs/fusefs/write.cc
1373
size_t holesize = rbufsize - old_filesize;
tests/sys/fs/fusefs/write.cc
744
size_t len;
tests/sys/fs/fusefs/xattr.cc
534
size_t l = sizeof(attrs);
tests/sys/fs/tarfs/tarsum.c
52
size_t i;
tests/sys/fs/tarfs/tarsum.c
59
else if ((size_t)ret < sizeof(ustar))
tests/sys/fs/tarfs/tarsum.c
74
else if ((size_t)ret < sizeof(ustar))
tests/sys/geom/class/eli/hmac_test.c
11
size_t saltlen;
tests/sys/geom/class/eli/hmac_test.c
15
size_t hmaclen;
tests/sys/geom/class/eli/hmac_test.c
23
size_t i;
tests/sys/geom/class/eli/unaligned_io.c
104
if (n < 0 || (size_t)n != iosz)
tests/sys/geom/class/eli/unaligned_io.c
108
if (n < 0 || (size_t)n != iosz)
tests/sys/geom/class/eli/unaligned_io.c
121
if (n < 0 || (size_t)n != iosz)
tests/sys/geom/class/eli/unaligned_io.c
124
if (n < 0 || (size_t)n != iosz)
tests/sys/geom/class/eli/unaligned_io.c
53
size_t bufsz, iosz;
tests/sys/geom/class/eli/unaligned_io.c
88
if (n < 0 || (size_t)n != bufsz)
tests/sys/kern/copy_file_range.c
29
size_t sz;
tests/sys/kern/copy_file_range.c
63
size_t sz;
tests/sys/kern/coredump_phnum_helper.c
44
size_t i, pages, page_size;
tests/sys/kern/inotify_test.c
100
ATF_REQUIRE((size_t)n == evsz);
tests/sys/kern/inotify_test.c
148
build_iovec(&iov, &iovlen, "fstype", "nullfs", (size_t)-1);
tests/sys/kern/inotify_test.c
149
build_iovec(&iov, &iovlen, "fspath", dir, (size_t)-1);
tests/sys/kern/inotify_test.c
150
build_iovec(&iov, &iovlen, "target", src, (size_t)-1);
tests/sys/kern/inotify_test.c
172
build_iovec(&iov, &iovlen, "fstype", "tmpfs", (size_t)-1);
tests/sys/kern/inotify_test.c
174
(size_t)-1);
tests/sys/kern/inotify_test.c
403
size_t size;
tests/sys/kern/inotify_test.c
86
size_t evsz, namelen;
tests/sys/kern/inotify_test.c
98
ATF_REQUIRE((size_t)n >= sizeof(*ev));
tests/sys/kern/inotify_test.c
99
ATF_REQUIRE((size_t)n == sizeof(*ev) + ev->len);
tests/sys/kern/jail_lookup_root.c
43
__DECONST(char *, "nullfs"), (size_t)-1);
tests/sys/kern/jail_lookup_root.c
45
__DECONST(char *, target), (size_t)-1);
tests/sys/kern/jail_lookup_root.c
47
__DECONST(char *, dir), (size_t)-1);
tests/sys/kern/kcov.c
50
static size_t page_size;
tests/sys/kern/kern_copyin.c
49
copyin_checker(uintptr_t uaddr, size_t len)
tests/sys/kern/kern_copyin.c
75
size_t len;
tests/sys/kern/kern_descrip_test.c
116
openfiles(size_t n)
tests/sys/kern/kern_descrip_test.c
150
size_t oldlen;
tests/sys/kern/kern_descrip_test.c
185
size_t oldlen;
tests/sys/kern/kern_descrip_test.c
190
buf[MIN((size_t)n, sizeof(buf) - 1)] = '\0';
tests/sys/kern/kern_descrip_test.c
92
openfiles2(size_t n)
tests/sys/kern/kern_descrip_test.c
94
size_t i;
tests/sys/kern/ktls_test.c
1049
static size_t
tests/sys/kern/ktls_test.c
1051
uint8_t record_type, uint64_t seqno, const void *src, size_t len, void *dst)
tests/sys/kern/ktls_test.c
1056
size_t hdr_len, mac_len, record_len;
tests/sys/kern/ktls_test.c
1089
static size_t
tests/sys/kern/ktls_test.c
1091
uint8_t record_type, uint64_t seqno, const void *src, size_t len, void *dst,
tests/sys/kern/ktls_test.c
1092
size_t padding)
tests/sys/kern/ktls_test.c
1098
size_t hdr_len, mac_len, record_len;
tests/sys/kern/ktls_test.c
1137
static size_t
tests/sys/kern/ktls_test.c
1139
uint8_t record_type, uint64_t seqno, const void *src, size_t len, void *dst,
tests/sys/kern/ktls_test.c
1140
size_t avail, size_t padding)
tests/sys/kern/ktls_test.c
1142
size_t record_len;
tests/sys/kern/ktls_test.c
1160
static size_t
tests/sys/kern/ktls_test.c
1162
uint8_t record_type, uint64_t seqno, const void *src, size_t len, void *dst,
tests/sys/kern/ktls_test.c
1163
size_t avail, size_t padding)
tests/sys/kern/ktls_test.c
1175
uint64_t seqno, size_t len)
tests/sys/kern/ktls_test.c
1180
size_t decrypted_len, outbuf_len, outbuf_cap, record_len, written;
tests/sys/kern/ktls_test.c
1299
ktls_send_control_message(int fd, uint8_t type, void *data, size_t len)
tests/sys/kern/ktls_test.c
131
alloc_buffer(size_t len)
tests/sys/kern/ktls_test.c
1326
uint64_t seqno, uint8_t type, size_t len)
tests/sys/kern/ktls_test.c
1330
size_t outbuf_cap, payload_len, record_len;
tests/sys/kern/ktls_test.c
134
size_t i;
tests/sys/kern/ktls_test.c
1390
size_t outbuf_cap, payload_len, record_len;
tests/sys/kern/ktls_test.c
1449
static size_t
tests/sys/kern/ktls_test.c
1451
void *data, size_t len)
tests/sys/kern/ktls_test.c
1495
uint64_t seqno, size_t len, size_t padding)
tests/sys/kern/ktls_test.c
1499
size_t outbuf_cap, outbuf_len, outbuf_sent, received_len, todo, written;
tests/sys/kern/ktls_test.c
1616
uint64_t seqno, size_t len, ssize_t offset)
tests/sys/kern/ktls_test.c
1619
size_t outbuf_cap, outbuf_len;
tests/sys/kern/ktls_test.c
1659
uint64_t seqno, size_t len)
tests/sys/kern/ktls_test.c
1670
uint64_t seqno, size_t len)
tests/sys/kern/ktls_test.c
1681
uint64_t seqno, size_t len)
tests/sys/kern/ktls_test.c
1683
size_t offset;
tests/sys/kern/ktls_test.c
1695
uint64_t seqno, size_t len)
tests/sys/kern/ktls_test.c
1705
uint64_t seqno, size_t len)
tests/sys/kern/ktls_test.c
1708
size_t outbuf_cap, outbuf_len;
tests/sys/kern/ktls_test.c
1745
uint64_t seqno, size_t len)
tests/sys/kern/ktls_test.c
1749
size_t outbuf_cap, outbuf_len;
tests/sys/kern/ktls_test.c
1787
uint64_t seqno, size_t len)
tests/sys/kern/ktls_test.c
1791
size_t outbuf_cap, outbuf_len;
tests/sys/kern/ktls_test.c
1829
uint64_t seqno, size_t len)
tests/sys/kern/ktls_test.c
1833
size_t outbuf_cap, outbuf_len;
tests/sys/kern/ktls_test.c
1872
uint64_t seqno, size_t len)
tests/sys/kern/ktls_test.c
1876
size_t outbuf_len;
tests/sys/kern/ktls_test.c
307
const char *input, char *output, size_t size, int enc)
tests/sys/kern/ktls_test.c
341
if ((size_t)total != size) {
tests/sys/kern/ktls_test.c
352
const char *input, char *output, size_t size)
tests/sys/kern/ktls_test.c
359
const char *input, char *output, size_t size)
tests/sys/kern/ktls_test.c
365
compute_hash(const EVP_MD *md, const void *key, size_t key_len, const void *aad,
tests/sys/kern/ktls_test.c
366
size_t aad_len, const void *buffer, size_t len, void *digest,
tests/sys/kern/ktls_test.c
406
verify_hash(const EVP_MD *md, const void *key, size_t key_len, const void *aad,
tests/sys/kern/ktls_test.c
407
size_t aad_len, const void *buffer, size_t len, const void *digest)
tests/sys/kern/ktls_test.c
424
const void *aad, size_t aad_len, const char *input, char *output,
tests/sys/kern/ktls_test.c
425
size_t size, char *tag, size_t tag_len)
tests/sys/kern/ktls_test.c
468
if ((size_t)total != size) {
tests/sys/kern/ktls_test.c
486
const void *aad, size_t aad_len, const char *input, char *output,
tests/sys/kern/ktls_test.c
487
size_t size, const char *tag, size_t tag_len)
tests/sys/kern/ktls_test.c
533
if ((size_t)total != size) {
tests/sys/kern/ktls_test.c
545
build_tls_enable(const atf_tc_t *tc, int cipher_alg, size_t cipher_key_len,
tests/sys/kern/ktls_test.c
55
size_t len;
tests/sys/kern/ktls_test.c
659
static size_t
tests/sys/kern/ktls_test.c
662
size_t len;
tests/sys/kern/ktls_test.c
681
static size_t
tests/sys/kern/ktls_test.c
706
static size_t
tests/sys/kern/ktls_test.c
709
size_t len;
tests/sys/kern/ktls_test.c
720
static size_t
tests/sys/kern/ktls_test.c
723
size_t len;
tests/sys/kern/ktls_test.c
737
tls_mte_aad(struct tls_enable *en, size_t len,
tests/sys/kern/ktls_test.c
748
tls_12_aead_aad(struct tls_enable *en, size_t len,
tests/sys/kern/ktls_test.c
791
static size_t
tests/sys/kern/ktls_test.c
793
uint64_t seqno, const void *src, size_t len, void *dst, size_t avail,
tests/sys/kern/ktls_test.c
800
size_t hdr_len, mac_len, payload_len;
tests/sys/kern/ktls_test.c
858
static size_t
tests/sys/kern/ktls_test.c
860
const void *src, size_t len, void *dst, uint8_t *record_type)
tests/sys/kern/ktls_test.c
865
size_t hdr_len, mac_len, payload_len;
tests/sys/kern/ktls_test.c
893
static size_t
tests/sys/kern/ktls_test.c
895
const void *src, size_t len, void *dst, uint8_t *record_type)
tests/sys/kern/ktls_test.c
901
size_t hdr_len, mac_len, payload_len;
tests/sys/kern/ktls_test.c
943
static size_t
tests/sys/kern/ktls_test.c
945
const void *src, size_t len, void *dst, size_t avail, uint8_t *record_type)
tests/sys/kern/ktls_test.c
948
size_t payload_len;
tests/sys/kern/ktls_test.c
968
static size_t
tests/sys/kern/ktls_test.c
970
const void *src, size_t len, void *dst, size_t avail, uint8_t *record_type)
tests/sys/kern/ktls_test.c
987
static size_t
tests/sys/kern/ktls_test.c
989
uint8_t record_type, uint64_t seqno, const void *src, size_t len, void *dst,
tests/sys/kern/ktls_test.c
990
size_t avail, size_t padding)
tests/sys/kern/ktls_test.c
995
size_t hdr_len, mac_len, record_len;
tests/sys/kern/ktrace_test.c
571
ATF_REQUIRE_EQ((size_t)n, sizeof(header));
tests/sys/kern/ktrace_test.c
585
ATF_REQUIRE_EQ((size_t)n, sizeof(header));
tests/sys/kern/ktrace_test.c
91
xmalloc(size_t size)
tests/sys/kern/libkern_crc32.c
113
size_t i;
tests/sys/kern/libkern_crc32.c
128
size_t i;
tests/sys/kern/libkern_crc32.c
51
size_t length)
tests/sys/kern/pipe/pipe_reverse_test.c
130
for (i = 0; i < (size_t)total; i++) {
tests/sys/kern/pipe/pipe_reverse_test.c
49
size_t i;
tests/sys/kern/procdesc.c
52
size_t len;
tests/sys/kern/ptrace_test.c
160
size_t len;
tests/sys/kern/ptrace_test.c
2269
size_t len;
tests/sys/kern/ptrace_test.c
2473
size_t len;
tests/sys/kern/ptrace_test.c
2547
size_t len;
tests/sys/kern/sched_affinity.c
119
size_t cpusetsize;
tests/sys/kern/sched_affinity.c
134
size_t cpusetsize;
tests/sys/kern/sched_affinity.c
150
size_t cpusetsize;
tests/sys/kern/sched_affinity.c
179
size_t cpusetsize = 1;
tests/sys/kern/sched_affinity.c
197
size_t cpusetsize = 1;
tests/sys/kern/sched_affinity.c
210
size_t cpusetsize;
tests/sys/kern/sched_affinity.c
24
size_t sz = sizeof(val);
tests/sys/kern/sched_affinity.c
34
size_t sz = sizeof(val);
tests/sys/kern/sched_affinity.c
68
size_t cpusetsize;
tests/sys/kern/sched_affinity.c
98
size_t cpusetsize;
tests/sys/kern/sigsys.c
66
size_t oldlen = sizeof(int);
tests/sys/kern/sigsys.c
82
size_t oldlen;
tests/sys/kern/sigsys.c
87
buf[MIN((size_t)n, sizeof(buf) - 1)] = '\0';
tests/sys/kern/socket_accf.c
203
size_t len;
tests/sys/kern/socket_accf.c
83
usend(int s, const void *msg, size_t len)
tests/sys/kern/socket_msg_trunc.c
100
size_t sizes[] = {80, 255, 256, 1024, 4096, 9000};
tests/sys/kern/socket_msg_trunc.c
127
size_t sizes[] = {80, 255, 256, 1024, 4096, 9000};
tests/sys/kern/socket_msg_trunc.c
152
size_t sizes[] = {80, 255, 256, 1024, 2000};
tests/sys/kern/socket_msg_trunc.c
178
ATF_REQUIRE((size_t)nbytes == sizeof(buf));
tests/sys/kern/socket_msg_trunc.c
193
ATF_REQUIRE((size_t)nbytes == sizeof(buf));
tests/sys/kern/socket_msg_trunc.c
202
ATF_REQUIRE((size_t)nbytes == sizeof(ktr));
tests/sys/kern/socket_msg_trunc.c
44
check_recvmsg(int cs, int ss, struct sockaddr *sa, const size_t sizes[],
tests/sys/kern/socket_msg_trunc.c
45
size_t nsizes)
tests/sys/kern/socket_msg_trunc.c
50
for (size_t i = 0; i < nsizes; i++) {
tests/sys/kern/socket_msg_trunc.c
52
size_t sz = sizes[i];
tests/sys/kern/socket_msg_trunc.c
59
ATF_REQUIRE((size_t)rc == sz);
tests/sys/kern/socket_msg_trunc.c
63
ATF_REQUIRE((size_t)rc == sz);
tests/sys/kern/socket_msg_trunc.c
67
ATF_REQUIRE((size_t)rc == sz);
tests/sys/kern/socket_msg_trunc.c
71
ATF_REQUIRE((size_t)rc == sz);
tests/sys/kern/socket_msg_waitall.c
25
size_t msglen;
tests/sys/kern/socket_msg_waitall.c
35
size_t buflen;
tests/sys/kern/socket_msg_waitall.c
68
size_t msglen;
tests/sys/kern/socket_splice.c
530
for (size_t total = sizeof(buf); total > 0; total -= n) {
tests/sys/kern/socket_splice.c
534
for (size_t total = sizeof(buf); total > 0; total -= n) {
tests/sys/kern/socket_splice.c
582
for (size_t total = sizeof(buf); total > 0; total -= n) {
tests/sys/kern/socket_splice.c
586
for (size_t total = sizeof(buf); total > 0; total -= n) {
tests/sys/kern/socket_splice.c
726
size_t sofar;
tests/sys/kern/socket_splice.c
748
for (size_t i = 0; i < (size_t)n; i++)
tests/sys/kern/socket_splice.c
831
size_t sz;
tests/sys/kern/socket_splice.c
854
ATF_REQUIRE(xfer->bytes >= (size_t)n);
tests/sys/kern/socket_splice.c
863
ATF_REQUIRE(resid >= (size_t)n);
tests/sys/kern/ssl_sendfile.c
245
sendme_locked(struct ctx *c, off_t offset, size_t size, bool nb)
tests/sys/kern/ssl_sendfile.c
256
sendme_locked_wait(struct ctx *c, off_t offset, size_t size, bool nb)
tests/sys/kern/ssl_sendfile.c
264
sendme(struct ctx *c, off_t offset, size_t size, bool nb)
tests/sys/kern/ssl_sendfile.c
301
size_t nread;
tests/sys/kern/ssl_sendfile.c
329
size_t size, n, nread, expect;
tests/sys/kern/ssl_sendfile.c
355
size_t nread;
tests/sys/kern/ssl_sendfile.c
389
size_t nread;
tests/sys/kern/ssl_sendfile.c
45
#define FSIZE (size_t)(2 * 1024 * 1024)
tests/sys/kern/ssl_sendfile.c
60
size_t size; /* SSL_sendfile size */
tests/sys/kern/ssl_sendfile.c
84
size_t len = sizeof(enable);
tests/sys/kern/subr_physmem_test.c
115
size_t len;
tests/sys/kern/subr_physmem_test.c
39
size_t len;
tests/sys/kern/subr_physmem_test.c
88
size_t len;
tests/sys/kern/sys_getrandom.c
45
size_t i, j, c;
tests/sys/kern/sys_getrandom.c
64
j += (size_t)ret;
tests/sys/kern/sysctl_kern_proc.c
144
size_t sz, sz1;
tests/sys/kern/sysctl_kern_proc.c
35
size_t sz;
tests/sys/kern/sysctl_kern_proc.c
67
size_t sz;
tests/sys/kern/tty/readsz.c
32
size_t bufsz = 0, reps;
tests/sys/kern/tty/readsz.c
85
size_t readsz;
tests/sys/kern/tty/test_sti.c
135
for (size_t i = 0; i < nitems(stierr_map); i++) {
tests/sys/kern/tty/test_sti.c
62
size_t nb = 0;
tests/sys/kern/unix_dgram.c
78
size_t llen = sizeof(unsigned long);
tests/sys/kern/unix_dgram.c
95
size_t llen = sizeof(unsigned long);
tests/sys/kern/unix_passfd_test.c
115
size_t len;
tests/sys/kern/unix_passfd_test.c
133
size_t len = sizeof(files);
tests/sys/kern/unix_passfd_test.c
163
sendfd_payload(int sockfd, int send_fd, void *payload, size_t paylen)
tests/sys/kern/unix_passfd_test.c
212
recvfd_payload(int sockfd, int *recv_fd, void *buf, size_t buflen,
tests/sys/kern/unix_passfd_test.c
213
size_t cmsgsz, int recvmsg_flags)
tests/sys/kern/unix_passfd_test.c
271
ATF_REQUIRE_MSG((size_t)len == sizeof(ch),
tests/sys/kern/unix_passfd_test.c
289
&(size_t){sizeof(u_long)}, NULL, 0) != -1,
tests/sys/kern/unix_passfd_test.c
301
&(size_t){sizeof(u_long)}, NULL, 0) != -1,
tests/sys/kern/unix_passfd_test.c
732
ATF_REQUIRE_MSG((size_t)len < sendspace,
tests/sys/kern/unix_passfd_test.c
745
ATF_REQUIRE_MSG((size_t)len == sendspace,
tests/sys/kern/unix_passfd_test.c
759
send_cmsg(int sockfd, void *cmsg, size_t cmsgsz)
tests/sys/kern/unix_passfd_test.c
784
recv_cmsg(int sockfd, char *cmsg, size_t cmsgsz, int flags)
tests/sys/kern/unix_seqpacket_test.c
1002
const size_t geometric_mean_bufsize = 32768;
tests/sys/kern/unix_seqpacket_test.c
1182
size_t *records;
tests/sys/kern/unix_seqpacket_test.c
1188
#define RANDOM_TESTSIZE ((size_t)100 * 1024 * 1024)
tests/sys/kern/unix_seqpacket_test.c
1198
size_t off = 0;
tests/sys/kern/unix_seqpacket_test.c
1229
size_t off;
tests/sys/kern/unix_seqpacket_test.c
1243
&params.recvspace, &(size_t){sizeof(u_long)}, NULL, 0) != -1);
tests/sys/kern/unix_seqpacket_test.c
1251
malloc(params.nrecords * sizeof(size_t *))) != NULL);
tests/sys/kern/unix_seqpacket_test.c
1280
size_t len;
tests/sys/kern/unix_seqpacket_test.c
155
const size_t totalsize = (sndbufsize + rcvbufsize) * 2;
tests/sys/kern/unix_seqpacket_test.c
156
const size_t pktsize = MIN(sndbufsize, rcvbufsize) / 4;
tests/sys/kern/unix_seqpacket_test.c
365
const size_t pktsize = MIN(sndbufsize, rcvbufsize) / 4;
tests/sys/kern/unix_stream.c
64
&(size_t){sizeof(u_long)}, NULL, 0) != -1,
tests/sys/mac/bsdextended/ugidfw_test.c
150
size_t i;
tests/sys/net/routing/rtsock_common.h
400
sa_equal_msg_flags(const struct sockaddr *a, const struct sockaddr *b, char *msg, size_t sz, int flags)
tests/sys/net/routing/rtsock_common.h
521
sa_equal_msg(const struct sockaddr *a, const struct sockaddr *b, char *msg, size_t sz)
tests/sys/net/routing/rtsock_common.h
671
rtsock_read_rtm(int fd, char *buffer, size_t buflen)
tests/sys/net/routing/rtsock_common.h
695
rtsock_read_rtm_reply(int fd, char *buffer, size_t buflen, int seq)
tests/sys/net/routing/rtsock_common.h
775
size_t
tests/sys/net/routing/rtsock_common.h
778
size_t len = sizeof(struct rt_msghdr);
tests/sys/net/routing/rtsock_common.h
801
_validate_message_sockaddrs(char *buffer, int rtm_len, size_t offset, int rtm_addrs)
tests/sys/net/routing/rtsock_common.h
804
size_t parsed_len = offset;
tests/sys/net/routing/rtsock_print.h
97
_printb(char *buf, size_t bufsize, int b, const char *str)
tests/sys/netgraph/util.c
103
char const *file, size_t line)
tests/sys/netgraph/util.c
116
char const *file, size_t line)
tests/sys/netgraph/util.c
129
char const *file, size_t line)
tests/sys/netgraph/util.c
149
void const *data, size_t len,
tests/sys/netgraph/util.c
150
char const *file, size_t line)
tests/sys/netgraph/util.c
232
char const *file, size_t line)
tests/sys/netgraph/util.c
250
_ng_init(char const *file, size_t line)
tests/sys/netgraph/util.c
260
get_data##x(void *data, size_t len, void *ctx) {\
tests/sys/netgraph/util.c
72
char const *file, size_t line)
tests/sys/netgraph/util.c
88
char const *file, size_t line)
tests/sys/netgraph/util.h
105
void get_data0(void *data, size_t len, void *ctx);
tests/sys/netgraph/util.h
106
void get_data1(void *data, size_t len, void *ctx);
tests/sys/netgraph/util.h
107
void get_data2(void *data, size_t len, void *ctx);
tests/sys/netgraph/util.h
108
void get_data3(void *data, size_t len, void *ctx);
tests/sys/netgraph/util.h
109
void get_data4(void *data, size_t len, void *ctx);
tests/sys/netgraph/util.h
110
void get_data5(void *data, size_t len, void *ctx);
tests/sys/netgraph/util.h
111
void get_data6(void *data, size_t len, void *ctx);
tests/sys/netgraph/util.h
112
void get_data7(void *data, size_t len, void *ctx);
tests/sys/netgraph/util.h
113
void get_data8(void *data, size_t len, void *ctx);
tests/sys/netgraph/util.h
114
void get_data9(void *data, size_t len, void *ctx);
tests/sys/netgraph/util.h
40
char const *file, size_t line);
tests/sys/netgraph/util.h
47
char const *file, size_t line);
tests/sys/netgraph/util.h
53
char const *file, size_t line);
tests/sys/netgraph/util.h
59
char const *file, size_t line);
tests/sys/netgraph/util.h
65
char const *file, size_t line);
tests/sys/netgraph/util.h
70
typedef void (*ng_data_handler_t)(void *, size_t, void *ctx);
tests/sys/netgraph/util.h
73
_ng_send_data(char const *hook, void const *, size_t,
tests/sys/netgraph/util.h
74
char const *file, size_t line);
tests/sys/netgraph/util.h
82
char const *file, size_t line);
tests/sys/netgraph/util.h
95
void _ng_init(char const *file, size_t line);
tests/sys/netgraph/vlan_rotate.c
158
static void get_ethertype(void *data, size_t len, void *ctx);
tests/sys/netgraph/vlan_rotate.c
161
get_ethertype(void *data, size_t len, void *ctx)
tests/sys/netgraph/vlan_rotate.c
74
static void get_vlan(void *data, size_t len, void *ctx);
tests/sys/netgraph/vlan_rotate.c
77
get_vlan(void *data, size_t len, void *ctx)
tests/sys/netinet/fibs_multibind_test.c
119
size_t sz;
tests/sys/netinet/fibs_multibind_test.c
409
static size_t
tests/sys/netinet/fibs_multibind_test.c
429
static size_t
tests/sys/netinet/fibs_multibind_test.c
456
size_t sz;
tests/sys/netinet/ip6_mrouted.c
120
if ((size_t)len < sizeof(msg)) {
tests/sys/netinet/ip6_mrouted.c
40
xmalloc(size_t size)
tests/sys/netinet/ip6_v4mapped_test.c
71
size_t sysctlsz;
tests/sys/netinet/ip_reass_test.c
121
size_t len;
tests/sys/netinet/ip_reass_test.c
126
ATF_REQUIRE_MSG((size_t)n == len, "wrote %zd bytes instead of %zu",
tests/sys/netinet/ip_reass_test.c
174
size_t len;
tests/sys/netinet/ip_reass_test.c
61
size_t i;
tests/sys/netinet/ip_reass_test.c
79
alloc_lopacket(in_addr_t dstaddr, size_t payloadlen)
tests/sys/netinet/ip_reass_test.c
83
size_t pktlen;
tests/sys/netinet/libalias/2_natout.c
257
size_t const batch_size = 1200;
tests/sys/netinet/libalias/2_natout.c
258
size_t const rounds = 25;
tests/sys/netinet/libalias/2_natout.c
259
size_t i, j;
tests/sys/netinet/libalias/util.c
74
hexdump(void *p, size_t len)
tests/sys/netinet/libalias/util.c
76
size_t i;
tests/sys/netinet/libalias/util.c
92
ip_packet(u_char protocol, size_t len)
tests/sys/netinet/libalias/util.h
47
void hexdump(void *p, size_t len);
tests/sys/netinet/libalias/util.h
48
struct ip * ip_packet(u_char protocol, size_t len);
tests/sys/netinet/so_reuseport_lb_test.c
138
size_t i;
tests/sys/netinet/so_reuseport_lb_test.c
194
size_t i;
tests/sys/netinet/so_reuseport_lb_test.c
335
for (size_t i = 0; i < nitems(sc.socks); i++) {
tests/sys/netinet/so_reuseport_lb_test.c
369
for (size_t j = 1; j < nitems(threads); j++) {
tests/sys/netinet/so_reuseport_lb_test.c
381
for (size_t j = nitems(threads); j > 0; j--) {
tests/sys/netinet/so_reuseport_lb_test.c
55
size_t nsds, int nconns)
tests/sys/netinet/so_reuseport_lb_test.c
57
size_t i;
tests/sys/netinet/socket_afinet.c
461
for (size_t flagi = 0; flagi < nitems(flags); flagi++) {
tests/sys/netinet/socket_afinet.c
462
for (size_t opti = 0; opti < nitems(opts); opti++) {
tests/sys/netinet/socket_afinet.c
465
for (size_t optj = 0; optj < nitems(opts); optj++) {
tests/sys/netinet/tcp_connect_port_test.c
55
size_t sysctlsz;
tests/sys/netinet/udp_dontroute.c
60
const size_t buflen = 80;
tests/sys/netmap/ctrl-api-test.c
1153
static size_t
tests/sys/netmap/ctrl-api-test.c
1156
size_t tot = 0;
tests/sys/netmap/ctrl-api-test.c
1256
size_t csb_size;
tests/sys/netmap/ctrl-api-test.c
1421
size_t opt_size;
tests/sys/netmap/ctrl-api-test.c
1835
randomize(void *dst, size_t n)
tests/sys/netmap/ctrl-api-test.c
1837
size_t i;
tests/sys/opencrypto/blake2_test.c
115
do_cryptop(int fd, int ses, size_t inlen, void *out)
tests/sys/opencrypto/blake2_test.c
133
size_t i;
tests/sys/opencrypto/blake2_test.c
154
size_t i;
tests/sys/opencrypto/blake2_test.c
65
size_t i;
tests/sys/opencrypto/blake2_test.c
97
create_session(int fd, int alg, int crid, const void *key, size_t klen)
tests/sys/opencrypto/poly1305_test.c
241
size_t explen)
tests/sys/opencrypto/poly1305_test.c
247
size_t sym_len, count;
tests/sys/opencrypto/poly1305_test.c
311
create_session(int fd, int alg, int crid, const void *key, size_t klen)
tests/sys/opencrypto/poly1305_test.c
339
do_cryptop(int fd, int ses, const void *inp, size_t inlen, void *out)
tests/sys/opencrypto/poly1305_test.c
358
size_t i;
tests/sys/opencrypto/poly1305_test.c
44
const size_t test_msg_len;
tests/sys/posixshm/memfd_test.c
285
size_t ps[MAXPAGESIZES], pgsize;
tests/sys/posixshm/posixshm.h
33
pagesizes(size_t ps[MAXPAGESIZES], bool required)
tests/sys/posixshm/posixshm_test.c
1093
size_t page_size;
tests/sys/posixshm/posixshm_test.c
1169
size_t page_size;
tests/sys/posixshm/posixshm_test.c
1223
shm_open_large(int psind, int policy, size_t sz)
tests/sys/posixshm/posixshm_test.c
1249
size_t ps[MAXPAGESIZES];
tests/sys/posixshm/posixshm_test.c
1275
for (size_t p = 0; p < ps[i] / ps[0]; p++) {
tests/sys/posixshm/posixshm_test.c
1285
for (size_t p = 0; p < ps[i] / ps[0]; p++) {
tests/sys/posixshm/posixshm_test.c
1305
size_t ps[MAXPAGESIZES + 1]; /* silence warnings if MAXPAGESIZES == 1 */
tests/sys/posixshm/posixshm_test.c
1367
size_t ps[MAXPAGESIZES];
tests/sys/posixshm/posixshm_test.c
1439
for (size_t p = 0; p < ps[i] / ps[0]; p++) {
tests/sys/posixshm/posixshm_test.c
1463
size_t ps[MAXPAGESIZES], ps1;
tests/sys/posixshm/posixshm_test.c
1496
largepage_madvise(char *addr, size_t sz, int advice, int error)
tests/sys/posixshm/posixshm_test.c
1514
size_t ps[MAXPAGESIZES];
tests/sys/posixshm/posixshm_test.c
1566
size_t ps[MAXPAGESIZES], sz;
tests/sys/posixshm/posixshm_test.c
1626
size_t ps[MAXPAGESIZES];
tests/sys/posixshm/posixshm_test.c
1667
largepage_protect(char *addr, size_t sz, int prot, int error)
tests/sys/posixshm/posixshm_test.c
1685
size_t ps[MAXPAGESIZES];
tests/sys/posixshm/posixshm_test.c
1754
size_t ps[MAXPAGESIZES];
tests/sys/posixshm/posixshm_test.c
1840
size_t ps[MAXPAGESIZES];
tests/sys/posixshm/posixshm_test.c
1866
for (resid = (size_t)ps[i]; resid > 0; resid -= len) {
tests/sys/posixshm/posixshm_test.c
187
size_t blen, page_size;
tests/sys/posixshm/posixshm_test.c
1896
size_t ps[MAXPAGESIZES];
tests/sys/posixshm/posixshm_test.c
197
blen = len < (off_t)page_size ? (size_t)len : page_size;
tests/sys/posixshm/posixshm_test.c
215
size_t blen, page_size;
tests/sys/posixshm/posixshm_test.c
238
blen = resid < (off_t)page_size ? (size_t)resid : page_size;
tests/sys/posixshm/posixshm_test.c
259
blen = resid < (off_t)page_size ? (size_t)resid : page_size;
tests/sys/posixshm/posixshm_test.c
278
blen = resid < (off_t)page_size ? (size_t)resid : page_size;
tests/sys/posixshm/posixshm_test.c
887
size_t i, psize;
tests/sys/ses/nondestructive.c
133
const size_t namesize = 128;
tests/sys/ses/nondestructive.c
182
size_t z = 0;
tests/sys/ses/nondestructive.c
186
size_t e;
tests/sys/ses/nondestructive.c
70
size_t elen;
tests/sys/sound/pcm_read_write.c
135
size_t i;
tests/sys/sound/pcm_read_write.c
179
size_t i;
tests/sys/sound/pcm_read_write.c
241
size_t bits;
tests/sys/sound/pcm_read_write.c
242
size_t i;
tests/sys/sound/pcm_read_write.c
31
size_t size;
tests/sys/sound/sndstat.c
227
size_t nitems, i;
tests/sys/sound/sndstat.c
56
size_t nitems, nchans, i, j;
tests/sys/sys/bitstring_test.c
109
size_t sob = sizeof(bitstr_t);
tests/sys/sys/bitstring_test.c
878
size_t nbits = INT_MAX < SSIZE_MAX ? (size_t)INT_MAX + 30 : SSIZE_MAX;
tests/sys/sys/bitstring_test.c
879
size_t early = 5, late = nbits - 5;
tests/sys/sys/bitstring_test.c
884
ATF_REQUIRE(nbits >= (size_t)INT_MAX);
tests/sys/vm/mlock_test.c
185
size_t len, pagesizes[MAXPAGESIZES];
tests/sys/vm/mlock_test.c
46
test_wired_copy_on_write(void *addr, size_t len)
tests/sys/vm/mmap_map_32bit_helper.c
19
size_t pagesize;
tests/sys/vm/mmap_test.c
51
size_t len;
tests/sys/vm/mmap_test.c
56
size_t pgsz = getpagesize();
tests/sys/vm/shared_shadow_inval_test.c
142
size_t i;
tests/sys/vm/shared_shadow_inval_test.c
149
child_write(struct shared_state *ss, int val, size_t len)
tests/sys/vm/shared_shadow_inval_test.c
151
size_t i;
tests/sys/vm/shared_shadow_inval_test.c
172
size_t i;
tests/sys/vm/shared_shadow_inval_test.c
313
do_one_shared_shadow_inval(bool lazy_cow, size_t pagesize, size_t len,
tests/sys/vm/shared_shadow_inval_test.c
360
size_t largepagesize, pagesize, pagesizes[MAXPAGESIZES], sysctllen;
tests/sys/vm/shared_shadow_inval_test.c
365
ATF_REQUIRE(sysctllen >= sizeof(size_t));
tests/sys/vm/shared_shadow_inval_test.c
369
sysctllen >= 2 * sizeof(size_t) && pagesizes[1] != 0 ?
tests/sys/vm/shared_shadow_inval_test.c
89
size_t len;
tests/sys/vm/shared_shadow_inval_test.c
90
size_t modlen;
tests/sys/vm/shared_shadow_inval_test.c
91
size_t pagesize;
tests/sys/vm/stack/stack_mprotect_exec_test.c
30
size_t alloc_size;
tools/build/bootstrap-m4/inittokenizer.c
156
typedef size_t yy_size_t;
tools/build/bootstrap-m4/inittokenizer.c
251
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
tools/build/bootstrap-m4/inittokenizer.c
252
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
tools/build/bootstrap-m4/inittokenizer.c
598
#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
tools/build/bootstrap-m4/inittokenizer.c
89
#define SIZE_MAX (~(size_t)0)
tools/build/cross-build/capsicum_stubs.c
44
size_t ncmds __unused)
tools/build/cross-build/fake_sysctl.c
45
__freebsd_sysctlbyname(const char *name, void *oldp, size_t *oldlenp,
tools/build/cross-build/fake_sysctl.c
46
const void *newp, size_t newlen)
tools/build/cross-build/fgetln_fallback.c
40
size_t len;
tools/build/cross-build/fgetln_fallback.c
49
fgetln(FILE *stream, size_t *len)
tools/build/cross-build/fgetln_fallback.c
75
*len = (size_t)nread;
tools/build/cross-build/fgetwln_fallback.c
38
size_t len;
tools/build/cross-build/fgetwln_fallback.c
48
fgetwln(FILE *stream, size_t *lenp)
tools/build/cross-build/fgetwln_fallback.c
52
size_t wused = 0;
tools/build/cross-build/include/common/exterr.h
7
uexterr_gettext(char *buf, size_t bufsz)
tools/build/cross-build/include/common/sys/param.h
71
((sizeof(x) / sizeof(0 [x])) / ((size_t)(!(sizeof(x) % sizeof(0 [x])))))
tools/build/cross-build/include/common/sys/sysctl.h
48
int sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
tools/build/cross-build/include/common/sys/sysctl.h
49
int sysctlbyname(const char *, void *, size_t *, const void *, size_t);
tools/build/cross-build/include/common/sys/types.h
56
typedef size_t u_register_t;
tools/build/cross-build/include/linux/libutil.h
47
int humanize_number(char *buf, size_t len, int64_t bytes, const char *suffix,
tools/build/cross-build/include/linux/libutil.h
54
char *fparseln(FILE *, size_t *, size_t *, const char[3], int);
tools/build/cross-build/include/linux/stdlib.h
61
void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
tools/build/cross-build/include/linux/stdlib.h
64
void arc4random_buf(void *, size_t);
tools/build/cross-build/include/linux/stdlib.h
69
int heapsort(void *, size_t, size_t, int (*)(const void *, const void *));
tools/build/cross-build/include/linux/stdlib.h
70
int mergesort(void *, size_t, size_t, int (*)(const void *, const void *));
tools/build/cross-build/include/linux/string.h
52
size_t strlcpy(char *dst, const char *src, size_t siz);
tools/build/cross-build/include/linux/string.h
53
size_t strlcat(char *dst, const char *src, size_t siz);
tools/build/cross-build/include/linux/string.h
55
char *strnstr(const char *str, const char *find, size_t str_len);
tools/build/cross-build/include/linux/string.h
60
void explicit_bzero(void *buf, size_t len);
tools/build/cross-build/include/linux/unistd.h
72
getentropy(void *buf, size_t buflen)
tools/build/cross-build/include/mac/string.h
40
void *(mempcpy)(void * __restrict, const void * __restrict, size_t);
tools/build/stdlib.h
35
void *reallocarray(void *, size_t, size_t);
tools/build/strings.h
35
void explicit_bzero(void *, size_t);
tools/bus_space/C/lang.c
176
busdma_md_load(busdma_md_t md, void *buf, size_t len, u_int flags)
tools/bus_space/C/libbus.h
61
int busdma_md_load(busdma_md_t md, void *buf, size_t len, u_int flags);
tools/regression/aio/aiop/aiop.c
82
static size_t
tools/regression/doat/doat.c
104
size_t len;
tools/regression/fsx/fsx.c
1200
written = write(fd, good_buf, (size_t)maxfilelen);
tools/regression/fsx/fsx.c
320
byteswritten = write(savefd, buffer, (size_t)bufferlength);
tools/regression/gaithrstress/gaithrstress.c
109
const size_t nsuffixes = sizeof(suffixes) / sizeof(suffixes[0]);
tools/regression/gaithrstress/gaithrstress.c
153
size_t n;
tools/regression/gaithrstress/gaithrstress.c
188
size_t i;
tools/regression/gaithrstress/gaithrstress.c
225
if (nworkers < 1 || nworkers != (size_t)nworkers)
tools/regression/gaithrstress/gaithrstress.c
53
static size_t nrandwords;
tools/regression/net80211/ccmp/test_ccmp.c
537
size_t key_len;
tools/regression/net80211/ccmp/test_ccmp.c
539
size_t plaintext_len;
tools/regression/net80211/ccmp/test_ccmp.c
541
size_t encrypted_len;
tools/regression/net80211/ccmp/test_ccmp.c
554
dumpdata(const char *tag, const void *p, size_t len)
tools/regression/net80211/ccmp/test_ccmp.c
568
cmpfail(const void *gen, size_t genlen, const void *ref, size_t reflen)
tools/regression/net80211/tkip/test_tkip.c
126
size_t key_len;
tools/regression/net80211/tkip/test_tkip.c
128
size_t phase1_len;
tools/regression/net80211/tkip/test_tkip.c
130
size_t phase2_len;
tools/regression/net80211/tkip/test_tkip.c
132
size_t plaintext_len;
tools/regression/net80211/tkip/test_tkip.c
134
size_t encrypted_len;
tools/regression/net80211/tkip/test_tkip.c
152
dumpdata(const char *tag, const void *p, size_t len)
tools/regression/net80211/tkip/test_tkip.c
166
cmpfail(const void *gen, size_t genlen, const void *ref, size_t reflen)
tools/regression/net80211/wep/test_wep.c
142
size_t key_len;
tools/regression/net80211/wep/test_wep.c
144
size_t plaintext_len;
tools/regression/net80211/wep/test_wep.c
146
size_t encrypted_len;
tools/regression/net80211/wep/test_wep.c
152
dumpdata(const char *tag, const void *p, size_t len)
tools/regression/net80211/wep/test_wep.c
166
cmpfail(const void *gen, size_t genlen, const void *ref, size_t reflen)
tools/regression/netinet/arphold/arphold.c
64
size_t size = sizeof(maxhold);
tools/regression/netinet/arphold/arphold.c
68
size_t len = sizeof(arpstat);
tools/regression/netinet/ipbroadcast/ipbroadcast.c
120
size_t buflen;
tools/regression/netinet/ipmulticast/ipmulticast.c
101
static size_t nmcastgroups = IP_MAX_MEMBERSHIPS;
tools/regression/netinet/ipmulticast/ipmulticast.c
102
static size_t nmcastsources = 0;
tools/regression/netinet/ipmulticast/ipmulticast.c
365
size_t i;
tools/regression/netinet/ipmulticast/ipmulticast.c
533
for (i = 0; i < (size_t)argc; i++) {
tools/regression/netinet/ipmulticast/ipmulticast.c
656
size_t npackets;
tools/regression/netinet6/inet6_rth/inet6_rth-segments.c
325
init_hdrs(struct msghdr *mhp, struct cmsghdr *cmhp, char *bufp, size_t bufsize)
tools/regression/netinet6/inet6_rth/inet6_rth-segments.c
41
static void init_hdrs(struct msghdr *, struct cmsghdr *, char *, size_t);
tools/regression/netinet6/inet6_rth/test_subr.c
44
set_funcname(char *bufp, size_t bufsize)
tools/regression/netinet6/inet6_rth/test_subr.c
87
checkstr(const char *expected, const char *got, size_t explen, const char *desc)
tools/regression/netinet6/inet6_rth/test_subr.h
39
void set_funcname(char *, size_t);
tools/regression/netinet6/inet6_rth/test_subr.h
41
void checkstr(const char *, const char *, size_t, const char*);
tools/regression/poll/sockpoll.c
17
append(char *out, size_t out_size, const char *s)
tools/regression/poll/sockpoll.c
19
size_t size = strlen(out);
tools/regression/poll/sockpoll.c
25
decode_events(int events, char *out, size_t out_size)
tools/regression/posixsem/posixsem.c
1202
size_t len;
tools/regression/posixsem/posixsem.c
1257
size_t len;
tools/regression/priv/priv_acct.c
65
size_t len;
tools/regression/priv/priv_msgbuf.c
101
size_t len;
tools/regression/priv/priv_msgbuf.c
126
size_t len;
tools/regression/priv/priv_msgbuf.c
56
size_t len;
tools/regression/priv/priv_msgbuf.c
81
size_t len;
tools/regression/priv/priv_sysctl_write.c
59
size_t len;
tools/regression/security/cap_test/cap_test_fcntl.c
92
const size_t len = sizeof(all) / sizeof(struct fd);
tools/regression/security/cap_test/cap_test_fcntl.c
99
for (size_t i = 0; i < len; i++)
tools/regression/security/cap_test/cap_test_sysctl.c
54
size_t len;
tools/regression/security/open_to_operation/open_to_operation.c
1070
size_t size;
tools/regression/security/open_to_operation/open_to_operation.c
721
typedef ssize_t (*write_fn)(int d, const void *buf, size_t nbytes);
tools/regression/security/open_to_operation/open_to_operation.c
724
writev_wrapper(int d, const void *buf, size_t nbytes)
tools/regression/security/open_to_operation/open_to_operation.c
734
pwrite_wrapper(int d, const void *buf, size_t nbytes)
tools/regression/security/open_to_operation/open_to_operation.c
741
pwritev_wrapper(int d, const void *buf, size_t nbytes)
tools/regression/security/open_to_operation/open_to_operation.c
751
aio_write_wrapper(int d, const void *buf, size_t nbytes)
tools/regression/security/open_to_operation/open_to_operation.c
808
typedef ssize_t (*read_fn)(int d, void *buf, size_t nbytes);
tools/regression/security/open_to_operation/open_to_operation.c
811
readv_wrapper(int d, void *buf, size_t nbytes)
tools/regression/security/open_to_operation/open_to_operation.c
821
pread_wrapper(int d, void *buf, size_t nbytes)
tools/regression/security/open_to_operation/open_to_operation.c
828
preadv_wrapper(int d, void *buf, size_t nbytes)
tools/regression/security/open_to_operation/open_to_operation.c
838
aio_read_wrapper(int d, void *buf, size_t nbytes)
tools/regression/sockets/listen_backlog/listen_backlog.c
369
size_t len;
tools/regression/sockets/sendfile/sendfile.c
158
if (len < 0 || (size_t)len < sizeof(th))
tools/regression/sockets/sendfile/sendfile.c
337
write_test_file(size_t file_size)
tools/regression/sockets/sendfile/sendfile.c
341
static size_t current_file_size = 0;
tools/regression/sockets/sendfile/sendfile.c
380
size_t desired_file_size = 0;
tools/regression/sockets/sendfile/sendfile.c
94
static int write_test_file(size_t file_size);
tools/regression/sockets/so_setfib/so_setfib.c
169
size_t s;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
158
static size_t
tools/regression/sockets/udp_pingpong/udp_pingpong.c
319
size_t slen;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
340
size_t scm_size;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
384
size_t rlen, struct timespec *tp)
tools/regression/sockets/udp_pingpong/udp_pingpong.c
417
size_t rlen, struct timespec *tp)
tools/regression/sockets/udp_pingpong/udp_pingpong.c
437
size_t rlen;
tools/regression/sockets/unix_close_race/unix_close_race.c
66
size_t len;
tools/regression/sockets/unix_cmsg/t_cmsg_len.c
50
size_t size, cmsg_size;
tools/regression/sockets/unix_cmsg/t_cmsgcred.c
45
size_t cmsg_size;
tools/regression/sockets/unix_cmsg/t_cmsgcred.c
81
size_t cmsg_size;
tools/regression/sockets/unix_cmsg/t_cmsgcred_sockcred.c
47
size_t cmsg_size, cmsg1_size, cmsg2_size;
tools/regression/sockets/unix_cmsg/t_peercred.c
45
(size_t)len, sizeof(*xucred));
tools/regression/sockets/unix_cmsg/t_sockcred.c
75
size_t cmsg_size;
tools/regression/sockets/unix_cmsg/uc_common.c
269
size_t size;
tools/regression/sockets/unix_cmsg/uc_common.c
286
if ((size_t)ssize != size) {
tools/regression/sockets/unix_cmsg/uc_common.c
316
size_t size;
tools/regression/sockets/unix_cmsg/uc_common.c
329
if ((size_t)ssize != size) {
tools/regression/sockets/unix_cmsg/uc_common.c
399
uc_check_msghdr(const struct msghdr *msghdr, size_t size)
tools/regression/sockets/unix_cmsg/uc_common.c
423
uc_check_cmsghdr(const struct cmsghdr *cmsghdr, int type, size_t size)
tools/regression/sockets/unix_cmsg/uc_common.c
468
void *cmsg_data, size_t cmsg_size)
tools/regression/sockets/unix_cmsg/uc_common.c
473
msghdr->msg_iov->iov_len : (size_t)0);
tools/regression/sockets/unix_cmsg/uc_common.c
480
void *cmsg_data, size_t cmsg_size, int type, size_t arr_size)
tools/regression/sockets/unix_cmsg/uc_common.h
43
size_t buf_size;
tools/regression/sockets/unix_cmsg/uc_common.h
58
int uc_check_msghdr(const struct msghdr *msghdr, size_t size);
tools/regression/sockets/unix_cmsg/uc_common.h
59
int uc_check_cmsghdr(const struct cmsghdr *cmsghdr, int type, size_t size);
tools/regression/sockets/unix_cmsg/uc_common.h
69
void *cmsg_data, size_t cmsg_size);
tools/regression/sockets/unix_cmsg/uc_common.h
71
void *cmsg_data, size_t cmsg_size, int type, size_t arr_size);
tools/regression/sockets/unix_cmsg/unix_cmsg.c
281
size_t idx;
tools/regression/sockets/unix_cmsg/unix_cmsg.c
334
if ((size_t)rv >= sizeof(uc_cfg.serv_addr_sun.sun_path)) {
tools/regression/sockets/unix_gc/unix_gc.c
58
size_t len;
tools/regression/sysvshm/shmtest.c
63
static size_t pgsize;
tools/regression/tmpfs/h_tools.c
97
size_t len;
tools/test/auxinfo/auxinfo.c
16
size_t *ps;
tools/test/auxinfo/auxinfo.c
22
ps = malloc(nelem * sizeof(size_t));
tools/test/buf_ring/buf_ring_test.c
103
for (size_t i = 0; i < PROD_ITERATIONS;) {
tools/test/buf_ring/buf_ring_test.c
120
size_t *max_vals;
tools/test/buf_ring/buf_ring_test.c
121
size_t consume_count, curr;
tools/test/buf_ring/buf_ring_test.c
159
curr = (size_t)(uintptr_t)val;
tools/test/buf_ring/buf_ring_test.c
168
size_t idx, bit;
tools/test/buf_ring/buf_ring_test.c
170
idx = ((size_t)(uintptr_t)val - 1) /
tools/test/buf_ring/buf_ring_test.c
172
bit = ((size_t)(uintptr_t)val - 1) %
tools/test/buf_ring/buf_ring_test.c
176
printf("Repeat ID: %zx\n", (size_t)(uintptr_t)val);
tools/test/buf_ring/buf_ring_test.c
280
size_t entries;
tools/test/buf_ring/buf_ring_test.c
282
entries = (size_t)PROD_ITERATIONS * prod_count;
tools/test/buf_ring/buf_ring_test.c
316
printf("Expected: %zu\n", (size_t)PROD_ITERATIONS * prod_count);
tools/test/buf_ring/buf_ring_test.c
92
static _Atomic size_t total_cons_count = 0;
tools/test/gpioevents/gpioevents.c
141
for (size_t i = 0; i <= sizeof(short) * CHAR_BIT - 1; i++) {
tools/test/gpioevents/gpioevents.c
211
const size_t numrecs = 64;
tools/test/gpioevents/gpioevents.c
382
size_t recsize;
tools/test/iconv/const-gnuism.c
38
size_t inbytes, outbytes;
tools/test/iconv/posix/posix.c
104
return ((iconv(cd, NULL, 0, NULL, 0) == (size_t)-1 && errno == EBADF) ? 0 : 1);
tools/test/iconv/posix/posix.c
111
size_t inbytesleft, outbytesleft;
tools/test/iconv/posix/posix.c
132
size_t inbytesleft, outbytesleft;
tools/test/iconv/posix/posix.c
161
(errno == E2BIG) && ((size_t)ret == (size_t)-1))
tools/test/iconv/posix/posix.c
171
size_t inbytesleft, outbytesleft;
tools/test/iconv/posix/posix.c
200
(errno == EINVAL) && ((size_t)ret == (size_t)-1))
tools/test/iconv/posix/posix.c
210
size_t inbytesleft, outbytesleft;
tools/test/iconv/posix/posix.c
239
(errno == EILSEQ) && ((size_t)ret == (size_t)-1))
tools/test/iconv/posix/posix.c
66
size_t i;
tools/test/iconv/tablegen/tablegen.c
161
void (*write_replacement)(const char *buf, size_t buflen,
tools/test/iconv/tablegen/tablegen.c
169
mb_to_wc_fb(const char* inbuf, size_t inbufsize,
tools/test/iconv/tablegen/tablegen.c
170
void (*write_replacement)(const wchar_t *buf, size_t buflen,
tools/test/iconv/tablegen/tablegen.c
178
mb_to_uc_fb(const char* inbuf, size_t inbufsize,
tools/test/iconv/tablegen/tablegen.c
179
void (*write_replacement)(const unsigned int *buf, size_t buflen,
tools/test/iconv/tablegen/tablegen.c
188
void (*write_replacement)(const char *buf, size_t buflen,
tools/test/iconv/tablegen/tablegen.c
283
size_t inbytesleft, outbytesleft, ret;
tools/test/iconv/tablegen/tablegen.c
301
if (ret == (size_t)-1) {
tools/test/iconv/tablegen/tablegen.c
64
void mb_to_uc_fb(const char*, size_t,
tools/test/iconv/tablegen/tablegen.c
66
size_t, void *), void *, void *);
tools/test/iconv/tablegen/tablegen.c
67
void mb_to_wc_fb(const char*, size_t,
tools/test/iconv/tablegen/tablegen.c
68
void (*write_replacement) (const wchar_t *, size_t, void *),
tools/test/iconv/tablegen/tablegen.c
71
void (*write_replacement) (const char *, size_t, void *), void *,
tools/test/iconv/tablegen/tablegen.c
75
size_t, void *), void *, void *);
tools/test/netfibs/reflect.c
57
reflect_conn(int s, char *buf, size_t buflen, ssize_t l, struct sockaddr *sa,
tools/test/netfibs/reflect.c
66
if ((size_t)l > (buflen - 1))
tools/test/ptrace/scescx.c
154
size_t len;
tools/test/stress2/lib/resources.c
106
size_t mibsize, size;
tools/test/stress2/lib/resources.c
139
size_t nlen = sizeof(mem);
tools/test/stress2/testcases/shm/shm.c
52
static size_t pgsize;
tools/test/stress2/tools/bench.c
307
size_t len;
tools/test/stress2/tools/flip.c
53
flip(void *ap, size_t len)
tools/test/stress2/tools/flip.c
87
size_t size;
tools/test/stress2/tools/serial.c
14
size_t i, size;
tools/test/stress2/tools/swap.c
61
size_t nlen = sizeof(mem);
tools/test/stress2/tools/swap.c
77
size_t mibsize, size;
tools/tools/ath/athaggrstats/athaggrstats.c
211
snprintrate(char b[], size_t bs, int rate)
tools/tools/ath/athaggrstats/athaggrstats.c
222
ath_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs)
tools/tools/ath/athaggrstats/athaggrstats.c
278
ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs)
tools/tools/ath/athani/main.c
98
size_t sl;
tools/tools/ath/athdebug/athdebug.c
155
size_t debuglen;
tools/tools/ath/athkey/athkey.c
50
getdata(const char *arg, u_int8_t *data, size_t maxlen)
tools/tools/ath/athrd/athrd.c
1626
ath_hal_malloc(size_t size)
tools/tools/ath/athregs/dumpregs.c
400
size_t space = 0;
tools/tools/ath/athstats/athstats.c
539
snprintrate(char b[], size_t bs, int rate)
tools/tools/ath/athstats/athstats.c
550
ath_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs)
tools/tools/ath/athstats/athstats.c
804
ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs)
tools/tools/bhyve/fwctl_fetch.c
119
size_t len, buflen, len2;
tools/tools/bhyve/fwctl_fetch.c
134
buflen = sizeof(size_t) + roundup2(len, 4);
tools/tools/bhyve/fwctl_fetch.c
45
size_t len;
tools/tools/bhyve/fwctl_fetch.c
63
fwctl_op(uint32_t op, uint32_t id, const char *name, void *buf, size_t len)
tools/tools/bootparttest/bootparttest.c
40
size_t size, char *buf, size_t *rsize);
tools/tools/bootparttest/bootparttest.c
48
size_t size, char *buf, size_t *rsize);
tools/tools/bootparttest/bootparttest.c
68
disk_strategy(void *devdata, int rw, daddr_t blk, size_t size, char *buf,
tools/tools/bootparttest/bootparttest.c
69
size_t *rsize)
tools/tools/bootparttest/stub.c
32
Malloc(size_t size, const char *file, int line)
tools/tools/crypto/cryptocheck.c
1109
const char *iv, const char *input, size_t size, char *tag)
tools/tools/crypto/cryptocheck.c
1153
ocf_mac(const struct alg *alg, const char *input, size_t size, const char *key,
tools/tools/crypto/cryptocheck.c
1154
size_t key_len, const char *iv, char *tag, int *cridp)
tools/tools/crypto/cryptocheck.c
1187
run_gmac_test(const struct alg *alg, size_t size)
tools/tools/crypto/cryptocheck.c
1235
const char *input, size_t size, char *tag, u_int tag_len)
tools/tools/crypto/cryptocheck.c
1239
size_t len;
tools/tools/crypto/cryptocheck.c
1281
run_digest_test(const struct alg *alg, size_t size)
tools/tools/crypto/cryptocheck.c
1324
const char *key, const char *iv, size_t iv_len, const char *aad,
tools/tools/crypto/cryptocheck.c
1325
size_t aad_len, const char *input, char *output, size_t size, char *tag)
tools/tools/crypto/cryptocheck.c
1376
if ((size_t)total != size) {
tools/tools/crypto/cryptocheck.c
1398
const char *key, const char *iv, const char *aad, size_t aad_len,
tools/tools/crypto/cryptocheck.c
1399
const char *input, char *output, size_t size, char *tag)
tools/tools/crypto/cryptocheck.c
1442
const char *key, const char *iv, size_t iv_len, const char *aad,
tools/tools/crypto/cryptocheck.c
1443
size_t aad_len, const char *input, char *output, size_t size, char *tag)
tools/tools/crypto/cryptocheck.c
1513
if ((size_t)total != size) {
tools/tools/crypto/cryptocheck.c
1534
ocf_init_aead_session(const struct alg *alg, const char *key, size_t key_len,
tools/tools/crypto/cryptocheck.c
1535
size_t iv_len, struct ocf_session *ses)
tools/tools/crypto/cryptocheck.c
1548
ocf_aead(const struct ocf_session *ses, const char *iv, size_t iv_len,
tools/tools/crypto/cryptocheck.c
1549
const char *aad, size_t aad_len, const char *input, char *output,
tools/tools/crypto/cryptocheck.c
1550
size_t size, char *tag, int op)
tools/tools/crypto/cryptocheck.c
1573
static size_t
tools/tools/crypto/cryptocheck.c
1574
max_ccm_buffer_length(size_t iv_len)
tools/tools/crypto/cryptocheck.c
1602
run_aead_test(const struct alg *alg, size_t aad_len, size_t size,
tools/tools/crypto/cryptocheck.c
1603
size_t iv_len)
tools/tools/crypto/cryptocheck.c
1737
run_test(const struct alg *alg, size_t aad_len, size_t size, size_t iv_len)
tools/tools/crypto/cryptocheck.c
1865
size_t prefix_len;
tools/tools/crypto/cryptocheck.c
1882
size_t base_size;
tools/tools/crypto/cryptocheck.c
262
static size_t aad_sizes[48], sizes[EALG_MAX_BLOCK_LEN * 2];
tools/tools/crypto/cryptocheck.c
362
size_t cursize = sizeof(curstate);
tools/tools/crypto/cryptocheck.c
421
alloc_buffer(size_t len)
tools/tools/crypto/cryptocheck.c
424
size_t i;
tools/tools/crypto/cryptocheck.c
433
generate_iv(size_t len, const struct alg *alg)
tools/tools/crypto/cryptocheck.c
515
ocf_hash(const struct alg *alg, const char *buffer, size_t size, char *digest,
tools/tools/crypto/cryptocheck.c
547
size_t size, void *digest_out, unsigned *digest_sz_out)
tools/tools/crypto/cryptocheck.c
581
run_hash_test(const struct alg *alg, size_t size)
tools/tools/crypto/cryptocheck.c
593
assert((size_t)EVP_MD_size(md) <= sizeof(control_digest));
tools/tools/crypto/cryptocheck.c
627
ocf_hmac(const struct alg *alg, const char *buffer, size_t size,
tools/tools/crypto/cryptocheck.c
628
const char *key, size_t key_len, char *digest, int *cridp)
tools/tools/crypto/cryptocheck.c
660
run_hmac_test(const struct alg *alg, size_t size)
tools/tools/crypto/cryptocheck.c
673
assert((size_t)EVP_MD_size(md) <= sizeof(control_digest));
tools/tools/crypto/cryptocheck.c
714
const char *iv, const char *input, char *output, size_t size, int enc)
tools/tools/crypto/cryptocheck.c
745
if ((size_t)total != size) {
tools/tools/crypto/cryptocheck.c
759
ocf_init_cipher_session(const struct alg *alg, const char *key, size_t key_len,
tools/tools/crypto/cryptocheck.c
773
const char *input, char *output, size_t size, int op)
tools/tools/crypto/cryptocheck.c
794
run_cipher_test(const struct alg *alg, size_t size)
tools/tools/crypto/cryptocheck.c
897
size_t cipher_key_len, const char *auth_key, size_t auth_key_len,
tools/tools/crypto/cryptocheck.c
913
ocf_eta(const struct ocf_session *ses, const char *iv, size_t iv_len,
tools/tools/crypto/cryptocheck.c
914
const char *aad, size_t aad_len, const char *input, char *output,
tools/tools/crypto/cryptocheck.c
915
size_t size, char *digest, int op)
tools/tools/crypto/cryptocheck.c
954
run_eta_test(const struct alg *alg, size_t aad_len, size_t size)
tools/tools/crypto/cryptostats.c
62
size_t slen;
tools/tools/crypto/ipsecstats.c
92
size_t slen;
tools/tools/crypto/safestats.c
42
size_t slen;
tools/tools/cxgbtool/cxgbtool.c
1317
printf("%5zu %18s %15s ", (size_t)op.filter_id, sip, dip);
tools/tools/dmardump/dmardump.c
46
read_4(char *regs, size_t offset)
tools/tools/dmardump/dmardump.c
52
read_8(char *regs, size_t offset)
tools/tools/drm/radeon/mkregtable/mkregtable.c
19
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
tools/tools/drm/radeon/mkregtable/mkregtable.c
640
size_t end;
tools/tools/fib_multibind/sink.c
126
size_t len;
tools/tools/fib_multibind/sink.c
151
size_t len;
tools/tools/fib_multibind/sink.c
51
size_t len;
tools/tools/find-sb/find-sb.c
32
size_t len;
tools/tools/fixwhite/fixwhite.c
34
static size_t queuelen = 0, queuesize = 0;
tools/tools/fixwhite/fixwhite.c
65
peekbyte(size_t back, char c)
tools/tools/ifinfo/ifinfo.c
69
size_t len;
tools/tools/ifinfo/ifinfo.c
73
size_t linkmiblen;
tools/tools/ifinfo/ifinfo.h
32
typedef void (*printfcn)(const void *, size_t);
tools/tools/ifinfo/ifinfo.h
34
extern void print_1650(const void *, size_t);
tools/tools/ifinfo/rfc1650.c
23
print_1650(const void *xmd, size_t len)
tools/tools/ifinfo/rfc1650.c
90
size_t len;
tools/tools/indent_wrapper/indent_wrapper.c
66
size_t size = sizeof(*pb) + (2 * BLOCK_SIZE);
tools/tools/intel-ucode-split/intel-ucode-split.c
122
size_t len, resid;
tools/tools/intel-ucode-split/intel-ucode-split.c
37
static const size_t bufsize = 65536;
tools/tools/iwi/iwistats.c
112
size_t len;
tools/tools/mwl/mwldebug/mwldebug.c
138
size_t debuglen;
tools/tools/mwl/mwlstats/mwlstats.c
292
setrate(char b[], size_t bs, uint8_t rate)
tools/tools/mwl/mwlstats/mwlstats.c
303
mwl_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs)
tools/tools/mwl/mwlstats/mwlstats.c
409
mwl_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs)
tools/tools/ncpus/acpi.c
162
size_t size;
tools/tools/ncpus/acpi.c
180
acpi_user_find_mapping(vm_offset_t pa, size_t size)
tools/tools/ncpus/acpi.c
207
acpi_map_physical(vm_offset_t pa, size_t size)
tools/tools/ncpus/acpi.c
219
size_t len;
tools/tools/ncpus/acpi.c
293
size_t len;
tools/tools/ncpus/acpi.c
50
static struct acpi_user_mapping *acpi_user_find_mapping(vm_offset_t, size_t);
tools/tools/ncpus/acpi.c
51
static void * acpi_map_physical(vm_offset_t, size_t);
tools/tools/ncpus/acpi.c
99
acpi_checksum(void *p, size_t length)
tools/tools/ncpus/biosmptable.c
148
memread(off_t addr, void* entry, size_t size)
tools/tools/ncpus/biosmptable.c
150
if ((size_t)pread(pfd, entry, size, addr) != size) {
tools/tools/net80211/wlanwds/wlanwds.c
210
size_t parentlen;
tools/tools/netmap/lb.c
416
size_t size = sizeof(*g) * (glob_arg.num_groups + 1);
tools/tools/netmap/pkt-gen.c
2232
unsigned int nfrags, char *strbuf, size_t strbuflen)
tools/tools/netmap/pkt-gen.c
2898
size_t len = strlen(dev);
tools/tools/netmap/pkt-gen.c
527
size_t len;
tools/tools/netmap/pkt-gen.c
586
size_t len = sizeof(mib);
tools/tools/netrate/http/http.c
245
size_t len;
tools/tools/netrate/http/http.c
93
size_t sofar;
tools/tools/netrate/tcpp/tcpp_client.c
217
size_t len;
tools/tools/netrate/tcpp/tcpp_client.c
270
size_t size;
tools/tools/netrate/tcpp/tcpp_server.c
280
size_t size;
tools/tools/npe/npestats/npestats.c
135
size_t len;
tools/tools/npe/npestats/npestats.c
146
size_t len = sizeof(struct npestats);
tools/tools/npe/npestats/npestats.c
176
npe_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs)
tools/tools/npe/npestats/npestats.c
212
npe_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs)
tools/tools/nvmf/nvmfd/devices.c
214
read_buffer(int fd, void *buf, size_t len, off_t offset)
tools/tools/nvmf/nvmfd/devices.c
240
size_t len;
tools/tools/nvmf/nvmfd/devices.c
280
write_buffer(int fd, const void *buf, size_t len, off_t offset)
tools/tools/nvmf/nvmfd/devices.c
306
size_t len;
tools/tools/nvmf/nvmfd/devices.c
47
crc32(const void *buf, size_t len)
tools/tools/nvmf/nvmfd/discovery.c
29
size_t discovery_log_len;
tools/tools/nvmf/nvmfd/io.c
364
size_t len;
tools/tools/nvmf/nvmfd/io.c
381
size_t len;
tools/tools/nvmf/nvmfd/io.c
50
size_t len;
tools/tools/nvmf/nvmfd/io.c
95
size_t len;
tools/tools/nvmf/nvmfdd/nvmfdd.c
242
uint64_t slba, uint16_t nlb, void *buffer, size_t length)
tools/tools/so_splice/pingpong.c
147
if ((size_t)n < len)
tools/tools/so_splice/pingpong.c
155
for (size_t j = 0; j < len; j++) {
tools/tools/so_splice/pingpong.c
73
size_t len;
tools/tools/so_splice/proxy.c
388
size_t bufsz, enum proxy_mode mode, bool loopback)
tools/tools/so_splice/proxy.c
403
size_t bufsz;
tools/tools/so_splice/proxy.c
48
size_t bufsz;
tools/tools/sortbench/sort_bench.c
100
size_t size = sizeof(int) * elts;
tools/tools/sortbench/sort_bench.c
113
size_t size = sizeof(int) * elts;
tools/tools/sortbench/sort_bench.c
128
size_t size = sizeof(int) * elts;
tools/tools/sortbench/sort_bench.c
146
size_t size = sizeof(int) * elts;
tools/tools/sortbench/sort_bench.c
75
mergesort(testarray, (size_t)elts, sizeof(int), sorthelp);
tools/tools/sortbench/sort_bench.c
79
WikiSort(testarray, (size_t)elts, sizeof(int), sorthelp);
tools/tools/sortbench/sort_bench.c
83
qsort(testarray, (size_t)elts, sizeof(int), sorthelp);
tools/tools/sortbench/sort_bench.c
86
heapsort(testarray, (size_t)elts, sizeof(int), sorthelp);
tools/tools/switch_tls/switch_tls.c
155
size_t len;
tools/tools/syscall_timing/syscall_timing.c
447
readx(int fd, char *buf, size_t size)
tools/tools/syscall_timing/syscall_timing.c
455
assert((size_t)ret <= size);
tools/tools/syscall_timing/syscall_timing.c
462
writex(int fd, const char *buf, size_t size)
tools/tools/syscall_timing/syscall_timing.c
470
assert((size_t)ret <= size);
tools/tools/tionxcl/tionxcl.c
63
size_t len, maxpath, result;
tools/tools/umastat/umastat.c
105
if ((size_t)ret != size)
tools/tools/umastat/umastat.c
286
size_t uzp_userspace_len;
tools/tools/umastat/umastat.c
61
kread(kvm_t *kvm, void *kvm_pointer, void *address, size_t size,
tools/tools/umastat/umastat.c
62
size_t offset)
tools/tools/umastat/umastat.c
70
if ((size_t)ret != size)
tools/tools/umastat/umastat.c
86
if ((size_t)ret != sizeof(char))
tools/tools/umastat/umastat.c
97
kread_symbol(kvm_t *kvm, int index, void *address, size_t size,
tools/tools/umastat/umastat.c
98
size_t offset)
tools/tools/usbtest/usbtest.c
195
size_t len;
tools/tools/usbtest/usbtest.c
524
size_t len;
tools/tools/vhba/faulty/vhba_faulty.c
44
size_t disk_size;
tools/tools/vhba/lots/vhba_lots.c
44
size_t disk_size;
tools/tools/vhba/medium/vhba_medium.c
44
size_t disk_size;
tools/tools/vhba/mptest/vhba_mptest.c
58
size_t disk_size;
tools/tools/vhba/rptluns/vhba_rptluns.c
44
size_t disk_size;
tools/tools/vhba/simple/vhba_simple.c
44
size_t disk_size;
tools/tools/zfsboottest/zfsboottest.c
76
vdev_read(vdev_t *vdev, void *priv, off_t off, void *buf, size_t bytes)
tools/tools/zfsboottest/zfsboottest.c
86
zfs_read(spa_t *spa, dnode_phys_t *dn, void *buf, size_t size, off_t off)
tools/tools/zfsboottest/zfsboottest.c
89
size_t n;
usr.bin/apply/apply.c
61
size_t cmdsize;
usr.bin/ar/acpyacc.y
330
size_t bytes;
usr.bin/ar/ar.c
102
size_t len;
usr.bin/ar/ar.h
104
size_t s_so_cap; /* capacity of so table buffer. */
usr.bin/ar/ar.h
107
size_t s_sn_cap; /* capacity of sn table buffer. */
usr.bin/ar/ar.h
108
size_t s_sn_sz; /* current size of sn table. */
usr.bin/ar/ar.h
68
size_t size; /* member size */
usr.bin/ar/ar.h
95
size_t as_sz; /* current size of as table. */
usr.bin/ar/ar.h
96
size_t as_cap; /* capacity of as table buffer. */
usr.bin/ar/read.c
57
size_t size;
usr.bin/ar/write.c
239
size_t size;
usr.bin/ar/write.c
535
prefault_buffer(const char *buf, size_t s)
usr.bin/ar/write.c
538
size_t page_size;
usr.bin/ar/write.c
556
write_data(struct bsdar *bsdar, struct archive *a, const void *buf, size_t s)
usr.bin/ar/write.c
580
size_t s_sz; /* size of archive symbol table. */
usr.bin/ar/write.c
581
size_t pm_sz; /* size of pseudo members */
usr.bin/ar/write.c
582
size_t w_sz; /* size of words in symbol table */
usr.bin/ar/write.c
583
size_t i;
usr.bin/ar/write.c
61
size_t size);
usr.bin/ar/write.c
65
static void prefault_buffer(const char *buf, size_t s);
usr.bin/ar/write.c
70
const void *buf, size_t s);
usr.bin/ar/write.c
730
create_symtab_entry(struct bsdar *bsdar, void *maddr, size_t size)
usr.bin/ar/write.c
738
size_t n, shstrndx;
usr.bin/asa/asa.c
94
size_t len;
usr.bin/at/at.c
156
static size_t size = SIZE;
usr.bin/at/at.c
359
size_t i;
usr.bin/at/at.c
364
(size_t) (eqp-*atenv)) != 0);
usr.bin/at/parsetime.c
150
static size_t sc_len; /* scanner - length of token buffer */
usr.bin/at/parsetime.c
162
size_t i;
usr.bin/at/perm.c
63
size_t len;
usr.bin/banner/banner.c
1050
if ((message = malloc((size_t)j)) == NULL)
usr.bin/banner/banner.c
1059
if ((message = malloc((size_t)MAXMSG)) == NULL)
usr.bin/basename/basename.c
103
stripsuffix(char *p, const char *suffix, size_t suffixlen)
usr.bin/basename/basename.c
107
size_t n;
usr.bin/basename/basename.c
115
if (n == (size_t)-1 || n == (size_t)-2) {
usr.bin/basename/basename.c
43
void stripsuffix(char *, const char *, size_t);
usr.bin/basename/basename.c
50
size_t suffixlen;
usr.bin/beep/beep.c
160
size_t slope;
usr.bin/beep/beep.c
161
size_t size;
usr.bin/beep/beep.c
162
size_t off;
usr.bin/beep/beep.c
226
while ((1ULL << (c & 63)) < (size_t)(4 * sample_rate / 50))
usr.bin/bintrans/bintrans.c
102
for (size_t i = 0; i < nitems(known); i++)
usr.bin/bintrans/qp.c
101
size_t linelen = 0;
usr.bin/bintrans/qp.c
150
size_t linecap = 0;
usr.bin/bintrans/uudecode.c
188
size_t n, m;
usr.bin/bintrans/uudecode.c
312
get_line(char *buf, size_t size)
usr.bin/bintrans/uudecode.c
326
size_t n;
usr.bin/bintrans/uuencode.c
168
size_t n;
usr.bin/brandelf/brandelf.c
202
size_t elfwalk;
usr.bin/brandelf/brandelf.c
213
size_t elfwalk;
usr.bin/brandelf/brandelf.c
224
size_t elfwalk;
usr.bin/c89/c89.c
65
size_t j;
usr.bin/caesar/caesar.c
125
if ((nread = read(STDIN_FILENO, inbuf, (size_t)LINELENGTH)) < 0) {
usr.bin/caesar/caesar.c
74
if (!(inbuf = malloc((size_t)LINELENGTH))) {
usr.bin/caesar/caesar.c
86
if ((nread = read(STDIN_FILENO, inbuf, (size_t)LINELENGTH)) < 0) {
usr.bin/calendar/calendar.h
140
size_t len;
usr.bin/calendar/events.c
114
if (converted != (size_t) -1 || errno == EINVAL) {
usr.bin/calendar/events.c
80
size_t inleft, outleft, converted = 0;
usr.bin/calendar/events.c
83
size_t outlen;
usr.bin/calendar/io.c
428
size_t linecap = 0;
usr.bin/calendar/parsedata.c
45
static int checkmonth(char *s, size_t *len, size_t *offset, const char **month);
usr.bin/calendar/parsedata.c
47
static int checkdayofweek(char *s, size_t *len, size_t *offset, const char **dow);
usr.bin/calendar/parsedata.c
880
checkmonth(char *s, size_t *len, size_t *offset, const char **month)
usr.bin/calendar/parsedata.c
931
checkdayofweek(char *s, size_t *len, size_t *offset, const char **dow)
usr.bin/calendar/parsedata.c
98
size_t len, offset;
usr.bin/cap_mkdb/cap_mkdb.c
148
size_t len, bplen;
usr.bin/chat/chat.c
1174
size_t len, minlen;
usr.bin/chat/chat.c
1258
if ((size_t)(s - temp) >= len &&
usr.bin/chat/chat.c
143
void *dup_mem(void *b, size_t c);
usr.bin/chat/chat.c
172
dup_mem(void *b, size_t c)
usr.bin/chat/chat.c
518
size_t rep_len;
usr.bin/chat/chat.c
696
return dup_mem (temp, (size_t) (s1 - temp)); /* may have embedded nuls */
usr.bin/chpass/chpass.h
49
size_t len;
usr.bin/chpass/edit.c
200
size_t len;
usr.bin/chpass/edit.c
69
size_t len;
usr.bin/cmp/regular.c
120
file1, file2, (size_t)byte, (size_t)line);
usr.bin/cmp/regular.c
62
size_t pagesize;
usr.bin/cmp/special.c
77
file1, file2, (size_t)byte, (size_t)line);
usr.bin/column/column.c
102
if (seplen == (size_t)-1)
usr.bin/column/column.c
74
size_t seplen;
usr.bin/comm/comm.c
183
size_t n;
usr.bin/comm/comm.c
186
if ((n = mbstowcs(NULL, str, 0)) == (size_t)-1)
usr.bin/comm/comm.c
204
show(FILE *fp, const char *fn, const char *offset, char **bufp, size_t *buflenp)
usr.bin/comm/comm.c
51
static void show(FILE *, const char *, const char *, char **, size_t *);
usr.bin/comm/comm.c
61
size_t line1len, line2len;
usr.bin/compress/compress.c
185
size_t nr;
usr.bin/compress/compress.c
275
size_t nr;
usr.bin/compress/compress.c
61
size_t len;
usr.bin/csplit/csplit.c
236
if ((size_t)snprintf(currfile, sizeof(currfile), "%s%0*ld", prefix,
usr.bin/csplit/csplit.c
298
size_t i, nread;
usr.bin/ctlstat/ctlstat.c
227
size_t cplen;
usr.bin/ctlstat/ctlstat.c
531
size_t newsize = targdata->ntargets *
usr.bin/ctlstat/ctlstat.c
851
size_t size;
usr.bin/cut/cut.c
157
size_t setautostart, start, stop;
usr.bin/cut/cut.c
216
needpos(size_t n)
usr.bin/cut/cut.c
218
static size_t npos;
usr.bin/cut/cut.c
219
size_t oldnpos;
usr.bin/cut/cut.c
271
size_t col, i, bufsize = 0;
usr.bin/cut/cut.c
388
size_t clen, bufsize = 0, reallen;
usr.bin/cut/cut.c
408
if (clen == (size_t)-1 || clen == (size_t)-2) {
usr.bin/cut/cut.c
435
if (clen == (size_t)-1 || clen == (size_t)-2) {
usr.bin/cut/cut.c
56
static size_t autostart, autostop, maxval;
usr.bin/cut/cut.c
65
static void needpos(size_t);
usr.bin/cut/cut.c
74
size_t n;
usr.bin/diff/diff.c
507
size_t argsize;
usr.bin/diff/diff.c
529
size_t blen = 0;
usr.bin/diff/diff.c
566
size_t len;
usr.bin/diff/diff.c
687
size_t dirlen;
usr.bin/diff/diffdir.c
117
size_t dirlen1, dirlen2;
usr.bin/diff/diffdir.c
249
diffit(struct dirent *dp, char *path1, size_t plen1, struct dirent *dp2,
usr.bin/diff/diffdir.c
250
char *path2, size_t plen2, int flags)
usr.bin/diff/diffdir.c
388
print_only(const char *path, size_t dirlen, const char *entry)
usr.bin/diff/diffdir.c
40
static void diffit(struct dirent *, char *, size_t, struct dirent *,
usr.bin/diff/diffdir.c
41
char *, size_t, int);
usr.bin/diff/diffdir.c
42
static void print_only(const char *, size_t, const char *);
usr.bin/diff/diffreg.c
1025
preadline(int fd, size_t rlen, off_t off)
usr.bin/diff/diffreg.c
1070
static size_t max_context = 64;
usr.bin/diff/diffreg.c
1448
size_t cnt;
usr.bin/diff/diffreg.c
1464
size_t nc;
usr.bin/diff/diffreg.c
179
static bool prepare(int, FILE *, size_t, int);
usr.bin/diff/diffreg.c
199
static char *preadline(int, size_t, off_t);
usr.bin/diff/diffreg.c
207
static size_t len[2]; /* lengths of files in lines */
usr.bin/diff/diffreg.c
208
static size_t pref, suff; /* lengths of prefix and suffix */
usr.bin/diff/diffreg.c
209
static size_t slen[2]; /* lengths of files minus pref / suff */
usr.bin/diff/diffreg.c
496
size_t i, j;
usr.bin/diff/diffreg.c
556
prepare(int i, FILE *fd, size_t filesize, int flags)
usr.bin/diff/diffreg.c
560
size_t sz, j = 0;
usr.bin/diff/diffreg.c
591
size_t i, j;
usr.bin/diff/diffreg.c
729
size_t i;
usr.bin/diff/diffreg_new.c
126
size_t newlabellen, timelen, endlen;
usr.bin/diff/xmalloc.c
26
xmalloc(size_t size)
usr.bin/diff/xmalloc.c
39
xcalloc(size_t nmemb, size_t size)
usr.bin/diff/xmalloc.c
50
xreallocarray(void *ptr, size_t nmemb, size_t size)
usr.bin/diff/xmalloc.h
22
void *xmalloc(size_t);
usr.bin/diff/xmalloc.h
23
void *xcalloc(size_t, size_t);
usr.bin/diff/xmalloc.h
24
void *xreallocarray(void *, size_t, size_t);
usr.bin/diff3/diff3.c
116
static size_t szchanges;
usr.bin/diff3/diff3.c
149
static char *get_line(FILE *, size_t *);
usr.bin/diff3/diff3.c
264
if ((size_t)i >= szchanges - 1)
usr.bin/diff3/diff3.c
346
get_line(FILE *b, size_t *n)
usr.bin/diff3/diff3.c
350
static size_t bufsize = 0;
usr.bin/diff3/diff3.c
571
size_t j, n;
usr.bin/diff3/diff3.c
656
size_t len = 0;
usr.bin/diff3/diff3.c
904
size_t newsz, incr;
usr.bin/dpv/dpv.c
255
size_t config_size = sizeof(struct dpv_config);
usr.bin/dpv/dpv.c
256
size_t file_node_size = sizeof(struct dpv_file_node);
usr.bin/dpv/dpv.c
60
static size_t bsize;
usr.bin/dtc/dtb.cc
47
size_t size = buffer.size();
usr.bin/dtc/fdt.cc
174
size_t
usr.bin/dtc/fdt.cc
711
size_t
usr.bin/dtc/fdt.cc
714
size_t off = 0;
usr.bin/dtc/fdt.hh
227
size_t size();
usr.bin/dtc/fdt.hh
400
size_t offset_of_value(property_value &val);
usr.bin/dtc/string.cc
51
size_t length = s.size();
usr.bin/dtc/string.cc
52
for (size_t i=0 ; i<length ; ++i)
usr.bin/du/du.c
347
static const size_t links_hash_initial_size = 8192;
usr.bin/du/du.c
350
static size_t number_buckets;
usr.bin/du/du.c
355
size_t i, new_size;
usr.bin/elfctl/elfctl.c
331
size_t i;
usr.bin/elfdump/elfdump.c
585
if ((size_t)sb.st_size < sizeof(Elf32_Ehdr)) {
usr.bin/env/envopts.c
394
size_t namelen, newlen;
usr.bin/etdump/etdump.c
119
dump_section(char *buffer, size_t bufsize, size_t offset, FILE *outfile,
usr.bin/etdump/etdump.c
125
size_t entry_offset;
usr.bin/etdump/etdump.c
161
size_t offset;
usr.bin/etdump/etdump.c
98
size_t i;
usr.bin/fetch/fetch.c
204
stat_seconds(char *str, size_t strsz, long seconds)
usr.bin/fetch/fetch.c
225
stat_eta(char *str, size_t strsz, const struct xferstat *xs)
usr.bin/fetch/fetch.c
245
stat_bytes(char *str, size_t strsz, off_t bytes)
usr.bin/fetch/fetch.c
260
stat_bps(char *str, size_t strsz, struct xferstat *xs)
usr.bin/fetch/fetch.c
432
size_t size, readcnt, wr;
usr.bin/find/extern.h
34
void brace_subst(char *, char **, char *, size_t);
usr.bin/find/find.c
170
size_t counter = 0;
usr.bin/find/function.c
1774
for (size_t ns = 0; ns < nitems(xattr_ns); ns++) {
usr.bin/find/function.c
1792
size_t asz;
usr.bin/find/function.c
1799
return asz != (size_t)-1;
usr.bin/find/function.c
1820
for (size_t ns = 0; ns < nitems(xattr_ns); ns++) {
usr.bin/find/function.c
1822
size_t namelen;
usr.bin/find/function.c
1837
for (size_t ns = 0; ns < nitems(xattr_ns); ns++) {
usr.bin/find/misc.c
52
brace_subst(char *orig, char **store, char *path, size_t len)
usr.bin/find/misc.c
56
size_t newlen, plen;
usr.bin/find/printf.c
44
size_t tmplen;
usr.bin/fmt/fmt.c
190
#define SILLY ((size_t)-1)
usr.bin/fmt/fmt.c
198
static size_t
usr.bin/fmt/fmt.c
213
return (size_t)result;
usr.bin/fmt/fmt.c
216
static size_t
usr.bin/fmt/fmt.c
231
return (size_t)result;
usr.bin/fmt/fmt.c
237
static size_t goal_length = 0; /* Target length for output lines */
usr.bin/fmt/fmt.c
238
static size_t max_length = 0; /* Maximum length for output lines */
usr.bin/fmt/fmt.c
242
static size_t output_tab_width = 8; /* Ditto, when squashing leading spaces */
usr.bin/fmt/fmt.c
249
static size_t x; /* Horizontal position in output line */
usr.bin/fmt/fmt.c
250
static size_t x0; /* Ditto, ignoring leading whitespace */
usr.bin/fmt/fmt.c
251
static size_t output_buffer_length = 0;
usr.bin/fmt/fmt.c
252
static size_t pending_spaces; /* Spaces to add before next word */
usr.bin/fmt/fmt.c
259
static size_t indent_length(const wchar_t *, size_t);
usr.bin/fmt/fmt.c
261
static void new_paragraph(size_t, size_t);
usr.bin/fmt/fmt.c
262
static void output_word(size_t, size_t, const wchar_t *, size_t, size_t);
usr.bin/fmt/fmt.c
263
static void output_indent(size_t);
usr.bin/fmt/fmt.c
265
static wchar_t *get_line(FILE *, size_t *);
usr.bin/fmt/fmt.c
266
static void *xrealloc(void *, size_t);
usr.bin/fmt/fmt.c
278
size_t len;
usr.bin/fmt/fmt.c
294
if (len == (size_t)-1)
usr.bin/fmt/fmt.c
436
size_t last_indent = SILLY; /* how many spaces in last indent? */
usr.bin/fmt/fmt.c
437
size_t para_line_number = 0; /* how many lines already read in this para? */
usr.bin/fmt/fmt.c
438
size_t first_indent = SILLY; /* indentation of line 0 of paragraph */
usr.bin/fmt/fmt.c
443
size_t length;
usr.bin/fmt/fmt.c
450
size_t np = indent_length(line, length);
usr.bin/fmt/fmt.c
506
size_t n = np;
usr.bin/fmt/fmt.c
510
size_t word_length = 0, space_length = 0;
usr.bin/fmt/fmt.c
537
static size_t
usr.bin/fmt/fmt.c
538
indent_length(const wchar_t *line, size_t length)
usr.bin/fmt/fmt.c
540
size_t n = 0;
usr.bin/fmt/fmt.c
566
new_paragraph(size_t old_indent, size_t indent)
usr.bin/fmt/fmt.c
583
output_indent(size_t n_spaces)
usr.bin/fmt/fmt.c
600
output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length, size_t spaces)
usr.bin/fmt/fmt.c
602
size_t new_x;
usr.bin/fmt/fmt.c
603
size_t indent = output_in_paragraph ? indent1 : indent0;
usr.bin/fmt/fmt.c
604
size_t width;
usr.bin/fmt/fmt.c
689
size_t length;
usr.bin/fmt/fmt.c
690
size_t width;
usr.bin/fmt/fmt.c
694
size_t l = length;
usr.bin/fmt/fmt.c
728
get_line(FILE *stream, size_t *lengthp)
usr.bin/fmt/fmt.c
731
static size_t length = 0;
usr.bin/fmt/fmt.c
732
size_t len = 0;
usr.bin/fmt/fmt.c
734
size_t spaces_pending = 0;
usr.bin/fmt/fmt.c
736
size_t col = 0;
usr.bin/fmt/fmt.c
777
xrealloc(void *ptr, size_t nbytes)
usr.bin/fold/fold.c
197
size_t len;
usr.bin/fortune/strfile/strfile.c
132
size_t length;
usr.bin/fortune/strfile/strfile.c
169
length = (size_t)(pos - last_off) -
usr.bin/fortune/strfile/strfile.c
175
if ((size_t)Tbl.str_longlen < length)
usr.bin/fortune/strfile/strfile.c
177
if ((size_t)Tbl.str_shortlen > length)
usr.bin/fortune/strfile/strfile.c
235
fwrite(Seekpts, sizeof(*Seekpts), (size_t)Num_pts, outf);
usr.bin/fortune/strfile/strfile.c
298
if ((size_t)snprintf(Outfile, sizeof(Outfile), "%s.dat",
usr.bin/fortune/strfile/strfile.c
347
qsort(Firstch, (size_t)Tbl.str_numstr, sizeof(*Firstch), cmp_str);
usr.bin/fortune/unstr/unstr.c
75
if ((size_t)snprintf(Datafile, sizeof(Datafile), "%s.dat", Infile) >=
usr.bin/fstat/fuser.c
113
struct reqfile *reqfiles, size_t nfiles);
usr.bin/fstat/fuser.c
273
struct reqfile *reqfiles, size_t nfiles)
usr.bin/gcore/elfcore.c
102
static void *elf_note_powerpc_vmx(void *, size_t *);
usr.bin/gcore/elfcore.c
103
static void *elf_note_powerpc_vsx(void *, size_t *);
usr.bin/gcore/elfcore.c
105
static void *elf_note_procstat_auxv(void *, size_t *);
usr.bin/gcore/elfcore.c
106
static void *elf_note_procstat_files(void *, size_t *);
usr.bin/gcore/elfcore.c
107
static void *elf_note_procstat_groups(void *, size_t *);
usr.bin/gcore/elfcore.c
108
static void *elf_note_procstat_kqueues(void *, size_t *);
usr.bin/gcore/elfcore.c
109
static void *elf_note_procstat_osrel(void *, size_t *);
usr.bin/gcore/elfcore.c
110
static void *elf_note_procstat_proc(void *, size_t *);
usr.bin/gcore/elfcore.c
111
static void *elf_note_procstat_psstrings(void *, size_t *);
usr.bin/gcore/elfcore.c
112
static void *elf_note_procstat_rlimit(void *, size_t *);
usr.bin/gcore/elfcore.c
113
static void *elf_note_procstat_umask(void *, size_t *);
usr.bin/gcore/elfcore.c
114
static void *elf_note_procstat_vmmap(void *, size_t *);
usr.bin/gcore/elfcore.c
115
static void elf_puthdr(int, pid_t, struct map_entry *, void *, size_t, size_t,
usr.bin/gcore/elfcore.c
116
size_t, int);
usr.bin/gcore/elfcore.c
118
static void elf_putnotes(pid_t, struct sbuf *, size_t *);
usr.bin/gcore/elfcore.c
122
static void *procstat_sysctl(void *, int, size_t, size_t *sizep);
usr.bin/gcore/elfcore.c
183
size_t hdrsize, notesz, segoff;
usr.bin/gcore/elfcore.c
247
size_t nwant;
usr.bin/gcore/elfcore.c
258
if ((size_t)ngot < nwant)
usr.bin/gcore/elfcore.c
264
if ((size_t)ngot != nwant)
usr.bin/gcore/elfcore.c
284
size_t page_size;
usr.bin/gcore/elfcore.c
336
elf_putnotes(pid_t pid, struct sbuf *sb, size_t *sizep)
usr.bin/gcore/elfcore.c
339
size_t threads, old_len;
usr.bin/gcore/elfcore.c
441
size_t descsz;
usr.bin/gcore/elfcore.c
466
elf_puthdr(int efd, pid_t pid, struct map_entry *map, void *hdr, size_t hdrsize,
usr.bin/gcore/elfcore.c
467
size_t notesz, size_t segoff, int numsegs)
usr.bin/gcore/elfcore.c
630
elf_note_prpsinfo(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
636
size_t len;
usr.bin/gcore/elfcore.c
678
elf_note_x86_xstate(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
706
elf_note_powerpc_vmx(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
730
elf_note_powerpc_vsx(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
755
procstat_sysctl(void *arg, int what, size_t structsz, size_t *sizep)
usr.bin/gcore/elfcore.c
757
size_t len;
usr.bin/gcore/elfcore.c
784
elf_note_procstat_proc(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
792
elf_note_procstat_files(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
800
elf_note_procstat_vmmap(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
808
elf_note_procstat_groups(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
81
size_t size; /* Total size of all writable segments. */
usr.bin/gcore/elfcore.c
815
elf_note_procstat_umask(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
822
elf_note_procstat_osrel(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
829
elf_note_procstat_psstrings(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
837
elf_note_procstat_auxv(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
845
elf_note_procstat_kqueues(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
853
elf_note_procstat_rlimit(void *arg, size_t *sizep)
usr.bin/gcore/elfcore.c
856
size_t len;
usr.bin/gcore/elfcore.c
90
typedef void* (*notefunc_t)(void *, size_t *);
usr.bin/gcore/elfcore.c
97
static void *elf_note_prpsinfo(void *, size_t *);
usr.bin/gcore/elfcore.c
99
static void *elf_note_x86_xstate(void *, size_t *);
usr.bin/gcore/gcore.c
133
size_t len;
usr.bin/gencat/gencat.c
112
static void *xmalloc(size_t);
usr.bin/gencat/gencat.c
113
static void *xrealloc(void *, size_t);
usr.bin/gencat/gencat.c
206
xmalloc(size_t len)
usr.bin/gencat/gencat.c
216
xrealloc(void *ptr, size_t size)
usr.bin/genl/genl.c
222
for (size_t j = 0; j < nitems(op_caps); j++)
usr.bin/genl/genl.c
249
for (size_t i = 0; i < nitems(cmds); i++)
usr.bin/genl/genl.c
362
for (size_t i= 0; i < nitems(mcast_parsers); i++) {
usr.bin/genl/genl.c
433
for (size_t i = 0; i < nitems(cmds); i++) {
usr.bin/getaddrinfo/getaddrinfo.c
226
const char *const *table, size_t n)
usr.bin/getaddrinfo/getaddrinfo.c
230
size_t i;
usr.bin/getaddrinfo/getaddrinfo.c
270
((size_t)ai->ai_socktype < __arraycount(socket_types)) &&
usr.bin/getaddrinfo/getaddrinfo.c
280
((size_t)ai->ai_family < __arraycount(address_families)) &&
usr.bin/getaddrinfo/getaddrinfo.c
321
if (sizeof(buf) <= (size_t)n)
usr.bin/getaddrinfo/getaddrinfo.c
56
size_t);
usr.bin/getconf/getconf.c
165
size_t len;
usr.bin/getconf/getconf.c
236
size_t len;
usr.bin/getent/getent.c
621
size_t i; \
usr.bin/gprof/gprof.h
71
EXTERN size_t histcounter_size;
usr.bin/gprof/kernel.c
20
size_t len;
usr.bin/grep/file.c
100
size_t off;
usr.bin/grep/file.c
56
static size_t bufrem;
usr.bin/grep/file.c
57
static size_t fsiz;
usr.bin/grep/file.c
60
static size_t lnbuflen;
usr.bin/grep/file.c
84
grep_lnbufgrow(size_t newlen)
usr.bin/grep/file.c
99
size_t len;
usr.bin/grep/grep.c
207
add_pattern(char *pat, size_t len)
usr.bin/grep/grep.c
276
size_t len;
usr.bin/grep/grep.c
292
add_pattern(line, line[0] == '\n' ? 0 : (size_t)rlen);
usr.bin/grep/grep.h
107
size_t lnstart; /* Position in line */
usr.bin/grep/grep.h
108
size_t matchidx; /* Latest match index */
usr.bin/grep/grep.h
144
void *grep_malloc(size_t size);
usr.bin/grep/grep.h
145
void *grep_calloc(size_t nmemb, size_t size);
usr.bin/grep/grep.h
146
void *grep_realloc(void *ptr, size_t size);
usr.bin/grep/grep.h
83
size_t len;
usr.bin/grep/util.c
217
size_t last_out;
usr.bin/grep/util.c
438
litexec(const struct pat *pat, const char *string, size_t nmatch,
usr.bin/grep/util.c
444
size_t idx, n, ofs, stringlen;
usr.bin/grep/util.c
504
size_t st, nst;
usr.bin/grep/util.c
507
size_t startm = 0, matchidx;
usr.bin/grep/util.c
565
(size_t)pmatch.rm_eo != pc->ln.len))
usr.bin/grep/util.c
574
else if ((size_t)pmatch.rm_eo !=
usr.bin/grep/util.c
672
grep_malloc(size_t size)
usr.bin/grep/util.c
687
grep_calloc(size_t nmemb, size_t size)
usr.bin/grep/util.c
702
grep_realloc(void *ptr, size_t size)
usr.bin/grep/util.c
72
size_t nmatch, regmatch_t pmatch[]);
usr.bin/grep/util.c
75
static bool printline(struct parsec *pc, int sep, size_t *last_out);
usr.bin/grep/util.c
774
printline(struct parsec *pc, int sep, size_t *last_out)
usr.bin/grep/util.c
776
size_t a = *last_out;
usr.bin/grep/util.c
777
size_t i, matchidx;
usr.bin/gzip/gzip.c
1209
infile_newdata(size_t newdata)
usr.bin/gzip/gzip.c
1258
file_compress(char *file, char *outfile, size_t outsize)
usr.bin/gzip/gzip.c
1304
if ((size_t)snprintf(outfile, outsize, "%s%s",
usr.bin/gzip/gzip.c
1371
file_uncompress(char *file, char *outfile, size_t outsize)
usr.bin/gzip/gzip.c
1380
size_t in_size;
usr.bin/gzip/gzip.c
1708
cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd)
usr.bin/gzip/gzip.c
1716
if (w == -1 || (size_t)w != count) {
usr.bin/gzip/gzip.c
1749
size_t in_size;
usr.bin/gzip/gzip.c
2220
read_retry(int fd, void *buf, size_t sz)
usr.bin/gzip/gzip.c
2223
size_t left = MIN(sz, (size_t) SSIZE_MAX);
usr.bin/gzip/gzip.c
2242
write_retry(int fd, const void *buf, size_t sz)
usr.bin/gzip/gzip.c
2245
size_t left = MIN(sz, (size_t) SSIZE_MAX);
usr.bin/gzip/gzip.c
236
static off_t gz_uncompress(int, int, char *, size_t, off_t *, const char *);
usr.bin/gzip/gzip.c
237
static off_t file_compress(char *, char *, size_t);
usr.bin/gzip/gzip.c
238
static off_t file_uncompress(char *, char *, size_t);
usr.bin/gzip/gzip.c
249
static ssize_t read_retry(int, void *, size_t);
usr.bin/gzip/gzip.c
250
static ssize_t write_retry(int, const void *, size_t);
usr.bin/gzip/gzip.c
259
static off_t cat_fd(unsigned char *, size_t, off_t *, int fd);
usr.bin/gzip/gzip.c
267
static void infile_newdata(size_t newdata);
usr.bin/gzip/gzip.c
271
static off_t unbzip2(int, int, char *, size_t, off_t *);
usr.bin/gzip/gzip.c
276
static off_t zuncompress(FILE *, FILE *, char *, size_t, off_t *);
usr.bin/gzip/gzip.c
280
static off_t unpack(int, int, char *, size_t, off_t *);
usr.bin/gzip/gzip.c
284
static off_t unxz(int, int, char *, size_t, off_t *);
usr.bin/gzip/gzip.c
289
static off_t unlz(int, int, char *, size_t, off_t *);
usr.bin/gzip/gzip.c
293
static off_t unzstd(int, int, char *, size_t, off_t *);
usr.bin/gzip/gzip.c
654
size_t len;
usr.bin/gzip/gzip.c
667
if (w == -1 || (size_t)w != len) {
usr.bin/gzip/gzip.c
719
gz_uncompress(int in, int out, char *pre, size_t prelen, off_t *gsizep,
usr.bin/gzip/unbzip2.c
37
unbzip2(int in, int out, char *pre, size_t prelen, off_t *bytes_in)
usr.bin/gzip/unlz.c
149
lz_crc_update(uint32_t *crc, const uint8_t *buf, size_t len)
usr.bin/gzip/unlz.c
151
for (size_t i = 0; i < len; i++)
usr.bin/gzip/unlz.c
296
size_t size = (size_t)offs;
usr.bin/gzip/unlz.c
385
lz_bm_init(int *a, size_t l)
usr.bin/gzip/unlz.c
387
for (size_t i = 0; i < l; i++)
usr.bin/gzip/unlz.c
393
size_t l = nitems(a[0]); \
usr.bin/gzip/unlz.c
394
for (size_t i = 0; i < nitems(a); i++) \
usr.bin/gzip/unlz.c
553
for(size_t i = 0; i < nitems(trailer); i++)
usr.bin/gzip/unlz.c
612
unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in)
usr.bin/gzip/unlz.c
629
if ((size_t)nr != sizeof(header) - prelen)
usr.bin/gzip/unpack.c
149
unpack_parse_header(int in, int out, char *pre, size_t prelen, off_t *bytes_in,
usr.bin/gzip/unpack.c
317
unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in)
usr.bin/gzip/unxz.c
100
const size_t write_size = sizeof(obuf) - strm.avail_out;
usr.bin/gzip/unxz.c
185
io_pread(int fd, io_buf *buf, size_t size, off_t pos)
usr.bin/gzip/unxz.c
193
const size_t amount = read(fd, buf, size);
usr.bin/gzip/unxz.c
41
unxz(int i, int o, char *pre, size_t prelen, off_t *bytes_in)
usr.bin/gzip/unxz.c
57
if (strm.avail_in == (size_t)-1)
usr.bin/gzip/unxz.c
81
case (size_t)-1:
usr.bin/gzip/unzstd.c
31
unzstd(int in, int out, char *pre, size_t prelen, off_t *bytes_in)
usr.bin/gzip/unzstd.c
38
size_t zres;
usr.bin/gzip/unzstd.c
39
size_t bytes_out = 0;
usr.bin/gzip/zuncompress.c
132
zuncompress(FILE *in, FILE *out, char *pre, size_t prelen,
usr.bin/gzip/zuncompress.c
82
static size_t compressed_prelen;
usr.bin/head/head.c
160
size_t error, bufsize = 0;
usr.bin/head/head.c
175
size_t readlen;
usr.bin/hexdump/conv.c
104
else if (clen == (size_t)-1 || (clen == (size_t)-2 &&
usr.bin/hexdump/conv.c
119
} else if (clen == (size_t)-2) {
usr.bin/hexdump/conv.c
45
conv_c(PR *pr, u_char *p, size_t bufsize)
usr.bin/hexdump/conv.c
50
size_t clen, oclen;
usr.bin/hexdump/display.c
316
size_t
usr.bin/hexdump/display.c
317
peek(u_char *buf, size_t nbytes)
usr.bin/hexdump/display.c
319
size_t n, nread;
usr.bin/hexdump/hexdump.h
101
size_t peek(u_char *, size_t);
usr.bin/hexdump/hexdump.h
91
void conv_c(PR *, u_char *, size_t);
usr.bin/hexdump/odsyntax.c
306
size_t isize;
usr.bin/hexdump/odsyntax.c
327
isize = (size_t)strtoul(fmt, &end, 10);
usr.bin/hexdump/odsyntax.c
362
size_t isize;
usr.bin/hexdump/odsyntax.c
387
isize = (size_t)strtoul(fmt, &end, 10);
usr.bin/iconv/iconv.c
103
if (ret == (size_t)-1 && errno != E2BIG) {
usr.bin/iconv/iconv.c
130
if (ret == (size_t)-1)
usr.bin/iconv/iconv.c
76
size_t inbytes, outbytes, ret;
usr.bin/iconv/iconv.c
93
size_t inval;
usr.bin/ident/ident.c
217
size_t nfds;
usr.bin/ident/ident.c
61
size_t sz;
usr.bin/indent/indent.c
1168
if ((size_t)ifdef_level < nitems(state_stack)) {
usr.bin/ipcrm/ipcrm.c
116
size_t kxshmids_len;
usr.bin/ipcrm/ipcrm.c
158
size_t kxsema_len;
usr.bin/ipcrm/ipcrm.c
75
size_t kxmsqids_len;
usr.bin/ipcs/ipc.c
106
sysctlgatherstruct(void *addr, size_t size, struct scgs_vector *vecarr)
usr.bin/ipcs/ipc.c
109
size_t tsiz;
usr.bin/ipcs/ipc.c
126
kget(int idx, void *addr, size_t size)
usr.bin/ipcs/ipc.c
129
size_t tsiz;
usr.bin/ipcs/ipc.h
55
size_t offset;
usr.bin/ipcs/ipc.h
56
size_t size;
usr.bin/ipcs/ipc.h
59
void kget(int idx, void *addr, size_t size);
usr.bin/ipcs/ipc.h
60
void sysctlgatherstruct(void *addr, size_t size, struct scgs_vector *vec);
usr.bin/ipcs/ipcs.c
205
size_t kxmsqids_len;
usr.bin/ipcs/ipcs.c
237
size_t kxshmids_len;
usr.bin/ipcs/ipcs.c
262
size_t kxsema_len;
usr.bin/iscsictl/iscsictl.c
109
size_t namelen;
usr.bin/iscsictl/iscsictl.c
685
if ((size_t)(end - optarg) != strlen(optarg))
usr.bin/iscsictl/iscsictl.c
716
if ((size_t)(end - optarg) != strlen(optarg))
usr.bin/join/join.c
265
size_t blen = 0;
usr.bin/join/join.c
315
if (lp->linealloc <= (size_t)(len + 1)) {
usr.bin/join/join.c
358
size_t n;
usr.bin/join/join.c
364
if (n == (size_t)-1 || n == (size_t)-2)
usr.bin/join/join.c
411
size_t n;
usr.bin/join/join.c
413
if ((n = mbsrtowcs(NULL, &s, 0, NULL)) == (size_t)-1)
usr.bin/join/join.c
571
size_t len;
usr.bin/jot/jot.c
404
size_t sz;
usr.bin/kdump/kdump.c
114
static void ktrstruct(char *, size_t);
usr.bin/kdump/kdump.c
121
static void ktrstructarray(struct ktr_struct_array *, size_t);
usr.bin/kdump/kdump.c
122
static void ktrbitset(char *, struct bitset *, size_t);
usr.bin/kdump/kdump.c
2085
ktrbitset(char *name, struct bitset *set, size_t setlen)
usr.bin/kdump/kdump.c
2109
ktrstruct(char *buf, size_t buflen)
usr.bin/kdump/kdump.c
2112
size_t namelen, datalen;
usr.bin/kdump/kdump.c
2344
ktrstructarray(struct ktr_struct_array *ksa, size_t buflen)
usr.bin/kdump/kdump.c
2349
size_t namelen, datalen;
usr.bin/kdump/kdump.c
697
if (kth->ktr_type < 0 || (size_t)kth->ktr_type >= nitems(hdr_names)) {
usr.bin/kdump/kdump.h
86
bool ktrstruct_linux(const char *name, const char *data, size_t datalen);
usr.bin/kdump/linux.c
490
ktrsigset(const char *name, const l_sigset_t *mask, size_t sz)
usr.bin/kdump/linux.c
511
ktrstruct_linux(const char *name, const char *data, size_t datalen)
usr.bin/killall/killall.c
127
size_t miblen;
usr.bin/killall/killall.c
129
size_t size;
usr.bin/lastcomm/readrec.c
56
fread_record(void *ptr, size_t size, FILE *f)
usr.bin/lastcomm/readrec.c
58
size_t rv;
usr.bin/ldd/ldd.c
267
size_t len)
usr.bin/ldd/ldd.c
274
size_t namesz, descsz;
usr.bin/ldd/ldd.c
334
is_pie(const char *fname, Elf *elf, GElf_Ehdr *ehdr, off_t offset, size_t len)
usr.bin/ldd/ldd.c
340
size_t dynsize;
usr.bin/lex/initparse.c
1489
qsort( ccltbl + cclmap[yystack.l_mark[0]], (size_t) ccllen[yystack.l_mark[0]], sizeof (*ccltbl), cclcmp );
usr.bin/lex/initscan.c
155
typedef size_t yy_size_t;
usr.bin/lex/initscan.c
1934
{ size_t i = strlen( str ); \
usr.bin/lex/initscan.c
2101
#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
usr.bin/lex/initscan.c
250
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
usr.bin/lex/initscan.c
251
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
usr.bin/lex/initscan.c
2648
size_t i = strlen( nmdef );
usr.bin/lex/initscan.c
3437
size_t len = strlen( nmdefptr );
usr.bin/lex/initscan.c
88
#define SIZE_MAX (~(size_t)0)
usr.bin/limits/limits.c
727
size_t len;
usr.bin/limits/limits.c
757
size_t len;
usr.bin/locale/locale.c
454
size_t i;
usr.bin/locale/locale.c
481
size_t i;
usr.bin/locale/locale.c
525
size_t i;
usr.bin/locale/locale.c
579
size_t i;
usr.bin/locale/locale.c
622
size_t roff;
usr.bin/locale/locale.c
797
size_t i;
usr.bin/locale/locale.c
898
size_t i;
usr.bin/locale/locale.c
913
size_t i;
usr.bin/localedef/collate.c
1082
wsncpy(wchar_t *s1, const wchar_t *s2, size_t n)
usr.bin/localedef/collate.c
1115
size_t sz;
usr.bin/localedef/localedef.c
213
wr_category(void *buf, size_t sz, FILE *f)
usr.bin/localedef/localedef.h
127
wchar_t * wsncpy(wchar_t *, const wchar_t *, size_t);
usr.bin/localedef/localedef.h
65
int wr_category(void *, size_t, FILE *);
usr.bin/locate/locate/locate.c
285
if ((p = mmap((caddr_t)0, (size_t)len,
usr.bin/locate/locate/locate.c
299
if (munmap(p, (size_t)len) == -1)
usr.bin/logger/logger.c
197
size_t len;
usr.bin/login/login.c
791
size_t n;
usr.bin/logins/logins.c
100
xrealloc(void *ptr, size_t size)
usr.bin/logins/logins.c
120
static size_t grpsz;
usr.bin/logins/logins.c
121
static size_t ngrps;
usr.bin/logins/logins.c
127
size_t len;
usr.bin/logins/logins.c
179
static size_t pwdsz;
usr.bin/logins/logins.c
180
static size_t npwds;
usr.bin/logins/logins.c
90
xmalloc(size_t size)
usr.bin/look/look.c
144
if ((front = mmap(NULL, (size_t)sb.st_size, PROT_READ, MAP_SHARED, fd, (off_t)0)) == MAP_FAILED)
usr.bin/look/look.c
160
size_t clen;
usr.bin/look/look.c
171
if (clen == (size_t)-1 || clen == (size_t)-2)
usr.bin/look/look.c
322
size_t len2;
usr.bin/look/look.c
327
if (len2 == (size_t)-1 || len2 == (size_t)-2) {
usr.bin/lsvfs/lsvfs.c
44
size_t cnt, buflen;
usr.bin/lsvfs/lsvfs.c
64
for (size_t i = 0; i < cnt; i++) {
usr.bin/lsvfs/lsvfs.c
89
for (size_t i = 0; i < (int)nitems(fl); i++) {
usr.bin/m4/eval.c
104
size_t mark = SIZE_MAX;
usr.bin/m4/extern.h
107
extern void *xalloc(size_t, const char *, ...) __printf0like(2, 3);
usr.bin/m4/extern.h
108
extern void *xcalloc(size_t, size_t, const char *, ...) __printf0like(3, 4);
usr.bin/m4/extern.h
109
extern void *xrealloc(void *, size_t, const char *, ...) __printf0like(3, 4);
usr.bin/m4/extern.h
110
extern void *xreallocarray(void *, size_t, size_t, const char *, ...) __printf0like(4, 5);
usr.bin/m4/extern.h
114
extern size_t buffer_mark(void);
usr.bin/m4/extern.h
115
extern void dump_buffer(FILE *, size_t);
usr.bin/m4/extern.h
147
extern size_t trace(const char **, int, struct input_file *);
usr.bin/m4/extern.h
148
extern void finish_trace(size_t);
usr.bin/m4/gnum4.c
190
static size_t bufsize = 0;
usr.bin/m4/gnum4.c
191
static size_t current = 0;
usr.bin/m4/gnum4.c
193
static void addchars(const char *, size_t);
usr.bin/m4/gnum4.c
208
addchars(const char *c, size_t n)
usr.bin/m4/gnum4.c
251
size_t errlen;
usr.bin/m4/gnum4.c
472
size_t len;
usr.bin/m4/gnum4.c
487
size_t l = strlen(argv[3]);
usr.bin/m4/gnum4.c
549
size_t l;
usr.bin/m4/look.c
54
static void *hash_calloc(size_t, size_t, void *);
usr.bin/m4/look.c
56
static void *element_alloc(size_t, void *);
usr.bin/m4/look.c
71
hash_calloc(size_t n, size_t s, void *u __unused)
usr.bin/m4/look.c
84
element_alloc(size_t s, void *u __unused)
usr.bin/m4/main.c
80
static size_t STACKMAX; /* current maximum size of stack */
usr.bin/m4/misc.c
102
size_t n;
usr.bin/m4/misc.c
294
xalloc(size_t n, const char *fmt, ...)
usr.bin/m4/misc.c
313
xcalloc(size_t n, size_t s, const char *fmt, ...)
usr.bin/m4/misc.c
332
xrealloc(void *old, size_t n, const char *fmt, ...)
usr.bin/m4/misc.c
352
xreallocarray(void *old, size_t s1, size_t s2, const char *fmt, ...)
usr.bin/m4/misc.c
452
size_t
usr.bin/m4/misc.c
460
dump_buffer(FILE *f, size_t m)
usr.bin/m4/misc.c
57
static size_t strsize = STRSPMAX;
usr.bin/m4/misc.c
58
static size_t bufsize = BUFSIZE;
usr.bin/m4/trace.c
147
size_t
usr.bin/m4/trace.c
189
finish_trace(size_t mark)
usr.bin/mail/cmd3.c
87
bangexp(char *str, size_t strsize)
usr.bin/mail/extern.h
153
void istrncpy(char *, const char *, size_t);
usr.bin/mail/extern.h
84
int bangexp(char *, size_t);
usr.bin/mail/fio.c
216
size_t size;
usr.bin/mail/list.c
380
size_t linebufsize = BUFSIZ;
usr.bin/mail/tests/mailx_signal_test.c
39
size_t olen = 0, elen = 0;
usr.bin/mail/util.c
231
istrncpy(char *dest, const char *src, size_t dsize)
usr.bin/mdo/mdo.c
115
const size_t old_size = alloc->size;
usr.bin/mdo/mdo.c
116
size_t new_size;
usr.bin/mdo/mdo.c
380
const size_t new_size = new_nb * sizeof(*ga->groups);
usr.bin/mdo/mdo.c
401
size_t j = 0;
usr.bin/mdo/mdo.c
408
for (size_t i = 1; i < ga->nb; ++i)
usr.bin/mdo/mdo.c
68
size_t size;
usr.bin/mdo/mdo.c
98
static const size_t ALLOC_FIRST_SIZE = 512;
usr.bin/ministat/ministat.c
142
size_t lpoints;
usr.bin/ministat/ministat.c
144
size_t n;
usr.bin/ministat/ministat.c
202
const size_t m = ds->n / 2;
usr.bin/ministat/ministat.c
212
size_t z;
usr.bin/ministat/ministat.c
252
size_t z;
usr.bin/ministat/ministat.c
289
size_t height;
usr.bin/ministat/ministat.c
343
size_t m, j, z;
usr.bin/ministat/ministat.c
344
size_t n;
usr.bin/ministat/ministat.c
424
size_t z;
usr.bin/mkcsmapper/yacc.y
218
put8(void *ptr, size_t ofs, u_int32_t val)
usr.bin/mkcsmapper/yacc.y
225
put16(void *ptr, size_t ofs, u_int32_t val)
usr.bin/mkcsmapper/yacc.y
233
put32(void *ptr, size_t ofs, u_int32_t val)
usr.bin/mkcsmapper/yacc.y
244
size_t i;
usr.bin/mkcsmapper/yacc.y
301
size_t i, len, ofs;
usr.bin/mkcsmapper/yacc.y
337
size_t ofs;
usr.bin/mkcsmapper/yacc.y
364
size_t size;
usr.bin/mkcsmapper/yacc.y
447
size_t i;
usr.bin/mkcsmapper/yacc.y
552
size_t i;
usr.bin/mkcsmapper/yacc.y
582
size_t i, ofs;
usr.bin/mkcsmapper/yacc.y
67
static size_t rowcol_len = 0;
usr.bin/mkcsmapper/yacc.y
68
static size_t table_size;
usr.bin/mkcsmapper/yacc.y
74
static void (*putfunc)(void *, size_t, u_int32_t) = NULL;
usr.bin/mkcsmapper/yacc.y
95
static void put8(void *, size_t, u_int32_t);
usr.bin/mkcsmapper/yacc.y
96
static void put16(void *, size_t, u_int32_t);
usr.bin/mkcsmapper/yacc.y
97
static void put32(void *, size_t, u_int32_t);
usr.bin/mkesdb/yacc.y
137
size_t size;
usr.bin/mkimg/gpt.c
119
crc32(const void *buf, size_t sz)
usr.bin/mkimg/image.c
110
image_swap_alloc(size_t size)
usr.bin/mkimg/image.c
113
size_t unit;
usr.bin/mkimg/image.c
152
static size_t
usr.bin/mkimg/image.c
153
image_chunk_grow(struct chunk *ch, size_t sz)
usr.bin/mkimg/image.c
155
size_t dsz, newsz;
usr.bin/mkimg/image.c
218
size_t sz;
usr.bin/mkimg/image.c
251
image_chunk_append(lba_t blk, size_t sz, off_t ofs, int fd)
usr.bin/mkimg/image.c
282
image_chunk_copyin(lba_t blk, void *buf, size_t sz, off_t ofs, int fd)
usr.bin/mkimg/image.c
307
image_file_map(int fd, off_t ofs, size_t sz, off_t *iofp)
usr.bin/mkimg/image.c
310
size_t unit;
usr.bin/mkimg/image.c
333
image_file_unmap(void *buffer, size_t sz)
usr.bin/mkimg/image.c
335
size_t unit;
usr.bin/mkimg/image.c
355
size_t iosz;
usr.bin/mkimg/image.c
405
size_t iosz, sz;
usr.bin/mkimg/image.c
461
? iosz : (size_t)(pos - data);
usr.bin/mkimg/image.c
537
image_copyout_memory(int fd, size_t size, void *ptr)
usr.bin/mkimg/image.c
546
image_copyout_zeroes(int fd, size_t count)
usr.bin/mkimg/image.c
549
size_t sz;
usr.bin/mkimg/image.c
576
image_copyout_file(int fd, size_t size, int ifd, off_t iofs)
usr.bin/mkimg/image.c
580
size_t iosz, sz;
usr.bin/mkimg/image.c
606
size_t ofs, sz;
usr.bin/mkimg/image.c
62
size_t ch_size; /* Size of chunk in bytes. */
usr.bin/mkimg/image.c
620
sz = ((lba_t)sz < size) ? sz : (size_t)size;
usr.bin/mkimg/image.c
93
size_t n, max;
usr.bin/mkimg/image.h
40
int image_copyout_zeroes(int fd, size_t count);
usr.bin/mkimg/mkimg.c
252
size_t len;
usr.bin/mkimg/mkimg.c
333
sparse_write(int fd, const void *ptr, size_t sz)
usr.bin/mkimg/mkimg.c
337
size_t len;
usr.bin/mkimg/mkimg.c
344
len = (p != NULL) ? (size_t)(p - buf) : sz;
usr.bin/mkimg/mkimg.h
92
ssize_t sparse_write(int, const void *, size_t);
usr.bin/mkimg/vhd.c
102
vhd_checksum(void *buf, size_t sz)
usr.bin/mkimg/vhd.c
106
size_t ofs;
usr.bin/mkimg/vhd.c
282
size_t batsz;
usr.bin/mkimg/vhdx.c
221
vhdx_write_and_pad(int fd, const void *data, size_t data_size, size_t align)
usr.bin/mkimg/vhdx.c
223
size_t pad_size;
usr.bin/mkimg/vmdk.c
116
size_t gdsz, gtsz;
usr.bin/mkstr/mkstr.c
82
size_t namelen;
usr.bin/mktemp/mktemp.c
124
size_t len;
usr.bin/mkuzip/mkuz_blk.c
35
mkuz_blk_ctor(size_t blen)
usr.bin/mkuzip/mkuz_blk.h
31
size_t len;
usr.bin/mkuzip/mkuz_blk.h
41
size_t alen;
usr.bin/mkuzip/mkuz_blk.h
46
struct mkuz_blk *mkuz_blk_ctor(size_t);
usr.bin/mkuzip/mkuz_cfg.h
40
size_t cbound_blksz;
usr.bin/mkuzip/mkuz_format.h
27
DEFINE_RAW_METHOD(f_compress_bound, size_t, size_t);
usr.bin/mkuzip/mkuz_lzma.c
44
size_t
usr.bin/mkuzip/mkuz_lzma.c
45
mkuz_lzma_cbound(size_t blksz)
usr.bin/mkuzip/mkuz_lzma.h
33
size_t mkuz_lzma_cbound(size_t);
usr.bin/mkuzip/mkuz_zlib.c
41
size_t
usr.bin/mkuzip/mkuz_zlib.c
42
mkuz_zlib_cbound(size_t blksz)
usr.bin/mkuzip/mkuz_zlib.h
31
size_t mkuz_zlib_cbound(size_t);
usr.bin/mkuzip/mkuz_zstd.c
40
size_t
usr.bin/mkuzip/mkuz_zstd.c
41
mkuz_zstd_cbound(size_t blksz)
usr.bin/mkuzip/mkuz_zstd.c
50
size_t rc;
usr.bin/mkuzip/mkuz_zstd.c
82
size_t rc;
usr.bin/mkuzip/mkuz_zstd.h
32
size_t mkuz_zstd_cbound(size_t);
usr.bin/mkuzip/mkuzip.c
129
size_t ncpusz, ncpu, magiclen;
usr.bin/mkuzip/mkuzip.c
136
ncpusz = sizeof(size_t);
usr.bin/mkuzip/mkuzip.c
252
cfs.cbound_blksz, (size_t)MAXPHYS);
usr.bin/mkuzip/mkuzip.c
465
mkuz_safe_malloc(size_t size)
usr.bin/mkuzip/mkuzip.c
478
mkuz_safe_zmalloc(size_t size)
usr.bin/mkuzip/mkuzip.c
496
mkuz_memvcmp(const void *memory, unsigned char val, size_t size)
usr.bin/mkuzip/mkuzip.h
32
void *mkuz_safe_malloc(size_t);
usr.bin/mkuzip/mkuzip.h
33
void *mkuz_safe_zmalloc(size_t);
usr.bin/mkuzip/mkuzip.h
34
int mkuz_memvcmp(const void *, unsigned char, size_t);
usr.bin/mt/mt.c
1084
size_t param_len;
usr.bin/mt/mt.c
562
size_t l = strlen(s);
usr.bin/mt/mt.c
827
size_t dens_len;
usr.bin/netstat/bpf.c
110
size_t size;
usr.bin/netstat/bpf.c
60
size_t size;
usr.bin/netstat/common.c
88
prepare_ifmap(size_t *pifmap_size)
usr.bin/netstat/common.h
69
struct ifmap_entry *prepare_ifmap(size_t *ifmap_size);
usr.bin/netstat/common.h
81
size_t nh_count;
usr.bin/netstat/inet.c
1219
size_t len;
usr.bin/netstat/inet.c
1494
size_t alen, plen;
usr.bin/netstat/inet.c
94
size_t len;
usr.bin/netstat/inet6.c
1278
size_t alen, plen;
usr.bin/netstat/ipsec.c
221
ipsec_hist_new(const uint64_t *hist, size_t histmax,
usr.bin/netstat/ipsec.c
225
size_t proto;
usr.bin/netstat/main.c
625
size_t len, kreadfn_t kreadfn, int zero)
usr.bin/netstat/main.c
648
size_t len, kreadfn_t kreadfn)
usr.bin/netstat/main.c
657
size_t len, kreadfn_t kreadfn)
usr.bin/netstat/main.c
791
kread(u_long addr, void *buf, size_t size)
usr.bin/netstat/main.c
823
kread_counters(u_long addr, void *buf, size_t size)
usr.bin/netstat/main.c
827
size_t i, n;
usr.bin/netstat/mbuf.c
80
size_t mlen;
usr.bin/netstat/mroute.c
243
size_t len;
usr.bin/netstat/mroute6.c
111
size_t len;
usr.bin/netstat/netisr.c
166
size_t retlen;
usr.bin/netstat/netisr.c
176
netisr_load_sysctl_string(const char *name, char *p, size_t len)
usr.bin/netstat/netisr.c
178
size_t retlen;
usr.bin/netstat/netisr.c
207
size_t len;
usr.bin/netstat/netisr.c
263
size_t len;
usr.bin/netstat/netisr.c
291
size_t len;
usr.bin/netstat/netisr.c
348
size_t len;
usr.bin/netstat/netisr.c
372
size_t len;
usr.bin/netstat/netisr.c
80
size_t buflen)
usr.bin/netstat/netstat.h
70
typedef int kreadfn_t(u_long, void *, size_t);
usr.bin/netstat/netstat.h
71
int fetch_stats(const char *, u_long, void *, size_t, kreadfn_t);
usr.bin/netstat/netstat.h
72
int fetch_stats_ro(const char *, u_long, void *, size_t, kreadfn_t);
usr.bin/netstat/netstat.h
74
int kread(u_long addr, void *buf, size_t size);
usr.bin/netstat/netstat.h
76
int kread_counters(u_long addr, void *buf, size_t size);
usr.bin/netstat/nhgrp.c
195
size_t needed;
usr.bin/netstat/nhgrp.c
201
size_t nhg_count, nhg_size;
usr.bin/netstat/nhgrp.c
268
for (size_t i = 0; i < nd.nh_count; i++) {
usr.bin/netstat/nhgrp.c
317
for (size_t i = 0; i < nd.nh_count; i++) {
usr.bin/netstat/nhgrp.c
329
size_t intsize;
usr.bin/netstat/nhgrp.c
66
size_t size;
usr.bin/netstat/nhgrp.c
71
static size_t ifmap_size;
usr.bin/netstat/nhops.c
112
size_t size;
usr.bin/netstat/nhops.c
120
static size_t ifmap_size;
usr.bin/netstat/nhops.c
123
print_sockaddr_buf(char *buf, size_t bufsize, const struct sockaddr *sa)
usr.bin/netstat/nhops.c
205
size_t sz;
usr.bin/netstat/nhops.c
338
size_t needed;
usr.bin/netstat/nhops.c
344
size_t nh_count, nh_size;
usr.bin/netstat/nhops.c
423
for (size_t i = 0; i < nd.nh_count; i++) {
usr.bin/netstat/nhops.c
455
size_t intsize;
usr.bin/netstat/route.c
103
static void domask(char *, size_t, u_long);
usr.bin/netstat/route.c
113
size_t intsize;
usr.bin/netstat/route.c
243
size_t needed;
usr.bin/netstat/route.c
521
domask(char *dst, size_t buflen, u_long mask)
usr.bin/netstat/route.c
91
static size_t ifmap_size;
usr.bin/netstat/route_netlink.c
104
size_t size = roundup2(link.ifi_index + 1, 32) * sizeof(struct ifmap_entry);
usr.bin/netstat/route_netlink.c
74
static size_t ifmap_size;
usr.bin/netstat/route_netlink.c
78
prepare_ifmap_netlink(struct snl_state *ss, size_t *pifmap_size)
usr.bin/netstat/sctp.c
106
size_t alen, plen;
usr.bin/netstat/sctp.c
152
sctp_skip_xinpcb_ifneed(char *buf, const size_t buflen, size_t *offset)
usr.bin/netstat/sctp.c
200
char *buf, const size_t buflen, size_t *offset, int *indent)
usr.bin/netstat/sctp.c
320
char *buf, const size_t buflen, size_t *offset)
usr.bin/netstat/sctp.c
327
size_t offset_laddr;
usr.bin/netstat/sctp.c
491
size_t offset = 0;
usr.bin/netstat/sctp.c
492
size_t len = 0;
usr.bin/netstat/sctp.c
516
sctp_process_inpcb(xinpcb, buf, (const size_t)len,
usr.bin/netstat/unix.c
106
size_t len;
usr.bin/netstat/unix.c
70
size_t len;
usr.bin/nl/nl.c
132
size_t intbuffersize, clen;
usr.bin/nl/nl.c
134
size_t delim1len = 1, delim2len = 1;
usr.bin/nl/nl.c
148
if (clen == (size_t)-1 || clen == (size_t)-2)
usr.bin/nl/nl.c
154
if (clen == (size_t)-1 ||
usr.bin/nl/nl.c
155
clen == (size_t)-2)
usr.bin/nl/nl.c
275
size_t buffersize;
usr.bin/nohup/nohup.c
101
(size_t)snprintf(path, sizeof(path), "%s/%s", p, FILENAME) <
usr.bin/paste/paste.c
70
size_t len;
usr.bin/paste/paste.c
82
if (len == (size_t)-1)
usr.bin/paste/paste.c
89
if (len == (size_t)-1)
usr.bin/patch/backupfile.c
138
version_number(const char *base, const char *backup, size_t base_length)
usr.bin/patch/backupfile.c
177
size_t arglen; /* Length of ARG. */
usr.bin/patch/backupfile.c
42
static int version_number(const char *, const char *, size_t);
usr.bin/patch/backupfile.c
97
size_t file_name_length;
usr.bin/patch/common.h
62
extern size_t buf_size; /* size of general purpose buffer */
usr.bin/patch/inp.c
114
reallocate_lines(size_t *lines_allocated)
usr.bin/patch/inp.c
117
size_t new_size;
usr.bin/patch/inp.c
143
size_t i;
usr.bin/patch/inp.c
144
size_t iline, lines_allocated;
usr.bin/patch/inp.c
179
i_size = (size_t)filestat.st_size;
usr.bin/patch/inp.c
286
size_t i = 0, j, blen = 0, maxlen = 1;
usr.bin/patch/inp.c
309
if ((size_t)len > maxlen)
usr.bin/patch/inp.c
418
size_t patlen;
usr.bin/patch/inp.c
55
static size_t i_size; /* size of the input file */
usr.bin/patch/inp.c
63
static size_t lines_per_buf; /* how many lines per buffer */
usr.bin/patch/inp.c
64
static size_t tibuflen; /* plan b buffer length */
usr.bin/patch/inp.c
65
static size_t tireclen; /* length of records in tmp file */
usr.bin/patch/inp.c
68
static bool reallocate_lines(size_t *);
usr.bin/patch/patch.c
1088
size_t plinelen;
usr.bin/patch/patch.c
52
size_t buf_size; /* size of the general purpose buffer */
usr.bin/patch/patch.c
810
size_t len;
usr.bin/patch/pch.c
1213
size_t
usr.bin/patch/pch.c
1218
size_t buflen = 0;
usr.bin/patch/pch.c
1223
if ((size_t)(len + 1) > buf_size) {
usr.bin/patch/pch.c
1224
while ((size_t)(len + 1) > buf_size)
usr.bin/patch/pch.c
1257
size_t *tp_len; /* length of each line */
usr.bin/patch/pch.c
140
p_len = malloc(hunkmax * sizeof(size_t));
usr.bin/patch/pch.c
1414
size_t
usr.bin/patch/pch.c
1562
size_t min_components, min_baselen, min_len, tmp;
usr.bin/patch/pch.c
157
p_len = reallocf(p_len, new_hunkmax * sizeof(size_t));
usr.bin/patch/pch.c
1617
static size_t
usr.bin/patch/pch.c
1620
size_t n;
usr.bin/patch/pch.c
322
size_t off = 4;
usr.bin/patch/pch.c
330
size_t off = 4;
usr.bin/patch/pch.c
481
size_t len;
usr.bin/patch/pch.c
550
size_t len;
usr.bin/patch/pch.c
58
static size_t *p_len = NULL; /* length of each line */
usr.bin/patch/pch.c
78
static size_t pgets(bool _do_indent);
usr.bin/patch/pch.c
81
static size_t num_components(const char *);
usr.bin/patch/pch.h
48
size_t pch_line_len(LINENUM);
usr.bin/pathchk/pathchk.c
172
if (pathmax != -1 && strlen(path) >= (size_t)pathmax) {
usr.bin/posixshmcontrol/posixshmcontrol.c
112
pagesizes = malloc(sizeof(size_t) * pn);
usr.bin/posixshmcontrol/posixshmcontrol.c
127
pagesizes[i] == (size_t)
usr.bin/posixshmcontrol/posixshmcontrol.c
227
size_t len, jailpathlen, miblen;
usr.bin/posixshmcontrol/posixshmcontrol.c
88
size_t *pagesizes;
usr.bin/primes/pattern.c
436
const size_t pattern_size = (sizeof(pattern)/sizeof(pattern[0]));
usr.bin/primes/primes.h
68
extern const size_t pattern_size; /* length of pattern array */
usr.bin/printenv/printenv.c
54
size_t len;
usr.bin/printf/printf.c
359
size_t len;
usr.bin/printf/printf.c
437
static size_t copy_size;
usr.bin/printf/printf.c
439
size_t len, newlen;
usr.bin/printf/printf.c
460
escape(char *fmt, int percent, size_t *len)
usr.bin/printf/printf.c
654
case (size_t)-2:
usr.bin/printf/printf.c
655
case (size_t)-1:
usr.bin/printf/printf.c
73
static int escape(char *, int, size_t *);
usr.bin/printf/printf.c
95
size_t len;
usr.bin/proccontrol/proccontrol.c
100
for (size_t i = 0; i < nitems(modes); i++)
usr.bin/proccontrol/proccontrol.c
122
for (size_t i = 0; i < nitems(modes); i++) {
usr.bin/procstat/procstat.c
139
size_t i, l;
usr.bin/procstat/procstat.c
243
size_t i;
usr.bin/procstat/procstat.c
261
size_t i, l;
usr.bin/procstat/procstat_kqueue.c
102
size_t len;
usr.bin/procstat/procstat_sigs.c
194
size_t len;
usr.bin/random/randomize_fd.c
101
size_t bufc, buflen;
usr.bin/random/randomize_fd.c
125
} else if ((size_t)len < buflen)
usr.bin/random/randomize_fd.c
126
buflen = (size_t)len;
usr.bin/random/randomize_fd.c
146
buflen = i + (size_t)len;
usr.bin/random/randomize_fd.c
165
buflen = i + (size_t)len;
usr.bin/rctl/rctl.c
268
if ((size_t)(end - textid) != strlen(textid))
usr.bin/rctl/rctl.c
275
if ((size_t)(end - textid) != strlen(textid))
usr.bin/rctl/rctl.c
298
if ((size_t)(end - str) != strlen(str))
usr.bin/rctl/rctl.c
375
size_t racct_enable_len;
usr.bin/rctl/rctl.c
415
size_t outbuflen = RCTL_DEFAULT_BUFSIZE / 4;
usr.bin/rctl/rctl.c
498
size_t outbuflen = RCTL_DEFAULT_BUFSIZE / 4;
usr.bin/rctl/rctl.c
545
size_t filterlen, outbuflen = RCTL_DEFAULT_BUFSIZE / 4;
usr.bin/rctl/rctl.c
69
if ((size_t)(end - s) != strlen(s)) {
usr.bin/rctl/rctl.c
97
if ((size_t)(end - s) != strlen(s)) {
usr.bin/rev/rev.c
51
size_t len;
usr.bin/rpcgen/rpc_util.c
468
xmalloc(size_t size)
usr.bin/rpcgen/rpc_util.c
480
xrealloc(void *ptr, size_t size)
usr.bin/rpcgen/rpc_util.h
153
void *xmalloc(size_t size);
usr.bin/rpcgen/rpc_util.h
154
void *xrealloc(void *ptr, size_t size);
usr.bin/rs/rs.cc
110
size_t len, padto;
usr.bin/rs/rs.cc
166
size_t i, j, k;
usr.bin/rs/rs.cc
212
size_t i, j;
usr.bin/rs/rs.cc
213
size_t colw, max, n, orig_size, padto;
usr.bin/rs/rs.cc
69
static size_t curlen;
usr.bin/rs/rs.cc
70
static size_t irows, icols;
usr.bin/rs/rs.cc
71
static size_t orows = 0, ocols = 0;
usr.bin/rs/rs.cc
72
static size_t maxlen;
usr.bin/rs/rs.cc
77
static size_t owidth = 80, gutter = 2;
usr.bin/runat/runat.c
40
size_t pos, siz;
usr.bin/runat/runat.c
78
if ((size_t)outsiz > siz)
usr.bin/ruptime/ruptime.c
185
size_t hspace;
usr.bin/ruptime/ruptime.c
54
static size_t nhosts;
usr.bin/rwall/rwall.c
122
size_t mbufsize;
usr.bin/rwall/rwall.c
165
mbufsize = (size_t)sbuf.st_size;
usr.bin/script/script.c
478
record(FILE *fp, char *buf, size_t cc, int direction)
usr.bin/script/script.c
500
size_t l;
usr.bin/script/script.c
558
size_t l;
usr.bin/script/script.c
67
size_t rpos;
usr.bin/script/script.c
68
size_t len;
usr.bin/script/script.c
94
static void record(FILE *, char *, size_t, int);
usr.bin/sdiff/edit.c
146
size_t len;
usr.bin/sdiff/edit.c
151
(size_t)nwritten != len) {
usr.bin/sdiff/edit.c
175
size_t nwritten;
usr.bin/sdiff/edit.c
87
size_t nread;
usr.bin/sdiff/sdiff.c
1049
printa(FILE *file, size_t line2)
usr.bin/sdiff/sdiff.c
1066
printc(FILE *file1, size_t file1end, FILE *file2, size_t file2end)
usr.bin/sdiff/sdiff.c
1139
printd(FILE *file1, size_t file1end)
usr.bin/sdiff/sdiff.c
186
wcount = write(ofd, buf, (size_t)rcount);
usr.bin/sdiff/sdiff.c
211
size_t diffargc = 0, flagc = 0, wval = WIDTH;
usr.bin/sdiff/sdiff.c
518
printcol(const char *s, size_t *col, const size_t col_max)
usr.bin/sdiff/sdiff.c
522
size_t new_col;
usr.bin/sdiff/sdiff.c
57
static void printa(FILE *, size_t);
usr.bin/sdiff/sdiff.c
58
static void printc(FILE *, size_t, FILE *, size_t);
usr.bin/sdiff/sdiff.c
59
static void printcol(const char *, size_t *, const size_t);
usr.bin/sdiff/sdiff.c
60
static void printd(FILE *, size_t);
usr.bin/sdiff/sdiff.c
642
size_t col;
usr.bin/sdiff/sdiff.c
68
static size_t line_width; /* width of a line (two columns and divider) */
usr.bin/sdiff/sdiff.c
686
size_t linecap;
usr.bin/sdiff/sdiff.c
69
static size_t width; /* width of each column */
usr.bin/sdiff/sdiff.c
70
static size_t file1ln, file2ln; /* line number of file1 and file2 */
usr.bin/sdiff/sdiff.c
714
size_t file1start, file1end, file2start, file2end, n;
usr.bin/sdiff/sdiff.c
924
static size_t offset = 0;
usr.bin/sdiff/sdiff.c
925
size_t newsiz;
usr.bin/sdiotool/cam_sdio.c
93
caddr_t data, size_t datalen,
usr.bin/sdiotool/cam_sdio.h
73
caddr_t data, size_t datalen,
usr.bin/sed/compile.c
770
size_t oclen, oldlen, nclen, newlen;
usr.bin/sed/compile.c
793
if (oldlen == (size_t)-1)
usr.bin/sed/compile.c
797
if (newlen == (size_t)-1)
usr.bin/sed/compile.c
825
if (oclen == (size_t)-1 || oclen == (size_t)-2)
usr.bin/sed/compile.c
828
if (nclen == (size_t)-1 || nclen == (size_t)-2)
usr.bin/sed/compile.c
954
size_t len;
usr.bin/sed/defs.h
130
size_t len;
usr.bin/sed/defs.h
143
size_t len; /* Current length. */
usr.bin/sed/defs.h
147
size_t blen; /* Backing memory length. */
usr.bin/sed/defs.h
78
size_t fromlen;
usr.bin/sed/defs.h
80
size_t tolen;
usr.bin/sed/extern.h
39
extern size_t maxnsub;
usr.bin/sed/extern.h
51
void cspace(SPACE *, const char *, size_t, enum e_spflag);
usr.bin/sed/main.c
242
if (((size_t)snprintf(string_ident,
usr.bin/sed/main.c
321
static size_t plen = 0;
usr.bin/sed/misc.c
59
size_t s;
usr.bin/sed/process.c
495
size_t clen, left;
usr.bin/sed/process.c
581
lputs(char *s, size_t len)
usr.bin/sed/process.c
588
size_t clen, i;
usr.bin/sed/process.c
612
if (clen == (size_t)-1 || clen == (size_t)-2) {
usr.bin/sed/process.c
662
size_t start, size_t stop)
usr.bin/sed/process.c
70
static void lputs(char *, size_t);
usr.bin/sed/process.c
71
static int regexec_e(regex_t *, const char *, int, int, size_t,
usr.bin/sed/process.c
72
size_t);
usr.bin/sed/process.c
740
cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag)
usr.bin/sed/process.c
742
size_t tlen;
usr.bin/sed/process.c
84
size_t maxnsub;
usr.bin/sed/process.c
97
size_t oldpsl;
usr.bin/sockstat/main.c
1004
size_t len;
usr.bin/sockstat/main.c
114
static size_t default_numprotos = nitems(default_protos);
usr.bin/sockstat/main.c
1142
format_unix_faddr(struct addr *faddr, char *buf, size_t bufsize) {
usr.bin/sockstat/main.c
1146
size_t pos = 0;
usr.bin/sockstat/main.c
117
static size_t numprotos; /* allocated size of protos[] */
usr.bin/sockstat/main.c
1410
display_sock(struct sock *s, struct col_widths *cw, char *buf, size_t bufsize)
usr.bin/sockstat/main.c
1649
const size_t bufsize = 512;
usr.bin/sockstat/main.c
1784
size_t pindex;
usr.bin/sockstat/main.c
1807
size_t len = sizeof(vnet);
usr.bin/sockstat/main.c
206
_check_ksize(size_t received_size, size_t expected_size, const char *struct_name)
usr.bin/sockstat/main.c
218
_enforce_ksize(size_t received_size, size_t expected_size, const char *struct_name)
usr.bin/sockstat/main.c
361
size_t len, offset;
usr.bin/sockstat/main.c
630
size_t len, bufsize;
usr.bin/sockstat/main.c
795
size_t len, bufsize;
usr.bin/sockstat/main.c
883
size_t len, olen;
usr.bin/sockstat/main.c
926
formataddr(struct sockaddr_storage *ss, char *buf, size_t bufsize)
usr.bin/sockstat/main.c
982
size_t len;
usr.bin/soelim/soelim.c
56
size_t i;
usr.bin/soelim/soelim.c
86
size_t linecap = 0;
usr.bin/sort/bwstring.c
1040
bws_disorder_warnx(struct bwstring *s, const char *fn, size_t pos)
usr.bin/sort/bwstring.c
183
for (size_t i = 0; ; ++i) {
usr.bin/sort/bwstring.c
217
size_t bwsrawlen(const struct bwstring *bws)
usr.bin/sort/bwstring.c
224
size_t
usr.bin/sort/bwstring.c
234
bws_setlen(struct bwstring *bws, size_t newlen)
usr.bin/sort/bwstring.c
251
bwsalloc(size_t sz)
usr.bin/sort/bwstring.c
296
bwssbdup(const wchar_t *str, size_t len)
usr.bin/sort/bwstring.c
307
for (size_t i = 0; i < len; ++i)
usr.bin/sort/bwstring.c
320
bwscsbdup(const unsigned char *str, size_t len)
usr.bin/sort/bwstring.c
332
size_t charlen, chars, cptr;
usr.bin/sort/bwstring.c
341
size_t n = mb_cur_max;
usr.bin/sort/bwstring.c
349
case (size_t) -1:
usr.bin/sort/bwstring.c
351
case (size_t) -2:
usr.bin/sort/bwstring.c
359
if ((n == (size_t)-1) || (n == (size_t)-2))
usr.bin/sort/bwstring.c
392
bwsnocpy(struct bwstring *dst, const struct bwstring *src, size_t offset,
usr.bin/sort/bwstring.c
393
size_t size)
usr.bin/sort/bwstring.c
399
size_t nums = BWSLEN(src) - offset;
usr.bin/sort/bwstring.c
424
size_t
usr.bin/sort/bwstring.c
429
size_t len = bws->cdata.len;
usr.bin/sort/bwstring.c
445
size_t printed = 0;
usr.bin/sort/bwstring.c
477
size_t offset, size_t len)
usr.bin/sort/bwstring.c
479
size_t cmp_len, len1, len2;
usr.bin/sort/bwstring.c
532
bwscmp(const struct bwstring *bws1, const struct bwstring *bws2, size_t offset)
usr.bin/sort/bwstring.c
534
size_t len1, len2, cmp_len;
usr.bin/sort/bwstring.c
561
bws_iterator_cmp(bwstring_iterator iter1, bwstring_iterator iter2, size_t len)
usr.bin/sort/bwstring.c
564
size_t i;
usr.bin/sort/bwstring.c
579
bwscoll(const struct bwstring *bws1, const struct bwstring *bws2, size_t offset)
usr.bin/sort/bwstring.c
581
size_t len1, len2;
usr.bin/sort/bwstring.c
619
size_t i, maxlen;
usr.bin/sort/bwstring.c
65
size_t i, len;
usr.bin/sort/bwstring.c
678
size_t i, maxlen;
usr.bin/sort/bwstring.c
86
size_t i, len;
usr.bin/sort/bwstring.c
866
size_t newlen;
usr.bin/sort/bwstring.c
889
size_t newlen = BWSLEN(str) - (src - dst);
usr.bin/sort/bwstring.c
909
size_t newlen = BWSLEN(str);
usr.bin/sort/bwstring.c
95
if (mbstowcs(m, tmp, len) == ((size_t) - 1)) {
usr.bin/sort/bwstring.c
962
size_t newlen = BWSLEN(str);
usr.bin/sort/bwstring.h
116
bws_iterator_inc(bwstring_iterator iter, size_t pos)
usr.bin/sort/bwstring.h
136
bws_iterator_cmp(bwstring_iterator iter1, bwstring_iterator iter2, size_t len);
usr.bin/sort/bwstring.h
49
size_t len;
usr.bin/sort/bwstring.h
54
size_t len;
usr.bin/sort/bwstring.h
72
struct bwstring *bwsalloc(size_t sz);
usr.bin/sort/bwstring.h
74
size_t bwsrawlen(const struct bwstring *bws);
usr.bin/sort/bwstring.h
76
void bws_setlen(struct bwstring *bws, size_t newlen);
usr.bin/sort/bwstring.h
77
size_t bws_memsize(const struct bwstring *bws);
usr.bin/sort/bwstring.h
87
void bws_disorder_warnx(struct bwstring *s, const char *fn, size_t pos);
usr.bin/sort/bwstring.h
90
struct bwstring *bwssbdup(const wchar_t *str, size_t size);
usr.bin/sort/bwstring.h
91
struct bwstring *bwscsbdup(const unsigned char *str, size_t size);
usr.bin/sort/bwstring.h
93
struct bwstring *bwsnocpy(struct bwstring *dst, const struct bwstring *src, size_t offset, size_t size);
usr.bin/sort/bwstring.h
94
int bwscmp(const struct bwstring *bws1, const struct bwstring *bws2, size_t offset);
usr.bin/sort/bwstring.h
95
int bwsncmp(const struct bwstring *bws1, const struct bwstring *bws2, size_t offset, size_t len);
usr.bin/sort/bwstring.h
96
int bwscoll(const struct bwstring *bws1, const struct bwstring *bws2, size_t offset);
usr.bin/sort/bwstring.h
97
size_t bwsfwrite(struct bwstring *bws, FILE *f, bool zero_ended);
usr.bin/sort/coll.c
1041
size_t offset __unused)
usr.bin/sort/coll.c
106
for (size_t i = 0; i < keys_num; ++i) {
usr.bin/sort/coll.c
1116
size_t offset __unused)
usr.bin/sort/coll.c
121
get_key_from_keys_array(struct keys_array *ka, size_t ind)
usr.bin/sort/coll.c
1272
monthcoll(struct key_value *kv1, struct key_value *kv2, size_t offset __unused)
usr.bin/sort/coll.c
132
set_key_on_keys_array(struct keys_array *ka, struct bwstring *s, size_t ind)
usr.bin/sort/coll.c
153
size_t sz;
usr.bin/sort/coll.c
161
size_t
usr.bin/sort/coll.c
164
size_t ret = 0;
usr.bin/sort/coll.c
170
for (size_t i = 0; i < keys_num; ++i) {
usr.bin/sort/coll.c
235
static size_t
usr.bin/sort/coll.c
236
skip_cols_to_start(const struct bwstring *s, size_t cols, size_t start,
usr.bin/sort/coll.c
260
static size_t
usr.bin/sort/coll.c
261
skip_fields_to_start(const struct bwstring *s, size_t fields, bool *empty_field)
usr.bin/sort/coll.c
269
size_t cpos = 0;
usr.bin/sort/coll.c
289
size_t cpos = 0;
usr.bin/sort/coll.c
310
size_t *field_start, size_t *key_start, bool *empty_field, bool *empty_key)
usr.bin/sort/coll.c
324
static size_t
usr.bin/sort/coll.c
327
size_t f2, next_field_start, pos_end;
usr.bin/sort/coll.c
372
size_t field_start, key_end, key_start, sz;
usr.bin/sort/coll.c
409
for (size_t i = 0; i < keys_num; i++) {
usr.bin/sort/coll.c
47
size_t keys_num = 0;
usr.bin/sort/coll.c
486
key_coll(struct keys_array *ps1, struct keys_array *ps2, size_t offset)
usr.bin/sort/coll.c
492
for (size_t i = 0; i < keys_num; ++i) {
usr.bin/sort/coll.c
55
static int wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset);
usr.bin/sort/coll.c
56
static int gnumcoll(struct key_value*, struct key_value *, size_t offset);
usr.bin/sort/coll.c
57
static int monthcoll(struct key_value*, struct key_value *, size_t offset);
usr.bin/sort/coll.c
575
size_t offset)
usr.bin/sort/coll.c
58
static int numcoll(struct key_value*, struct key_value *, size_t offset);
usr.bin/sort/coll.c
59
static int hnumcoll(struct key_value*, struct key_value *, size_t offset);
usr.bin/sort/coll.c
60
static int randomcoll(struct key_value*, struct key_value *, size_t offset);
usr.bin/sort/coll.c
61
static int versioncoll(struct key_value*, struct key_value *, size_t offset);
usr.bin/sort/coll.c
641
get_list_call_func(size_t offset)
usr.bin/sort/coll.c
70
size_t sz;
usr.bin/sort/coll.c
715
read_number(struct bwstring *s0, int *sign, wchar_t *smain, size_t *main_len, wchar_t *sfrac, size_t *frac_len, unsigned char *si)
usr.bin/sort/coll.c
779
wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset)
usr.bin/sort/coll.c
809
size_t offset __unused, bool use_suffix)
usr.bin/sort/coll.c
81
static size_t
usr.bin/sort/coll.c
815
size_t frac1, frac2, main1, main2;
usr.bin/sort/coll.c
91
size_t
usr.bin/sort/coll.c
963
numcoll(struct key_value *kv1, struct key_value *kv2, size_t offset)
usr.bin/sort/coll.c
973
hnumcoll(struct key_value *kv1, struct key_value *kv2, size_t offset)
usr.bin/sort/coll.c
993
size_t offset __unused)
usr.bin/sort/coll.h
123
size_t c1;
usr.bin/sort/coll.h
124
size_t c2;
usr.bin/sort/coll.h
125
size_t f1;
usr.bin/sort/coll.h
126
size_t f2;
usr.bin/sort/coll.h
146
extern size_t keys_num;
usr.bin/sort/coll.h
161
size_t keys_array_size(void);
usr.bin/sort/coll.h
162
struct key_value *get_key_from_keys_array(struct keys_array *ka, size_t ind);
usr.bin/sort/coll.h
163
void set_key_on_keys_array(struct keys_array *ka, struct bwstring *s, size_t ind);
usr.bin/sort/coll.h
169
size_t sort_list_item_size(struct sort_list_item *si);
usr.bin/sort/coll.h
173
int key_coll(struct keys_array *ks1, struct keys_array *ks2, size_t offset);
usr.bin/sort/coll.h
177
int list_coll_offset(struct sort_list_item **ss1, struct sort_list_item **ss2, size_t offset);
usr.bin/sort/coll.h
179
listcoll_t get_list_call_func(size_t offset);
usr.bin/sort/file.c
1007
merge_files_array(size_t argc, const char **argv, const char *fn_out)
usr.bin/sort/file.c
1013
size_t i;
usr.bin/sort/file.c
1023
file_header_init(fh + i, argv[i], (size_t) i);
usr.bin/sort/file.c
1043
if ((fl == NULL) || (size_t) (fl->count) < max_open_files)
usr.bin/sort/file.c
1047
size_t indx = 0;
usr.bin/sort/file.c
1052
size_t num;
usr.bin/sort/file.c
1057
if ((size_t) num >= max_open_files)
usr.bin/sort/file.c
1061
size_t i;
usr.bin/sort/file.c
111
int (*sort_func)(void *, size_t, size_t,
usr.bin/sort/file.c
1112
static int sort_qsort(void *list, size_t count, size_t elem_size,
usr.bin/sort/file.c
1188
static int (*g_sort_func)(void *, size_t, size_t,
usr.bin/sort/file.c
1237
sub_list_swap(struct sort_list **sl, size_t i1, size_t i2)
usr.bin/sort/file.c
1253
sub_list_swim(struct sort_list **sl, size_t indx)
usr.bin/sort/file.c
1257
size_t parent_index;
usr.bin/sort/file.c
1273
sub_list_sink(struct sort_list **sl, size_t indx, size_t size)
usr.bin/sort/file.c
1275
size_t left_child_index;
usr.bin/sort/file.c
1276
size_t right_child_index;
usr.bin/sort/file.c
1282
size_t min_child_index;
usr.bin/sort/file.c
1303
sub_list_push(struct sort_list *s, struct sort_list **sl, size_t size)
usr.bin/sort/file.c
1354
merge_sub_lists(struct sort_list **sl, size_t n, FILE* f_out)
usr.bin/sort/file.c
1357
size_t i;
usr.bin/sort/file.c
1379
merge_list_parts(struct sort_list **parts, size_t n, const char *fn)
usr.bin/sort/file.c
1396
int(*sort_func)(void *, size_t, size_t, int(*)(const void *, const void *)),
usr.bin/sort/file.c
1401
size_t nthreads_save = nthreads;
usr.bin/sort/file.c
1414
size_t avgsize, cstart, i;
usr.bin/sort/file.c
1426
size_t sz = 0;
usr.bin/sort/file.c
257
size_t i;
usr.bin/sort/file.c
297
size_t indx = l->count;
usr.bin/sort/file.c
300
size_t newsize = (l->size + 1) + 1024;
usr.bin/sort/file.c
324
size_t i;
usr.bin/sort/file.c
361
size_t i;
usr.bin/sort/file.c
395
size_t pos, posdisorder;
usr.bin/sort/file.c
609
size_t sz = 0;
usr.bin/sort/file.c
61
size_t max_open_files = 16;
usr.bin/sort/file.c
665
size_t sz;
usr.bin/sort/file.c
73
size_t bsz;
usr.bin/sort/file.c
74
size_t mmapsize;
usr.bin/sort/file.c
788
file_header_init(struct file_header **fh, const char *fn, size_t file_pos)
usr.bin/sort/file.c
837
file_header_swap(struct file_header **fh, size_t i1, size_t i2)
usr.bin/sort/file.c
853
file_header_heap_swim(struct file_header **fh, size_t indx)
usr.bin/sort/file.c
857
size_t parent_index;
usr.bin/sort/file.c
86
size_t file_pos;
usr.bin/sort/file.c
873
file_header_heap_sink(struct file_header **fh, size_t indx, size_t size)
usr.bin/sort/file.c
875
size_t left_child_index;
usr.bin/sort/file.c
876
size_t right_child_index;
usr.bin/sort/file.c
882
size_t min_child_index;
usr.bin/sort/file.c
903
file_header_list_rearrange_from_header(struct file_header **fh, size_t size)
usr.bin/sort/file.c
913
file_header_list_push(struct file_header *f, struct file_header **fh, size_t size)
usr.bin/sort/file.c
976
file_headers_merge(size_t fnum, struct file_header **fh, FILE *f_out)
usr.bin/sort/file.c
979
size_t i;
usr.bin/sort/file.h
53
size_t count;
usr.bin/sort/file.h
54
size_t size;
usr.bin/sort/file.h
55
size_t sub_list_pos;
usr.bin/sort/file.h
69
size_t count;
usr.bin/sort/file.h
70
size_t sz;
usr.bin/sort/file.h
91
extern size_t max_open_files;
usr.bin/sort/mem.c
38
sort_calloc(size_t nb, size_t size)
usr.bin/sort/mem.c
51
sort_malloc(size_t size)
usr.bin/sort/mem.c
75
sort_realloc(void *ptr, size_t size)
usr.bin/sort/mem.h
41
void *sort_calloc(size_t, size_t);
usr.bin/sort/mem.h
42
void *sort_malloc(size_t);
usr.bin/sort/mem.h
44
void *sort_realloc(void *, size_t);
usr.bin/sort/radixsort.c
100
sort_left_dec(size_t n)
usr.bin/sort/radixsort.c
219
add_to_sublevel(struct sort_level *sl, struct sort_list_item *item, size_t indx)
usr.bin/sort/radixsort.c
256
get_wc_index(struct sort_list_item *sli, size_t level)
usr.bin/sort/radixsort.c
258
const size_t wcfact = (mb_cur_max == 1) ? 1 : sizeof(wchar_t);
usr.bin/sort/radixsort.c
284
place_item(struct sort_level *sl, size_t item)
usr.bin/sort/radixsort.c
311
size_t sln;
usr.bin/sort/radixsort.c
315
for (size_t i = 0; i < sln; ++i) {
usr.bin/sort/radixsort.c
331
const size_t wcfact = (mb_cur_max == 1) ? 1 : sizeof(wchar_t);
usr.bin/sort/radixsort.c
333
size_t i, sln, tosort_num;
usr.bin/sort/radixsort.c
480
size_t n;
usr.bin/sort/radixsort.c
57
static const size_t slsz = 256 * sizeof(struct sort_level*);
usr.bin/sort/radixsort.c
570
for (size_t i = 0; i < sl->tosort_num; ++i)
usr.bin/sort/radixsort.c
597
for (size_t i = 0; i < sl->sln; ++i) {
usr.bin/sort/radixsort.c
610
size_t n;
usr.bin/sort/radixsort.c
612
for (size_t i = 0; i < sl->sln; ++i) {
usr.bin/sort/radixsort.c
638
size_t i;
usr.bin/sort/radixsort.c
66
size_t leaves_num;
usr.bin/sort/radixsort.c
669
run_sort(struct sort_list_item **base, size_t nmemb)
usr.bin/sort/radixsort.c
67
size_t leaves_sz;
usr.bin/sort/radixsort.c
674
size_t nthreads_save = nthreads;
usr.bin/sort/radixsort.c
68
size_t level;
usr.bin/sort/radixsort.c
69
size_t real_sln;
usr.bin/sort/radixsort.c
70
size_t start_position;
usr.bin/sort/radixsort.c
71
size_t sln;
usr.bin/sort/radixsort.c
718
rxsort(struct sort_list_item **base, size_t nmemb)
usr.bin/sort/radixsort.c
72
size_t tosort_num;
usr.bin/sort/radixsort.c
73
size_t tosort_sz;
usr.bin/sort/radixsort.c
90
static size_t sort_left;
usr.bin/sort/radixsort.h
37
void rxsort(struct sort_list_item **base, size_t nmemb);
usr.bin/sort/sort.c
111
static size_t argc_from_file0 = (size_t)-1;
usr.bin/sort/sort.c
1121
nthreads = (size_t)(atoi(optarg));
usr.bin/sort/sort.c
1159
max_open_files = (size_t) mof + 1;
usr.bin/sort/sort.c
1203
for (size_t i = 0; i < keys_num; i++) {
usr.bin/sort/sort.c
221
size_t linesize = 0;
usr.bin/sort/sort.c
233
if (argc_from_file0 == (size_t) - 1)
usr.bin/sort/sort.c
625
size_t len, nmatch;
usr.bin/sort/sort.c
652
ks->f2 = (size_t) strtoul(f, NULL, 10);
usr.bin/sort/sort.c
661
ks->f1 = (size_t) strtoul(f, NULL, 10);
usr.bin/sort/sort.c
679
ks->c2 = (size_t) strtoul(c, NULL, 10);
usr.bin/sort/sort.c
684
ks->c1 = (size_t) strtoul(c, NULL, 10);
usr.bin/sort/sort.c
742
size_t size1;
usr.bin/sort/sort.c
781
size_t len, nmatch;
usr.bin/sort/sort.c
807
*nf = (size_t) strtoul(f, NULL, 10);
usr.bin/sort/sort.c
819
*nc = (size_t) strtoul(c, NULL, 10);
usr.bin/sort/sort.c
94
size_t mb_cur_max;
usr.bin/sort/sort.c
98
size_t nthreads = 1;
usr.bin/sort/sort.h
126
extern size_t mb_cur_max;
usr.bin/sort/sort.h
52
extern size_t nthreads;
usr.bin/sort/sort.h
95
typedef int (*cmpcoll_t)(struct key_value *kv1, struct key_value *kv2, size_t offset);
usr.bin/sort/vsort.c
204
size_t len1, len2, slen1, slen2;
usr.bin/sort/vsort.c
66
find_suffix(bwstring_iterator si, bwstring_iterator se, size_t *len)
usr.bin/sort/vsort.c
69
size_t clen;
usr.bin/split/split.c
276
size_t bufsize;
usr.bin/stat/stat.c
189
char *, size_t, /* a place to put the output */
usr.bin/stat/stat.c
641
char *buf, size_t blen,
usr.bin/su/su.c
223
nargv = malloc(sizeof(char *) * (size_t)(argc + 4));
usr.bin/su/su.c
581
size_t n;
usr.bin/systat/convtbl.c
132
size_t len;
usr.bin/systat/extern.h
108
void getsysctl(const char *, void *, size_t);
usr.bin/systat/extern.h
168
char *sysctl_dynread(const char *, size_t *);
usr.bin/systat/fetch.c
100
size_t sz;
usr.bin/systat/fetch.c
58
getsysctl(const char *name, void *ptr, size_t len)
usr.bin/systat/fetch.c
60
size_t nlen = len;
usr.bin/systat/fetch.c
94
sysctl_dynread(const char *n, size_t *szp)
usr.bin/systat/fetch.c
98
size_t mibsz = SD_MAXMIB;
usr.bin/systat/fetch.c
99
size_t mrg = SD_MARGIN;
usr.bin/systat/icmp.c
217
size_t len;
usr.bin/systat/icmp.c
245
size_t len;
usr.bin/systat/icmp.c
264
size_t len;
usr.bin/systat/icmp6.c
215
size_t len;
usr.bin/systat/icmp6.c
243
size_t len;
usr.bin/systat/icmp6.c
262
size_t len;
usr.bin/systat/ifstat.c
451
size_t datalen = 0;
usr.bin/systat/ifstat.c
459
if (sysctl(name, 5, (void *)&data, (size_t *)&datalen, (void *)NULL,
usr.bin/systat/ifstat.c
460
(size_t)0) != 0)
usr.bin/systat/ifstat.c
469
size_t datalen = 0;
usr.bin/systat/ifstat.c
479
ret = sysctl(name, 6, (void *)data, (size_t *)&datalen, (void *)NULL,
usr.bin/systat/ifstat.c
480
(size_t)0);
usr.bin/systat/iolat.c
108
size_t j;
usr.bin/systat/iolat.c
225
walk_sysctl(int *base_oid, size_t len)
usr.bin/systat/iolat.c
228
size_t l1, l2;
usr.bin/systat/iolat.c
267
size_t l3;
usr.bin/systat/iolat.c
357
size_t len = sizeof(sbt_base);
usr.bin/systat/iolat.c
434
fmt(float f, char *buf, size_t len)
usr.bin/systat/iolat.c
64
static int walk_sysctl(int *, size_t);
usr.bin/systat/iolat.c
71
size_t j;
usr.bin/systat/iolat.c
84
static size_t /* Includes the trailing NUL */
usr.bin/systat/iolat.c
85
oid2name(int *oid, size_t nlen, char *name, size_t namlen)
usr.bin/systat/iolat.c
89
size_t j;
usr.bin/systat/iostat.c
121
size_t len;
usr.bin/systat/ip.c
253
size_t len;
usr.bin/systat/ip.c
297
size_t len;
usr.bin/systat/ip.c
323
size_t len;
usr.bin/systat/ip6.c
238
size_t len;
usr.bin/systat/ip6.c
266
size_t len;
usr.bin/systat/ip6.c
286
size_t len;
usr.bin/systat/main.c
143
size_t size;
usr.bin/systat/main.c
302
size_t size = sizeof(arc[0]);
usr.bin/systat/netstat.c
151
size_t lsz;
usr.bin/systat/pigs.c
112
size_t len;
usr.bin/systat/sctp.c
309
size_t len;
usr.bin/systat/sctp.c
332
size_t len;
usr.bin/systat/sctp.c
345
size_t len;
usr.bin/systat/tcp.c
260
size_t len;
usr.bin/systat/tcp.c
288
size_t len;
usr.bin/systat/tcp.c
307
size_t len;
usr.bin/systat/vmstat.c
196
size_t sz;
usr.bin/systat/vmstat.c
730
size_t size;
usr.bin/systat/zarc.c
198
size_t size = sizeof(ls->hits.arcstats);
usr.bin/tail/extern.h
48
size_t maplen;
usr.bin/tail/reverse.c
172
size_t len;
usr.bin/tail/reverse.c
190
size_t llen;
usr.bin/tail/reverse.c
198
size_t len;
usr.bin/tail/tail.c
284
size_t len;
usr.bin/tcopy/tcopy.cc
108
retval = read(fd, dst, (size_t)max_read_size);
usr.bin/tcopy/tcopy.cc
118
tape_dev::verify_blk(void *dst, size_t len, size_t expected)
usr.bin/tcopy/tcopy.cc
125
tape_dev::write_blk(const void *src, size_t len)
usr.bin/tcopy/tcopy.cc
129
if (nwrite < 0 || (size_t) nwrite != len) {
usr.bin/tcopy/tcopy.cc
171
ssize_t read_blk(void *dst, size_t len);
usr.bin/tcopy/tcopy.cc
172
void write_blk(const void *src, size_t len);
usr.bin/tcopy/tcopy.cc
178
ssize_t full_read(int fd, void *dst, size_t len)
usr.bin/tcopy/tcopy.cc
183
if (retval <= 0 || (size_t)retval == len)
usr.bin/tcopy/tcopy.cc
187
size_t left = len - (size_t)retval;
usr.bin/tcopy/tcopy.cc
192
left -= (size_t)retval;
usr.bin/tcopy/tcopy.cc
199
tap_file::read_blk(void *dst, size_t len)
usr.bin/tcopy/tcopy.cc
207
if ((size_t)nread != sizeof lbuf)
usr.bin/tcopy/tcopy.cc
217
size_t alen = (u + 1) & ~1;
usr.bin/tcopy/tcopy.cc
221
if (retval < 0 || (size_t)retval != alen)
usr.bin/tcopy/tcopy.cc
225
if ((size_t)nread != sizeof lbuf)
usr.bin/tcopy/tcopy.cc
236
tap_file::write_blk(const void *src, size_t len)
usr.bin/tcopy/tcopy.cc
241
size_t expect = 0;
usr.bin/tcopy/tcopy.cc
270
if (nwrite < 0 || (size_t)nwrite != expect)
usr.bin/tcopy/tcopy.cc
280
if ((size_t)nwrite != sizeof tbuf)
usr.bin/tcopy/tcopy.cc
292
if ((size_t)nwrite != sizeof tbuf)
usr.bin/tcopy/tcopy.cc
309
ssize_t read_blk(void *dst, size_t len);
usr.bin/tcopy/tcopy.cc
310
ssize_t verify_blk(void *dst, size_t len, size_t expected);
usr.bin/tcopy/tcopy.cc
311
void write_blk(const void *src, size_t len);
usr.bin/tcopy/tcopy.cc
347
file_set::read_blk(void *dst, size_t len)
usr.bin/tcopy/tcopy.cc
355
file_set::verify_blk(void *dst, size_t len, size_t expected)
usr.bin/tcopy/tcopy.cc
371
file_set::write_blk(const void *src, size_t len)
usr.bin/tcopy/tcopy.cc
376
if (nwrite < 0 || (size_t)nwrite != len)
usr.bin/tcopy/tcopy.cc
411
ssize_t read_blk(void *dst, size_t len);
usr.bin/tcopy/tcopy.cc
412
ssize_t verify_blk(void *dst, size_t len, size_t expected);
usr.bin/tcopy/tcopy.cc
413
void write_blk(const void *src, size_t len);
usr.bin/tcopy/tcopy.cc
419
flat_file::read_blk(void *dst, size_t len)
usr.bin/tcopy/tcopy.cc
427
flat_file::verify_blk(void *dst, size_t len, size_t expected)
usr.bin/tcopy/tcopy.cc
434
flat_file::write_blk(const void *src, size_t len)
usr.bin/tcopy/tcopy.cc
437
if (nwrite < 0 || (size_t)nwrite != len)
usr.bin/tcopy/tcopy.cc
482
size_t alen = strlen(arg);
usr.bin/tcopy/tcopy.cc
501
static size_t maxblk = MAXREC;
usr.bin/tcopy/tcopy.cc
570
getspace(size_t blk)
usr.bin/tcopy/tcopy.cc
612
fsize += (size_t)nread;
usr.bin/tcopy/tcopy.cc
64
size_t max_read_size;
usr.bin/tcopy/tcopy.cc
649
output->write_blk(buff, (size_t)nread);
usr.bin/tcopy/tcopy.cc
679
nread1 = input->read_blk(buf1, (size_t)maxblk);
usr.bin/tcopy/tcopy.cc
680
nread2 = output->verify_blk(buf2, maxblk, (size_t)nread1);
usr.bin/tcopy/tcopy.cc
688
if (nread1 > 0 && memcmp(buf1, buf2, (size_t)nread1)) {
usr.bin/tcopy/tcopy.cc
714
size_t l_maxphys = sizeof maxphys;
usr.bin/tcopy/tcopy.cc
72
virtual ssize_t read_blk(void *dst, size_t len);
usr.bin/tcopy/tcopy.cc
73
virtual ssize_t verify_blk(void *dst, size_t len, size_t expected);
usr.bin/tcopy/tcopy.cc
74
virtual void write_blk(const void *src, size_t len);
usr.bin/tcopy/tcopy.cc
90
tape_dev::read_blk(void *dst, size_t len)
usr.bin/tee/tee.c
160
size_t pathlen;
usr.bin/tftp/main.c
1011
size_t max;
usr.bin/tftp/main.c
973
size_t max;
usr.bin/time/time.c
109
setvbuf(out, (char *)NULL, _IONBF, (size_t)0);
usr.bin/time/time.c
223
size_t size;
usr.bin/tip/libacu/hayes.c
172
size_t i;
usr.bin/tip/tip/cmds.c
135
size_t cnt;
usr.bin/tip/tip/cmds.c
179
if ((cnt = (p-buffer)) == (size_t)number(value(FRAMESIZE))) {
usr.bin/tip/tip/cmds.c
180
if ((size_t)write(fd, buffer, cnt) != cnt) {
usr.bin/tip/tip/cmds.c
188
if ((size_t)write(fd, buffer, cnt) != cnt)
usr.bin/tip/tip/tip.c
331
prompt(char *s, char *p, size_t sz)
usr.bin/tip/tip/tip.c
468
size_t
usr.bin/tip/tip/tip.c
471
size_t i = 0;
usr.bin/tip/tip/tip.c
572
parwrite(int fd, char *buf, size_t n)
usr.bin/tip/tip/tip.c
574
size_t i;
usr.bin/tip/tip/tip.h
291
int prompt(char *, char *, size_t);
usr.bin/tip/tip/tip.h
292
size_t size(char *);
usr.bin/tip/tip/tip.h
329
void parwrite(int, char *, size_t);
usr.bin/tip/tip/tipout.c
126
size_t cnt;
usr.bin/tip/tip/tipout.c
77
while (c != '\n' && (size_t)(pline - line) < sizeof(line)) {
usr.bin/tip/tip/value.c
46
static size_t col = 0;
usr.bin/top/display.c
1338
size_t len, old_len;
usr.bin/top/display.c
983
size_t i;
usr.bin/top/machine.c
1006
size_t idx;
usr.bin/top/machine.c
1051
size_t state;
usr.bin/top/machine.c
1075
size_t len;
usr.bin/top/machine.c
1151
size_t argbuflen;
usr.bin/top/machine.c
1152
size_t len;
usr.bin/top/machine.c
1278
getsysctl(const char *name, void *ptr, size_t len)
usr.bin/top/machine.c
1280
size_t nlen = len;
usr.bin/top/machine.c
225
static void getsysctl(const char *name, void *ptr, size_t len);
usr.bin/top/machine.c
305
size_t i = 0;
usr.bin/top/machine.c
356
size_t size;
usr.bin/top/machine.c
533
size_t size;
usr.bin/top/machine.c
987
size_t idx;
usr.bin/top/top.c
120
for (size_t i = 0; i < TOP_MAX_UIDS; ++i)
usr.bin/top/top.c
127
size_t i = 0;
usr.bin/top/top.c
145
size_t i = 0;
usr.bin/top/top.c
146
size_t where = TOP_MAX_UIDS;
usr.bin/top/top.c
166
handle_user(char *buf, size_t buflen)
usr.bin/top/utils.c
32
size_t len;
usr.bin/tr/str.c
190
size_t clen;
usr.bin/tr/str.c
200
if (clen == (size_t)-1 || clen == (size_t)-2 || clen == 0)
usr.bin/tr/str.c
241
size_t clen;
usr.bin/tr/str.c
250
if (clen == (size_t)-1 || clen == (size_t)-2)
usr.bin/tr/str.c
294
size_t clen;
usr.bin/tr/str.c
303
if (clen == (size_t)-1 || clen == (size_t)-2)
usr.bin/tr/str.c
61
size_t clen;
usr.bin/tr/str.c
82
if (clen == (size_t)-1 || clen == (size_t)-2 ||
usr.bin/truss/setup.c
238
size_t len;
usr.bin/truss/syscalls.c
1065
print_utrace(FILE *fp, void *utrace_addr, size_t len)
usr.bin/truss/syscalls.c
1163
size_t max_string = trussinfo->strsize;
usr.bin/truss/syscalls.c
1165
size_t len;
usr.bin/truss/syscalls.c
1532
print_sysctl_oid(FILE *fp, int *oid, size_t len)
usr.bin/truss/syscalls.c
1534
size_t i;
usr.bin/truss/syscalls.c
1547
print_sysctl(FILE *fp, int *oid, size_t len)
usr.bin/truss/syscalls.c
1551
size_t i;
usr.bin/truss/syscalls.c
1604
size_t read_len = MIN(iov.iov_len, NETLINK_MAX_DECODE);
usr.bin/truss/syscalls.c
1644
size_t tmplen;
usr.bin/truss/syscalls.c
1679
fprintf(fp, "%zu", (size_t)args[sc->offset]);
usr.bin/truss/syscalls.c
1750
size_t len;
usr.bin/truss/syscalls.c
1752
size_t pointer_size =
usr.bin/truss/syscalls.c
1824
size_t pointer_size =
usr.bin/truss/syscalls.c
1979
size_t bytes = sizeof(struct pollfd) * numfds;
usr.bin/truss/syscalls.c
2006
size_t bytes = _howmany(numfds, _NFDBITS) * _NFDBITS;
usr.bin/truss/syscalls.c
2164
size_t bytes;
usr.bin/truss/syscalls.c
2198
size_t bytes;
usr.bin/truss/syscalls.c
2375
size_t len;
usr.bin/truss/syscalls.c
2442
size_t len;
usr.bin/truss/syscalls.c
951
get_struct(pid_t pid, psaddr_t offset, void *buf, size_t len)
usr.bin/truss/syscalls.c
976
size_t offset, size, totalsize;
usr.bin/truss/truss.h
59
size_t pointer_size;
usr.bin/tsort/tsort.c
180
grow_buf(void *bp, size_t size)
usr.bin/tsort/tsort.c
95
static void *grow_buf(void *, size_t);
usr.bin/uname/uname.c
199
size_t len; \
usr.bin/uname/uname.c
212
size_t len; \
usr.bin/uname/uname.c
239
size_t n;
usr.bin/uniq/uniq.c
253
size_t n;
usr.bin/uniq/uniq.c
256
if ((n = mbstowcs(NULL, str, 0)) == (size_t)-1)
usr.bin/uniq/uniq.c
85
size_t prevbuflen, thisbuflen, b1;
usr.bin/units/units.c
523
size_t len = strlen(prefixtable[i].prefixname);
usr.bin/usbhidaction/usbhidaction.c
159
sz = (size_t)hid_report_size(repd, hid_input, -1);
usr.bin/usbhidaction/usbhidaction.c
468
size_t len;
usr.bin/usbhidaction/usbhidaction.c
90
size_t sz, sz1;
usr.bin/vi/cl_extern.h
1
int cl_waddstr(SCR *, const CHAR_T *, size_t);
usr.bin/vi/cl_extern.h
13
int cl_move(SCR *, size_t, size_t);
usr.bin/vi/cl_extern.h
2
int cl_addstr(SCR *, const char *, size_t);
usr.bin/vi/cl_extern.h
27
int cl_fmap(SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t);
usr.bin/vi/cl_extern.h
30
int cl_ssize(SCR *, int, size_t *, size_t *, int *);
usr.bin/vi/cl_extern.h
7
int cl_cursor(SCR *, size_t *, size_t *);
usr.bin/vi/common_extern.h
106
MARK *, MARK *, CHAR_T *, size_t, CHAR_T **, u_int);
usr.bin/vi/common_extern.h
108
MARK *, MARK *, CHAR_T *, size_t, CHAR_T **, u_int);
usr.bin/vi/common_extern.h
111
size_t, CHAR_T *, size_t, CHAR_T *, size_t, seq_t, int);
usr.bin/vi/common_extern.h
112
int seq_delete(SCR *, CHAR_T *, size_t, seq_t);
usr.bin/vi/common_extern.h
115
(SCR *, SEQ **, EVENT *, CHAR_T *, size_t, seq_t, int *);
usr.bin/vi/common_extern.h
119
int e_memcmp(CHAR_T *, EVENT *, size_t);
usr.bin/vi/common_extern.h
12
int looks_utf8(const char *, size_t);
usr.bin/vi/common_extern.h
120
void *binc(SCR *, void *, size_t *, size_t);
usr.bin/vi/common_extern.h
121
int nonblank(SCR *, recno_t, size_t *);
usr.bin/vi/common_extern.h
125
char *v_strdup(SCR *, const char *, size_t);
usr.bin/vi/common_extern.h
126
CHAR_T *v_wstrdup(SCR *, const CHAR_T *, size_t);
usr.bin/vi/common_extern.h
13
int looks_utf16(const char *, size_t);
usr.bin/vi/common_extern.h
28
size_t v_key_len(SCR *, ARG_CHAR_T);
usr.bin/vi/common_extern.h
31
int v_event_push(SCR *, EVENT *, CHAR_T *, size_t, u_int);
usr.bin/vi/common_extern.h
35
int db_eget(SCR *, recno_t, CHAR_T **, size_t *, int *);
usr.bin/vi/common_extern.h
36
int db_get(SCR *, recno_t, u_int32_t, CHAR_T **, size_t *);
usr.bin/vi/common_extern.h
38
int db_append(SCR *, int, recno_t, CHAR_T *, size_t);
usr.bin/vi/common_extern.h
39
int db_insert(SCR *, recno_t, CHAR_T *, size_t);
usr.bin/vi/common_extern.h
40
int db_set(SCR *, recno_t, CHAR_T *, size_t);
usr.bin/vi/common_extern.h
43
int db_rget(SCR *, recno_t, char **, size_t *);
usr.bin/vi/common_extern.h
44
int db_rset(SCR *, recno_t, char *, size_t);
usr.bin/vi/common_extern.h
6
int cut_line(SCR *, recno_t, size_t, size_t, CB *);
usr.bin/vi/common_extern.h
68
const char *msg_cmsg(SCR *, cmsg_t, size_t *);
usr.bin/vi/common_extern.h
69
const char *msg_cat(SCR *, const char *, size_t *);
usr.bin/vi/common_extern.h
8
TEXT *text_init(SCR *, const CHAR_T *, size_t, size_t);
usr.bin/vi/ex_extern.h
117
int ex_getline(SCR *, FILE *, size_t *);
usr.bin/vi/ex_extern.h
19
int argv_exp0(SCR *, EXCMD *, CHAR_T *, size_t);
usr.bin/vi/ex_extern.h
20
int argv_exp1(SCR *, EXCMD *, CHAR_T *, size_t, int);
usr.bin/vi/ex_extern.h
21
int argv_exp2(SCR *, EXCMD *, CHAR_T *, size_t);
usr.bin/vi/ex_extern.h
22
int argv_exp3(SCR *, EXCMD *, CHAR_T *, size_t);
usr.bin/vi/ex_extern.h
23
int argv_flt_ex(SCR *, EXCMD *, CHAR_T *, size_t);
usr.bin/vi/ex_extern.h
25
int argv_flt_path(SCR *, EXCMD *, CHAR_T *, size_t);
usr.bin/vi/ex_extern.h
26
CHAR_T *argv_esc(SCR *, EXCMD *, CHAR_T *, size_t);
usr.bin/vi/ex_extern.h
27
CHAR_T *argv_uesc(SCR *, EXCMD *, CHAR_T *, size_t);
usr.bin/vi/ex_extern.h
4
int ex_is_abbrev(CHAR_T *, size_t);
usr.bin/vi/ex_extern.h
49
int ex_run_str(SCR *, char *, CHAR_T *, size_t, int, int);
usr.bin/vi/ex_extern.h
5
int ex_is_unmap(CHAR_T *, size_t);
usr.bin/vi/ex_extern.h
64
int ex_ldisplay(SCR *, const CHAR_T *, size_t, size_t, u_int);
usr.bin/vi/ex_extern.h
94
CHAR_T *, size_t, CHAR_T **, size_t *, regex_t *, u_int);
usr.bin/vi/vi_extern.h
114
int vs_line(SCR *, SMAP *, size_t *, size_t *);
usr.bin/vi/vi_extern.h
119
void vs_msg(SCR *, mtype_t, char *, size_t);
usr.bin/vi/vi_extern.h
124
int vs_column(SCR *, size_t *);
usr.bin/vi/vi_extern.h
125
size_t vs_screens(SCR *, recno_t, size_t *);
usr.bin/vi/vi_extern.h
126
size_t vs_columns(SCR *, CHAR_T *, recno_t, size_t *, size_t *);
usr.bin/vi/vi_extern.h
127
size_t vs_rcm(SCR *, recno_t, int);
usr.bin/vi/vi_extern.h
128
size_t vs_colpos(SCR *, recno_t, size_t);
usr.bin/vi/vi_extern.h
138
recno_t vs_sm_nlines(SCR *, SMAP *, recno_t, size_t);
usr.bin/vi/vi_extern.h
87
const CHAR_T *, size_t, ARG_CHAR_T, recno_t, u_long, u_int32_t);
usr.bin/vi/vi_extern.h
88
int v_txt_auto(SCR *, recno_t, TEXT *, size_t, TEXT *);
usr.bin/vi/vi_extern.h
98
int v_isempty(CHAR_T *, size_t);
usr.bin/vmstat/vmstat.c
1191
size_t intrcntlen;
usr.bin/vmstat/vmstat.c
1219
char *intrnames, unsigned int nintr, size_t istrnamlen, long long period_ms)
usr.bin/vmstat/vmstat.c
1256
size_t clen, inamlen, istrnamlen;
usr.bin/vmstat/vmstat.c
1337
size_t i, zones;
usr.bin/vmstat/vmstat.c
1585
kreado(int nlx, void *addr, size_t size, size_t offset)
usr.bin/vmstat/vmstat.c
1595
if ((size_t)kvm_read(kd, namelist[nlx].n_value + offset, addr,
usr.bin/vmstat/vmstat.c
1605
kread(int nlx, void *addr, size_t size)
usr.bin/vmstat/vmstat.c
1612
kreadptr(uintptr_t addr, void *buf, size_t size)
usr.bin/vmstat/vmstat.c
1615
if ((size_t)kvm_read(kd, addr, buf, size) != size)
usr.bin/vmstat/vmstat.c
184
static void kread(int, void *, size_t);
usr.bin/vmstat/vmstat.c
185
static void kreado(int, void *, size_t, size_t);
usr.bin/vmstat/vmstat.c
186
static void kreadptr(uintptr_t, void *, size_t);
usr.bin/vmstat/vmstat.c
204
size_t len;
usr.bin/vmstat/vmstat.c
395
mysysctl(const char *name, void *oldp, size_t *oldlenp)
usr.bin/vmstat/vmstat.c
484
size_t size;
usr.bin/vmstat/vmstat.c
586
size_t size;
usr.bin/vmstat/vmstat.c
605
size_t size;
usr.bin/vmstat/vmstat.c
643
size_t size;
usr.bin/vmstat/vmstat.c
92
static size_t size_cp_times;
usr.bin/vmstat/vmstat.c
928
size_t size;
usr.bin/vtfontcvt/vtfontcvt.c
174
typedef size_t (*vt_write)(const void *, size_t, size_t, FILE *);
usr.bin/vtfontcvt/vtfontcvt.c
188
xmalloc(size_t size)
usr.bin/vtfontcvt/vtfontcvt.c
342
rshift_row(uint8_t *buf, size_t len, size_t shift)
usr.bin/vtfontcvt/vtfontcvt.c
345
size_t off_bit = shift % 8;
usr.bin/vtfontcvt/vtfontcvt.c
359
split_row(uint8_t *left, uint8_t *right, uint8_t *line, size_t w)
usr.bin/vtfontcvt/vtfontcvt.c
361
size_t s, i;
usr.bin/vtfontcvt/vtfontcvt.c
403
size_t length;
usr.bin/vtfontcvt/vtfontcvt.c
551
size_t length;
usr.bin/vtfontcvt/vtfontcvt.c
620
size_t len;
usr.bin/vtfontcvt/vtfontcvt.c
649
static size_t
usr.bin/vtfontcvt/vtfontcvt.c
650
write_glyph_source(const void *ptr, size_t size, size_t nitems, FILE *stream)
usr.bin/vtfontcvt/vtfontcvt.c
653
size_t i;
usr.bin/vtfontcvt/vtfontcvt.c
671
static size_t
usr.bin/vtfontcvt/vtfontcvt.c
672
write_glyph_buf(const void *ptr, size_t size, size_t nitems,
usr.bin/vtfontcvt/vtfontcvt.c
675
static size_t index = 0;
usr.bin/vtfontcvt/vtfontcvt.c
806
size_t uncompressed_size = wbytes * height * glyph_unique;
usr.bin/vtfontcvt/vtfontcvt.c
807
size_t compressed_size = uncompressed_size;
usr.bin/w/w.c
121
char *fmt_argv(char **, char *, char *, size_t); /* ../../bin/ps/fmt.c */
usr.bin/w/w.c
130
size_t width;
usr.bin/w/w.c
241
size_t size;
usr.bin/w/w.c
83
static size_t ttywidth; /* width of tty */
usr.bin/w/w.c
84
static size_t fromwidth = 0; /* max width of "from" field */
usr.bin/w/w.c
85
static size_t argwidth; /* width of arguments */
usr.bin/wall/ttymsg.c
107
for (cnt = 0; (size_t)wret >= iov->iov_len; ++cnt) {
usr.bin/wc/wc.c
211
size_t clen;
usr.bin/wc/wc.c
304
} else if (clen == (size_t)-1) {
usr.bin/wc/wc.c
313
} else if (clen == (size_t)-2) {
usr.bin/wc/wc.c
337
if (mbrtowc(NULL, NULL, 0, &mbs) == (size_t)-1 && !warned)
usr.bin/whereis/whereis.c
228
size_t s;
usr.bin/whereis/whereis.c
254
size_t s;
usr.bin/whereis/whereis.c
382
size_t nlen, olen, s;
usr.bin/which/which.c
48
size_t pathlen;
usr.bin/whois/whois.c
258
size_t len = strlen(domain);
usr.bin/whois/whois.c
262
size_t suffix_len = strlen(whoiswhere[i].suffix);
usr.bin/whois/whois.c
309
size_t count;
usr.bin/whois/whois.c
439
size_t len, i;
usr.bin/whois/whois.c
99
size_t len;
usr.bin/xargs/strnsubst.c
18
bool strnsubst(char **, const char *, const char *, size_t);
usr.bin/xargs/strnsubst.c
33
strnsubst(char **str, const char *match, const char *replstr, size_t maxsize)
usr.bin/xargs/xargs.c
111
size_t linelen;
usr.bin/xargs/xargs.c
246
linelen = 1 + argc + (size_t)nargs + 1;
usr.bin/xargs/xargs.c
290
if ((bbp = malloc((size_t)(nline + 1))) == NULL)
usr.bin/xargs/xargs.c
349
size_t curlen;
usr.bin/xargs/xargs.c
457
memcpy(bbp, argp, (size_t)cnt);
usr.bin/xargs/xargs.c
515
if (strnsubst(tmp++, replstr, inpline, (size_t)Sflag)) {
usr.bin/xargs/xargs.c
63
bool strnsubst(char **, const char *, const char *, size_t);
usr.bin/xargs/xargs.c
773
size_t rsize = 0;
usr.bin/xinstall/xinstall.c
1082
compare(int from_fd, const char *from_name __unused, size_t from_len,
usr.bin/xinstall/xinstall.c
1083
int to_fd, const char *to_name __unused, size_t to_len,
usr.bin/xinstall/xinstall.c
1097
static size_t bufsize;
usr.bin/xinstall/xinstall.c
1158
create_tempfile(const char *path, char *temp, size_t tsize)
usr.bin/xinstall/xinstall.c
1181
static size_t bufsize;
usr.bin/xinstall/xinstall.c
1395
size_t buflen, destlen;
usr.bin/xinstall/xinstall.c
141
static int compare(int, const char *, size_t, int, const char *, size_t,
usr.bin/xinstall/xinstall.c
144
static int create_tempfile(const char *, char *, size_t);
usr.bin/xinstall/xinstall.c
148
static void digest_update(DIGEST_CTX *, const char *, size_t);
usr.bin/xinstall/xinstall.c
468
digest_update(DIGEST_CTX *c, const char *data, size_t len)
usr.bin/xinstall/xinstall.c
860
(size_t)from_sb.st_size, to_fd,
usr.bin/xinstall/xinstall.c
861
to_name, (size_t)to_sb.st_size, &digestresult));
usr.bin/xinstall/xinstall.c
916
if (compare(temp_fd, tempfile, (size_t)temp_sb.st_size, to_fd,
usr.bin/xinstall/xinstall.c
917
to_name, (size_t)to_sb.st_size, &digestresult)
usr.bin/xinstall/xinstall.c
948
if ((size_t)snprintf(backup, MAXPATHLEN, "%s%s", to_name,
usr.bin/yes/yes.c
60
size_t buflen, explen = EXPLEN;
usr.sbin/ac/ac.c
74
size_t len;
usr.sbin/acpi/acpiconf/acpiconf.c
250
if ((size_t)(end - optarg) != strlen(optarg))
usr.sbin/acpi/acpiconf/acpiconf.c
256
if ((size_t)(end - optarg) != strlen(optarg))
usr.sbin/acpi/acpiconf/acpiconf.c
264
if ((size_t)(end - optarg) != strlen(optarg))
usr.sbin/acpi/acpidb/acpidb.c
400
code = mmap(NULL, (size_t)sb.st_size, PROT_READ, MAP_PRIVATE, fd, (off_t)0);
usr.sbin/acpi/acpidb/acpidb.c
407
munmap(code, (size_t)sb.st_size);
usr.sbin/acpi/acpidb/acpidb.c
421
if ((size_t)snprintf(filetmp, sizeof(filetmp), "%s.tmp",
usr.sbin/acpi/acpidb/acpidb.c
424
munmap(code, (size_t)sb.st_size);
usr.sbin/acpi/acpidb/acpidb.c
430
munmap(code, (size_t)sb.st_size);
usr.sbin/acpi/acpidb/acpidb.c
438
munmap(code, (size_t)sb.st_size);
usr.sbin/acpi/acpidump/acpi.c
177
acpi_print_string(char *s, size_t length)
usr.sbin/acpi/acpidump/acpi.c
1897
size_t len;
usr.sbin/acpi/acpidump/acpi.c
2692
acpi_checksum(void *p, size_t length)
usr.sbin/acpi/acpidump/acpi.c
2911
size_t len;
usr.sbin/acpi/acpidump/acpi.c
2923
if ((size_t)snprintf(wrkdir, len, "%s/acpidump.XXXXXX", buf) > len-1 ) {
usr.sbin/acpi/acpidump/acpi.c
2931
len = (size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, iname);
usr.sbin/acpi/acpidump/acpi.c
2964
len = (size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, oname);
usr.sbin/acpi/acpidump/acpi.c
56
static void acpi_print_string(char *s, size_t length);
usr.sbin/acpi/acpidump/acpi_user.c
101
size_t len;
usr.sbin/acpi/acpidump/acpi_user.c
168
size_t len;
usr.sbin/acpi/acpidump/acpi_user.c
189
acpi_map_physical(vm_offset_t pa, size_t size)
usr.sbin/acpi/acpidump/acpi_user.c
53
size_t size;
usr.sbin/acpi/acpidump/acpi_user.c
71
acpi_user_find_mapping(vm_offset_t pa, size_t size)
usr.sbin/acpi/acpidump/acpidump.h
151
void *acpi_map_physical(vm_offset_t, size_t);
usr.sbin/acpi/acpidump/acpidump.h
155
int acpi_checksum(void *, size_t);
usr.sbin/apm/apm.c
386
size_t cmos_wall_len = sizeof(cmos_wall);
usr.sbin/apmd/apmd.h
63
size_t len;
usr.sbin/apmd/apmdparse.y
171
size_t len = sizeof (struct event_cmd_exec);
usr.sbin/apmd/apmdparse.y
185
size_t len = sizeof (struct event_cmd_reject);
usr.sbin/arp/arp.c
322
size_t len = sizeof(max_age);
usr.sbin/arp/arp.c
539
size_t needed;
usr.sbin/arp/arp_netlink.c
98
size_t len = sizeof(fibnum);
usr.sbin/autofs/automount.c
114
__DECONST(void *, "autofs"), (size_t)-1);
usr.sbin/autofs/automount.c
116
__DECONST(void *, fspath), (size_t)-1);
usr.sbin/autofs/automount.c
118
__DECONST(void *, from), (size_t)-1);
usr.sbin/autofs/automount.c
127
__DECONST(void *, options), (size_t)-1);
usr.sbin/autofs/automount.c
129
__DECONST(void *, prefix), (size_t)-1);
usr.sbin/autofs/automount.c
241
__DECONST(void *, "autofs"), (size_t)-1);
usr.sbin/autofs/automount.c
243
__DECONST(void *, fspath), (size_t)-1);
usr.sbin/autofs/common.c
577
size_t len;
usr.sbin/autofs/common.c
680
size_t tmplen;
usr.sbin/autofs/common.c
905
size_t linecap = 0;
usr.sbin/bhyve/acpi.c
787
size_t maplen;
usr.sbin/bhyve/amd64/fwctl.c
175
size_t f_sz;
usr.sbin/bhyve/amd64/fwctl.c
179
static size_t fget_size;
usr.sbin/bhyve/amd64/fwctl.c
280
size_t resp_size;
usr.sbin/bhyve/amd64/fwctl.c
281
size_t resp_off;
usr.sbin/bhyve/amd64/fwctl.c
85
fwctl_send_rest(uint8_t *data, size_t len)
usr.sbin/bhyve/amd64/fwctl.c
91
size_t i;
usr.sbin/bhyve/amd64/mptbl.c
87
mpt_compute_checksum(void *base, size_t len)
usr.sbin/bhyve/amd64/pci_gvt-d.c
200
for (size_t i = 0; i < nitems(igd_devices); i++) {
usr.sbin/bhyve/amd64/pci_gvt-d.c
278
size_t sysctl_len;
usr.sbin/bhyve/amd64/pci_lpc.c
177
size_t i;
usr.sbin/bhyve/amd64/rtc.c
74
size_t himem;
usr.sbin/bhyve/amd64/rtc.c
75
size_t lomem;
usr.sbin/bhyve/audio.c
224
audio_playback(struct audio *aud, const uint8_t *buf, size_t count)
usr.sbin/bhyve/audio.c
227
size_t total;
usr.sbin/bhyve/audio.c
258
audio_record(struct audio *aud, uint8_t *buf, size_t count)
usr.sbin/bhyve/audio.c
261
size_t total;
usr.sbin/bhyve/audio.c
83
size_t nlen;
usr.sbin/bhyve/audio.h
74
int audio_playback(struct audio *aud, const uint8_t *buf, size_t count);
usr.sbin/bhyve/audio.h
84
int audio_record(struct audio *aud, uint8_t *buf, size_t count);
usr.sbin/bhyve/basl.c
67
basl_le_dec(void *pp, size_t len)
usr.sbin/bhyve/basl.c
86
basl_le_enc(void *pp, uint64_t val, size_t len)
usr.sbin/bhyve/bhyverun.c
245
calc_mem_affinity(size_t vm_memsize)
usr.sbin/bhyve/bhyverun.c
514
paddr_guest2host(struct vmctx *ctx, uintptr_t gaddr, size_t len)
usr.sbin/bhyve/bhyverun.c
748
size_t linecap;
usr.sbin/bhyve/bhyverun.c
804
size_t memsize;
usr.sbin/bhyve/bhyverun.h
58
void *paddr_guest2host(struct vmctx *ctx, uintptr_t addr, size_t len);
usr.sbin/bhyve/block_if.c
236
size_t clen, len, off, boff, voff;
usr.sbin/bhyve/block_if.c
264
len = (size_t)n;
usr.sbin/bhyve/block_if.h
66
typedef void blockif_resize_cb(struct blockif_ctxt *, void *, size_t);
usr.sbin/bhyve/bootrom.c
134
bootrom_alloc(struct vmctx *ctx, size_t len, int prot, int flags,
usr.sbin/bhyve/bootrom.h
46
int bootrom_alloc(struct vmctx *ctx, size_t len, int prot, int flags,
usr.sbin/bhyve/config.c
242
size_t valsize;
usr.sbin/bhyve/gdb.c
1198
for (size_t i = 0; i < nitems(gdb_regset); i++)
usr.sbin/bhyve/gdb.c
120
size_t capacity;
usr.sbin/bhyve/gdb.c
1207
for (size_t i = 0; i < nitems(gdb_regset); i++) {
usr.sbin/bhyve/gdb.c
121
size_t start;
usr.sbin/bhyve/gdb.c
1218
gdb_read_one_reg(const uint8_t *data, size_t len)
usr.sbin/bhyve/gdb.c
122
size_t len;
usr.sbin/bhyve/gdb.c
1241
gdb_read_mem(const uint8_t *data, size_t len)
usr.sbin/bhyve/gdb.c
1245
size_t resid, todo, bytes;
usr.sbin/bhyve/gdb.c
1355
gdb_write_mem(const uint8_t *data, size_t len)
usr.sbin/bhyve/gdb.c
1359
size_t resid, todo, bytes;
usr.sbin/bhyve/gdb.c
1485
write_instr(uint8_t *dest, uint8_t *instr, size_t len)
usr.sbin/bhyve/gdb.c
1585
parse_breakpoint(const uint8_t *data, size_t len)
usr.sbin/bhyve/gdb.c
1649
command_equals(const uint8_t *data, size_t len, const char *cmd)
usr.sbin/bhyve/gdb.c
1658
check_features(const uint8_t *data, size_t len)
usr.sbin/bhyve/gdb.c
1721
gdb_query(const uint8_t *data, size_t len)
usr.sbin/bhyve/gdb.c
1793
size_t xmllen;
usr.sbin/bhyve/gdb.c
1802
(size_t)(pathend - data) >= sizeof(path) - 1) {
usr.sbin/bhyve/gdb.c
1858
handle_command(const uint8_t *data, size_t len)
usr.sbin/bhyve/gdb.c
1974
size_t avail, plen;
usr.sbin/bhyve/gdb.c
2061
size_t pending;
usr.sbin/bhyve/gdb.c
397
static size_t
usr.sbin/bhyve/gdb.c
419
io_buffer_advance(struct io_buffer *io, size_t amount)
usr.sbin/bhyve/gdb.c
428
io_buffer_consume(struct io_buffer *io, size_t amount)
usr.sbin/bhyve/gdb.c
446
io_buffer_grow(struct io_buffer *io, size_t newsize)
usr.sbin/bhyve/gdb.c
449
size_t avail, new_cap;
usr.sbin/bhyve/gdb.c
526
parse_integer(const uint8_t *p, size_t len)
usr.sbin/bhyve/gdb.c
580
send_data(const uint8_t *data, size_t len)
usr.sbin/bhyve/gdb.c
643
append_packet_data(const uint8_t *data, size_t len)
usr.sbin/bhyve/gdb.c
655
append_binary_data(const uint8_t *data, size_t len)
usr.sbin/bhyve/gdb.c
693
append_unsigned_native(uintmax_t value, size_t len)
usr.sbin/bhyve/gdb.c
695
size_t i;
usr.sbin/bhyve/gdb.c
704
append_unsigned_be(uintmax_t value, size_t len)
usr.sbin/bhyve/gdb.c
707
size_t i;
usr.sbin/bhyve/gdb.c
764
parse_threadid(const uint8_t *data, size_t len)
usr.sbin/bhyve/iov.c
100
size_t total = 0;
usr.sbin/bhyve/iov.c
101
size_t i;
usr.sbin/bhyve/iov.c
113
size_t
usr.sbin/bhyve/iov.c
114
iov_to_buf(const struct iovec *iov, size_t niov, void **buf)
usr.sbin/bhyve/iov.c
116
size_t ptr, total;
usr.sbin/bhyve/iov.c
117
size_t i;
usr.sbin/bhyve/iov.c
132
size_t
usr.sbin/bhyve/iov.c
133
buf_to_iov(const void *buf, size_t buflen, const struct iovec *iov, size_t niov)
usr.sbin/bhyve/iov.c
135
size_t off = 0, len;
usr.sbin/bhyve/iov.c
136
size_t i;
usr.sbin/bhyve/iov.c
52
split_iov(struct iovec *iov, size_t *niov1, size_t offset, size_t *niov2)
usr.sbin/bhyve/iov.c
54
size_t count, resid;
usr.sbin/bhyve/iov.c
83
size_t
usr.sbin/bhyve/iov.c
84
count_iov(const struct iovec *iov, size_t niov)
usr.sbin/bhyve/iov.c
86
size_t total = 0;
usr.sbin/bhyve/iov.c
87
size_t i;
usr.sbin/bhyve/iov.c
98
check_iov_len(const struct iovec *iov, size_t niov, size_t len)
usr.sbin/bhyve/iov.h
40
struct iovec *split_iov(struct iovec *, size_t *, size_t, size_t *);
usr.sbin/bhyve/iov.h
41
size_t count_iov(const struct iovec *, size_t);
usr.sbin/bhyve/iov.h
42
bool check_iov_len(const struct iovec *, size_t, size_t);
usr.sbin/bhyve/iov.h
43
size_t iov_to_buf(const struct iovec *, size_t, void **);
usr.sbin/bhyve/iov.h
44
size_t buf_to_iov(const void *, size_t, const struct iovec *, size_t);
usr.sbin/bhyve/mevent_test.c
69
size_t len;
usr.sbin/bhyve/net_backend_netgraph.c
61
size_t msbsz;
usr.sbin/bhyve/net_backend_slirp.c
246
assert((size_t)n <= priv->mtu);
usr.sbin/bhyve/net_backend_slirp.c
75
size_t mtu;
usr.sbin/bhyve/net_backend_slirp.c
93
size_t mtu;
usr.sbin/bhyve/net_backends.c
497
size_t
usr.sbin/bhyve/net_backends.h
49
size_t netbe_get_vnet_hdr_len(net_backend_t *be);
usr.sbin/bhyve/net_backends_priv.h
113
size_t priv_size;
usr.sbin/bhyve/pci_ahci.c
1265
size_t size;
usr.sbin/bhyve/pci_ahci.c
1340
size_t size;
usr.sbin/bhyve/pci_emul.c
1499
size_t bootorder_len;
usr.sbin/bhyve/pci_emul.c
1529
size_t lowmem;
usr.sbin/bhyve/pci_emul.h
158
size_t mapped_size;
usr.sbin/bhyve/pci_hda.c
1115
uint8_t *buf, size_t count)
usr.sbin/bhyve/pci_hda.c
1124
size_t left = 0;
usr.sbin/bhyve/pci_hda.c
172
size_t len);
usr.sbin/bhyve/pci_hda.c
200
uint8_t dir, uint8_t *buf, size_t count);
usr.sbin/bhyve/pci_hda.c
638
for (size_t i = 0; i < bdl_cnt; i++, bdle++) {
usr.sbin/bhyve/pci_hda.c
860
hda_dma_get_vaddr(struct hda_softc *sc, uint64_t dma_paddr, size_t len)
usr.sbin/bhyve/pci_hda.h
87
uint8_t dir, uint8_t *buf, size_t count);
usr.sbin/bhyve/pci_nvme.c
1122
size_t len, enum nvme_copy_dir dir)
usr.sbin/bhyve/pci_nvme.c
1125
size_t bytes;
usr.sbin/bhyve/pci_nvme.c
1280
sizeof(struct nvme_command) * (size_t)nsq->size);
usr.sbin/bhyve/pci_nvme.c
1385
sizeof(struct nvme_command) * (size_t)ncq->size);
usr.sbin/bhyve/pci_nvme.c
2144
size_t bytes, uint16_t status)
usr.sbin/bhyve/pci_nvme.c
2188
size_t offset, bytes;
usr.sbin/bhyve/pci_nvme.c
219
size_t prev_size;
usr.sbin/bhyve/pci_nvme.c
220
size_t bytes;
usr.sbin/bhyve/pci_nvme.c
2206
struct pci_nvme_ioreq *req, uint64_t gpaddr, size_t size, uint64_t offset)
usr.sbin/bhyve/pci_nvme.c
2403
size_t offset, uint64_t bytes,
usr.sbin/bhyve/pci_nvme.c
2431
size_t offset, uint64_t bytes,
usr.sbin/bhyve/pci_nvme.c
2509
size_t offset;
usr.sbin/bhyve/pci_nvme.c
2632
size_t offset, bytes;
usr.sbin/bhyve/pci_nvme.c
3277
size_t new_size)
usr.sbin/bhyve/pci_nvme.c
442
cpywithpad(char *dst, size_t dst_size, const char *src, char pad)
usr.sbin/bhyve/pci_nvme.c
444
size_t len;
usr.sbin/bhyve/pci_passthru.c
1350
size_t remaining;
usr.sbin/bhyve/pci_passthru.c
258
for (size_t i = 0; i < sizeof(msicap); i++)
usr.sbin/bhyve/pci_passthru.c
385
size_t entry_offset;
usr.sbin/bhyve/pci_passthru.c
459
size_t entry_offset;
usr.sbin/bhyve/pci_passthru.c
909
if ((size_t)(cp - name) + 1 > sizeof(patterns[0].pd_name)) {
usr.sbin/bhyve/pci_virtio_9p.c
146
pci_vt9p_get_buffer(struct l9p_request *req, struct iovec *iov, size_t *niov,
usr.sbin/bhyve/pci_virtio_9p.c
150
size_t n = preq->vsr_niov - preq->vsr_respidx;
usr.sbin/bhyve/pci_virtio_9p.c
160
const size_t niov __unused, const size_t iolen, void *arg __unused)
usr.sbin/bhyve/pci_virtio_9p.c
177
size_t niov __unused, void *arg __unused)
usr.sbin/bhyve/pci_virtio_9p.c
84
size_t vsr_niov;
usr.sbin/bhyve/pci_virtio_9p.c
85
size_t vsr_respidx;
usr.sbin/bhyve/pci_virtio_9p.c
86
size_t vsr_iolen;
usr.sbin/bhyve/pci_virtio_9p.c
96
const size_t, const size_t, void *);
usr.sbin/bhyve/pci_virtio_9p.c
97
static void pci_vt9p_drop(struct l9p_request *, const struct iovec *, size_t,
usr.sbin/bhyve/pci_virtio_block.c
436
size_t new_size)
usr.sbin/bhyve/pci_virtio_console.c
164
struct pci_vtcon_control *, const void *, size_t);
usr.sbin/bhyve/pci_virtio_console.c
568
struct pci_vtcon_control *ctrl, const void *payload, size_t len)
usr.sbin/bhyve/pci_virtio_net.c
124
size_t vhdrlen;
usr.sbin/bhyve/pci_virtio_net.c
125
size_t be_vhdrlen;
usr.sbin/bhyve/pci_virtio_scsi.c
165
size_t vsr_niov_in;
usr.sbin/bhyve/pci_virtio_scsi.c
166
size_t vsr_niov_out;
usr.sbin/bhyve/pci_virtio_scsi.c
167
size_t vsr_data_niov_in;
usr.sbin/bhyve/pci_virtio_scsi.c
168
size_t vsr_data_niov_out;
usr.sbin/bhyve/pci_virtio_scsi.c
278
static void pci_vtscsi_control_handle(struct pci_vtscsi_softc *, void *, size_t);
usr.sbin/bhyve/pci_virtio_scsi.c
480
size_t bufsize)
usr.sbin/bhyve/pci_virtio_scsi.c
896
size_t bufsize;
usr.sbin/bhyve/qemu_fwcfg.c
215
const size_t size = sizeof(struct qemu_fwcfg_directory) +
usr.sbin/bhyve/qemu_loader.c
250
size_t len = 0;
usr.sbin/bhyve/slirp/libslirp.h
181
size_t if_mtu;
usr.sbin/bhyve/slirp/libslirp.h
184
size_t if_mru;
usr.sbin/bhyve/slirp/libslirp.h
320
size_t slirp_socket_can_recv(Slirp *slirp, struct in_addr guest_addr,
usr.sbin/bhyve/slirp/libslirp.h
73
typedef slirp_ssize_t (*SlirpReadCb)(void *buf, size_t len, void *opaque);
usr.sbin/bhyve/slirp/libslirp.h
75
typedef slirp_ssize_t (*SlirpWriteCb)(const void *buf, size_t len, void *opaque);
usr.sbin/bhyve/slirp/slirp-helper.c
100
slirp_cb_send_packet(const void *buf, size_t len, void *param)
usr.sbin/bhyve/slirp/slirp-helper.c
113
assert((size_t)n == len);
usr.sbin/bhyve/slirp/slirp-helper.c
174
size_t i;
usr.sbin/bhyve/slirp/slirp-helper.c
180
const size_t POLLFD_GROW = 4;
usr.sbin/bhyve/slirp/slirp-helper.c
238
size_t npollfds;
usr.sbin/bhyve/slirp/slirp-helper.c
245
for (size_t i = 0; i < priv->npollfds; i++)
usr.sbin/bhyve/slirp/slirp-helper.c
46
size_t npollfds;
usr.sbin/bhyve/slirp/slirp-helper.c
465
size_t mtu;
usr.sbin/bhyve/slirp/slirp-helper.c
47
size_t lastpollfd;
usr.sbin/bhyve/slirp/slirp-helper.c
48
size_t mtu;
usr.sbin/bhyve/smbiostbl.c
917
size_t size;
usr.sbin/bhyve/snapshot.c
1018
vm_snapshot_basic_metadata(struct vmctx *ctx, xo_handle_t *xop, size_t memsz)
usr.sbin/bhyve/snapshot.c
1036
size_t data_size;
usr.sbin/bhyve/snapshot.c
1042
if (ret < 0 || (size_t)ret != data_size) {
usr.sbin/bhyve/snapshot.c
1092
size_t buf_size;
usr.sbin/bhyve/snapshot.c
1222
size_t memsz;
usr.sbin/bhyve/snapshot.c
1485
vm_snapshot_buf(void *data, size_t data_size, struct vm_snapshot_meta *meta)
usr.sbin/bhyve/snapshot.c
1511
size_t
usr.sbin/bhyve/snapshot.c
1514
size_t length;
usr.sbin/bhyve/snapshot.c
152
size_t base_len, ext_len;
usr.sbin/bhyve/snapshot.c
1531
vm_snapshot_guest2host_addr(struct vmctx *ctx, void **addrp, size_t len,
usr.sbin/bhyve/snapshot.c
1567
vm_snapshot_buf_cmp(void *data, size_t data_size, struct vm_snapshot_meta *meta)
usr.sbin/bhyve/snapshot.c
392
const ucl_object_t *obj, size_t *data_size)
usr.sbin/bhyve/snapshot.c
411
*data_size = (size_t)size;
usr.sbin/bhyve/snapshot.c
420
size_t *data_size)
usr.sbin/bhyve/snapshot.c
499
size_t
usr.sbin/bhyve/snapshot.c
513
return ((size_t)memsize);
usr.sbin/bhyve/snapshot.c
540
print_progress(size_t crtval, const size_t maxval)
usr.sbin/bhyve/snapshot.c
542
size_t rc;
usr.sbin/bhyve/snapshot.c
544
size_t i, win_width, prog_start, prog_done, prog_end;
usr.sbin/bhyve/snapshot.c
548
static const size_t len = sizeof(prog_buf);
usr.sbin/bhyve/snapshot.c
550
static size_t div;
usr.sbin/bhyve/snapshot.c
627
size_t crtval, maxval, total;
usr.sbin/bhyve/snapshot.c
657
vm_snapshot_mem_part(const int snapfd, const size_t foff, void *src,
usr.sbin/bhyve/snapshot.c
658
const size_t len, const size_t totalmem, const bool op_wr)
usr.sbin/bhyve/snapshot.c
661
size_t part_done, todo, rem;
usr.sbin/bhyve/snapshot.c
722
static size_t
usr.sbin/bhyve/snapshot.c
723
vm_snapshot_mem(struct vmctx *ctx, int snapfd, size_t memsz, const bool op_wr)
usr.sbin/bhyve/snapshot.c
726
size_t lowmem, highmem, totalmem;
usr.sbin/bhyve/snapshot.c
780
size_t restored;
usr.sbin/bhyve/snapshot.c
798
size_t size;
usr.sbin/bhyve/snapshot.c
835
size_t dev_size;
usr.sbin/bhyve/snapshot.c
88
const size_t *crtval;
usr.sbin/bhyve/snapshot.c
89
const size_t maxval;
usr.sbin/bhyve/snapshot.c
90
const size_t total;
usr.sbin/bhyve/snapshot.c
932
size_t data_size;
usr.sbin/bhyve/snapshot.c
947
if (write_cnt < 0 || (size_t)write_cnt != data_size) {
usr.sbin/bhyve/snapshot.c
971
size_t buf_size, i, offset;
usr.sbin/bhyve/snapshot.h
106
int vm_snapshot_guest2host_addr(struct vmctx *ctx, void **addrp, size_t len,
usr.sbin/bhyve/snapshot.h
53
size_t kdata_len;
usr.sbin/bhyve/snapshot.h
55
size_t vmmem_len;
usr.sbin/bhyve/snapshot.h
86
size_t lookup_memsize(struct restore_state *rstate);
usr.sbin/bhyve/tpm_intf_crb.c
340
if ((size_t)size > sizeof(loc_ctrl))
usr.sbin/bhyve/tpm_intf_crb.c
359
if ((size_t)size > sizeof(req))
usr.sbin/bhyve/tpm_intf_crb.c
388
if ((size_t)size > sizeof(start))
usr.sbin/bhyve/virtio.c
129
size_t size;
usr.sbin/bhyve/virtio.c
181
size_t size;
usr.sbin/bhyve/virtio.h
262
size_t vc_cfgsize; /* size of dev-specific config regs */
usr.sbin/bhyvectl/aarch64/bhyvectl_machdep.c
55
bhyvectl_opts(const struct option *options, size_t count)
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1113
bhyvectl_opts(const struct option *options, size_t count)
usr.sbin/bhyvectl/bhyvectl.c
180
size_t maplen, seglen;
usr.sbin/bhyvectl/bhyvectl.c
229
size_t seglen;
usr.sbin/bhyvectl/bhyvectl.h
47
struct option *bhyvectl_opts(const struct option *options, size_t count);
usr.sbin/bhyvectl/riscv/bhyvectl_machdep.c
55
bhyvectl_opts(const struct option *options, size_t count)
usr.sbin/bhyveload/bhyveload.c
159
size_t cf_size;
usr.sbin/bhyveload/bhyveload.c
249
cb_read(void *arg __unused, void *h, void *buf, size_t size, size_t *resid)
usr.sbin/bhyveload/bhyveload.c
265
uint8_t *type_return, size_t *namelen_return, char *name)
usr.sbin/bhyveload/bhyveload.c
324
cb_diskread(void *arg __unused, int unit, uint64_t from, void *to, size_t size,
usr.sbin/bhyveload/bhyveload.c
325
size_t *resid)
usr.sbin/bhyveload/bhyveload.c
340
size_t size, size_t *resid)
usr.sbin/bhyveload/bhyveload.c
384
cb_copyin(void *arg __unused, const void *from, uint64_t to, size_t size)
usr.sbin/bhyveload/bhyveload.c
399
cb_copyout(void *arg __unused, uint64_t from, void *to, size_t size)
usr.sbin/bhyveload/bhyveload.c
506
cb_setgdt(void *arg __unused, uint64_t base, size_t size)
usr.sbin/binmiscctl/binmiscctl.c
140
size_t i;
usr.sbin/binmiscctl/binmiscctl.c
175
getoptstr(char *str, size_t size, const char *argname)
usr.sbin/binmiscctl/binmiscctl.c
230
size_t i;
usr.sbin/binmiscctl/binmiscctl.c
246
strlit2bin_cpy(uint8_t *d, char *s, size_t size)
usr.sbin/binmiscctl/binmiscctl.c
249
size_t cnt = 0;
usr.sbin/binmiscctl/binmiscctl.c
409
size_t xbe_in_sz = 0;
usr.sbin/binmiscctl/binmiscctl.c
410
size_t xbe_out_sz = 0, *xbe_out_szp = NULL;
usr.sbin/binmiscctl/binmiscctl.c
493
size_t osize = xbe_out_sz;
usr.sbin/bluetooth/bthidd/btuinput.c
341
size_t i;
usr.sbin/bluetooth/bthidd/btuinput.c
380
size_t i;
usr.sbin/bluetooth/bthidd/btuinput.c
435
size_t len;
usr.sbin/bluetooth/bthidd/btuinput.c
477
size_t i;
usr.sbin/bluetooth/bthidd/btuinput.c
559
size_t i;
usr.sbin/bluetooth/bthidd/btuinput.c
586
size_t i;
usr.sbin/bluetooth/btpand/bnep.c
184
size_t len, size;
usr.sbin/bluetooth/btpand/bnep.c
229
static size_t
usr.sbin/bluetooth/btpand/bnep.c
230
bnep_recv_control(channel_t *chan, uint8_t *ptr, size_t size, bool isext)
usr.sbin/bluetooth/btpand/bnep.c
233
size_t len;
usr.sbin/bluetooth/btpand/bnep.c
286
static size_t
usr.sbin/bluetooth/btpand/bnep.c
287
bnep_recv_control_command_not_understood(channel_t *chan, uint8_t *ptr, size_t size)
usr.sbin/bluetooth/btpand/bnep.c
303
static size_t
usr.sbin/bluetooth/btpand/bnep.c
304
bnep_recv_setup_connection_req(channel_t *chan, uint8_t *ptr, size_t size)
usr.sbin/bluetooth/btpand/bnep.c
308
size_t len;
usr.sbin/bluetooth/btpand/bnep.c
377
static size_t
usr.sbin/bluetooth/btpand/bnep.c
378
bnep_recv_setup_connection_rsp(channel_t *chan, uint8_t *ptr, size_t size)
usr.sbin/bluetooth/btpand/bnep.c
405
static size_t
usr.sbin/bluetooth/btpand/bnep.c
406
bnep_recv_filter_net_type_set(channel_t *chan, uint8_t *ptr, size_t size)
usr.sbin/bluetooth/btpand/bnep.c
410
size_t len;
usr.sbin/bluetooth/btpand/bnep.c
46
static size_t bnep_recv_control(channel_t *, uint8_t *, size_t, bool);
usr.sbin/bluetooth/btpand/bnep.c
466
static size_t
usr.sbin/bluetooth/btpand/bnep.c
467
bnep_recv_filter_net_type_rsp(channel_t *chan, uint8_t *ptr, size_t size)
usr.sbin/bluetooth/btpand/bnep.c
47
static size_t bnep_recv_control_command_not_understood(channel_t *, uint8_t *, size_t);
usr.sbin/bluetooth/btpand/bnep.c
48
static size_t bnep_recv_setup_connection_req(channel_t *, uint8_t *, size_t);
usr.sbin/bluetooth/btpand/bnep.c
488
static size_t
usr.sbin/bluetooth/btpand/bnep.c
489
bnep_recv_filter_multi_addr_set(channel_t *chan, uint8_t *ptr, size_t size)
usr.sbin/bluetooth/btpand/bnep.c
49
static size_t bnep_recv_setup_connection_rsp(channel_t *, uint8_t *, size_t);
usr.sbin/bluetooth/btpand/bnep.c
493
size_t len;
usr.sbin/bluetooth/btpand/bnep.c
50
static size_t bnep_recv_filter_net_type_set(channel_t *, uint8_t *, size_t);
usr.sbin/bluetooth/btpand/bnep.c
51
static size_t bnep_recv_filter_net_type_rsp(channel_t *, uint8_t *, size_t);
usr.sbin/bluetooth/btpand/bnep.c
52
static size_t bnep_recv_filter_multi_addr_set(channel_t *, uint8_t *, size_t);
usr.sbin/bluetooth/btpand/bnep.c
53
static size_t bnep_recv_filter_multi_addr_rsp(channel_t *, uint8_t *, size_t);
usr.sbin/bluetooth/btpand/bnep.c
556
static size_t
usr.sbin/bluetooth/btpand/bnep.c
557
bnep_recv_filter_multi_addr_rsp(channel_t *chan, uint8_t *ptr, size_t size)
usr.sbin/bluetooth/btpand/bnep.c
641
size_t nw;
usr.sbin/bluetooth/btpand/bnep.c
89
size_t len;
usr.sbin/bluetooth/btpand/btpand.h
135
size_t len; /* data length */
usr.sbin/bluetooth/btpand/btpand.h
204
void packet_adj(packet_t *, size_t);
usr.sbin/bluetooth/btpand/btpand.h
88
size_t mru;
usr.sbin/bluetooth/btpand/btpand.h
89
size_t mtu;
usr.sbin/bluetooth/btpand/packet.c
79
packet_adj(packet_t *pkt, size_t size)
usr.sbin/bluetooth/hccontrol/hccontrol.c
106
size_t size;
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
261
size_t fw_header_len;
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.h
70
size_t len;
usr.sbin/bsdinstall/distextract/distextract.c
181
size_t span;
usr.sbin/bsdinstall/distextract/distextract.c
65
size_t minibar_size = sizeof(struct bsddialog_fileminibar);
usr.sbin/bsdinstall/distfetch/distfetch.c
120
size_t chunk;
usr.sbin/bsdinstall/partedit/gpart_ops.c
1283
size_t bytes = add_boot_partition(geom, pp, scheme,
usr.sbin/bsdinstall/partedit/gpart_ops.c
416
size_t bootsize, bytes;
usr.sbin/bsdinstall/partedit/gpart_ops.c
938
static size_t
usr.sbin/bsdinstall/partedit/gpart_ops.c
96
size_t len;
usr.sbin/bsdinstall/partedit/part_wizard.c
59
size_t sz;
usr.sbin/bsdinstall/partedit/partedit.h
88
size_t bootpart_size(const char *scheme);
usr.sbin/bsdinstall/partedit/partedit_efi.c
70
size_t
usr.sbin/bsdinstall/partedit/partedit_generic.c
60
size_t
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
105
size_t platlen = sizeof(platform);
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
135
size_t platlen = sizeof(platform);
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
39
size_t platlen = sizeof(platform);
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
55
size_t platlen = sizeof(platform);
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
82
size_t
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
85
size_t platlen = sizeof(platform);
usr.sbin/bsdinstall/partedit/partedit_x86.c
42
size_t len = sizeof(fw);
usr.sbin/bsdinstall/partedit/partedit_x86.c
94
size_t
usr.sbin/bsdinstall/partedit/scripted.c
212
size_t len;
usr.sbin/bsdinstall/runconsoles/runconsoles.c
253
size_t len;
usr.sbin/bsdinstall/runconsoles/runconsoles.c
527
newargv = malloc(((size_t)argc + 1) * sizeof(char *));
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_snmp.h
319
u_char *bridge_get_basemac(const char *bif_name, u_char *mac, size_t mlen);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
1462
size_t len, s_len;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
569
bridge_get_basemac(const char *bif_name, u_char *mac, size_t mlen)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
103
size_t name_len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_device_tbl.c
104
size_t location_len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
116
static size_t disk_list_len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
400
size_t disk_cnt = 0;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
404
size_t need = 0;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c
163
size_t mount_point_len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_network_tbl.c
132
size_t len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c
157
size_t id_len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c
214
size_t len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c
298
size_t size;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c
81
static size_t cplen;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_scalars.c
158
size_t buf_len = 0;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_scalars.c
235
size_t len = sizeof(mp);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_scalars.c
259
size_t len = sizeof(physmem);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
114
static size_t swap_devs_len; /* item count for swap_devs */
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
118
static size_t fs_buf_count; /* item count for fs_buf */
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
142
size_t name_len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
247
size_t len = sizeof(mem_stats);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
377
size_t len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_storage_tbl.c
416
for (len = 0; len < (size_t)nswapdev; len++) {
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swinstalled_tbl.c
134
size_t name_len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c
207
size_t pname_len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c
232
size_t path_len;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c
286
size_t name_len;
usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c
135
sysctlname(int *oid, int nlen, char *name, size_t len)
usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c
153
sysctlgetnext(int *oid, int nlen, int *next, size_t *nextlen)
usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c
171
update_sensor_sysctl(void *obuf, size_t *obuflen, int idx, const char *name)
usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c
175
size_t len;
usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c
196
size_t len;
usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c
215
size_t len;
usr.sbin/bsnmpd/modules/snmp_lm75/snmp_lm75.c
248
size_t len, nextlen, rootlen;
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
1173
ngtype_load(const u_char *name, size_t namelen)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
1193
ngtype_unload(const u_char *name, size_t namelen)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
1219
size_t namelen;
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
1469
find_hook(int32_t id, const u_char *hook, size_t hooklen, struct linkinfo *info)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
1626
size_t hooklen;
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
294
if ((size_t)ret > resbufsiz) {
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
321
const void *arg, size_t arglen)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
327
const void *arg, size_t arglen)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
336
const void *arg, size_t arglen)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
352
const void *arg, size_t arglen)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
419
const void *arg, size_t arglen)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
428
const void *arg, size_t arglen)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
441
ng_send_data(const char *hook, const void *sndbuf, size_t sndlen)
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
474
if ((size_t)len == resbufsiz + 1) {
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
522
size_t len;
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
67
static size_t resbufsiz = RESBUFSIZ;
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.h
41
typedef void ng_hook_f(const char *, const u_char *, size_t, void *);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.h
54
const void *arg, size_t arglen);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.h
56
const void *arg, size_t arglen);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.h
58
const void *arg, size_t arglen);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.h
61
const void *arg, size_t arglen);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.h
63
const void *arg, size_t arglen);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.h
65
const void *arg, size_t arglen);
usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.h
67
int ng_send_data(const char *hook, const void *sndbuf, size_t sndlen);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
2796
if ((value->v.octetstring.octets = malloc((size_t)size)) == NULL)
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
2798
memcpy(value->v.octetstring.octets, ptr, (size_t)size);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1095
size_t argsize;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1118
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1175
size_t argsize = IEEE80211_NWID_LEN + 1;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1198
size_t argsize = slen;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1219
size_t argsize = sizeof(struct ieee80211_channel);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1244
size_t argsize = sizeof(struct ieee80211_channel);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1267
size_t argsize = IEEE80211_ADDR_LEN;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1285
size_t argsize = IEEE80211_ADDR_LEN;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
167
size_t *argsize, int set)
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
1998
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2012
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2108
size_t argsize;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2189
size_t argsize;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2249
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2282
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2312
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2333
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2370
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2426
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2459
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2490
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2541
size_t argsize = IEEE80211_ADDR_LEN;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2571
size_t argsize = IEEE80211_ADDR_LEN;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2601
size_t argsize;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2720
size_t len;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2771
size_t len, vlen;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2874
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2944
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
2994
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
3007
size_t argsize = IEEE80211_ADDR_LEN;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
3022
size_t argsize = IEEE80211_ADDR_LEN;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
3037
size_t argsize;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
3065
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
3111
size_t argsize = 0;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
489
size_t argsize;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
589
size_t argsize;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
64
static int wlan_ioctl(char *, uint16_t, int *, void *, size_t *, int);
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
669
size_t argsize;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
683
size_t argsize;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
701
size_t argsize;
usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.c
808
strlcpy(oid_str, ptr, (size_t) (cnt + 1));
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
111
xalloc(size_t size)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
384
size_t n = 0;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
410
size_t n = 0;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c
434
size_t n = 0;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c
259
size_t len;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
125
size_t slen;
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
441
parse_ascii(char *ascii, uint8_t *binstr, size_t binlen)
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
444
size_t count;
usr.sbin/btxld/btxld.c
117
static void copy(int, int, size_t, off_t);
usr.sbin/btxld/btxld.c
118
static size_t readx(int, void *, size_t, off_t);
usr.sbin/btxld/btxld.c
119
static void writex(int, const void *, size_t);
usr.sbin/btxld/btxld.c
250
if ((size_t)snprintf(name, sizeof(name), "%s.tmp", oname) >= sizeof(name))
usr.sbin/btxld/btxld.c
442
copy(int fdi, int fdo, size_t nbyte, off_t offset)
usr.sbin/btxld/btxld.c
445
size_t n;
usr.sbin/btxld/btxld.c
461
static size_t
usr.sbin/btxld/btxld.c
462
readx(int fd, void *buf, size_t nbyte, off_t offset)
usr.sbin/btxld/btxld.c
477
writex(int fd, const void *buf, size_t nbyte)
usr.sbin/btxld/btxld.c
483
if ((size_t)n != nbyte)
usr.sbin/camdd/camdd.c
140
size_t len;
usr.sbin/camdd/camdd.c
222
size_t len;
usr.sbin/camdd/camdd.c
2796
size_t new_len;
usr.sbin/camdd/camdd.c
574
size_t ke_size;
usr.sbin/camdd/camdd.c
800
size_t extra_buf_len = 0;
usr.sbin/certctl/certctl.c
971
size_t len;
usr.sbin/chkgrp/chkgrp.c
58
size_t len;
usr.sbin/ckdist/ckdist.c
354
size_t plen, nlen;
usr.sbin/ckdist/ckdist.c
373
(size_t)(s - path) : 0;
usr.sbin/config/main.cc
587
size_t tsize;
usr.sbin/config/main.cc
611
tsize = (size_t)from_sb.st_size;
usr.sbin/config/main.cc
650
size_t len;
usr.sbin/config/main.cc
730
size_t i, off, size, t1, t2, align;
usr.sbin/config/main.cc
761
if (size > SIZE_MAX - off || off + size > (size_t)st.st_size)
usr.sbin/cpucontrol/amd.c
84
size_t fw_size;
usr.sbin/cpucontrol/amd10h.c
93
size_t fw_size;
usr.sbin/cpucontrol/amd10h.c
94
size_t selected_size;
usr.sbin/cpucontrol/cpucontrol.c
227
size_t len;
usr.sbin/cpucontrol/cpucontrol.h
37
size_t fwsize; /* Non-zero size of firmware image */
usr.sbin/cpucontrol/intel.c
85
size_t payload_size;
usr.sbin/cpucontrol/intel.c
92
size_t ext_table_size;
usr.sbin/cpucontrol/intel.c
94
size_t data_size, total_size;
usr.sbin/cpucontrol/via.c
84
size_t payload_size;
usr.sbin/cpucontrol/via.c
89
size_t data_size, total_size;
usr.sbin/crunch/crunchide/exec_elf32.c
104
if ((size_t)(rv = read(fd, buf, size)) != size) {
usr.sbin/crunch/crunchide/exec_elf32.c
113
xwriteatoff(int fd, void *buf, off_t off, size_t size, const char *fn)
usr.sbin/crunch/crunchide/exec_elf32.c
121
if ((size_t)(rv = write(fd, buf, size)) != size) {
usr.sbin/crunch/crunchide/exec_elf32.c
130
xmalloc(size_t size, const char *fn, const char *use)
usr.sbin/crunch/crunchide/exec_elf32.c
142
xrealloc(void *ptr, size_t size, const char *fn, const char *use)
usr.sbin/crunch/crunchide/exec_elf32.c
234
size_t nstrtab_size, nstrtab_nextoff, fn_size, size;
usr.sbin/crunch/crunchide/exec_elf32.c
340
if ((size_t)xreadatoff(fd, shstrtabp, xewtoh(shstrtabshdr->sh_offset),
usr.sbin/crunch/crunchide/exec_elf32.c
370
if ((size_t)xreadatoff(fd, layoutp[i].bufp, off, size, fn) !=
usr.sbin/crunch/crunchide/exec_elf32.c
400
size_t newent_len;
usr.sbin/crunch/crunchide/exec_elf32.c
468
if ((size_t)xwriteatoff(fd, &ehdr.e_shoff, off, size,
usr.sbin/crunch/crunchide/exec_elf32.c
475
if ((size_t)xwriteatoff(fd, buf, off, size, fn) != size)
usr.sbin/crunch/crunchide/exec_elf32.c
96
xreadatoff(int fd, void *buf, off_t off, size_t size, const char *fn)
usr.sbin/ctld/conf.cc
297
lun_set_blocksize(size_t value)
usr.sbin/ctld/conf.h
104
bool lun_set_blocksize(size_t value);
usr.sbin/ctld/ctld.cc
1555
lun::set_blocksize(size_t value)
usr.sbin/ctld/ctld.cc
226
size_t len;
usr.sbin/ctld/ctld.cc
329
size_t pos = net.find('/');
usr.sbin/ctld/ctld.cc
347
size_t len = net.length();
usr.sbin/ctld/ctld.cc
617
size_t pos = addr.find(']');
usr.sbin/ctld/ctld.cc
632
size_t pos = addr.find(':');
usr.sbin/ctld/ctld.hh
346
bool set_blocksize(size_t value);
usr.sbin/ctld/iscsi.cc
380
size_t len;
usr.sbin/ctld/iscsi.cc
392
assert(len <= (size_t)conn->conn_max_recv_data_segment_length);
usr.sbin/ctld/isns.cc
172
return (res > 0 && (size_t)res == ir_buf.size());
usr.sbin/ctld/isns.cc
64
isns_req::append(const void *buf, size_t len)
usr.sbin/ctld/isns.hh
89
void append(const void *buf, size_t len);
usr.sbin/ctld/login.cc
511
size_t tmp;
usr.sbin/ctld/nvmf_discovery.cc
25
size_t length() const { return buf.size(); }
usr.sbin/cxgbetool/cxgbetool.c
3417
isempty_line(char *line, size_t llen)
usr.sbin/cxgbetool/cxgbetool.c
3461
parse_offload_policy_line(size_t lno, char *line, size_t llen, pcap_t *pd,
usr.sbin/cxgbetool/cxgbetool.c
3575
size_t lcap, llen;
usr.sbin/cxgbetool/cxgbetool.c
3683
size_t clip_buf_size = 4096;
usr.sbin/daemon/daemon.c
110
static void do_output(const unsigned char *, size_t, struct daemon_state *);
usr.sbin/daemon/daemon.c
713
size_t bytes_line = cp - state->buf + 1;
usr.sbin/daemon/daemon.c
74
size_t pos;
usr.sbin/daemon/daemon.c
749
do_output(const unsigned char *buf, size_t len, struct daemon_state *state)
usr.sbin/dconschat/dconschat.c
132
dread(struct dcons_state *dc, void *buf, size_t n, off_t offset)
usr.sbin/dconschat/dconschat.c
144
dwrite(struct dcons_state *dc, void *buf, size_t n, off_t offset)
usr.sbin/devinfo/devinfo.c
286
size_t len;
usr.sbin/devinfo/devinfo.c
74
n = MIN((size_t)n, sizeof(buffer) - 1);
usr.sbin/diskinfo/diskinfo.c
304
rotationrate(int fd, char *rate, size_t buflen)
usr.sbin/diskinfo/diskinfo.c
660
parwrite(int fd, size_t size, off_t off)
usr.sbin/diskinfo/diskinfo.c
726
zonecheck(int fd, uint32_t *zone_mode, char *zone_str, size_t zone_str_len)
usr.sbin/diskinfo/diskinfo.c
74
static void rotationrate(int fd, char *buf, size_t buflen);
usr.sbin/diskinfo/diskinfo.c
77
size_t zone_str_len);
usr.sbin/efibootmgr/efibootmgr.c
1079
size_t len;
usr.sbin/efibootmgr/efibootmgr.c
140
size_t size;
usr.sbin/efibootmgr/efibootmgr.c
176
set_bootvar(const char *name, uint8_t *data, size_t size)
usr.sbin/efibootmgr/efibootmgr.c
363
size_t size;
usr.sbin/efibootmgr/efibootmgr.c
398
size_t size;
usr.sbin/efibootmgr/efibootmgr.c
433
size_t size;
usr.sbin/efibootmgr/efibootmgr.c
472
size_t size, i, j;
usr.sbin/efibootmgr/efibootmgr.c
612
static size_t
usr.sbin/efibootmgr/efibootmgr.c
613
create_loadopt(uint8_t *buf, size_t bufmax, uint32_t attributes, efidp dp, size_t dp_size,
usr.sbin/efibootmgr/efibootmgr.c
614
const char *description, const uint8_t *optional_data, size_t optional_data_size)
usr.sbin/efibootmgr/efibootmgr.c
618
size_t desc_len = 0;
usr.sbin/efibootmgr/efibootmgr.c
619
size_t len;
usr.sbin/efibootmgr/efibootmgr.c
65
#define BAD_LENGTH ((size_t)-1)
usr.sbin/efibootmgr/efibootmgr.c
665
size_t lopt_size, llen, klen;
usr.sbin/efibootmgr/efibootmgr.c
745
print_loadopt_str(uint8_t *data, size_t datalen)
usr.sbin/efibootmgr/efibootmgr.c
828
size_t size;
usr.sbin/efibootmgr/efibootmgr.c
854
size_t size;
usr.sbin/efibootmgr/efibootmgr.c
869
size_t size;
usr.sbin/efibootmgr/efibootmgr.c
901
size_t size;
usr.sbin/efibootmgr/efibootmgr.c
934
for (size_t i = 0; i < size; i += 2) {
usr.sbin/efibootmgr/efibootmgr.c
997
size_t size, len;
usr.sbin/efidp/efidp.c
194
size_t dplen;
usr.sbin/efidp/efidp.c
64
size_t len;
usr.sbin/efitable/efitable.c
110
for (size_t n = 0; n < nitems(efi_table_ops); n++) {
usr.sbin/efitable/efitable.c
126
for (size_t n = 0; n < nitems(efi_table_ops); n++) {
usr.sbin/efivar/efiutil.c
109
bindump(uint8_t *data, size_t datalen)
usr.sbin/efivar/efiutil.c
116
#define SIZE(dp, edp) (size_t)((intptr_t)(void *)edp - (intptr_t)(void *)dp)
usr.sbin/efivar/efiutil.c
119
efi_print_load_option(uint8_t *data, size_t datalen, int Aflag, int bflag, int uflag)
usr.sbin/efivar/efiutil.c
47
asciidump(uint8_t *data, size_t datalen)
usr.sbin/efivar/efiutil.c
49
size_t i;
usr.sbin/efivar/efiutil.c
74
utf8dump(uint8_t *data, size_t datalen)
usr.sbin/efivar/efiutil.c
93
hexdump(uint8_t *data, size_t datalen)
usr.sbin/efivar/efiutil.c
95
size_t i;
usr.sbin/efivar/efiutil.h
30
void asciidump(uint8_t *data, size_t datalen);
usr.sbin/efivar/efiutil.h
31
void bindump(uint8_t *data, size_t datalen);
usr.sbin/efivar/efiutil.h
32
void efi_print_load_option(uint8_t *, size_t, int, int, int);
usr.sbin/efivar/efiutil.h
33
void hexdump(uint8_t *data, size_t datalen);
usr.sbin/efivar/efiutil.h
34
void utf8dump(uint8_t *data, size_t datalen);
usr.sbin/efivar/efivar.c
139
get_value(char *val, size_t *datalen)
usr.sbin/efivar/efivar.c
158
size_t datalen;
usr.sbin/efivar/efivar.c
183
size_t datalen;
usr.sbin/efivar/efivar.c
193
devpath_dump(uint8_t *data, size_t datalen)
usr.sbin/efivar/efivar.c
223
size_t datalen;
usr.sbin/extattr/rmextattr.c
109
size_t len;
usr.sbin/extattr/rmextattr.c
233
if ((size_t)ret != len && !count_quiet) {
usr.sbin/extattrctl/extattrctl.c
95
size_t easize;
usr.sbin/fstyp/apfs.c
84
fstyp_apfs(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/befs.c
48
fstyp_befs(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/cd9660.c
45
fstyp_cd9660(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/exfat.c
191
*label_out, size_t label_sz)
usr.sbin/fstyp/exfat.c
196
size_t srcleft, rc;
usr.sbin/fstyp/exfat.c
229
if (rc == (size_t)-1) {
usr.sbin/fstyp/exfat.c
266
char *label_out, size_t label_sz)
usr.sbin/fstyp/exfat.c
324
fstyp_exfat(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/ext2fs.c
55
fstyp_ext2fs(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/fstyp.c
114
read_buf(FILE *fp, off_t off, size_t len)
usr.sbin/fstyp/fstyp.c
117
size_t nread;
usr.sbin/fstyp/fstyp.c
155
rtrim(char *label, size_t size)
usr.sbin/fstyp/fstyp.c
57
typedef int (*fstyp_function)(FILE *, char *, size_t);
usr.sbin/fstyp/fstyp.h
48
void *read_buf(FILE *fp, off_t off, size_t len);
usr.sbin/fstyp/fstyp.h
50
void rtrim(char *label, size_t size);
usr.sbin/fstyp/fstyp.h
52
int fstyp_apfs(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
53
int fstyp_befs(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
54
int fstyp_cd9660(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
55
int fstyp_exfat(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
56
int fstyp_ext2fs(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
57
int fstyp_geli(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
58
int fstyp_hammer(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
59
int fstyp_hammer2(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
60
int fstyp_hfsp(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
61
int fstyp_msdosfs(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
62
int fstyp_ntfs(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
63
int fstyp_ufs(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/fstyp.h
65
int fstyp_zfs(FILE *fp, char *label, size_t size);
usr.sbin/fstyp/geli.c
41
fstyp_geli(FILE *fp, char *label __unused, size_t labelsize __unused)
usr.sbin/fstyp/hammer.c
141
__fsvtyp_hammer(const char *blkdevs, char *label, size_t size, int partial)
usr.sbin/fstyp/hammer.c
202
fsvtyp_hammer(const char *blkdevs, char *label, size_t size)
usr.sbin/fstyp/hammer.c
208
fsvtyp_hammer_partial(const char *blkdevs, char *label, size_t size)
usr.sbin/fstyp/hammer.c
46
extern int fsvtyp_hammer(const char *blkdevs, char *label, size_t size);
usr.sbin/fstyp/hammer.c
47
extern int fsvtyp_hammer_partial(const char *blkdevs, char *label, size_t size);
usr.sbin/fstyp/hammer.c
99
fstyp_hammer(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/hammer2.c
120
size_t bytes;
usr.sbin/fstyp/hammer2.c
206
read_label(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/hammer2.c
210
size_t bytes;
usr.sbin/fstyp/hammer2.c
276
fstyp_hammer2(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/hammer2.c
70
read_media(FILE *fp, const hammer2_blockref_t *bref, size_t *media_bytes)
usr.sbin/fstyp/hammer2.c
74
size_t bytes, io_bytes, boff;
usr.sbin/fstyp/hammer2.c
78
bytes = (size_t)1 << bytes;
usr.sbin/fstyp/hfsplus.c
102
fstyp_hfsp(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/msdosfs.c
63
fstyp_msdosfs(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/msdosfs.c
69
size_t copysize;
usr.sbin/fstyp/ntfs.c
101
convert_label(const void *label /* LE */, size_t labellen, char *label_out,
usr.sbin/fstyp/ntfs.c
102
size_t label_sz)
usr.sbin/fstyp/ntfs.c
106
size_t rc;
usr.sbin/fstyp/ntfs.c
119
if (rc == (size_t)-1) {
usr.sbin/fstyp/ntfs.c
134
fstyp_ntfs(FILE *fp, char *label, size_t size)
usr.sbin/fstyp/ntfs.c
143
size_t recsize;
usr.sbin/fstyp/ntfs.c
170
for (size_t ioff = fr->fr_attroff;
usr.sbin/fstyp/ntfs.c
177
if ((size_t)atr->a_dataoff + atr->a_datalen > recsize) {
usr.sbin/fstyp/ufs.c
48
fstyp_ufs(FILE *fp, char *label, size_t labelsize)
usr.sbin/fstyp/zfs.c
43
fstyp_zfs(FILE *fp, char *label, size_t labelsize)
usr.sbin/gssd/gssd.c
111
size_t jailed_size;
usr.sbin/gssd/gssd.c
1143
size_t buflen;
usr.sbin/gssd/gssd.c
1145
static size_t buflen_hint = 1024;
usr.sbin/gssd/gssd.c
765
size_t buflen;
usr.sbin/gssd/gssd.c
767
static size_t buflen_hint = 1024;
usr.sbin/i2c/i2c.c
285
encode_offset(const char *width, unsigned offset, uint8_t *dst, size_t *len)
usr.sbin/i2c/i2c.c
555
size_t length;
usr.sbin/i2c/i2c.c
63
size_t off_len;
usr.sbin/ifmcstat/ifmcstat.c
298
size_t mibsize;
usr.sbin/ifmcstat/ifmcstat.c
299
size_t len;
usr.sbin/ifmcstat/ifmcstat.c
300
size_t needed;
usr.sbin/ifmcstat/ifmcstat.c
301
size_t cnt;
usr.sbin/ifmcstat/ifmcstat.c
398
size_t mibsize;
usr.sbin/ifmcstat/ifmcstat.c
399
size_t len;
usr.sbin/ifmcstat/ifmcstat.c
400
size_t needed;
usr.sbin/ifmcstat/ifmcstat.c
401
size_t cnt;
usr.sbin/ifmcstat/ifmcstat.c
646
size_t mibsize, len;
usr.sbin/ifmcstat/ifmcstat.c
671
size_t mibsize, len;
usr.sbin/inetd/builtins.c
361
size_t size, bufsiz;
usr.sbin/inetd/builtins.c
382
size_t i;
usr.sbin/inetd/builtins.c
489
if ((size_t)onreadlen > bufsiz)
usr.sbin/inetd/builtins.c
491
ssize = read(s, &buf[size], (size_t)onreadlen);
usr.sbin/inetd/inetd.c
585
size_t len;
usr.sbin/inetd/inetd.c
892
size_t len;
usr.sbin/iostat/iostat.c
1009
} else if ((size_t)nbytes != len) {
usr.sbin/iostat/iostat.c
1015
size_t nlen = len;
usr.sbin/iostat/iostat.c
160
size_t len);
usr.sbin/iostat/iostat.c
998
readvar(kvm_t *kd, const char *name, int nlid, void *ptr, size_t len)
usr.sbin/iovctl/iovctl.c
123
size_t copied, size;
usr.sbin/iovctl/iovctl.c
319
size_t size;
usr.sbin/iovctl/parse.c
118
size_t len;
usr.sbin/iovctl/validate.c
104
size_t len;
usr.sbin/ip6addrctl/ip6addrctl.c
161
size_t l;
usr.sbin/ip6addrctl/ip6addrctl.c
198
size_t addrlen;
usr.sbin/iscsid/iscsid.c
118
assert(len <= (size_t)conn->conn.conn_max_recv_data_segment_length);
usr.sbin/iscsid/iscsid.c
365
size_t size = sizeof(value);
usr.sbin/iscsid/iscsid.c
93
size_t len;
usr.sbin/jail/command.c
1015
size_t jplen;
usr.sbin/jail/command.c
296
size_t comlen, ret;
usr.sbin/jail/command.c
413
size_t len = strlen(cs) + 1;
usr.sbin/jail/command.c
462
size_t len = strlen(cs) + 1;
usr.sbin/jail/config.c
295
size_t dirlen = (slash - outer_cfname) + 1;
usr.sbin/jail/config.c
311
for (size_t gi = 0; gi < g.gl_matchc; gi++)
usr.sbin/jail/config.c
535
size_t lnlen;
usr.sbin/jail/config.c
764
size_t vallen;
usr.sbin/jail/jail.c
171
size_t sysvallen;
usr.sbin/jail/jail.c
347
size_t l;
usr.sbin/jail/jail.c
364
size_t len;
usr.sbin/jail/jail.c
586
emalloc(size_t size)
usr.sbin/jail/jail.c
597
erealloc(void *ptr, size_t size)
usr.sbin/jail/jail.c
626
size_t len;
usr.sbin/jail/jail.c
649
size_t len;
usr.sbin/jail/jail.c
796
size_t jp_valuelen;
usr.sbin/jail/jailp.h
148
size_t pos;
usr.sbin/jail/jailp.h
156
size_t len;
usr.sbin/jail/jailp.h
206
extern void *emalloc(size_t);
usr.sbin/jail/jailp.h
207
extern void *erealloc(void *, size_t);
usr.sbin/jail/jailparse.y
107
size_t parentlen = strlen(current_jail->name);
usr.sbin/jail/jailparse.y
209
size_t len1;
usr.sbin/jail/state.c
115
if (plen < (size_t)(cs - j->name + 1)) {
usr.sbin/jail/state.c
48
static size_t njails;
usr.sbin/jail/state.c
62
size_t plen;
usr.sbin/jls/jls.c
179
add_param("all", NULL, (size_t)0, NULL, JP_USER);
usr.sbin/jls/jls.c
181
add_param("jid", NULL, (size_t)0, NULL, JP_USER);
usr.sbin/jls/jls.c
182
add_param("host.hostname", NULL, (size_t)0, NULL,
usr.sbin/jls/jls.c
184
add_param("path", NULL, (size_t)0, NULL, JP_USER);
usr.sbin/jls/jls.c
185
add_param("name", NULL, (size_t)0, NULL, JP_USER);
usr.sbin/jls/jls.c
186
add_param("dying", NULL, (size_t)0, NULL, JP_USER);
usr.sbin/jls/jls.c
187
add_param("cpuset.id", NULL, (size_t)0, NULL, JP_USER);
usr.sbin/jls/jls.c
190
add_param("ip4.addr", NULL, (size_t)0, NULL,
usr.sbin/jls/jls.c
195
add_param("ip6.addr", NULL, (size_t)0, NULL,
usr.sbin/jls/jls.c
201
add_param("name", NULL, (size_t)0, NULL, JP_USER);
usr.sbin/jls/jls.c
203
add_param("jid", NULL, (size_t)0, NULL, JP_USER);
usr.sbin/jls/jls.c
206
add_param("ip4.addr", NULL, (size_t)0, NULL,
usr.sbin/jls/jls.c
209
add_param("host.hostname", NULL, (size_t)0, NULL,
usr.sbin/jls/jls.c
211
add_param("path", NULL, (size_t)0, NULL, JP_USER);
usr.sbin/jls/jls.c
216
add_param(argv[i], NULL, (size_t)0, NULL, JP_USER);
usr.sbin/jls/jls.c
228
NULL, (size_t)0, NULL, JP_OPT);
usr.sbin/jls/jls.c
297
add_param(const char *name, void *value, size_t valuelen,
usr.sbin/jls/jls.c
310
qsort(tparams, (size_t)tnparams, sizeof(struct jailparam),
usr.sbin/jls/jls.c
313
add_param(tparams[i].jp_name, NULL, (size_t)0,
usr.sbin/jls/jls.c
628
size_t addr_len;
usr.sbin/jls/jls.c
75
static int add_param(const char *name, void *value, size_t valuelen,
usr.sbin/kbdcontrol/kbdcontrol.c
152
size_t len = sizeof(vty_name);
usr.sbin/kbdcontrol/kbdcontrol.c
802
size_t len;
usr.sbin/kbdmap/kbdmap.c
157
size_t len;
usr.sbin/kldxref/kldxref.c
130
record_buf(const void *buf, size_t size)
usr.sbin/kldxref/kldxref.c
165
size_t len;
usr.sbin/kldxref/kldxref.c
271
size_t new_desc_size;
usr.sbin/kldxref/kldxref.c
528
size_t len;
usr.sbin/lpr/common_source/common.c
116
size_t arraysz, entrysz, nitems;
usr.sbin/lpr/common_source/common.c
277
lock_file_name(const struct printer *pp, char *buf, size_t len)
usr.sbin/lpr/common_source/common.c
295
status_file_name(const struct printer *pp, char *buf, size_t len)
usr.sbin/lpr/common_source/common.c
455
lpd_gettime(struct timespec *tsp, char *strp, size_t strsize)
usr.sbin/lpr/common_source/common.c
548
lpd_gettime(&pp->tr_start, pp->tr_timestr, (size_t)TIMESTR_SIZE);
usr.sbin/lpr/common_source/common.c
552
trstat_write(struct printer *pp, tr_sendrecv sendrecv, size_t bytecnt,
usr.sbin/lpr/common_source/common.c
557
size_t remspace;
usr.sbin/lpr/common_source/common.c
568
lpd_gettime(&pp->tr_done, NULL, (size_t)0);
usr.sbin/lpr/common_source/common.c
88
while ((c = getc(cfp)) != '\n' && (size_t)(linel+1) < sizeof(line)) {
usr.sbin/lpr/common_source/common.c
95
} while ((linel & 07) != 0 && (size_t)(linel+1) <
usr.sbin/lpr/common_source/ctlinfo.c
128
size_t strlcpy(char *_dst, const char *_src, size_t _siz);
usr.sbin/lpr/common_source/ctlinfo.c
278
size_t msize, sroom, sroom2;
usr.sbin/lpr/common_source/ctlinfo.c
664
if (strncmp(lbuff, "df", (size_t)2) == 0) {
usr.sbin/lpr/common_source/ctlinfo.c
706
size_t size1;
usr.sbin/lpr/common_source/lp.h
296
char *lock_file_name(const struct printer *_pp, char *_buf, size_t _len);
usr.sbin/lpr/common_source/lp.h
297
void lpd_gettime(struct timespec *_tsp, char *_strp, size_t _strsize);
usr.sbin/lpr/common_source/lp.h
310
size_t _len);
usr.sbin/lpr/common_source/lp.h
313
size_t _bytecnt, const char *_userid, const char *_otherhost,
usr.sbin/lpr/common_source/matchjobs.c
79
size_t strsize;
usr.sbin/lpr/lpc/cmds.c
650
size_t linerem;
usr.sbin/lpr/lpc/lpc.c
141
size_t len;
usr.sbin/lpr/lpc/lpc.c
260
for (cp = cmdline; *cp && (size_t)(cp - cmdline) < sizeof(cmdline) &&
usr.sbin/lpr/lpd/printjob.c
1254
size_t dlen, hlen;
usr.sbin/lpr/lpd/printjob.c
509
(size_t)50);
usr.sbin/lpr/lpd/recvjob.c
153
size_t len, size;
usr.sbin/lpr/lpd/recvjob.c
310
readfile(struct printer *pp, char *file, size_t size)
usr.sbin/lpr/lpd/recvjob.c
383
chksize(size_t size)
usr.sbin/lpr/lpd/recvjob.c
386
size_t avail;
usr.sbin/lpr/lpd/recvjob.c
68
static size_t minfree; /* keep at least minfree blocks available */
usr.sbin/lpr/lpd/recvjob.c
73
static int chksize(size_t _size);
usr.sbin/lpr/lpd/recvjob.c
78
static int readfile(struct printer *_pp, char *_file, size_t _size);
usr.sbin/lpr/lpr/lpr.c
608
size_t len = 2;
usr.sbin/lpr/lpr/lpr.c
691
size_t dlen;
usr.sbin/lpr/pac/pac.c
246
size_t c;
usr.sbin/lpr/pac/pac.c
55
static size_t hcount; /* Count of hash entries */
usr.sbin/mailwrapper/mailwrapper.c
53
size_t argc, maxc;
usr.sbin/mailwrapper/mailwrapper.c
95
size_t len, lineno = 0;
usr.sbin/makefs/cd9660.c
114
static int cd9660_arguments_set_string(const char *, const char *, size_t,
usr.sbin/makefs/cd9660.c
143
size_t, int);
usr.sbin/makefs/cd9660.c
145
size_t, int);
usr.sbin/makefs/cd9660.c
146
static int cd9660_convert_filename(iso9660_disk *, const char *, char *, size_t,
usr.sbin/makefs/cd9660.c
1574
char *newname, size_t newnamelen, int is_file)
usr.sbin/makefs/cd9660.c
1630
char *newname, size_t newnamelen, int is_file)
usr.sbin/makefs/cd9660.c
1697
char *newname, size_t newnamelen, int is_file)
usr.sbin/makefs/cd9660.c
318
size_t length, char testmode, char *dest)
usr.sbin/makefs/cd9660.c
320
size_t len;
usr.sbin/makefs/cd9660.h
293
void cd9660_uppercase_characters(char *, size_t);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
253
size_t i;
usr.sbin/makefs/cd9660/cd9660_strings.c
47
cd9660_uppercase_characters(char *str, size_t len)
usr.sbin/makefs/cd9660/cd9660_strings.c
49
size_t p;
usr.sbin/makefs/cd9660/cd9660_write.c
395
size_t success;
usr.sbin/makefs/ffs.c
595
ffs_add_size(fsinfo_t *fsopts, size_t file_len)
usr.sbin/makefs/ffs.c
598
size_t blocks, fs_nindir, overhead;
usr.sbin/makefs/ffs.c
635
blocks = howmany(file_len - UFS_NDADDR * (size_t)ffs_opts->bsize,
usr.sbin/makefs/ffs.c
637
fs_nindir = (size_t)ffs_opts->bsize / ((ffs_opts->version == 1) ?
usr.sbin/makefs/ffs.c
712
size_t slen;
usr.sbin/makefs/ffs.c
738
size_t slen;
usr.sbin/makefs/ffs.c
785
size_t slen;
usr.sbin/makefs/ffs.c
945
if ((size_t)snprintf(path, sizeof(path), "%s/%s", dir,
usr.sbin/makefs/ffs/buf.c
127
size_t bytes;
usr.sbin/makefs/ffs/buf.c
133
bytes = (size_t)bp->b_bcount;
usr.sbin/makefs/ffs/buf.c
212
n = erealloc(bp->b_data, (size_t)size);
usr.sbin/makefs/ffs/buf.c
213
memset(n, 0, (size_t)size);
usr.sbin/makefs/ffs/buf.c
78
rv = read((*bpp)->b_fs->fd, (*bpp)->b_data, (size_t)(*bpp)->b_bcount);
usr.sbin/makefs/ffs/ffs_bswap.c
172
size_t i;
usr.sbin/makefs/ffs/ffs_bswap.c
65
size_t i;
usr.sbin/makefs/makefs.c
364
set_option(const option_t *options, const char *option, char *buf, size_t len)
usr.sbin/makefs/makefs.c
384
char *buf, size_t len)
usr.sbin/makefs/makefs.c
387
size_t i;
usr.sbin/makefs/makefs.c
408
strlcpy((void *)options[i].value, val, (size_t)
usr.sbin/makefs/makefs.c
470
size_t i;
usr.sbin/makefs/makefs.c
519
size_t i;
usr.sbin/makefs/makefs.h
188
int set_option(const option_t *, const char *, char *, size_t);
usr.sbin/makefs/makefs.h
190
char *, size_t);
usr.sbin/makefs/msdos.c
224
if ((size_t)snprintf(pbuf, sizeof(pbuf), "%s/%s", path,
usr.sbin/makefs/msdos.h
51
size_t cn_namelen;
usr.sbin/makefs/msdos/direntry.h
137
int unix2dosfn(const u_char *un, u_char dn[12], size_t unlen, u_int gen);
usr.sbin/makefs/msdos/direntry.h
138
int unix2winfn(const u_char *un, size_t unlen, struct winentry *wep, int cnt,
usr.sbin/makefs/msdos/direntry.h
140
int winChkName(const u_char *un, size_t unlen, struct winentry *wep,
usr.sbin/makefs/msdos/direntry.h
143
int winSlotCnt(const u_char *un, size_t unlen);
usr.sbin/makefs/msdos/msdosfs_conv.c
142
winSlotCnt(const u_char *un, size_t unlen)
usr.sbin/makefs/msdos/msdosfs_conv.c
161
winChkName(const u_char *un, size_t unlen, struct winentry *wep, int chksum)
usr.sbin/makefs/msdos/msdosfs_conv.c
232
unix2winfn(const u_char *un, size_t unlen, struct winentry *wep, int cnt,
usr.sbin/makefs/msdos/msdosfs_conv.c
296
unix2dosfn(const u_char *un, u_char dn[12], size_t unlen, u_int gen)
usr.sbin/makefs/msdos/msdosfs_vnops.c
367
__func__, node->name, st->st_mode, (size_t)st->st_size));
usr.sbin/makefs/msdos/msdosfs_vnops.c
433
size_t osize = dep->de_FileSize;
usr.sbin/makefs/msdos/msdosfs_vnops.c
435
size_t nsize, offs;
usr.sbin/makefs/mtree.c
193
size_t len;
usr.sbin/makefs/mtree.c
330
read_word(FILE *fp, char *buf, size_t bufsz)
usr.sbin/makefs/mtree.c
333
size_t idx, qidx;
usr.sbin/makefs/walk.c
124
size_t len;
usr.sbin/makefs/walk.c
163
if ((size_t)snprintf(path + len, sizeof(path) - len, "/%s",
usr.sbin/makefs/walk.c
407
if ((size_t)snprintf(path, sizeof(path), "%s/%s", dir,
usr.sbin/makefs/walk.c
85
size_t nitems, i;
usr.sbin/makefs/zfs.c
226
for (size_t i = 0, len = strlen(zfs->poolname); i < len; i++) {
usr.sbin/makefs/zfs.c
267
static size_t
usr.sbin/makefs/zfs.c
274
nvlist_copy(const nvlist_t *nvl, char *buf, size_t sz)
usr.sbin/makefs/zfs.c
598
for (size_t uoff = 0; uoff < sizeof(label->vl_uberblock);
usr.sbin/makefs/zfs.c
729
for (size_t i = 0; i < BLKPTR_PER_INDIR; i++)
usr.sbin/makefs/zfs.c
76
size_t align;
usr.sbin/makefs/zfs/dsl.c
197
size_t i;
usr.sbin/makefs/zfs/dsl.c
301
(size_t)(next - dsname) != strlen(zfs->poolname)) {
usr.sbin/makefs/zfs/fs.c
235
size_t *szp)
usr.sbin/makefs/zfs/fs.c
246
size_t valsz, size_t varoff, uint16_t ind, size_t *szp)
usr.sbin/makefs/zfs/fs.c
266
char *path, size_t sz, int *dirfdp)
usr.sbin/makefs/zfs/fs.c
269
size_t n;
usr.sbin/makefs/zfs/fs.c
275
size_t n;
usr.sbin/makefs/zfs/fs.c
287
assert((size_t)n < sz);
usr.sbin/makefs/zfs/fs.c
318
char *buf, size_t bufsz)
usr.sbin/makefs/zfs/fs.c
324
size_t n;
usr.sbin/makefs/zfs/fs.c
342
uint16_t ind, size_t *szp)
usr.sbin/makefs/zfs/fs.c
366
size_t bonussz, hdrsz;
usr.sbin/makefs/zfs/fs.c
545
size_t bufsz;
usr.sbin/makefs/zfs/fs.c
58
size_t sacnt;
usr.sbin/makefs/zfs/fs.c
744
const sa_attr_type_t layout[], size_t sacnt)
usr.sbin/makefs/zfs/fs.c
787
for (size_t i = 0; i < nitems(zpl_attrs); i++) {
usr.sbin/makefs/zfs/fs.c
818
for (size_t i = 0; i < nitems(zpl_attrs); i++)
usr.sbin/makefs/zfs/fs.c
829
for (size_t i = 0; i < fs->sacnt; i++)
usr.sbin/makefs/zfs/fs.c
832
for (size_t i = 0; i < nitems(zpl_attr_layout); i++) {
usr.sbin/makefs/zfs/vdev.c
103
for (size_t sofar = 0; sofar < len; sofar += n) {
usr.sbin/makefs/zfs/vdev.c
151
assert(size > 0 && (size_t)size >= sizeof(zio_eck_t));
usr.sbin/makefs/zfs/vdev.c
205
for (size_t roff = 0; roff < sizeof(label->vl_uberblock);
usr.sbin/makefs/zfs/vdev.c
83
vdev_pwrite(const zfs_opt_t *zfs, const void *buf, size_t len, off_t off)
usr.sbin/makefs/zfs/zap.c
131
zap_add(zfs_zap_t *zap, const char *name, size_t intsz, size_t intcnt,
usr.sbin/makefs/zfs/zap.c
245
zap_fat_write_array_chunk(zap_leaf_t *l, uint16_t li, size_t sz,
usr.sbin/makefs/zfs/zap.c
367
size_t blkshift;
usr.sbin/makefs/zfs/zap.c
55
size_t intsz; /* array element size; 1, 2, 4 or 8 */
usr.sbin/makefs/zfs/zap.c
56
size_t intcnt; /* array size */
usr.sbin/makefs/zfs/zfs.h
162
void zap_add(zfs_zap_t *, const char *, size_t, size_t, const uint8_t *);
usr.sbin/mfiutil/mfi_bbu.c
64
mfi_next_learn_time(uint32_t next_learn_time, char *buf, size_t sz)
usr.sbin/mfiutil/mfi_bbu.c
68
size_t len;
usr.sbin/mfiutil/mfi_cmd.c
215
size_t len;
usr.sbin/mfiutil/mfi_cmd.c
265
mfi_dcmd_command(int fd, uint32_t opcode, void *buf, size_t bufsize,
usr.sbin/mfiutil/mfi_cmd.c
266
uint8_t *mbox, size_t mboxlen, uint8_t *statusp)
usr.sbin/mfiutil/mfi_config.c
1242
size_t len;
usr.sbin/mfiutil/mfi_config.c
552
size_t config_size;
usr.sbin/mfiutil/mfi_config.c
88
uint8_t *mbox, size_t mboxlen)
usr.sbin/mfiutil/mfi_evt.c
328
simple_hex(void *ptr, size_t length, const char *separator)
usr.sbin/mfiutil/mfi_evt.c
57
size_t size;
usr.sbin/mfiutil/mfi_flash.c
91
size_t nread;
usr.sbin/mfiutil/mfi_show.c
48
format_stripe(char *buf, size_t buflen, uint8_t stripe)
usr.sbin/mfiutil/mfiutil.h
153
struct mfi_config_data **configp, uint8_t *mbox, size_t mboxlen);
usr.sbin/mfiutil/mfiutil.h
156
int mfi_dcmd_command(int fd, uint32_t opcode, void *buf, size_t bufsize,
usr.sbin/mfiutil/mfiutil.h
157
uint8_t *mbox, size_t mboxlen, uint8_t *statusp);
usr.sbin/mfiutil/mfiutil.h
170
void format_stripe(char *buf, size_t buflen, uint8_t stripe);
usr.sbin/mfiutil/mfiutil.h
179
void mfi_next_learn_time(uint32_t, char *, size_t);
usr.sbin/mfiutil/mfiutil.h
72
int humanize_number(char *_buf, size_t _len, int64_t _number,
usr.sbin/mlx5tool/mlx5tool.c
207
size_t byte_to_write;
usr.sbin/mlx5tool/mlx5tool.c
81
size_t cnt;
usr.sbin/mountd/mountd.c
1576
static size_t linesize;
usr.sbin/mountd/mountd.c
1964
size_t nfs_maxvers_size;
usr.sbin/mountd/mountd.c
3182
size_t dirlen;
usr.sbin/mountd/mountd.c
3617
size_t len;
usr.sbin/moused/moused/moused.c
1253
size_t len;
usr.sbin/moused/moused/moused.c
1474
for (size_t i = 0; i < t->ntuples; i++) {
usr.sbin/moused/moused/moused.c
1513
for (size_t idx = 0; idx < t->ntuples; idx++) {
usr.sbin/moused/moused/moused.c
170
size_t p_size;
usr.sbin/moused/moused/moused.c
939
size_t b_size;
usr.sbin/moused/moused/quirks.c
1158
size_t nelem;
usr.sbin/moused/moused/quirks.c
1489
for (size_t i = 0; i < q->nproperties; i++) {
usr.sbin/moused/moused/quirks.c
1644
for (size_t i = 0; i < q->nproperties; i++) {
usr.sbin/moused/moused/quirks.c
1651
size_t offset = p->value.tuples.ntuples;
usr.sbin/moused/moused/quirks.c
1652
size_t max = ARRAY_LENGTH(p->value.tuples.tuples);
usr.sbin/moused/moused/quirks.c
1653
for (size_t j = 0; j < property->value.tuples.ntuples; j++) {
usr.sbin/moused/moused/quirks.c
1680
size_t nprops = 0;
usr.sbin/moused/moused/quirks.c
178
size_t refcount;
usr.sbin/moused/moused/quirks.c
183
size_t nproperties;
usr.sbin/moused/moused/quirks.c
194
size_t refcount;
usr.sbin/moused/moused/quirks.c
2017
size_t *nelements)
usr.sbin/moused/moused/quirks.c
531
strv_parse_hex(const char *str, size_t index, void *data)
usr.sbin/moused/moused/quirks.c
594
const size_t max = ARRAY_LENGTH(s->match.product) - 1;
usr.sbin/moused/moused/quirks.c
596
size_t nelems = 0;
usr.sbin/moused/moused/quirks.c
74
size_t nelements;
usr.sbin/moused/moused/quirks.c
83
size_t refcount;
usr.sbin/moused/moused/quirks.c
836
size_t nevents = ARRAY_LENGTH(events);
usr.sbin/moused/moused/quirks.c
844
for (size_t i = 0; i < nevents; i++) {
usr.sbin/moused/moused/quirks.c
855
size_t nprops = ARRAY_LENGTH(props);
usr.sbin/moused/moused/quirks.c
863
for (size_t i = 0; i < nprops; i++) {
usr.sbin/moused/moused/quirks.h
369
size_t *nelements);
usr.sbin/moused/moused/quirks.h
43
size_t x, y;
usr.sbin/moused/moused/quirks.h
56
size_t ntuples;
usr.sbin/moused/moused/util-evdev.c
121
size_t len = strlen(name);
usr.sbin/moused/moused/util-evdev.c
136
libevdev_event_type_from_name_n(const char *name, size_t len)
usr.sbin/moused/moused/util-evdev.c
156
libevdev_property_from_name_n(const char *name, size_t len)
usr.sbin/moused/moused/util-evdev.c
38
size_t len;
usr.sbin/moused/moused/util-evdev.c
42
startswith(const char *str, size_t len, const char *prefix, size_t plen)
usr.sbin/moused/moused/util-evdev.c
50
size_t i;
usr.sbin/moused/moused/util-evdev.c
94
lookup_name(const struct name_entry *array, size_t asize,
usr.sbin/moused/moused/util.c
104
size_t l, nelems = 0;
usr.sbin/moused/moused/util.c
113
size_t strv_len = nelems + 1; /* NULL-terminated */
usr.sbin/moused/moused/util.c
116
size_t idx = 0;
usr.sbin/moused/moused/util.c
145
int strv_for_each_n(const char **strv, size_t max, strv_foreach_callback_t func, void *data)
usr.sbin/moused/moused/util.c
147
for (size_t i = 0; i < max && strv && strv[i]; i++) {
usr.sbin/moused/moused/util.c
171
parse_dimension_property(const char *prop, size_t *w, size_t *h)
usr.sbin/moused/moused/util.c
184
*w = (size_t)x;
usr.sbin/moused/moused/util.c
185
*h = (size_t)y;
usr.sbin/moused/moused/util.c
306
parse_evcode_property(const char *prop, struct input_event *events, size_t *nevents)
usr.sbin/moused/moused/util.c
314
size_t ncodes;
usr.sbin/moused/moused/util.c
320
for (size_t idx = 0; strv[idx]; idx++) {
usr.sbin/moused/moused/util.c
343
strlen(s) != (size_t)consumed ||
usr.sbin/moused/moused/util.c
376
parse_input_prop_property(const char *prop, struct input_prop *props_out, size_t *nprops)
usr.sbin/moused/moused/util.c
381
size_t count;
usr.sbin/moused/moused/util.c
387
for (size_t idx = 0; strv[idx]; idx++) {
usr.sbin/moused/moused/util.c
58
next_word(const char **state, size_t *len, const char *separators)
usr.sbin/moused/moused/util.c
61
size_t l;
usr.sbin/moused/moused/util.c
97
strv_from_string(const char *in, const char *separators, size_t *num_elements)
usr.sbin/moused/moused/util.h
161
zalloc(size_t size)
usr.sbin/moused/moused/util.h
298
size_t slen = strlen(str);
usr.sbin/moused/moused/util.h
302
for (size_t i = 0; i < slen; i++) {
usr.sbin/moused/moused/util.h
344
char **strv_from_string(const char *in, const char *separator, size_t *num_elements);
usr.sbin/moused/moused/util.h
346
typedef int (*strv_foreach_callback_t)(const char *str, size_t index, void *data);
usr.sbin/moused/moused/util.h
347
int strv_for_each_n(const char **strv, size_t max, strv_foreach_callback_t func, void *data);
usr.sbin/moused/moused/util.h
375
size_t slen = strlen(str);
usr.sbin/moused/moused/util.h
376
size_t suffixlen = strlen(suffix);
usr.sbin/moused/moused/util.h
377
size_t offset;
usr.sbin/moused/moused/util.h
392
size_t prefixlen = strlen(prefix);
usr.sbin/moused/moused/util.h
406
bool parse_dimension_property(const char *prop, size_t *w, size_t *h);
usr.sbin/moused/moused/util.h
410
bool parse_evcode_property(const char *prop, struct input_event *events, size_t *nevents);
usr.sbin/moused/moused/util.h
411
bool parse_input_prop_property(const char *prop, struct input_prop *props_out, size_t *nprops);
usr.sbin/moused/msconvd/msconvd.c
791
size_t i;
usr.sbin/moused/msconvd/msconvd.c
851
size_t i;
usr.sbin/mpsutil/mps_cmd.c
724
static size_t
usr.sbin/mpsutil/mps_cmd.c
728
const size_t factslen = 4;
usr.sbin/mpsutil/mps_cmd.c
750
size_t factslen;
usr.sbin/mpsutil/mps_debug.c
61
size_t len;
usr.sbin/mptutil/mpt_cam.c
127
size_t bufsize;
usr.sbin/mptutil/mpt_cam.c
397
size_t bufsize;
usr.sbin/mptutil/mpt_cam.c
64
size_t bufsize;
usr.sbin/mptutil/mpt_config.c
513
size_t page_size;
usr.sbin/mptutil/mpt_drive.c
149
size_t listsize;
usr.sbin/mptutil/mpt_show.c
48
format_stripe(char *buf, size_t buflen, U32 stripe)
usr.sbin/mtest/mtest.c
388
size_t j;
usr.sbin/ndp/ndp.c
1177
size_t l;
usr.sbin/ndp/ndp.c
1255
size_t l;
usr.sbin/ndp/ndp.c
618
size_t needed;
usr.sbin/ndp/ndp_netlink.c
108
size_t len = sizeof(fibnum);
usr.sbin/newsyslog/extern.h
65
char *timebuf, size_t bufsize);
usr.sbin/newsyslog/newsyslog.c
1035
size_t i;
usr.sbin/newsyslog/newsyslog.c
1118
size_t i;
usr.sbin/newsyslog/newsyslog.c
1592
size_t logfname_len;
usr.sbin/newsyslog/newsyslog.c
1768
gen_classiclog_fname(char *fname, size_t fname_sz, const char *archive_dir,
usr.sbin/newsyslog/newsyslog.c
1966
size_t sz;
usr.sbin/newsyslog/newsyslog.c
2268
size_t tmpsiz;
usr.sbin/newsyslog/newsyslog.c
2324
size_t tmpsiz;
usr.sbin/newsyslog/newsyslog.c
2563
size_t tmpsiz;
usr.sbin/newsyslog/newsyslog.c
274
static size_t hostname_shortlen;
usr.sbin/newsyslog/ptimes.c
499
char *timebuf, size_t bufsize)
usr.sbin/nfsd/nfsd.c
1041
size_t ncpu_size;
usr.sbin/nfsd/nfsd.c
1224
size_t dsaddrsiz, dshostsiz, dspathsiz, nfsprtsiz, mdspathsiz;
usr.sbin/nfsd/nfsd.c
164
size_t jailed_size, nfs_minvers_size;
usr.sbin/nfsuserd/nfsuserd.c
130
size_t jailed_size;
usr.sbin/ngctl/main.c
242
size_t sz = 0;
usr.sbin/ngctl/main.c
389
size_t sz = 0;
usr.sbin/ngctl/write.c
67
size_t hooklen;
usr.sbin/nscd/agent.c
113
size_t i;
usr.sbin/nscd/agent.c
73
size_t new_agents_num;
usr.sbin/nscd/agent.h
49
int (*lookup_func)(const char *, size_t, char **, size_t *);
usr.sbin/nscd/agent.h
55
int (*mp_lookup_func)(char **, size_t *, void *);
usr.sbin/nscd/agent.h
61
size_t agents_num;
usr.sbin/nscd/agents/group.c
118
group_lookup_func(const char *key, size_t key_size, char **buffer,
usr.sbin/nscd/agents/group.c
119
size_t *buffer_size)
usr.sbin/nscd/agents/group.c
123
size_t size;
usr.sbin/nscd/agents/group.c
195
group_mp_lookup_func(char **buffer, size_t *buffer_size, void *mdata)
usr.sbin/nscd/agents/group.c
39
static int group_marshal_func(struct group *, char *, size_t *);
usr.sbin/nscd/agents/group.c
40
static int group_lookup_func(const char *, size_t, char **, size_t *);
usr.sbin/nscd/agents/group.c
42
static int group_mp_lookup_func(char **, size_t *, void *);
usr.sbin/nscd/agents/group.c
46
group_marshal_func(struct group *grp, char *buffer, size_t *buffer_size)
usr.sbin/nscd/agents/group.c
49
size_t desired_size, size, mem_size;
usr.sbin/nscd/agents/passwd.c
127
passwd_lookup_func(const char *key, size_t key_size, char **buffer,
usr.sbin/nscd/agents/passwd.c
128
size_t *buffer_size)
usr.sbin/nscd/agents/passwd.c
132
size_t size;
usr.sbin/nscd/agents/passwd.c
203
passwd_mp_lookup_func(char **buffer, size_t *buffer_size, void *mdata)
usr.sbin/nscd/agents/passwd.c
39
static int passwd_marshal_func(struct passwd *, char *, size_t *);
usr.sbin/nscd/agents/passwd.c
40
static int passwd_lookup_func(const char *, size_t, char **, size_t *);
usr.sbin/nscd/agents/passwd.c
42
static int passwd_mp_lookup_func(char **, size_t *, void *);
usr.sbin/nscd/agents/passwd.c
46
passwd_marshal_func(struct passwd *pwd, char *buffer, size_t *buffer_size)
usr.sbin/nscd/agents/passwd.c
50
size_t desired_size, size;
usr.sbin/nscd/agents/services.c
121
services_lookup_func(const char *key, size_t key_size, char **buffer,
usr.sbin/nscd/agents/services.c
122
size_t *buffer_size)
usr.sbin/nscd/agents/services.c
127
size_t size, size2;
usr.sbin/nscd/agents/services.c
216
services_mp_lookup_func(char **buffer, size_t *buffer_size, void *mdata)
usr.sbin/nscd/agents/services.c
39
static int services_marshal_func(struct servent *, char *, size_t *);
usr.sbin/nscd/agents/services.c
40
static int services_lookup_func(const char *, size_t, char **, size_t *);
usr.sbin/nscd/agents/services.c
42
static int services_mp_lookup_func(char **, size_t *, void *);
usr.sbin/nscd/agents/services.c
46
services_marshal_func(struct servent *serv, char *buffer, size_t *buffer_size)
usr.sbin/nscd/agents/services.c
49
size_t desired_size;
usr.sbin/nscd/agents/services.c
52
size_t size;
usr.sbin/nscd/agents/services.c
53
size_t aliases_size;
usr.sbin/nscd/cachelib.c
103
size_t min_size;
usr.sbin/nscd/cachelib.c
1100
cache_mp_read(struct cache_mp_read_session_ *rs, char *data, size_t *data_size)
usr.sbin/nscd/cachelib.c
1183
size_t key_part_size, enum part_position_t part_position)
usr.sbin/nscd/cachelib.c
129
ht_item_hash_func(const void *p, size_t cache_entries_size)
usr.sbin/nscd/cachelib.c
132
size_t i;
usr.sbin/nscd/cachelib.c
292
size_t entry_size;
usr.sbin/nscd/cachelib.c
507
size_t i;
usr.sbin/nscd/cachelib.c
523
size_t entry_name_size;
usr.sbin/nscd/cachelib.c
537
size_t new_capacity;
usr.sbin/nscd/cachelib.c
68
static hashtable_index_t ht_item_hash_func(const void *, size_t);
usr.sbin/nscd/cachelib.c
695
cache_read(struct cache_entry_ *entry, const char *key, size_t key_size,
usr.sbin/nscd/cachelib.c
696
char *value, size_t *value_size)
usr.sbin/nscd/cachelib.c
77
size_t min_size;
usr.sbin/nscd/cachelib.c
801
cache_write(struct cache_entry_ *entry, const char *key, size_t key_size,
usr.sbin/nscd/cachelib.c
802
char const *value, size_t value_size)
usr.sbin/nscd/cachelib.c
959
size_t data_size)
usr.sbin/nscd/cachelib.h
103
size_t max_elemsize; /* if 0 then no check is made */
usr.sbin/nscd/cachelib.h
104
size_t max_sessions; /* maximum number of active sessions */
usr.sbin/nscd/cachelib.h
112
size_t key_size;
usr.sbin/nscd/cachelib.h
115
size_t value_size;
usr.sbin/nscd/cachelib.h
137
size_t items_size;
usr.sbin/nscd/cachelib.h
146
size_t policies_size;
usr.sbin/nscd/cachelib.h
153
size_t value_size;
usr.sbin/nscd/cachelib.h
166
size_t items_size;
usr.sbin/nscd/cachelib.h
186
size_t ws_size;
usr.sbin/nscd/cachelib.h
190
size_t rs_size;
usr.sbin/nscd/cachelib.h
213
size_t entries_capacity;
usr.sbin/nscd/cachelib.h
214
size_t entries_size;
usr.sbin/nscd/cachelib.h
243
int cache_read(cache_entry, const char *, size_t, char *, size_t *);
usr.sbin/nscd/cachelib.h
244
int cache_write(cache_entry, const char *, size_t, char const *, size_t);
usr.sbin/nscd/cachelib.h
248
int cache_mp_write(cache_mp_write_session, char *, size_t);
usr.sbin/nscd/cachelib.h
253
int cache_mp_read(cache_mp_read_session, char *, size_t *);
usr.sbin/nscd/cachelib.h
259
const char *, size_t, enum part_position_t);
usr.sbin/nscd/cachelib.h
87
size_t cache_entries_size;
usr.sbin/nscd/cachelib.h
89
size_t max_elemsize; /* if 0 then no check is made */
usr.sbin/nscd/cachelib.h
90
size_t satisf_elemsize; /* if entry size is exceeded,
usr.sbin/nscd/cacheplcs.h
42
size_t key_size;
usr.sbin/nscd/cacheplcs.h
44
size_t request_count;
usr.sbin/nscd/config.c
117
size_t size;
usr.sbin/nscd/config.c
295
size_t
usr.sbin/nscd/config.c
305
configuration_get_entry(struct configuration *config, size_t index)
usr.sbin/nscd/config.c
535
size_t len, i;
usr.sbin/nscd/config.h
100
size_t entries_capacity;
usr.sbin/nscd/config.h
101
size_t entries_size;
usr.sbin/nscd/config.h
126
size_t configuration_get_entries_size(struct configuration *);
usr.sbin/nscd/config.h
128
size_t);
usr.sbin/nscd/config.h
78
size_t mp_cache_entries_size;
usr.sbin/nscd/hashtable.h
52
size_t capacity; \
usr.sbin/nscd/hashtable.h
53
size_t size; \
usr.sbin/nscd/hashtable.h
63
size_t entries_size; \
usr.sbin/nscd/mp_rs_query.c
105
&c_mp_rs_request->entry_length, sizeof(size_t));
usr.sbin/nscd/mp_rs_query.c
107
if (result != sizeof(size_t)) {
usr.sbin/nscd/mp_rs_query.c
140
if (result < 0 || (size_t)result != qstate->kevent_watermark) {
usr.sbin/nscd/mp_rs_query.c
163
size_t buffer_size;
usr.sbin/nscd/mp_rs_query.c
438
qstate->kevent_watermark = sizeof(size_t) + sizeof(int);
usr.sbin/nscd/mp_rs_query.c
462
sizeof(size_t));
usr.sbin/nscd/mp_rs_query.c
463
if (result < 0 || (size_t)result != qstate->kevent_watermark) {
usr.sbin/nscd/mp_rs_query.c
473
if (result < 0 || (size_t)result != qstate->kevent_watermark) {
usr.sbin/nscd/mp_rs_query.c
499
if (result < 0 || (size_t)result != qstate->kevent_watermark) {
usr.sbin/nscd/mp_rs_query.c
97
qstate->kevent_watermark = sizeof(size_t);
usr.sbin/nscd/mp_ws_query.c
106
&c_mp_ws_request->entry_length, sizeof(size_t));
usr.sbin/nscd/mp_ws_query.c
108
if (result != sizeof(size_t)) {
usr.sbin/nscd/mp_ws_query.c
145
if (result < 0 || (size_t)result != qstate->kevent_watermark) {
usr.sbin/nscd/mp_ws_query.c
311
qstate->kevent_watermark = sizeof(size_t);
usr.sbin/nscd/mp_ws_query.c
359
sizeof(size_t));
usr.sbin/nscd/mp_ws_query.c
361
if (result != sizeof(size_t)) {
usr.sbin/nscd/mp_ws_query.c
397
if (result < 0 || (size_t)result != qstate->kevent_watermark) {
usr.sbin/nscd/mp_ws_query.c
98
qstate->kevent_watermark = sizeof(size_t);
usr.sbin/nscd/nscd.c
104
size_t size, i;
usr.sbin/nscd/nscd.c
315
(qstate->kevent_watermark <= (size_t)event_data->data)) ||
usr.sbin/nscd/nscd.c
317
(qstate->io_buffer_watermark <= (size_t)event_data->data))) {
usr.sbin/nscd/nscdcli.c
111
(size_t)eventlist.data <= data_size - result ?
usr.sbin/nscd/nscdcli.c
112
(size_t)eventlist.data : data_size - result);
usr.sbin/nscd/nscdcli.c
242
size_t name_size;
usr.sbin/nscd/nscdcli.c
259
result = safe_write(connection, &name_size, sizeof(size_t));
usr.sbin/nscd/nscdcli.c
48
static int safe_write(struct nscd_connection_ *, const void *, size_t);
usr.sbin/nscd/nscdcli.c
49
static int safe_read(struct nscd_connection_ *, void *, size_t);
usr.sbin/nscd/nscdcli.c
54
size_t data_size)
usr.sbin/nscd/nscdcli.c
58
size_t result;
usr.sbin/nscd/nscdcli.c
74
(size_t)eventlist.data < data_size - result ?
usr.sbin/nscd/nscdcli.c
75
(size_t)eventlist.data : data_size - result);
usr.sbin/nscd/nscdcli.c
91
safe_read(struct nscd_connection_ *connection, void *data, size_t data_size)
usr.sbin/nscd/nscdcli.c
94
size_t result;
usr.sbin/nscd/protocol.h
103
size_t entry_length;
usr.sbin/nscd/protocol.h
112
size_t data_size;
usr.sbin/nscd/protocol.h
43
size_t entry_length;
usr.sbin/nscd/protocol.h
44
size_t cache_key_size;
usr.sbin/nscd/protocol.h
45
size_t data_size;
usr.sbin/nscd/protocol.h
56
size_t entry_length;
usr.sbin/nscd/protocol.h
57
size_t cache_key_size;
usr.sbin/nscd/protocol.h
62
size_t data_size; // ignored if error_code is not 0
usr.sbin/nscd/protocol.h
74
size_t entry_length;
usr.sbin/nscd/protocol.h
85
size_t entry_length;
usr.sbin/nscd/protocol.h
94
size_t data_size;
usr.sbin/nscd/query.c
1106
query_io_buffer_read(struct query_state *qstate, void *buf, size_t nbytes)
usr.sbin/nscd/query.c
1108
size_t remaining;
usr.sbin/nscd/query.c
1145
size_t nbytes)
usr.sbin/nscd/query.c
1147
size_t remaining;
usr.sbin/nscd/query.c
1182
query_socket_read(struct query_state *qstate, void *buf, size_t nbytes)
usr.sbin/nscd/query.c
119
const char *eid_str, size_t eid_str_length)
usr.sbin/nscd/query.c
1193
if (result < 0 || (size_t)result < nbytes)
usr.sbin/nscd/query.c
1204
query_socket_write(struct query_state *qstate, const void *buf, size_t nbytes)
usr.sbin/nscd/query.c
1215
if (result < 0 || (size_t)result < nbytes)
usr.sbin/nscd/query.c
1226
init_query_state(int sockfd, size_t kevent_watermark, uid_t euid, gid_t egid)
usr.sbin/nscd/query.c
265
qstate->kevent_watermark = sizeof(size_t);
usr.sbin/nscd/query.c
269
qstate->kevent_watermark = sizeof(size_t);
usr.sbin/nscd/query.c
310
qstate->kevent_watermark = sizeof(size_t) * 3;
usr.sbin/nscd/query.c
316
sizeof(size_t));
usr.sbin/nscd/query.c
318
&write_request->cache_key_size, sizeof(size_t));
usr.sbin/nscd/query.c
320
&write_request->data_size, sizeof(size_t));
usr.sbin/nscd/query.c
322
if (result != sizeof(size_t) * 3) {
usr.sbin/nscd/query.c
55
const char *, size_t);
usr.sbin/nscd/query.c
587
qstate->kevent_watermark = sizeof(size_t) * 2;
usr.sbin/nscd/query.c
593
&read_request->entry_length, sizeof(size_t));
usr.sbin/nscd/query.c
595
&read_request->cache_key_size, sizeof(size_t));
usr.sbin/nscd/query.c
597
if (result != sizeof(size_t) * 2) {
usr.sbin/nscd/query.c
820
qstate->kevent_watermark = sizeof(int) + sizeof(size_t);
usr.sbin/nscd/query.c
843
sizeof(size_t));
usr.sbin/nscd/query.c
86
size_t i;
usr.sbin/nscd/query.c
907
qstate->kevent_watermark = sizeof(size_t) + sizeof(int);
usr.sbin/nscd/query.c
914
&transform_request->entry_length, sizeof(size_t));
usr.sbin/nscd/query.c
918
if (result != sizeof(size_t) + sizeof(int)) {
usr.sbin/nscd/query.c
980
size_t i, size;
usr.sbin/nscd/query.h
40
typedef ssize_t (*query_read_func)(struct query_state *, void *, size_t);
usr.sbin/nscd/query.h
41
typedef ssize_t (*query_write_func)(struct query_state *, const void *, size_t);
usr.sbin/nscd/query.h
67
size_t eid_str_length;
usr.sbin/nscd/query.h
74
size_t io_buffer_size;
usr.sbin/nscd/query.h
75
size_t io_buffer_watermark;
usr.sbin/nscd/query.h
76
size_t kevent_watermark; /* bytes to be sent/received */
usr.sbin/nscd/query.h
93
ssize_t query_io_buffer_read(struct query_state *, void *, size_t);
usr.sbin/nscd/query.h
94
ssize_t query_io_buffer_write(struct query_state *, const void *, size_t);
usr.sbin/nscd/query.h
96
ssize_t query_socket_read(struct query_state *, void *, size_t);
usr.sbin/nscd/query.h
97
ssize_t query_socket_write(struct query_state *, const void *, size_t);
usr.sbin/nscd/query.h
99
struct query_state *init_query_state(int, size_t, uid_t, gid_t);
usr.sbin/ntp/config.h
1888
int rpl_vsnprintf(char *, size_t, const char *, va_list);
usr.sbin/ntp/config.h
1897
int rpl_snprintf(char *, size_t, const char *, ...);
usr.sbin/pciconf/pciconf.c
1221
if ((size_t)(cp - name) + 1 > sizeof(patterns[0].pd_name))
usr.sbin/pciconf/pciconf.c
1381
size_t res;
usr.sbin/pciconf/pciconf.c
232
fetch_devs(int fd, const char *name, struct pci_conf **confp, size_t *countp)
usr.sbin/pciconf/pciconf.c
237
size_t count;
usr.sbin/pciconf/pciconf.c
293
size_t count;
usr.sbin/pciconf/pciconf.c
377
struct pci_conf *conf, size_t count, bitstr_t *added)
usr.sbin/pciconf/pciconf.c
381
size_t i;
usr.sbin/pciconf/pciconf.c
434
build_tree(struct pci_tree_list *head, struct pci_conf *conf, size_t count)
usr.sbin/pciconf/pciconf.c
437
size_t i;
usr.sbin/pciconf/pciconf.c
529
size_t count;
usr.sbin/pkg/config.c
153
size_t len;
usr.sbin/pkg/config.c
219
size_t bufsz = 0;
usr.sbin/pkg/config.c
226
size_t j;
usr.sbin/pkg/config.c
539
size_t n;
usr.sbin/pkg/ecc.c
106
ecc_pkgkey_params(const uint8_t *curve, size_t curvesz)
usr.sbin/pkg/ecc.c
110
for (size_t i = 0; i < nitems(pkgkey_map); i++) {
usr.sbin/pkg/ecc.c
123
uint8_t *rawkey, size_t *rawlen)
usr.sbin/pkg/ecc.c
128
size_t datasz;
usr.sbin/pkg/ecc.c
203
ecc_extract_signature(const uint8_t *sig, size_t siglen, uint8_t *rawsig,
usr.sbin/pkg/ecc.c
204
size_t rawlen)
usr.sbin/pkg/ecc.c
209
size_t compsz, datasz, sigoff;
usr.sbin/pkg/ecc.c
266
ecc_extract_pubkey_string(const uint8_t *data, size_t datalen, uint8_t *rawkey,
usr.sbin/pkg/ecc.c
267
size_t *rawlen)
usr.sbin/pkg/ecc.c
296
ecc_extract_key_params(const uint8_t *oid, size_t oidlen,
usr.sbin/pkg/ecc.c
373
for (size_t i = 0; i < oidlen; i++) {
usr.sbin/pkg/ecc.c
389
ecc_extract_pubkey(FILE *keyfp, const uint8_t *key, size_t keylen,
usr.sbin/pkg/ecc.c
390
uint8_t *rawkey, size_t *rawlen, ec_params *rawparams)
usr.sbin/pkg/ecc.c
395
size_t oidsz;
usr.sbin/pkg/ecc.c
462
size_t keylen;
usr.sbin/pkg/ecc.c
464
size_t siglen;
usr.sbin/pkg/ecc.c
469
size_t hashsz)
usr.sbin/pkg/ecc.c
476
size_t keysz;
usr.sbin/pkg/ecc.c
522
const char *data, size_t datasz, const char *sigfile,
usr.sbin/pkg/ecc.c
85
size_t namesz;
usr.sbin/pkg/hash.c
36
sha256_buf(char *buf, size_t len)
usr.sbin/pkg/hash.h
31
char *sha256_buf(char *buf, size_t len);
usr.sbin/pkg/pkg.c
1043
size_t namelen;
usr.sbin/pkg/pkg.c
106
size_t ctx_size;
usr.sbin/pkg/pkg.c
111
for (size_t i = 0; i < nitems(pkgsign_builtins); i++) {
usr.sbin/pkg/pkg.c
157
size_t datasz, const char *sigfile, const unsigned char *key, int keylen,
usr.sbin/pkg/pkg.c
475
pkg_read_fd(int fd, size_t *osz)
usr.sbin/pkg/pkg.c
505
parse_sigtype(char **bufp, size_t *bufszp)
usr.sbin/pkg/pkg.c
510
size_t bufsz = *bufszp;
usr.sbin/pkg/pkg.c
535
size_t sigsz;
usr.sbin/pkg/pkg.c
562
size_t linecap, sigsz, certsz, typesz;
usr.sbin/pkg/pkg.c
656
size_t datasz;
usr.sbin/pkg/pkg.h
44
const char *, size_t, const char *, const unsigned char *, int,
usr.sbin/pkg/pkg.h
48
size_t pkgsign_ctx_size;
usr.sbin/pkg/pkg.h
73
char *pkg_read_fd(int fd, size_t *osz);
usr.sbin/pkg/rsa.c
83
const char *data, size_t datasz, const char *sigfile,
usr.sbin/pmc/cmd_pmc_stat.c
74
size_t size;
usr.sbin/pmccontrol/pmccontrol.c
215
size_t setsize;
usr.sbin/pmccontrol/pmccontrol.c
233
setsize = (size_t)cpusetsize;
usr.sbin/pmcstat/pmcpl_gprof.c
127
size_t count;
usr.sbin/pmcstat/pmcpl_gprof.c
96
size_t pgf_nbuckets; /* #buckets in this gmon.out */
usr.sbin/pmcstat/pmcpl_gprof.c
99
size_t pgf_ndatabytes; /* number of bytes mapped */
usr.sbin/pmcstat/pmcstat.c
449
size_t len;
usr.sbin/pmcstat/pmcstat_log.c
239
char *sourcefile, size_t sourcefile_len, unsigned *sourceline,
usr.sbin/pmcstat/pmcstat_log.c
240
char *funcname, size_t funcname_len)
usr.sbin/pmcstat/pmcstat_log.h
54
char *sourcefile, size_t sourcefile_len, unsigned *sourceline,
usr.sbin/pmcstat/pmcstat_log.h
55
char *funcname, size_t funcname_len);
usr.sbin/pmcstudy/eval_expr.c
429
size_t siz, i, x;
usr.sbin/pmcstudy/pmcstudy.c
2097
size_t mlen;
usr.sbin/pmcstudy/pmcstudy.c
2337
size_t sz, len;
usr.sbin/pmcstudy/pmcstudy.c
2642
size_t len;
usr.sbin/pmcstudy/pmcstudy.c
2680
size_t mal;
usr.sbin/pnfsdscopymr/pnfsdscopymr.c
78
size_t mirlen;
usr.sbin/powerd/powerd.c
113
static size_t acline_mib_len;
usr.sbin/powerd/powerd.c
157
size_t cp_times_len;
usr.sbin/powerd/powerd.c
209
size_t len = 0;
usr.sbin/powerd/powerd.c
265
size_t len;
usr.sbin/powerd/powerd.c
405
size_t len;
usr.sbin/powerd/powerd.c
583
size_t len;
usr.sbin/ppp/arp.c
232
size_t needed;
usr.sbin/ppp/async.c
108
size_t oldcnt;
usr.sbin/ppp/async.c
109
size_t cnt;
usr.sbin/ppp/async.c
195
size_t cnt;
usr.sbin/ppp/auth.c
347
auth_GetSecret(const char *name, size_t len)
usr.sbin/ppp/auth.c
446
size_t len;
usr.sbin/ppp/auth.c
467
auth_ReadName(struct authinfo *authp, struct mbuf *bp, size_t len)
usr.sbin/ppp/auth.c
472
size_t mlen = m_length(bp);
usr.sbin/ppp/auth.h
64
extern char *auth_GetSecret(const char *, size_t);
usr.sbin/ppp/auth.h
68
extern struct mbuf *auth_ReadName(struct authinfo *, struct mbuf *, size_t);
usr.sbin/ppp/bundle.c
457
size_t queued;
usr.sbin/ppp/bundle.c
555
size_t sz;
usr.sbin/ppp/cbcp.c
628
size_t len;
usr.sbin/ppp/chap.c
133
size_t nlen, klen;
usr.sbin/ppp/chap.c
142
size_t f;
usr.sbin/ppp/chap.c
189
size_t f;
usr.sbin/ppp/chap.c
699
size_t nlen;
usr.sbin/ppp/command.c
1198
size_t n;
usr.sbin/ppp/command.c
1445
size_t mlen;
usr.sbin/ppp/defs.c
332
NumStr(long val, char *buf, size_t sz)
usr.sbin/ppp/defs.c
345
HexStr(long val, char *buf, size_t sz)
usr.sbin/ppp/defs.c
397
Concatinate(char *buf, size_t sz, int argc, const char *const *argv)
usr.sbin/ppp/defs.c
68
fullread(int fd, void *v, size_t n)
usr.sbin/ppp/defs.c
70
size_t got, total;
usr.sbin/ppp/defs.h
129
extern ssize_t fullread(int, void *, size_t);
usr.sbin/ppp/defs.h
137
extern const char *NumStr(long, char *, size_t);
usr.sbin/ppp/defs.h
138
extern const char *HexStr(long, char *, size_t);
usr.sbin/ppp/defs.h
143
extern void Concatinate(char *, size_t, int, const char *const *);
usr.sbin/ppp/ether.c
120
ether_Write(struct physical *p, const void *v, size_t n)
usr.sbin/ppp/ether.c
128
ether_Read(struct physical *p, void *v, size_t n)
usr.sbin/ppp/ether.c
449
size_t ifacelen;
usr.sbin/ppp/exec.c
144
exec_Write(struct physical *p, const void *v, size_t n)
usr.sbin/ppp/fsm.c
1046
size_t len;
usr.sbin/ppp/fsm.c
806
size_t plen;
usr.sbin/ppp/hdlc.c
110
hdlc_Fcs(u_char *cp, size_t len)
usr.sbin/ppp/hdlc.c
365
size_t len, cmp;
usr.sbin/ppp/hdlc.h
112
extern u_short hdlc_Fcs(u_char *, size_t);
usr.sbin/ppp/id.c
156
ID0write(int fd, const void *data, size_t len)
usr.sbin/ppp/id.h
40
extern int ID0write(int, const void *, size_t);
usr.sbin/ppp/iface.c
391
size_t sz, len;
usr.sbin/ppp/iface.c
92
size_t needed, namelen;
usr.sbin/ppp/ip.c
907
static size_t
usr.sbin/ppp/ip.c
911
size_t nb;
usr.sbin/ppp/ipcp.c
1428
size_t
usr.sbin/ppp/ipcp.c
1432
size_t result;
usr.sbin/ppp/ipcp.h
131
extern size_t ipcp_QueueLen(struct ipcp *);
usr.sbin/ppp/ipv6cp.c
407
size_t
usr.sbin/ppp/ipv6cp.c
411
size_t result;
usr.sbin/ppp/ipv6cp.h
81
extern size_t ipv6cp_QueueLen(struct ipv6cp *);
usr.sbin/ppp/lcp.c
458
size_t sz = strlen(lcp->want_callback.msg);
usr.sbin/ppp/lcp.c
665
size_t sz;
usr.sbin/ppp/link.c
118
size_t
usr.sbin/ppp/link.c
122
size_t len;
usr.sbin/ppp/link.c
130
size_t
usr.sbin/ppp/link.c
134
size_t len, bytes;
usr.sbin/ppp/link.c
151
link_PendingLowPriorityData(struct link *l, size_t *pkts, size_t *octets)
usr.sbin/ppp/link.c
155
size_t len;
usr.sbin/ppp/link.c
276
link_PullPacket(struct link *l, char *buf, size_t len, struct bundle *b)
usr.sbin/ppp/link.h
66
extern size_t link_QueueLen(struct link *);
usr.sbin/ppp/link.h
67
extern size_t link_QueueBytes(struct link *);
usr.sbin/ppp/link.h
68
extern void link_PendingLowPriorityData(struct link *, size_t *, size_t *);
usr.sbin/ppp/link.h
73
extern void link_PullPacket(struct link *, char *, size_t, struct bundle *);
usr.sbin/ppp/lqr.c
480
size_t pending_pkts, pending_octets;
usr.sbin/ppp/mbuf.c
104
m_get(size_t m_len, int type)
usr.sbin/ppp/mbuf.c
108
size_t size;
usr.sbin/ppp/mbuf.c
195
mbuf_Read(struct mbuf *bp, void *v, size_t len)
usr.sbin/ppp/mbuf.c
222
size_t
usr.sbin/ppp/mbuf.c
223
mbuf_View(struct mbuf *bp, void *v, size_t len)
usr.sbin/ppp/mbuf.c
225
size_t nb, l = len;
usr.sbin/ppp/mbuf.c
243
m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra)
usr.sbin/ppp/mbuf.c
277
if ((size_t)n < bp->m_len) {
usr.sbin/ppp/mbuf.c
291
if ((size_t)n < bp->m_len) {
usr.sbin/ppp/mbuf.c
303
mbuf_Write(struct mbuf *bp, const void *ptr, size_t m_len)
usr.sbin/ppp/mbuf.c
305
size_t plen;
usr.sbin/ppp/mbuf.c
423
m_append(struct mbuf *bp, const void *v, size_t sz)
usr.sbin/ppp/mbuf.c
55
size_t count;
usr.sbin/ppp/mbuf.c
71
size_t fragments;
usr.sbin/ppp/mbuf.c
72
size_t octets;
usr.sbin/ppp/mbuf.c
77
size_t
usr.sbin/ppp/mbuf.c
80
size_t len;
usr.sbin/ppp/mbuf.h
103
extern size_t m_length(struct mbuf *);
usr.sbin/ppp/mbuf.h
104
extern struct mbuf *m_get(size_t, int);
usr.sbin/ppp/mbuf.h
107
extern void mbuf_Write(struct mbuf *, const void *, size_t);
usr.sbin/ppp/mbuf.h
108
extern struct mbuf *mbuf_Read(struct mbuf *, void *, size_t);
usr.sbin/ppp/mbuf.h
109
extern size_t mbuf_View(struct mbuf *, void *, size_t);
usr.sbin/ppp/mbuf.h
110
extern struct mbuf *m_prepend(struct mbuf *, const void *, size_t, u_short);
usr.sbin/ppp/mbuf.h
114
extern struct mbuf *m_append(struct mbuf *, const void *, size_t);
usr.sbin/ppp/mbuf.h
32
size_t m_size; /* size allocated (excluding header) */
usr.sbin/ppp/mbuf.h
34
size_t m_len; /* available byte count in buffer */
usr.sbin/ppp/mbuf.h
45
size_t len;
usr.sbin/ppp/mp.c
1127
f < peer->enddisc.len && (size_t)l < sizeof s->socket.sun_path - 2;
usr.sbin/ppp/mp.c
1205
size_t
usr.sbin/ppp/mp.c
670
size_t total, add, len;
usr.sbin/ppp/mp.c
899
mp_Enddisc(u_char c, const char *address, size_t len)
usr.sbin/ppp/mp.h
140
extern const char *mp_Enddisc(u_char, const char *, size_t);
usr.sbin/ppp/mp.h
146
extern size_t mp_QueueLen(struct mp *);
usr.sbin/ppp/nat_cmd.c
396
size_t len;
usr.sbin/ppp/ncp.c
264
size_t
usr.sbin/ppp/ncp.c
267
size_t result;
usr.sbin/ppp/ncp.c
312
size_t
usr.sbin/ppp/ncp.c
315
size_t total;
usr.sbin/ppp/ncp.c
321
size_t add;
usr.sbin/ppp/ncp.h
66
extern size_t ncp_QueueLen(struct ncp *);
usr.sbin/ppp/ncp.h
67
extern size_t ncp_FillPhysicalQueues(struct ncp *, struct bundle *);
usr.sbin/ppp/netgraph.c
112
size_t len;
usr.sbin/ppp/netgraph.c
167
ng_MessageIn(struct physical *p, char *buf, size_t sz)
usr.sbin/ppp/netgraph.c
173
size_t len;
usr.sbin/ppp/netgraph.c
221
ng_Write(struct physical *p, const void *v, size_t n)
usr.sbin/ppp/netgraph.c
234
ng_Read(struct physical *p, void *v, size_t n)
usr.sbin/ppp/netgraph.c
428
getsegment(const char *what, char *word, size_t sz, const char *from,
usr.sbin/ppp/netgraph.c
431
size_t len;
usr.sbin/ppp/physical.c
801
physical_Read(struct physical *p, void *buf, size_t nbytes)
usr.sbin/ppp/physical.c
816
physical_Write(struct physical *p, const void *buf, size_t nbytes)
usr.sbin/ppp/physical.h
155
extern ssize_t physical_Read(struct physical *, void *, size_t);
usr.sbin/ppp/physical.h
156
extern ssize_t physical_Write(struct physical *, const void *, size_t);
usr.sbin/ppp/physical.h
69
ssize_t (*read)(struct physical *, void *, size_t);
usr.sbin/ppp/physical.h
70
ssize_t (*write)(struct physical *, const void *, size_t);
usr.sbin/ppp/physical.h
90
size_t sz;
usr.sbin/ppp/prompt.c
400
size_t len = strlen(fmt);
usr.sbin/ppp/proto.c
89
size_t got;
usr.sbin/ppp/radius.c
148
demangle(struct radius *r, const void *mangled, size_t mlen,
usr.sbin/ppp/radius.c
149
char **buf, size_t *len)
usr.sbin/ppp/radius.c
228
rad_cvt_ipv6prefix(const void *data, size_t len)
usr.sbin/ppp/radius.c
230
const size_t ipv6len = sizeof(struct in6_addr) + 2;
usr.sbin/ppp/radius.c
253
size_t len;
usr.sbin/ppp/radius.h
67
size_t recvkeylen;
usr.sbin/ppp/radius.h
69
size_t sendkeylen;
usr.sbin/ppp/route.c
212
size_t needed;
usr.sbin/ppp/route.c
332
size_t needed;
usr.sbin/ppp/route.c
385
size_t needed;
usr.sbin/ppp/route.c
475
size_t needed;
usr.sbin/ppp/route.c
702
static size_t
usr.sbin/ppp/route.c
703
memcpy_roundup(char *cp, const void *data, size_t len)
usr.sbin/ppp/route.c
705
size_t padlen;
usr.sbin/ppp/systems.c
141
len = ptr ? (size_t)(ptr - from) : strlen(from);
usr.sbin/ppp/systems.c
74
size_t len;
usr.sbin/ppp/tcpmss.c
104
MSSFixup(struct tcphdr *tc, size_t pktlen, u_int16_t maxmss)
usr.sbin/ppp/tcpmss.c
106
size_t hlen, olen, optlen;
usr.sbin/ppp/tcpmss.c
156
size_t hlen, plen;
usr.sbin/ppp/tty.c
407
tty_Write(struct physical *p, const void *v, size_t n)
usr.sbin/ppp/tty.c
418
tty_Read(struct physical *p, void *v, size_t n)
usr.sbin/ppp/udp.c
111
udp_Recvfrom(struct physical *p, void *v, size_t n)
usr.sbin/ppp/udp.c
83
udp_Sendto(struct physical *p, const void *v, size_t n)
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
133
size_t oflen;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
244
size_t valuesize; \
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
271
size_t tvsize;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
281
size_t lasize;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
341
size_t i, len;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
377
char *metric, size_t mlen)
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
380
size_t i;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
439
size_t i;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
462
size_t odlen;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
54
size_t len;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
541
buf_gzip(const char *in, size_t inlen, char *out, size_t *outlen)
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
575
size_t http_buflen;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
669
size_t buflen;
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
89
size_t nextsize;
usr.sbin/pstat/pstat.c
258
size_t len;
usr.sbin/pstat/pstat.c
360
size_t len;
usr.sbin/pstat/pstat.c
391
if ((size_t)fp->xf_type >= nitems(dtypes))
usr.sbin/pstat/pstat.c
415
getfiles(struct xfile **abuf, size_t *alen)
usr.sbin/pstat/pstat.c
418
size_t len;
usr.sbin/pstat/pstat.c
560
size_t mibsize, size;
usr.sbin/pstat/pstat.c
97
static int getfiles(struct xfile **, size_t *);
usr.sbin/pw/pw_conf.c
246
size_t linecap;
usr.sbin/pw/pw_conf.c
413
size_t sz;
usr.sbin/pw/pw_user.c
1210
size_t i;
usr.sbin/pw/pw_user.c
1543
size_t i, j;
usr.sbin/pw/pw_user.c
492
size_t pwlen;
usr.sbin/pw/pw_vpw.c
155
size_t linecap;
usr.sbin/pw/pw_vpw.c
65
size_t linecap;
usr.sbin/pwd_mkdb/pwd_mkdb.c
531
size_t len;
usr.sbin/quot/quot.c
396
size_t cap;
usr.sbin/route6d/route6d.c
1168
if ((size_t)len < sizeof(struct rip6)) {
usr.sbin/route6d/route6d.c
2431
size_t msize;
usr.sbin/route6d/route6d.c
2598
size_t msize;
usr.sbin/rpc.lockd/kern.c
585
size_t len;
usr.sbin/rpc.lockd/lockd_lock.c
2011
size_t n;
usr.sbin/rpc.lockd/lockd_lock.c
376
size_t n;
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
120
size_t tls_enable_len;
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
394
size_t len, rlen;
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
531
size_t len, rlen;
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
276
rpctls_gethost(int s, struct sockaddr *sad, char *hostip, size_t hostlen)
usr.sbin/rpc.tlsservd/rpc.tlscommon.h
32
char *hostip, size_t hostlen);
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
145
size_t tls_enable_len;
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
603
size_t len, rlen;
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
906
size_t slen;
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
928
(size_t)val->value->value.utf8string->length > sizeof(usern)
usr.sbin/rpc.umntall/rpc.umntall.c
227
size_t bufsize;
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
140
size_t i;
usr.sbin/rpcbind/rpcb_svc_com.c
1084
size_t nfds;
usr.sbin/rpcbind/rpcb_svc_com.c
1086
size_t i;
usr.sbin/rpcbind/rpcb_svc_com.c
115
static char *getowner(SVCXPRT *, char *, size_t);
usr.sbin/rpcbind/rpcb_svc_com.c
1382
getowner(SVCXPRT *transp, char *owner, size_t ownersize)
usr.sbin/rtadvctl/rtadvctl.c
141
for (i = 0; (size_t)i < nitems(dtable); i++) {
usr.sbin/rtadvctl/rtadvctl.c
176
for (i = 0; (size_t)i < nitems(dtable); i++) {
usr.sbin/rtadvctl/rtadvctl.c
946
static size_t
usr.sbin/rtadvctl/rtadvctl.c
947
dname_labeldec(char *dst, size_t dlen, const char *src)
usr.sbin/rtadvctl/rtadvctl.c
949
size_t len;
usr.sbin/rtadvctl/rtadvctl.c
95
static size_t dname_labeldec(char *, size_t, const char *);
usr.sbin/rtadvd/config.c
1174
makeentry(char *buf, size_t len, int id, const char *string)
usr.sbin/rtadvd/config.c
1387
size_t packlen, lladdroptlen = 0;
usr.sbin/rtadvd/config.c
1400
size_t len;
usr.sbin/rtadvd/config.c
79
static void makeentry(char *, size_t, int, const char *);
usr.sbin/rtadvd/config.c
88
size_t len;
usr.sbin/rtadvd/control.c
127
size_t msglen = cm->cm_len - sizeof(*cm);
usr.sbin/rtadvd/control.c
345
size_t len;
usr.sbin/rtadvd/control.c
346
size_t *lenp;
usr.sbin/rtadvd/control.c
353
lenp = (size_t *)p;
usr.sbin/rtadvd/control.c
368
lenp = (size_t *)p;
usr.sbin/rtadvd/control.c
383
lenp = (size_t *)p;
usr.sbin/rtadvd/control.c
402
size_t
usr.sbin/rtadvd/control.c
405
size_t len;
usr.sbin/rtadvd/control.c
406
size_t *lenp;
usr.sbin/rtadvd/control.c
410
len = sizeof(size_t);
usr.sbin/rtadvd/control.c
413
len += sizeof(size_t);
usr.sbin/rtadvd/control.c
416
len += sizeof(size_t);
usr.sbin/rtadvd/control.c
428
lenp = (size_t *)p;
usr.sbin/rtadvd/control.c
440
lenp = (size_t *)p;
usr.sbin/rtadvd/control.c
451
lenp = (size_t *)p;
usr.sbin/rtadvd/control.c
465
size_t
usr.sbin/rtadvd/control.c
466
cm_str2bin(char *bin, void *str, size_t len)
usr.sbin/rtadvd/control.c
484
cm_bin2str(char *bin, void *str, size_t len)
usr.sbin/rtadvd/control.h
52
size_t cm_len;
usr.sbin/rtadvd/control.h
60
size_t cp_val_len;
usr.sbin/rtadvd/control.h
71
size_t cm_pl2bin(char *, struct ctrl_msg_pl *);
usr.sbin/rtadvd/control.h
73
size_t cm_str2bin(char *, void *, size_t);
usr.sbin/rtadvd/control.h
74
void *cm_bin2str(char *, void *, size_t);
usr.sbin/rtadvd/control_server.c
135
size_t len;
usr.sbin/rtadvd/control_server.c
169
size_t len;
usr.sbin/rtadvd/control_server.c
205
size_t len;
usr.sbin/rtadvd/control_server.c
247
size_t len;
usr.sbin/rtadvd/control_server.c
293
size_t len;
usr.sbin/rtadvd/control_server.c
342
size_t len;
usr.sbin/rtadvd/control_server.c
392
size_t len;
usr.sbin/rtadvd/control_server.c
461
size_t len;
usr.sbin/rtadvd/control_server.c
528
size_t len;
usr.sbin/rtadvd/control_server.c
578
size_t i;
usr.sbin/rtadvd/if.c
151
size_t len;
usr.sbin/rtadvd/if.c
164
get_next_msg(char *buf, char *lim, int ifindex, size_t *lenp, int filter)
usr.sbin/rtadvd/if.c
418
size_t len;
usr.sbin/rtadvd/if.c
641
size_t size;
usr.sbin/rtadvd/if.h
48
char *get_next_msg(char *, char *, int, size_t *, int);
usr.sbin/rtadvd/rrenum.c
329
if ((size_t)len < sizeof(struct rr_pco_match)) {
usr.sbin/rtadvd/rrenum.c
364
if ((size_t)len < (sizeof(struct icmp6_router_renum) +
usr.sbin/rtadvd/rrenum.c
450
if ((size_t)len < sizeof(struct icmp6_router_renum)) {
usr.sbin/rtadvd/rtadvd.c
1400
if ((size_t)limit < sizeof(struct nd_opt_hdr)) {
usr.sbin/rtadvd/rtadvd.c
1749
if (i < 0 || (size_t)i != rai->rai_ra_datalen) {
usr.sbin/rtadvd/rtadvd.c
463
size_t len;
usr.sbin/rtadvd/rtadvd.c
781
if ((size_t)i < sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr)) {
usr.sbin/rtadvd/rtadvd.c
790
if ((size_t)i < sizeof(struct icmp6_hdr)) {
usr.sbin/rtadvd/rtadvd.c
825
if ((size_t)i < sizeof(struct nd_router_solicit)) {
usr.sbin/rtadvd/rtadvd.c
87
static size_t rcvcmsgbuflen;
usr.sbin/rtadvd/rtadvd.c
870
if ((size_t)i < sizeof(struct nd_router_advert)) {
usr.sbin/rtadvd/rtadvd.c
89
static size_t sndcmsgbuflen;
usr.sbin/rtadvd/rtadvd.h
224
size_t rai_ra_datalen;
usr.sbin/rtsold/cap_script.c
161
size_t argc, i, nscripts;
usr.sbin/rtsold/cap_script.c
88
size_t argc;
usr.sbin/rtsold/cap_sendmsg.c
130
size_t len;
usr.sbin/rtsold/cap_sendmsg.c
174
rssend(uint32_t ifindex, uint32_t linkid, const void *data, size_t len)
usr.sbin/rtsold/cap_sendmsg.c
190
if (n < 0 || (size_t)n != len)
usr.sbin/rtsold/cap_sendmsg.c
260
size_t len;
usr.sbin/rtsold/cap_sendmsg.c
84
const void *data, size_t len)
usr.sbin/rtsold/if.c
296
size_t len;
usr.sbin/rtsold/rtsock.c
65
size_t minlen;
usr.sbin/rtsold/rtsol.c
179
size_t len;
usr.sbin/rtsold/rtsol.c
227
if ((size_t)msglen < sizeof(struct nd_router_advert)) {
usr.sbin/rtsold/rtsol.c
417
if (l < 0 || (size_t)l >= sizeof(nsbuf)) {
usr.sbin/rtsold/rtsol.c
725
find_raopt(struct rainfo *rai, int type, void *msg, size_t len)
usr.sbin/rtsold/rtsol.c
74
static size_t dname_labeldec(char *, size_t, const char *);
usr.sbin/rtsold/rtsol.c
75
static struct ra_opt *find_raopt(struct rainfo *, int, void *, size_t);
usr.sbin/rtsold/rtsol.c
815
static size_t
usr.sbin/rtsold/rtsol.c
816
dname_labeldec(char *dst, size_t dlen, const char *src)
usr.sbin/rtsold/rtsol.c
818
size_t len;
usr.sbin/rtsold/rtsold.c
361
for (size_t i = 0; i < nitems(scripts); i++)
usr.sbin/rtsold/rtsold.c
514
size_t packlen = sizeof(struct nd_router_solicit), lladdroptlen = 0;
usr.sbin/rtsold/rtsold.h
47
size_t rao_len;
usr.sbin/rtsold/rtsold.h
90
size_t rs_datalen;
usr.sbin/rwhod/rwhod.c
129
void Sendto(int s, const void *buf, size_t cc, int flags,
usr.sbin/rwhod/rwhod.c
533
size_t size;
usr.sbin/rwhod/rwhod.c
581
size_t needed;
usr.sbin/rwhod/rwhod.c
709
Sendto(int s, const void *buf, size_t cc, int flags, const struct sockaddr *to,
usr.sbin/sa/pdb.c
260
size_t len;
usr.sbin/services_mkdb/services_mkdb.c
189
add(DB *db, StringList *sl, size_t port, const char *proto, size_t *cnt,
usr.sbin/services_mkdb/services_mkdb.c
192
size_t i;
usr.sbin/services_mkdb/services_mkdb.c
238
size_t linecap, line, pindex;
usr.sbin/services_mkdb/services_mkdb.c
248
err(1, "Cannot allocate %zu bytes", (size_t)(PMASK + 1));
usr.sbin/services_mkdb/services_mkdb.c
306
(size_t)PROTOMAX);
usr.sbin/services_mkdb/services_mkdb.c
353
getstring(const char *fname, size_t line, char **cp, const char *tag)
usr.sbin/services_mkdb/services_mkdb.c
404
static size_t
usr.sbin/services_mkdb/services_mkdb.c
407
size_t i;
usr.sbin/services_mkdb/services_mkdb.c
424
getprotostr(StringList *sl, size_t i)
usr.sbin/services_mkdb/services_mkdb.c
431
mkaliases(StringList *sl, char *buf, size_t len)
usr.sbin/services_mkdb/services_mkdb.c
433
size_t nc, i, pos;
usr.sbin/services_mkdb/services_mkdb.c
58
static void add(DB *, StringList *, size_t, const char *, size_t *, int);
usr.sbin/services_mkdb/services_mkdb.c
63
static char *getstring(const char *, size_t, char **, const char *);
usr.sbin/services_mkdb/services_mkdb.c
64
static size_t getprotoindex(StringList *, const char *);
usr.sbin/services_mkdb/services_mkdb.c
65
static const char *getprotostr(StringList *, size_t);
usr.sbin/services_mkdb/services_mkdb.c
66
static const char *mkaliases(StringList *, char *, size_t);
usr.sbin/services_mkdb/services_mkdb.c
90
size_t cnt = 0;
usr.sbin/services_mkdb/services_mkdb.c
92
size_t port, proto;
usr.sbin/services_mkdb/uniq.c
109
comp(const char *origline, char **compline, size_t *len)
usr.sbin/services_mkdb/uniq.c
114
size_t l = *len, complen;
usr.sbin/services_mkdb/uniq.c
45
static int comp(const char *, char **, size_t *);
usr.sbin/services_mkdb/uniq.c
65
size_t len;
usr.sbin/services_mkdb/uniq.c
73
size_t complen = len;
usr.sbin/sesutil/sesutil.c
159
disk_match(const char *devnames, const char *disk, size_t len)
usr.sbin/sesutil/sesutil.c
181
size_t len, i, ndisks;
usr.sbin/sesutil/sesutil.c
420
size_t i;
usr.sbin/sesutil/sesutil.c
554
skip_pass_devices(char *devnames, size_t devnameslen)
usr.sbin/sesutil/sesutil.c
727
size_t i;
usr.sbin/sesutil/sesutil.c
885
size_t i, e;
usr.sbin/setfib/setfib.c
55
size_t intsize = sizeof(int);
usr.sbin/setfmac/setfmac.c
195
chomp_line(char **line, size_t *linesize)
usr.sbin/setfmac/setfmac.c
235
size_t nlines = 0, linesize;
usr.sbin/setfmac/setfmac.c
306
size_t size;
usr.sbin/setfmac/setfmac.c
399
size_t size;
usr.sbin/setfmac/setfmac.c
62
size_t nentries; /* size of entries list */
usr.sbin/sndctl/sndctl.c
116
size_t off;
usr.sbin/sndctl/sndctl.c
271
cap2str(char *buf, size_t size, int caps)
usr.sbin/sndctl/sndctl.c
288
fmt2str(char *buf, size_t size, int fmt)
usr.sbin/sndctl/sndctl.c
343
size_t size;
usr.sbin/sndctl/sndctl.c
384
sysctl_str(const char *buf, const char *arg, char *var, size_t varsz)
usr.sbin/sndctl/sndctl.c
386
size_t size;
usr.sbin/sndctl/sndctl.c
439
size_t nitems, nchans, i, j;
usr.sbin/sndctl/sndctl.c
659
size_t len;
usr.sbin/sndctl/sndctl.c
695
size_t len;
usr.sbin/spi/spi.c
547
size_t cbdata, cbread;
usr.sbin/syslogd/syslogd.c
1110
parsemsg_rfc3164_get_app_name_procid(const char *msg, size_t *app_name_length_p,
usr.sbin/syslogd/syslogd.c
1111
ptrdiff_t *procid_begin_offset_p, size_t *procid_length_p)
usr.sbin/syslogd/syslogd.c
1114
size_t app_name_length, procid_length;
usr.sbin/syslogd/syslogd.c
1170
size_t app_name_length, procid_length;
usr.sbin/syslogd/syslogd.c
1214
size_t i, msglen;
usr.sbin/syslogd/syslogd.c
1300
size_t i;
usr.sbin/syslogd/syslogd.c
1472
size_t valuelen;
usr.sbin/syslogd/syslogd.c
1538
size_t savedlen;
usr.sbin/syslogd/syslogd.c
1570
size_t kernel_app_name_length;
usr.sbin/syslogd/syslogd.c
1720
size_t size;
usr.sbin/syslogd/syslogd.c
1735
iovlist_truncate(struct iovlist *il, size_t size)
usr.sbin/syslogd/syslogd.c
1738
size_t diff;
usr.sbin/syslogd/syslogd.c
1810
for (size_t i = 0; i < f->f_num_addr_fds; ++i) {
usr.sbin/syslogd/syslogd.c
1876
size_t i = 0;
usr.sbin/syslogd/syslogd.c
2296
size_t ext_len;
usr.sbin/syslogd/syslogd.c
2325
size_t include_len;
usr.sbin/syslogd/syslogd.c
2478
size_t nfileds;
usr.sbin/syslogd/syslogd.c
2484
for (size_t i = 0; i < nfileds; ++i) {
usr.sbin/syslogd/syslogd.c
2983
size_t linecount;
usr.sbin/syslogd/syslogd.c
2988
for (size_t i = 0; i < linecount; i++) {
usr.sbin/syslogd/syslogd.c
2991
size_t fdc;
usr.sbin/syslogd/syslogd.c
2997
for (size_t j = 0; j < fdc; j++) {
usr.sbin/syslogd/syslogd.c
3060
size_t i;
usr.sbin/syslogd/syslogd.c
3122
size_t i;
usr.sbin/syslogd/syslogd.c
3737
for (size_t i = 0; i < nitems(sigcatch); ++i) {
usr.sbin/syslogd/syslogd.c
375
for (size_t i = 0; i < f->f_num_addr_fds; ++i)
usr.sbin/syslogd/syslogd.c
737
for (size_t i = 0; i < nitems(sigcatch); ++i) {
usr.sbin/syslogd/syslogd.c
911
parsemsg_remove_unsafe_characters(const char *in, char *out, size_t outlen)
usr.sbin/syslogd/syslogd.h
165
size_t f_num_addr_fds;
usr.sbin/syslogd/syslogd.h
180
size_t f_prevlen; /* length of f_prevline */
usr.sbin/syslogd/syslogd.h
192
size_t iovcnt;
usr.sbin/syslogd/syslogd.h
193
size_t totalsize;
usr.sbin/syslogd/syslogd_cap.h
57
size_t idx;
usr.sbin/syslogd/syslogd_cap.h
63
int cap_p_open(cap_channel_t *, size_t, const char *, int *);
usr.sbin/syslogd/syslogd_cap_config.c
108
size_t i, sz;
usr.sbin/syslogd/syslogd_cap_config.c
171
size_t i, sz;
usr.sbin/syslogd/syslogd_cap_config.c
277
size_t n_fileds;
usr.sbin/syslogd/syslogd_cap_config.c
306
for (size_t i = 0; i < n_fileds; ++i) {
usr.sbin/syslogd/syslogd_cap_log.c
133
size_t iovcnt;
usr.sbin/syslogd/syslogd_cap_log.c
142
for (size_t i = 0; i < iovcnt; ++i) {
usr.sbin/syslogd/syslogd_cap_log.c
192
size_t sz;
usr.sbin/syslogd/syslogd_cap_log.c
201
for (size_t i = 0; i < sz; ++i) {
usr.sbin/syslogd/syslogd_cap_log.c
207
for (size_t i = 0; i < sz; ++i)
usr.sbin/syslogd/syslogd_cap_log.c
40
cap_p_open(cap_channel_t *chan, size_t filed_idx, const char *prog,
usr.sbin/syslogd/syslogd_cap_log.c
70
size_t filed_idx;
usr.sbin/tcpdrop/tcpdrop.c
163
size_t len;
usr.sbin/tcpsso/tcpsso.c
284
size_t *optlen)
usr.sbin/tcpsso/tcpsso.c
400
size_t optlen;
usr.sbin/tcpsso/tcpsso.c
55
size_t len;
usr.sbin/tcpsso/tcpsso.c
78
tcpsso(uint64_t id, struct sockopt_parameters *params, size_t optlen)
usr.sbin/tcpsso/tcpsso.c
94
struct sockopt_parameters *params, size_t optlen)
usr.sbin/traceroute/ifaddrlist.c
66
size_t n;
usr.sbin/traceroute/traceroute.c
1218
size_t nfds;
usr.sbin/traceroute/traceroute.c
549
size_t sz = sizeof(max_ttl);
usr.sbin/traceroute6/traceroute6.c
357
size_t size, minlen;
usr.sbin/tzsetup/tzsetup.c
310
size_t len;
usr.sbin/tzsetup/tzsetup.c
455
size_t len;
usr.sbin/tzsetup/tzsetup.c
797
if ((size_t)snprintf(path_zoneinfo_file, sizeof(path_zoneinfo_file),
usr.sbin/tzsetup/tzsetup.c
831
size_t len = sizeof(vm_guest);
usr.sbin/uefisign/child.c
100
size_t sum_of_bytes_hashed;
usr.sbin/uefisign/child.c
214
size_t nwritten;
usr.sbin/uefisign/child.c
57
size_t nread, len;
usr.sbin/uefisign/child.c
82
digest_range(struct executable *x, EVP_MD_CTX *mdctx, off_t off, size_t len)
usr.sbin/uefisign/pe.c
142
range_check(const struct executable *x, off_t off, size_t len,
usr.sbin/uefisign/pe.c
164
size_t
usr.sbin/uefisign/pe.c
501
append(struct executable *x, void *ptr, size_t len, size_t aligment)
usr.sbin/uefisign/pe.c
522
size_t pc_len;
usr.sbin/uefisign/pe.c
523
size_t pc_aligment;
usr.sbin/uefisign/uefisign.c
100
size_t len;
usr.sbin/uefisign/uefisign.c
120
bin2hex(const char *bin, size_t bin_len)
usr.sbin/uefisign/uefisign.c
123
size_t hex_len;
usr.sbin/uefisign/uefisign.c
124
size_t i;
usr.sbin/uefisign/uefisign.c
151
magic(PKCS7 *pkcs7, const char *digest, size_t digest_len)
usr.sbin/uefisign/uefisign.c
248
size_t digest_len, signature_len;
usr.sbin/uefisign/uefisign.c
84
send_chunk(const void *buf, size_t len, int pipefd)
usr.sbin/uefisign/uefisign.c
97
receive_chunk(void **bufp, size_t *lenp, int pipefd)
usr.sbin/uefisign/uefisign.h
45
size_t x_len;
usr.sbin/uefisign/uefisign.h
50
size_t x_headers_len;
usr.sbin/uefisign/uefisign.h
53
size_t x_checksum_len;
usr.sbin/uefisign/uefisign.h
56
size_t x_certificate_entry_len;
usr.sbin/uefisign/uefisign.h
60
size_t x_section_len[MAX_SECTIONS];
usr.sbin/uefisign/uefisign.h
72
size_t x_signature_len;
usr.sbin/uefisign/uefisign.h
77
void send_chunk(const void *buf, size_t len, int pipefd);
usr.sbin/uefisign/uefisign.h
78
void receive_chunk(void **bufp, size_t *lenp, int pipefd);
usr.sbin/uefisign/uefisign.h
85
size_t signature_size(const struct executable *x);
usr.sbin/uefisign/uefisign.h
88
off_t off, size_t len, const char *name);
usr.sbin/uhsoctl/uhsoctl.c
1027
size_t len;
usr.sbin/uhsoctl/uhsoctl.c
134
size_t resolv_sz;
usr.sbin/uhsoctl/uhsoctl.c
137
static int readline_buf(const char *, const char *, char *, size_t);
usr.sbin/uhsoctl/uhsoctl.c
138
static int readline(int, char *, size_t);
usr.sbin/uhsoctl/uhsoctl.c
538
readline_buf(const char *s, const char *e, char *buf, size_t bufsz)
usr.sbin/uhsoctl/uhsoctl.c
557
readline(int fd, char *buf, size_t bufsz)
usr.sbin/uhsoctl/uhsoctl.c
584
size_t l;
usr.sbin/uhsoctl/uhsoctl.c
673
size_t l;
usr.sbin/uhsoctl/uhsoctl.c
990
size_t l;
usr.sbin/usbdump/usbdump.c
466
size_t len;
usr.sbin/utx/utx.c
39
b16_pton(const char *in, char *out, size_t len)
usr.sbin/utx/utx.c
41
size_t i;
usr.sbin/utx/utx.c
55
size_t len;
usr.sbin/vidcontrol/vidcontrol.c
206
size_t len = sizeof(vty_name);
usr.sbin/vidcontrol/vidcontrol.c
293
if (fread(&scrnmap, 1, size, fd) != (size_t)size) {
usr.sbin/vidcontrol/vidcontrol.c
337
size_t i;
usr.sbin/vidcontrol/vidcontrol.c
419
size_t glyphsize;
usr.sbin/vidcontrol/vidcontrol.c
567
fread(fontmap, 1, size, fd) != (size_t)size) {
usr.sbin/vipw/vipw.c
59
size_t len;
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
378
size_t x;
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
391
size_t x;
usr.sbin/virtual_oss/virtual_equalizer/equalizer.c
147
size_t buffer_size;
usr.sbin/virtual_oss/virtual_oss/ctl.c
542
size_t size = sizeof(pvp->rx_filter_data[0][0]) * pvp->rx_filter_size;
usr.sbin/virtual_oss/virtual_oss/ctl.c
569
size_t size = sizeof(pvp->tx_filter_data[0][0]) * pvp->tx_filter_size;
usr.sbin/virtual_oss/virtual_oss/eq.c
104
int64_t *src, size_t total)
usr.sbin/virtual_oss/virtual_oss/eq.c
107
size_t channels;
usr.sbin/virtual_oss/virtual_oss/eq.c
108
size_t f_size;
usr.sbin/virtual_oss/virtual_oss/eq.c
109
size_t x;
usr.sbin/virtual_oss/virtual_oss/eq.c
120
size_t delta;
usr.sbin/virtual_oss/virtual_oss/eq.c
121
size_t offset;
usr.sbin/virtual_oss/virtual_oss/eq.c
122
size_t y;
usr.sbin/virtual_oss/virtual_oss/eq.c
39
int64_t *src, size_t total)
usr.sbin/virtual_oss/virtual_oss/eq.c
42
size_t channels;
usr.sbin/virtual_oss/virtual_oss/eq.c
43
size_t f_size;
usr.sbin/virtual_oss/virtual_oss/eq.c
44
size_t x;
usr.sbin/virtual_oss/virtual_oss/eq.c
54
size_t delta;
usr.sbin/virtual_oss/virtual_oss/eq.c
55
size_t offset;
usr.sbin/virtual_oss/virtual_oss/eq.c
56
size_t y;
usr.sbin/virtual_oss/virtual_oss/httpd.c
152
voss_ipv4_csum(const void *vptr, size_t count)
usr.sbin/virtual_oss/virtual_oss/httpd.c
167
voss_udp_csum(uint32_t sum, const void *vhdr, size_t count,
usr.sbin/virtual_oss/virtual_oss/httpd.c
168
const uint16_t *ptr, size_t length)
usr.sbin/virtual_oss/virtual_oss/httpd.c
190
voss_httpd_send_rtp_sub(vclient_t *pvc, int fd, void *ptr, size_t len, uint32_t ts)
usr.sbin/virtual_oss/virtual_oss/httpd.c
194
size_t total_ip;
usr.sbin/virtual_oss/virtual_oss/httpd.c
196
size_t x;
usr.sbin/virtual_oss/virtual_oss/httpd.c
245
voss_httpd_send_rtp(vclient_t *pvc, int fd, void *ptr, size_t len, uint32_t ts)
usr.sbin/virtual_oss/virtual_oss/httpd.c
260
static size_t
usr.sbin/virtual_oss/virtual_oss/httpd.c
263
size_t usage = 0;
usr.sbin/virtual_oss/virtual_oss/httpd.c
264
size_t x;
usr.sbin/virtual_oss/virtual_oss/httpd.c
272
voss_httpd_read_line(FILE *io, char *linebuffer, size_t linelen)
usr.sbin/virtual_oss/virtual_oss/httpd.c
275
size_t size = 0;
usr.sbin/virtual_oss/virtual_oss/httpd.c
303
size_t mod;
usr.sbin/virtual_oss/virtual_oss/httpd.c
304
size_t len;
usr.sbin/virtual_oss/virtual_oss/httpd.c
305
size_t buflen;
usr.sbin/virtual_oss/virtual_oss/httpd.c
466
size_t x;
usr.sbin/virtual_oss/virtual_oss/httpd.c
659
static size_t
usr.sbin/virtual_oss/virtual_oss/httpd.c
670
const size_t bufferlimit = voss_httpd_buflimit(pvc);
usr.sbin/virtual_oss/virtual_oss/httpd.c
714
const size_t bufferlimit = voss_httpd_buflimit(pvc);
usr.sbin/virtual_oss/virtual_oss/httpd.c
716
size_t len;
usr.sbin/virtual_oss/virtual_oss/httpd.c
718
size_t x;
usr.sbin/virtual_oss/virtual_oss/httpd.c
784
size_t x;
usr.sbin/virtual_oss/virtual_oss/int.h
152
size_t nstate;
usr.sbin/virtual_oss/virtual_oss/int.h
254
extern int vring_alloc(struct virtual_ring *, size_t);
usr.sbin/virtual_oss/virtual_oss/int.h
257
extern void vring_get_read(struct virtual_ring *, uint8_t **, size_t *);
usr.sbin/virtual_oss/virtual_oss/int.h
258
extern void vring_get_write(struct virtual_ring *, uint8_t **, size_t *);
usr.sbin/virtual_oss/virtual_oss/int.h
259
extern void vring_inc_read(struct virtual_ring *, size_t);
usr.sbin/virtual_oss/virtual_oss/int.h
260
extern void vring_inc_write(struct virtual_ring *, size_t);
usr.sbin/virtual_oss/virtual_oss/int.h
261
extern size_t vring_total_read_len(struct virtual_ring *);
usr.sbin/virtual_oss/virtual_oss/int.h
262
extern size_t vring_total_write_len(struct virtual_ring *);
usr.sbin/virtual_oss/virtual_oss/int.h
263
extern size_t vring_write_linear(struct virtual_ring *, const uint8_t *, size_t);
usr.sbin/virtual_oss/virtual_oss/int.h
264
extern size_t vring_read_linear(struct virtual_ring *, uint8_t *, size_t);
usr.sbin/virtual_oss/virtual_oss/int.h
265
extern size_t vring_write_zero(struct virtual_ring *, size_t);
usr.sbin/virtual_oss/virtual_oss/int.h
315
extern void voss_x3_multiply_double(const int64_t *, const double *, double *, const size_t);
usr.sbin/virtual_oss/virtual_oss/int.h
318
extern void vclient_tx_equalizer(struct virtual_client *, int64_t *, size_t);
usr.sbin/virtual_oss/virtual_oss/int.h
319
extern void vclient_rx_equalizer(struct virtual_client *, int64_t *, size_t);
usr.sbin/virtual_oss/virtual_oss/main.c
1030
size_t buf_len;
usr.sbin/virtual_oss/virtual_oss/main.c
1907
size_t size;
usr.sbin/virtual_oss/virtual_oss/main.c
342
size_t bufsize_internal;
usr.sbin/virtual_oss/virtual_oss/main.c
343
size_t bufsize_min;
usr.sbin/virtual_oss/virtual_oss/main.c
344
size_t mod_internal;
usr.sbin/virtual_oss/virtual_oss/main.c
345
size_t mod;
usr.sbin/virtual_oss/virtual_oss/main.c
543
size_t size;
usr.sbin/virtual_oss/virtual_oss/main.c
565
size_t mod;
usr.sbin/virtual_oss/virtual_oss/main.c
566
size_t len;
usr.sbin/virtual_oss/virtual_oss/main.c
678
size_t dst_mod;
usr.sbin/virtual_oss/virtual_oss/main.c
679
size_t src_mod;
usr.sbin/virtual_oss/virtual_oss/main.c
699
size_t src_len;
usr.sbin/virtual_oss/virtual_oss/main.c
701
size_t dst_len;
usr.sbin/virtual_oss/virtual_oss/main.c
736
size_t src_len;
usr.sbin/virtual_oss/virtual_oss/main.c
738
size_t dst_len;
usr.sbin/virtual_oss/virtual_oss/main.c
740
size_t samples;
usr.sbin/virtual_oss/virtual_oss/main.c
741
size_t y;
usr.sbin/virtual_oss/virtual_oss/main.c
831
size_t buf_len;
usr.sbin/virtual_oss/virtual_oss/main.c
886
size_t dst_mod;
usr.sbin/virtual_oss/virtual_oss/main.c
887
size_t src_mod;
usr.sbin/virtual_oss/virtual_oss/main.c
895
size_t src_len;
usr.sbin/virtual_oss/virtual_oss/main.c
897
size_t dst_len;
usr.sbin/virtual_oss/virtual_oss/main.c
931
size_t src_len;
usr.sbin/virtual_oss/virtual_oss/main.c
933
size_t dst_len;
usr.sbin/virtual_oss/virtual_oss/main.c
935
size_t samples;
usr.sbin/virtual_oss/virtual_oss/main.c
936
size_t y;
usr.sbin/virtual_oss/virtual_oss/mul.c
160
voss_x3_multiply_double(const int64_t *va, const double *vb, double *pc, const size_t max)
usr.sbin/virtual_oss/virtual_oss/mul.c
163
size_t x;
usr.sbin/virtual_oss/virtual_oss/mul.c
54
const size_t stride, const uint8_t toggle)
usr.sbin/virtual_oss/virtual_oss/mul.c
56
size_t x;
usr.sbin/virtual_oss/virtual_oss/mul.c
57
size_t y;
usr.sbin/virtual_oss/virtual_oss/mul.c
60
const size_t strideh = stride >> 1;
usr.sbin/virtual_oss/virtual_oss/ring.c
117
vring_inc_read(struct virtual_ring *pvr, size_t len)
usr.sbin/virtual_oss/virtual_oss/ring.c
129
vring_inc_write(struct virtual_ring *pvr, size_t len)
usr.sbin/virtual_oss/virtual_oss/ring.c
135
size_t
usr.sbin/virtual_oss/virtual_oss/ring.c
142
size_t
usr.sbin/virtual_oss/virtual_oss/ring.c
149
size_t
usr.sbin/virtual_oss/virtual_oss/ring.c
150
vring_write_linear(struct virtual_ring *pvr, const uint8_t *src, size_t total)
usr.sbin/virtual_oss/virtual_oss/ring.c
153
size_t buf_len;
usr.sbin/virtual_oss/virtual_oss/ring.c
154
size_t sum = 0;
usr.sbin/virtual_oss/virtual_oss/ring.c
171
size_t
usr.sbin/virtual_oss/virtual_oss/ring.c
172
vring_read_linear(struct virtual_ring *pvr, uint8_t *dst, size_t total)
usr.sbin/virtual_oss/virtual_oss/ring.c
175
size_t buf_len;
usr.sbin/virtual_oss/virtual_oss/ring.c
176
size_t sum = 0;
usr.sbin/virtual_oss/virtual_oss/ring.c
196
size_t
usr.sbin/virtual_oss/virtual_oss/ring.c
197
vring_write_zero(struct virtual_ring *pvr, size_t total)
usr.sbin/virtual_oss/virtual_oss/ring.c
200
size_t buf_len;
usr.sbin/virtual_oss/virtual_oss/ring.c
201
size_t sum = 0;
usr.sbin/virtual_oss/virtual_oss/ring.c
41
vring_alloc(struct virtual_ring *pvr, size_t size)
usr.sbin/virtual_oss/virtual_oss/ring.c
73
vring_get_read(struct virtual_ring *pvr, uint8_t **pptr, size_t *plen)
usr.sbin/virtual_oss/virtual_oss/ring.c
91
vring_get_write(struct virtual_ring *pvr, uint8_t **pptr, size_t *plen)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
113
static size_t
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
115
int64_t *src, size_t total) __requires_exclusive(atomic_mtx)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
117
size_t total_written = 0;
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
123
size_t written = vring_write_linear(pvr, (uint8_t *)src, total * 8) / 8;
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
81
static size_t
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
83
int64_t *dst, size_t total) __requires_exclusive(atomic_mtx)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
85
size_t total_read = 0;
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
89
size_t read = vring_read_linear(pvr, (uint8_t *)dst, 8 * total) / 8;
usr.sbin/virtual_oss/virtual_oss_cmd/command.c
61
size_t offset = 0;
usr.sbin/virtual_oss/virtual_oss_cmd/command.c
62
size_t len = VIRTUAL_OSS_OPTIONS_MAX - 1;
usr.sbin/virtual_oss/virtual_oss_cmd/command.c
74
size_t tmp = strlen(argv[x]) + 1;
usr.sbin/wake/wake.c
107
find_ether(char *dst, size_t len)
usr.sbin/wake/wake.c
59
static int find_ether(char *dst, size_t len);
usr.sbin/watch/watch.c
284
size_t b_size = MIN_SIZE;
usr.sbin/watchdogd/watchdogd.c
572
size_t hzsize;
usr.sbin/wlandebug/wlandebug.c
147
setoid(char oid[], size_t oidlen, const char *wlan)
usr.sbin/wlandebug/wlandebug.c
168
get_orig_iface_name(char *oid, size_t oid_size, char *name)
usr.sbin/wlandebug/wlandebug.c
196
size_t debuglen;
usr.sbin/wlanstat/wlanstat.c
577
setreason(char b[], size_t bs, unsigned int v)
usr.sbin/wlanstat/wlanstat.c
611
setstatus(char b[], size_t bs, unsigned int v)
usr.sbin/wlanstat/wlanstat.c
648
wlan_getinfo(struct wlanstatfoo_p *wf, int s, char b[], size_t bs)
usr.sbin/wlanstat/wlanstat.c
687
wlan_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs)
usr.sbin/wlanstat/wlanstat.c
861
wlan_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs)
usr.sbin/ypldap/aldap.c
1211
parseval(char *p, size_t len)
usr.sbin/ypldap/aldap.c
1215
size_t i, j;
usr.sbin/ypldap/aldap.c
236
c.br_wbuf, (size_t)len) == NULL)
usr.sbin/ypldap/aldap.c
316
aldap_parse_page_control(struct ber_element *control, size_t len)
usr.sbin/ypldap/aldap.c
42
char *parseval(char *, size_t);
usr.sbin/ypldap/aldap.c
789
size_t len;
usr.sbin/ypldap/aldap.c
972
size_t len;
usr.sbin/ypldap/aldap.h
219
struct aldap_page_control *aldap_parse_page_control(struct ber_element *, size_t len);
usr.sbin/ypldap/ber.c
1183
ber_readbuf(struct ber *b, void *buf, size_t nbytes)
usr.sbin/ypldap/ber.c
1185
size_t sz;
usr.sbin/ypldap/ber.c
1186
size_t len;
usr.sbin/ypldap/ber.c
1205
ber_set_readbuf(struct ber *b, void *buf, size_t len)
usr.sbin/ypldap/ber.c
1249
ber_read(struct ber *ber, void *buf, size_t len)
usr.sbin/ypldap/ber.c
267
ber_add_nstring(struct ber_element *prev, const char *string0, size_t len)
usr.sbin/ypldap/ber.c
300
ber_get_nstring(struct ber_element *elm, void **p, size_t *len)
usr.sbin/ypldap/ber.c
311
ber_add_bitstring(struct ber_element *prev, const void *v0, size_t len)
usr.sbin/ypldap/ber.c
334
ber_get_bitstring(struct ber_element *elm, void **v, size_t *len)
usr.sbin/ypldap/ber.c
388
size_t
usr.sbin/ypldap/ber.c
389
ber_oid2ber(struct ber_oid *o, u_int8_t *buf, size_t len)
usr.sbin/ypldap/ber.c
442
size_t len;
usr.sbin/ypldap/ber.c
46
static void ber_write(struct ber *ber, void *buf, size_t len);
usr.sbin/ypldap/ber.c
497
size_t len, i = 0, j = 0;
usr.sbin/ypldap/ber.c
51
static ssize_t ber_readbuf(struct ber *b, void *buf, size_t nbytes);
usr.sbin/ypldap/ber.c
527
size_t len;
usr.sbin/ypldap/ber.c
53
static ssize_t ber_read(struct ber *ber, void *buf, size_t len);
usr.sbin/ypldap/ber.c
540
len = va_arg(ap, size_t);
usr.sbin/ypldap/ber.c
590
len = va_arg(ap, size_t);
usr.sbin/ypldap/ber.c
636
size_t *len, ret = 0, n = strlen(fmt);
usr.sbin/ypldap/ber.c
648
len = va_arg(ap, size_t *);
usr.sbin/ypldap/ber.c
700
len = va_arg(ap, size_t *);
usr.sbin/ypldap/ber.c
764
size_t len;
usr.sbin/ypldap/ber.c
843
size_t
usr.sbin/ypldap/ber.c
847
size_t s;
usr.sbin/ypldap/ber.c
848
size_t size = 2; /* minimum 1 byte head and 1 byte size */
usr.sbin/ypldap/ber.c
923
size_t size;
usr.sbin/ypldap/ber.c
975
ber_write(struct ber *ber, void *buf, size_t len)
usr.sbin/ypldap/ber.c
989
size_t i = 0;
usr.sbin/ypldap/ber.h
102
size_t *);
usr.sbin/ypldap/ber.h
104
size_t);
usr.sbin/ypldap/ber.h
106
size_t *);
usr.sbin/ypldap/ber.h
115
size_t ber_oid2ber(struct ber_oid *, u_int8_t *, size_t);
usr.sbin/ypldap/ber.h
121
void ber_set_readbuf(struct ber *, void *, size_t);
usr.sbin/ypldap/ber.h
124
size_t ber_calc_len(struct ber_element *);
usr.sbin/ypldap/ber.h
24
size_t be_len;
usr.sbin/ypldap/ber.h
77
size_t bo_n;
usr.sbin/ypldap/ber.h
99
size_t);
usr.sbin/ypldap/entries.c
42
size_t len;
usr.sbin/ypldap/parse.y
817
size_t len;
usr.sbin/ypldap/yp.c
600
size_t i;
usr.sbin/ypldap/ypldap.c
186
size_t len;
usr.sbin/ypldap/ypldap.c
389
size_t len;
usr.sbin/ypldap/ypldap.c
415
size_t len;
usr.sbin/ypldap/ypldap.h
173
size_t sc_user_line_len;
usr.sbin/ypldap/ypldap.h
174
size_t sc_group_line_len;
usr.sbin/ypserv/yp_dnslookup.c
500
qp += (size_t)sprintf(qp, "%x.%x.", uaddr[n] & 0xf,
usr.sbin/ypserv/yp_dnslookup.c
72
size_t len;
usr.sbin/zonectl/zonectl.c
391
size_t entry_alloc_size;