Searched refs:output (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7800-V1.0.2.28/package/px5g/src/polarssl/
H A Dsha1.h76 * \param output SHA-1 checksum result
78 void sha1_finish( sha1_context *ctx, unsigned char output[20] );
85 * \param output SHA-1 checksum result
87 void sha1( unsigned char *input, int ilen, unsigned char output[20] );
93 * \param output SHA-1 checksum result
98 int sha1_file( char *path, unsigned char output[20] );
122 * \param output SHA-1 HMAC checksum result
124 void sha1_hmac_finish( sha1_context *ctx, unsigned char output[20] );
133 * \param output HMAC-SHA-1 result
137 unsigned char output[2
[all...]
H A Drsa.h176 * \param output output buffer
183 * \note The input and output buffers must be large
188 unsigned char *output );
195 * \param output output buffer
199 * \note The input and output buffers must be large
204 unsigned char *output );
213 * \param output buffer that will hold the ciphertext
217 * \note The output buffe
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/image/lzma-loader/src/
H A Dprint.h21 * output function takes an void pointer which is passed in as the
22 * second argument in lp_Print(). This black-box argument gives output
25 * The second argument in output function is a pointer to char buffer.
28 * output function cannot assume the buffer is null-terminated after
31 void lp_Print(void (*output)(void *, char *, int),
H A Dprint.c30 lp_Print(void (*output)(void *, char *, int),
38 (*output)(arg, (char*)theFatalMsg, sizeof(theFatalMsg)-1); for(;;); \
40 (*output)(arg, s, l); \
205 /* output this char as it is */
/netgear-R7800-V1.0.2.28/package/redis/files/
H A Dredis.conf67 # Redis to log on the standard output. Note that if you use standard
68 # output for logging but daemonize, logs will be sent to /dev/null
230 # The slave priority is an integer number published by Redis in the INFO output.
305 # the size of the output buffers needed to feed the slaves are subtracted
307 # not trigger a loop where keys are evicted, and in turn the output
313 # output buffers (but this is not needed if the policy is 'noeviction').
374 # instead to wait for more data in the output buffer. Some OS will really flush
385 # "no" that will let the operating system flush the output buffer when
529 # The client output buffer limits can be used to force disconnection of clients
540 # The syntax of every client-output
[all...]
/netgear-R7800-V1.0.2.28/package/zz-dni-streamboost/files/
H A Dredis.conf67 # Redis to log on the standard output. Note that if you use standard
68 # output for logging but daemonize, logs will be sent to /dev/null
230 # The slave priority is an integer number published by Redis in the INFO output.
305 # the size of the output buffers needed to feed the slaves are subtracted
307 # not trigger a loop where keys are evicted, and in turn the output
313 # output buffers (but this is not needed if the policy is 'noeviction').
374 # instead to wait for more data in the output buffer. Some OS will really flush
385 # "no" that will let the operating system flush the output buffer when
529 # The client output buffer limits can be used to force disconnection of clients
540 # The syntax of every client-output
[all...]
/netgear-R7800-V1.0.2.28/target/linux/rb532/base-files/sbin/
H A Dcf2nand6 local output="$2"
9 dd if="$input" bs=3M count=1 > "$output"
10 /sbin/patch-cmdline "$output" "$cmdline"
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Drsa.c204 unsigned char *output )
221 MPI_CHK( mpi_write_binary( &T, output, olen ) );
238 unsigned char *output )
273 * output = T2 + T * Q
280 MPI_CHK( mpi_write_binary( &T, output, olen ) );
298 unsigned char *output )
301 unsigned char *p = output;
334 ? rsa_public( ctx, output, output )
335 : rsa_private( ctx, output, outpu
341 rsa_pkcs1_decrypt( rsa_context *ctx, int mode, int *olen, unsigned char *input, unsigned char *output, int output_max_len) argument
[all...]
H A Dsha1.c299 void sha1_finish( sha1_context *ctx, unsigned char output[20] )
318 PUT_ULONG_BE( ctx->state[0], output, 0 );
319 PUT_ULONG_BE( ctx->state[1], output, 4 );
320 PUT_ULONG_BE( ctx->state[2], output, 8 );
321 PUT_ULONG_BE( ctx->state[3], output, 12 );
322 PUT_ULONG_BE( ctx->state[4], output, 16 );
326 * output = SHA-1( input buffer )
328 void sha1( unsigned char *input, int ilen, unsigned char output[20] )
334 sha1_finish( &ctx, output );
340 * output
[all...]
/netgear-R7800-V1.0.2.28/package/dnibusybox/
H A Dconvert_menuconfig.pl31 my $output = $_;
32 print STDERR "$input => $output\n";
33 $output =~ /^(.+)\/[^\/]+$/ and system("mkdir -p $1");
36 open OUTPUT, ">$output";
/netgear-R7800-V1.0.2.28/target/linux/adm8668/image/
H A Dmy-mkimage9 echo usage: $0 loader.bin [rootfs.squashfs [fs_mark [...]]] output.bin
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/crypto/
H A Dmd5_ubicom32_asm.S49 ; digest is the pointer to the block of data into which the digest (the output) will be written.
110 ; initialize the output registers of the hash module
141 ; initialize the output registers of the hash module
206 ; wait for the module to calculate the output hash
H A Dsha1_ubicom32_asm.S49 ; digest is the pointer to the block of data into which the digest (the output) will be written.
112 ; initialize the output registers of the hash module
145 ; initialize the output registers of the hash module
211 ; wait for the module to calculate the output hash
/netgear-R7800-V1.0.2.28/target/linux/adm5120/image/lzma-loader/src/
H A Dprintf.c35 lp_Print(void (*output)(void *, char *, int),
43 (*output)(arg, (char*)theFatalMsg, sizeof(theFatalMsg)-1); for(;;); \
45 (*output)(arg, s, l); \
210 /* output this char as it is */
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/image/lzma-loader/src/
H A Dprintf.c35 lp_Print(void (*output)(void *, char *, int),
43 (*output)(arg, (char*)theFatalMsg, sizeof(theFatalMsg)-1); for(;;); \
45 (*output)(arg, s, l); \
210 /* output this char as it is */
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/image/
H A DMakefile37 --output $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin \
47 --output $(BIN_DIR)/openwrt-$(5)-$(1)-cfe.bin \
57 --output $(BIN_DIR)/openwrt-$(5)-$(1)-cfe.bin \
66 --output $(BIN_DIR)/openwrt-$(5)-$(1)-cfe.bin \
76 --output $(BIN_DIR)/openwrt-$(5)-$(1)-cfe.bin \
93 --output $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin.tmp \
122 # Also I think lzma has a bug cause it generates different output depending on
/netgear-R7800-V1.0.2.28/package/libxml2/
H A DMakefile54 --with-output \
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dconf.c60 printf(_("Console input/output is redirected. "));
511 char *output = NULL; local
536 output = av[i++];
608 if (conf_write(output)) {
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dseama.c107 " the output file which was specified with '-x'.\n"
108 " ex: seama -x output -i seama.image -m file=sealpac\n"
384 /* Open the output file. */
421 static void extract_file(const char * output) argument
477 /* open output file */
478 ofh = fopen(output, "w");
479 if (!ofh) printf("SEAMA: unable to open '%s' for writting.\n",output);
/netgear-R7800-V1.0.2.28/tools/makefun/src/
H A Dmakefun35 makefun produces an output file (conventional extension: .fun)
59 of an input file to the end of an output file being built.
167 You could actually generate several output files with one invocation,
169 By default output goes to stdout.
177 -o <filename> -- redirect output to file.
179 -oo <filename> -- redirect output to a temp file (must be given before
271 You should probably occasionally review the output file(s).
292 special comment so that you won't get two externs in the output.
301 971021 -- Don't put full pathnames into comments in the output.
314 $outfile=""; # default, no output fil
[all...]
/netgear-R7800-V1.0.2.28/scripts/
H A DbrcmImage.pl53 -o <file> : output image file, default $arg{o}
H A Dslugimage.pl559 # output: same reference with start and size (partition not data) also populated. this populated structure
932 my($unpack, $pack, $little, $fatflash, $input, $output, $redboot);
950 "o|output=s" => \$output,
963 print " [-d|--debug] Turn on debugging output\n";
970 print " [-o|--output] <file> Output firmware image filename\n";
989 die "Output filename must be specified\n" unless defined $output;
1213 writeOutFirmware($output, @partitions);
/netgear-R7800-V1.0.2.28/package/libdaemon/
H A DMakefile34 - A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR
/netgear-R7800-V1.0.2.28/target/linux/etrax/files/arch/cris/arch-v10/drivers/
H A Di2c_gvc.c99 /* enable or disable output-enable, to select output or input on the i2c bus */
129 /* enable or disable output-enable, to select output or input on the i2c bus */
643 IO_STATE( R_PORT_PB_DIR, dir1, output ) );
1078 /* enable output */
1136 /* make sure the SDA line is set high prior to activation of the output.
1142 /* enable output */
/netgear-R7800-V1.0.2.28/docs/
H A Dbuild.tex171 of noise caused by the compile output. To see the full output, run the command

Completed in 102 milliseconds

12