Searched refs:to (Results 151 - 175 of 3425) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_ssl.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.
65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, argument
77 p=(unsigned char *)to;
105 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, argument
150 memcpy(to,p,(unsigned int)j);
H A Drsa_x931.c25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
66 int RSA_padding_add_X931(unsigned char *to, int tlen, argument
84 p=(unsigned char *)to;
105 int RSA_padding_check_X931(unsigned char *to, int tlen, argument
151 memcpy(to,p,(unsigned int)j);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A Dcluster_labs.h9 unsigned char *to, RSA *rsa, int padding);
11 unsigned char *to, RSA *rsa, int padding);
13 unsigned char *to, RSA *rsa, int padding);
15 unsigned char *to, RSA *rsa, int padding);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_ssl.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.
65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, argument
77 p = (unsigned char *)to;
104 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, argument
146 memcpy(to, p, (unsigned int)j);
H A Drsa_x931.c26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
67 int RSA_padding_add_X931(unsigned char *to, int tlen, argument
85 p = (unsigned char *)to;
104 int RSA_padding_check_X931(unsigned char *to, int tlen, argument
143 memcpy(to, p, (unsigned int)j);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/cluster_labs/
H A Dcluster_labs.h10 unsigned char *to, RSA *rsa, int padding);
12 unsigned char *to, RSA *rsa, int padding);
14 unsigned char *to, RSA *rsa, int padding);
16 unsigned char *to, RSA *rsa, int padding);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Dmemcpy_tile64.c29 extern unsigned long __memcpy_asm(void *to, const void *from, unsigned long n);
31 void __user *to, const void *from, unsigned long n);
33 void *to, const void __user *from, unsigned long n);
35 void *to, const void __user *from, unsigned long n);
39 /* Size above which to consider TLB games for performance */
42 /* Communicate to the simulator what we are trying to do. */
51 * This is the only way to guarantee that we don't race with another
52 * thread that is modifying the PTE; we can't afford to try the
53 * copy_{to,fro
236 memcpy(void *to, const void *from, __kernel_size_t n) argument
244 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) argument
253 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) argument
262 __copy_from_user_zeroing(void *to, const void __user *from, unsigned long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dasm.h42 # define _ASM_EXTABLE(from,to) \
45 _ASM_PTR from , to ; \
48 # define _ASM_EXTABLE(from,to) \
51 _ASM_PTR #from "," #to "\n" \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-utp.h4 Permission is hereby granted, free of charge, to any person obtaining a copy
5 of this software and associated documentation files (the "Software"), to deal
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8 copies of the Software, and to permit persons to whom the Software is
9 furnished to do so, subject to the following conditions:
38 const struct sockaddr *to, socklen_t tolen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Duser_namespace.h39 uid_t user_ns_map_uid(struct user_namespace *to, const struct cred *cred, uid_t uid);
40 gid_t user_ns_map_gid(struct user_namespace *to, const struct cred *cred, gid_t gid);
58 static inline uid_t user_ns_map_uid(struct user_namespace *to, argument
63 static inline gid_t user_ns_map_gid(struct user_namespace *to, argument
H A Dparser.h25 char *to; member in struct:__anon17973
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetdma.h15 * this program; if not, write to the Free Software Foundation, Inc., 59
28 struct sk_buff *skb, int offset, struct iovec *to,
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A DUdpLib.h4 * Permission to use, copy, modify, and/or distribute this software for any
23 int udp_write(int fd, char * buf, int len, struct sockaddr_in * to);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_connbytes.h20 aligned_u64 from; /* count to be matched */
21 aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon17905
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A Dw32ce-add.h1 ## w32ce-add.h - Snippet to be be included into gpg-error.h.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/lib/
H A Dmemset.S21 # to caller's fixup routine, aborting the remainder of the set
33 # conditionally write a byte to 2b-align the address
42 # conditionally write a word to 4b-align the address
47 slli.p gr9,#8,gr12 ; need to double up the pattern
57 # conditionally write a dword to 8b-align the address
62 slli.p gr12,#16,gr13 ; need to quadruple-up the pattern
72 or.p gr12,gr12,gr13 ; need to octuple-up the pattern
163 # abuse memset to do the dirty work
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Duaccess.h66 * This is equivalent to the following test:
90 * to write to a block, it is always safe to read from it.
91 * @addr: User space pointer to start of block to check
92 * @size: Size of block to check
96 * Checks if a pointer to a block of memory in user space is valid.
118 * address of an instruction that is allowed to fault, and the second is
120 * modified, so it is entirely up to th
548 __generic_copy_from_user_nocheck(void *to, const void __user *from, unsigned long n) argument
555 __generic_copy_to_user_nocheck(void __user *to, const void *from, unsigned long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsmovecr.S9 | Output: The constant rounded to the user's rounding
50 tstb %d0 |if zero, offset is to pi
128 mulul #12,%d0 |use offset to point into tables
144 movel (%a0,%d0),FP_SCR1(%a6) |load first word to temp storage
150 sne LOCAL_SGN(%a0) |convert to internal ext. format
154 bfclr LOCAL_SGN(%a0){#0:#8} |convert back to IEEE ext format
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dhead_v32.S2 * Just get started by jumping to CONFIG_ETRAX_PTABLE_SECTOR to start
23 jump $r10 ; Jump to decompressor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dcopypage-v4mc.c12 * that accesses to this page will not touch the main data cache, but
27 * 0xffff8000 to 0xffffffff is reserved for any ARM architecture
40 * Dcache aliasing issue. The writes will be forwarded to the write buffer,
44 * instruction. If your processor does not supply this, you have to write your
48 mc_copy_user_page(void *from, void *to) argument
68 : "r" (from), "r" (to), "I" (PAGE_SIZE / 64));
71 void v4_mc_copy_user_highpage(struct page *to, struct page *from, argument
74 void *kto = kmap_atomic(to, KM_USER1);
H A Dcopypage-xscale.c12 * that accesses to this page will not touch the main data cache, but
27 * 0xffff8000 to 0xffffffff is reserved for any ARM architecture
42 * Dcache aliasing issue. The writes will be forwarded to the write buffer,
46 mc_copy_user_page(void *from, void *to) argument
90 : "r" (from), "r" (to), "I" (PAGE_SIZE / 64 - 1));
93 void xscale_mc_copy_user_highpage(struct page *to, struct page *from, argument
96 void *kto = kmap_atomic(to, KM_USER1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32ce-add.h1 ## w32ce-add.h - Snippet to be be included into gpg-error.h.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Do_time.h26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
68 const struct tm *from, const struct tm *to);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Do_time.h26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
68 const struct tm *from, const struct tm *to);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_connbytes.h20 aligned_u64 from; /* count to be matched */
21 aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon20122

Completed in 373 milliseconds

1234567891011>>