Searched refs:to (Results 126 - 150 of 157) sorted by relevance

1234567

/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn.h7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
117 * For machines where there are 64bit registers, this is the mode to use.
230 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */
255 BIGNUM RR; /* used to convert to montgomery form */
324 int BN_bn2bin(const BIGNUM *a, unsigned char *to);
383 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to,BN_MONT_CT
[all...]
H A Dbn_lib.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
266 /* Check if the previous number needs to be copied */
270 /* This lot is an unrolled loop to copy b->top
271 * BN_ULONGs from B to A
278 * - make it possible to schedule loads earlier;
281 * For this very reason C compilers have to be paranoid when it
282 * comes to dat
490 BN_bn2bin(const BIGNUM *a, unsigned char *to) argument
[all...]
H A Dconfigure8 # gives unlimited permission to copy, distribute and modify it.
17 # dashes changed to underlines.
53 # Maximum number of lines to put in a shell here document.
135 # Omit some internal or obsolete options to make the list less imposing.
136 # This message is too long to be a string in the A/UX 3.1 sh.
166 --program-prefix=PREFIX prepend PREFIX to installed program names
167 --program-suffix=SUFFIX append SUFFIX to installed program names
379 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
396 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
405 # 3 some systems may open it to /de
[all...]
/openwrt/tools/firmware-utils/src/
H A Dseama.c22 * 3. The name of the author may not be used to endorse or promote
64 static char * o_dump = NULL; /* Seama file to dump. */
67 static char * o_images[MAX_IMAGE];/* The image files to pack or seal */
98 " -s {file} Seal the images to the seama file.\n"
105 " To extract the raw image from SEAMA, you need to specify the meta.\n"
106 " The first image match the specified meta will be extract to\n"
168 static size_t copy_file(FILE * to, FILE * from) argument
179 fwrite(buf, sizeof(uint8_t), i, to);
200 if (stat(fname, &st) < 0) ERRBREAK("Unable to get the info of '%s'\n",fname);
201 if ((fh = fopen(fname, "r+"))==NULL) ERRBREAK("Unable to ope
[all...]
/openwrt/target/linux/ar71xx/image/
H A Dlegacy.mk33 # $(1) : name of image build method to be used, e.g., AthLzma.
34 # $(2) : name of the build template to be used, e.g. 64k, 64kraw, 128k, etc.
35 # $(3) : name of the profile to be defined.
48 # $(1), name of the MultiProfile to be added.
49 # $(2), name of Profiles to be included in the MultiProfile.
208 # $(2), suffix of target file to build, e.g. bin, gz, elf
209 # $(3), kernel command line to pass from lzma-loader to kernel
225 # $(4), offset into the flash space to start searching uImage magic "OKLI".
227 # header is expected to b
[all...]
H A Dubnt.mk15 # all UBNT XM device expect the kernel image to have 1024k while flash, when
194 KERNEL := kernel-bin | patch-cmdline | lzma | pad-to $$(BLOCKSIZE)
H A Dtp-link.mk4 # mktplinkfw <type> <optional extra arguments to mktplinkfw binary>
38 # mktplinkfw-initramfs <optional extra arguments to mktplinkfw binary>
572 # Chinese version (unlike European) is similar to the TL-WDR3500
/openwrt/package/boot/uboot-envtools/
H A DMakefile39 This package includes tools to read and modify U-Boot bootloader environment.
/openwrt/package/devel/valgrind/
H A DMakefile79 to speed up and reduce memory use of your programs.
/openwrt/package/kernel/linux/modules/
H A Dother.mk199 Kernel module to allows control of GPIO pins using a character device.
307 i2c analog to digital converters (ADC).
325 attached at GPIO lines. You will need a custom device tree file to
326 specify the GPIO line to use.
411 Say Y here if you want to have control over RF switches
803 antennae. Userland can use it to get a high-precision time
840 The IEEE 1588 standard defines a method to precisely
955 cpufreq is used as the cooling device to throttle CPUs when the
H A Dblock.mk233 # to stop the config from asking the question.
275 You will need to select at least one RAID level module below.
H A Di2c.mk102 arch-neutral GPIO API to control the SCL and SDA lines.
/openwrt/package/network/services/ead/src/
H A Dead.c480 struct timeval tv, to, tn; local
528 /* close stdin, stdout, stderr, replace with fd to /dev/null */
552 gettimeofday(&to, NULL);
553 memcpy(&tn, &to, sizeof(tn));
572 } while (tn.tv_sec < to.tv_sec + timeout);
642 DEBUG(2, "sending response to packet type %d: %d\n", type + 1, ntohl(pktbuf->msg.len));
705 DEBUG(1, "WARNING: unable to open interface '%s'\n", instance->ifname);
733 "\t-d <device> Set the device to listen on\n"
734 "\t-D <name> Set the name of the device visible to clients\n"
849 DEBUG(2, "assigning port %s to bridg
[all...]
/openwrt/target/imagebuilder/files/
H A DMakefile40 to change that:
46 make image EXTRA_IMAGE_NAME="<string>" # Add this to the output image filename (sanitized)
94 echo "Prerequisite check failed. Use FORCE=1 to override."; \
123 echo "Package list missing or not up-to-date, generating it.";\
191 @echo 'Use "make info" to get a list of available profile names.'
/openwrt/target/linux/at91/image/dfboot/src/
H A D_umodsi3.S59 movnes curbit, curbit, lsr #4 @ No, any more bits to do?
/openwrt/include/
H A Dautotools.mk58 1.5|2.2|2.4) echo "autotools.mk: Found libtool v$$$$lt_version - applying patch to $$$$lt"; \
H A Ddownload.mk18 # Try to guess the download method from the URL
H A Dkernel-defaults.mk109 # copy CONFIG_KERNEL_* settings over to .config.target
/openwrt/target/linux/ramips/image/
H A Drt305x.mk5 # sign an image to make it work with edimax tftp recovery
153 # This code looks broken and really needs to be converted to C
249 # Kernel name should be "Linux Kernel Image" to make the OpenWrt image installable from factory Web UI
/openwrt/toolchain/gcc/
H A Dcommon.mk18 # along with this program; if not, write to the Free Software
/openwrt/package/kernel/acx-mac80211/
H A DMakefile75 This option allows you to select the version of the acx firmware.
/openwrt/package/libs/openssl/
H A DMakefile54 The OpenSSL Project is a collaborative effort to develop a robust,
183 # Work around openssl build bug to link libssl.so with libcrypto.so.
/openwrt/target/linux/ipq806x/image/
H A DMakefile79 KERNEL = kernel-bin | append-dtb | pad-to $$$$(($$(KERNEL_SIZE)-2*64-1)) | uImage none | append-file $(KDIR)/root.dummy
/openwrt/package/firmware/ath10k-firmware/
H A DMakefile80 is un-selected since the driver will try to load firmware-5.bin before
/openwrt/target/linux/brcm2708/
H A Dmodules.mk42 This package contains support for codecs attached to the Broadcom 2835 I2S interface
383 This driver provides a character device interface (ioctl + read/write) to

Completed in 212 milliseconds

1234567