HomeSort by: relevance | last modified time | path
    Searched refs:MAXLEN (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
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...]
generichash2.c 8 #define MAXLEN 64
10 unsigned char in[MAXLEN], out[crypto_generichash_BYTES_MAX],
18 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);
generichash.c 5 #define MAXLEN 64
1338 unsigned char in[MAXLEN];
1351 for (i = 0; i < MAXLEN; ++i) {
  /src/sys/fs/udf/
udf_osta.h 21 #ifndef MAXLEN
22 #define MAXLEN 255
udf_osta.c 259 * Define MAXLEN = 254
263 * Define MAXLEN = 255
267 * Define MAXLEN = 255
271 * Define MAXLEN = 31.
275 * Define MAXLEN as specified by unix version.
315 * Translates a long file name to one using a MAXLEN and an illegal
325 * MAXLEN */
375 if (newIndex < MAXLEN) {
425 maxFilenameLen = ((MAXLEN - 5) - localExtIndex - 1);
431 } else if (newIndex > MAXLEN - 5)
    [all...]
  /src/tests/lib/libc/stdlib/
t_a64l.c 51 #define MAXLEN 8
91 char buf[MAXLEN];
  /src/sys/arch/hppa/stand/boot/
boot.c 81 #define MAXLEN 100
83 char line[MAXLEN];
131 char *filename, filename_buffer[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/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/installboot/
cd9660.c 62 #define MAXLEN 16
  /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

Completed in 42 milliseconds