OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXLEN
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/fs/udf/
udf_osta.h
21
#ifndef
MAXLEN
22
#define
MAXLEN
255
/src/sys/external/isc/libsodium/dist/test/default/
generichash2.c
8
#define
MAXLEN
64
10
unsigned char in[
MAXLEN
], out[crypto_generichash_BYTES_MAX],
18
for (i = 0; i <
MAXLEN
; ++i) {
shorthash.c
5
#define
MAXLEN
64
10
unsigned char in[
MAXLEN
];
19
for (i = 0; i <
MAXLEN
; ++i) {
siphashx24.c
5
#define
MAXLEN
64
10
unsigned char in[
MAXLEN
];
19
for (i = 0; i <
MAXLEN
; ++i) {
generichash3.c
8
#define
MAXLEN
64
16
unsigned char in[
MAXLEN
];
28
for (i = 0; i <
MAXLEN
; ++i) {
45
crypto_generichash_blake2b_update(&st, in,
MAXLEN
);
56
crypto_generichash_blake2b_update(&st, in,
MAXLEN
);
68
crypto_generichash_blake2b_update(&st, in,
MAXLEN
);
80
crypto_generichash_blake2b_update(&st, in,
MAXLEN
);
90
out, crypto_generichash_blake2b_BYTES_MAX, in,
MAXLEN
,
99
out, crypto_generichash_blake2b_BYTES_MAX, in,
MAXLEN
,
108
out, crypto_generichash_blake2b_BYTES_MAX, in,
MAXLEN
,
[
all
...]
generichash.c
5
#define
MAXLEN
64
1338
unsigned char in[
MAXLEN
];
1351
for (i = 0; i <
MAXLEN
; ++i) {
metamorphic.c
5
#define
MAXLEN
512
22
mlen = randombytes_uniform(
MAXLEN
);
68
mlen = randombytes_uniform(
MAXLEN
);
108
mlen = randombytes_uniform(
MAXLEN
);
148
mlen = randombytes_uniform(
MAXLEN
);
/src/tests/lib/libc/stdlib/
t_a64l.c
51
#define
MAXLEN
8
91
char buf[
MAXLEN
];
/src/usr.sbin/installboot/
cd9660.c
62
#define
MAXLEN
16
/src/sys/arch/hppa/stand/boot/
boot.c
81
#define
MAXLEN
100
83
char line[
MAXLEN
];
131
char *filename, filename_buffer[
MAXLEN
];
/src/sys/dev/ieee1394/
fwmem.c
152
#define
MAXLEN
(512 << fwmem_speed)
254
iolen = MIN(bp->bio_bcount,
MAXLEN
);
/src/usr.sbin/rpc.bootparamd/
bootparamd.c
50
#define
MAXLEN
800
/src/sys/arch/hpc/hpc/platid_gen/
platid_gen.c
54
#define
MAXLEN
1024
65
char sym[
MAXLEN
];
66
char name[
MAXLEN
];
309
char buf[
MAXLEN
];
/src/usr.sbin/usbdevs/
usbdevs.c
84
#define
MAXLEN
USB_MAX_ENCODED_STRING_LEN /* assume can't grow over UTF-8 */
85
static char vendor[
MAXLEN
], product[
MAXLEN
], serial[
MAXLEN
];
103
outsz =
MAXLEN
- 1;
Completed in 19 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025