HomeSort by: relevance | last modified time | path
    Searched defs:MAXLEN (Results 1 - 25 of 35) sorted by relevancy

1 2

  /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/external/gpl3/gdb/dist/libiberty/testsuite/
demangler-fuzzer.c 26 #define MAXLEN 253
53 char symbol[2 + MAXLEN + 1] = "_Z";
95 length = rand () % MAXLEN;
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
demangler-fuzzer.c 26 #define MAXLEN 253
53 char symbol[2 + MAXLEN + 1] = "_Z";
95 length = rand () % MAXLEN;
  /src/external/mit/libcbor/dist/test/
fuzz_test.c 19 #define MAXLEN 131072ULL
22 #define MAXLEN 2048ULL
47 size_t length = rand() % MAXLEN + 1;
70 MAXLEN, seed);
76 (ROUNDS * MAXLEN) / 1024);
  /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/external/gpl3/binutils/dist/opcodes/
visium-dis.c 33 #define MAXLEN 4
39 bfd_byte the_buffer[MAXLEN];
vax-dis.c 70 #define MAXLEN 25
76 bfd_byte the_buffer[MAXLEN];
  /src/external/gpl3/binutils.old/dist/opcodes/
visium-dis.c 33 #define MAXLEN 4
39 bfd_byte the_buffer[MAXLEN];
vax-dis.c 70 #define MAXLEN 25
76 bfd_byte the_buffer[MAXLEN];
  /src/external/gpl3/gdb/dist/opcodes/
visium-dis.c 33 #define MAXLEN 4
39 bfd_byte the_buffer[MAXLEN];
  /src/external/gpl3/gdb.old/dist/opcodes/
visium-dis.c 33 #define MAXLEN 4
39 bfd_byte the_buffer[MAXLEN];
  /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;
  /src/external/bsd/nsd/dist/
lookup3.c 858 #define MAXLEN 70
861 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1];
868 for (hlen=0; hlen < MAXLEN; ++hlen)
931 uint8_t buf[MAXLEN+20], *b;
999 for (i=0; i<MAXLEN; ++i)
  /src/external/bsd/unbound/dist/util/storage/
lookup3.c 1009 #define MAXLEN 70
1012 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1];
1019 for (hlen=0; hlen < MAXLEN; ++hlen)
1082 uint8_t buf[MAXLEN+20], *b;
1150 for (i=0; i<MAXLEN; ++i)

Completed in 49 milliseconds

1 2