Searched refs:IN (Results 1 - 25 of 237) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dhttpdigest.h31 #undef IN macro
33 #define IN const macro
38 IN char * pszAlg,
39 IN char * pszUserName,
40 IN char * pszRealm,
41 IN char * pszPassword,
42 IN char * pszNonce,
43 IN char * pszCNonce,
49 IN HASHHEX HA1, /* H(A1) */
50 IN cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dperlpath.pl16 open(IN,"<$_") || die "unable to open $dir/$_:$!\n";
17 @a=<IN>;
18 close(IN);
H A Derr-ins.pl10 open(IN,$ARGV[1]) || die "unable to open header file '$ARGV[1]':$!\n";
13 while (<IN>)
18 close(IN);
H A Dselftest.pl39 if (open(IN,"<Makefile")) {
40 while (<IN>) {
46 close(IN);
59 if (open(IN,"<CHANGES")) {
60 while(<IN>) {
66 close(IN);
120 if (open(IN,"<make.log")) {
122 while (<IN>) {
125 close(IN);
157 if ($ok and open(IN,"<maketes
[all...]
H A Dcopy-if-different.pl52 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
55 while (sysread IN, $buf, 10240)
61 close(IN);
67 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
70 while (sysread IN, $buf, 10240)
74 close(IN);
H A Dmkfiles.pl89 open (IN, "$dir/$makefile") || die "Can't open $dir/$makefile";
93 while (<IN>)
107 $b=<IN>;
142 close (IN);
H A Dck_errf.pl20 open(IN,"<$file") || die "unable to open $file\n";
22 while (<IN>)
56 close(IN);
H A Dcopy.pl54 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
57 while (sysread IN, $buf, 10240)
65 close(IN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dperlpath.pl16 open(IN,"<$_") || die "unable to open $dir/$_:$!\n";
17 @a=<IN>;
18 close(IN);
H A Derr-ins.pl10 open(IN,$ARGV[1]) || die "unable to open header file '$ARGV[1]':$!\n";
13 while (<IN>)
18 close(IN);
H A Dselftest.pl39 if (open(IN,"<Makefile")) {
40 while (<IN>) {
46 close(IN);
59 if (open(IN,"<CHANGES")) {
60 while(<IN>) {
66 close(IN);
120 if (open(IN,"<make.log")) {
122 while (<IN>) {
125 close(IN);
157 if ($ok and open(IN,"<maketes
[all...]
H A Dck_errf.pl12 open(IN,"<$file") || die "unable to open $file\n";
14 while (<IN>)
48 close(IN);
H A Dmkfiles.pl78 open (IN, "$dir/$makefile") || die "Can't open $dir/$makefile";
82 while (<IN>)
96 $b=<IN>;
122 close (IN);
H A Dcopy.pl47 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
50 while (sysread IN, $buf, 10240)
54 close(IN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dperlpath.pl16 open(IN,"<$_") || die "unable to open $dir/$_:$!\n";
17 @a=<IN>;
18 close(IN);
H A Derr-ins.pl10 open(IN,$ARGV[1]) || die "unable to open header file '$ARGV[1]':$!\n";
13 while (<IN>)
18 close(IN);
H A Dselftest.pl39 if (open(IN,"<Makefile")) {
40 while (<IN>) {
46 close(IN);
59 if (open(IN,"<CHANGES")) {
60 while(<IN>) {
66 close(IN);
120 if (open(IN,"<make.log")) {
122 while (<IN>) {
125 close(IN);
157 if ($ok and open(IN,"<maketes
[all...]
H A Dcopy-if-different.pl52 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
55 while (sysread IN, $buf, 10240)
61 close(IN);
67 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
70 while (sysread IN, $buf, 10240)
74 close(IN);
H A Dmkfiles.pl89 open (IN, "$dir/$makefile") || die "Can't open $dir/$makefile";
93 while (<IN>)
107 $b=<IN>;
142 close (IN);
H A Dck_errf.pl20 open(IN,"<$file") || die "unable to open $file\n";
22 while (<IN>)
56 close(IN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dmkcapflags.pl8 open(IN, "< $in\0") or die "$0: cannot open: $in: $!\n";
14 while (defined($line = <IN>)) {
31 close(IN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dcrypt_hmac.h51 void HMAC_SHA1(IN const u8 Key[],
53 IN const u8 Message[],
59 void HMAC_MD5(IN const u8 Key[],
61 IN const u8 Message[],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghashp8-ppc.pl47 my ($Xl,$Xm,$Xh,$IN)=map("v$_",(0..3));
109 lvx_u $IN,0,$Xip # load Xi
118 le?vperm $IN,$IN,$IN,$lemask
121 vpmsumd $Xl,$IN,$Hl # H.lo��Xi.lo
122 vpmsumd $Xm,$IN,$H # H.hi��Xi.lo+H.lo��Xi.hi
123 vpmsumd $Xh,$IN,$Hh # H.hi��Xi.hi
171 lvx_u $IN,0,$inp
174 le?vperm $IN,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghashp8-ppc.pl47 my ($Xl,$Xm,$Xh,$IN)=map("v$_",(0..3));
109 lvx_u $IN,0,$Xip # load Xi
118 le?vperm $IN,$IN,$IN,$lemask
121 vpmsumd $Xl,$IN,$Hl # H.lo��Xi.lo
122 vpmsumd $Xm,$IN,$H # H.hi��Xi.lo+H.lo��Xi.hi
123 vpmsumd $Xh,$IN,$Hh # H.hi��Xi.hi
171 lvx_u $IN,0,$inp
174 le?vperm $IN,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/include/
H A DacosNvramConfig.h285 extern int acosNvramConfig_init (IN char *pcFsMount);
291 extern int acosNvramConfig_read_decode(IN char *pcTagName, OUT char *pcValue,
292 IN int iMaxBufSize);
301 extern int acosNvramConfig_read (IN char *pcTagName, OUT char *pcValue,
302 IN int iMaxBufSize);
303 extern int acosNvramConfig_readAsInt (IN char *pcTagName,
305 IN int iMaxBufSize);
306 extern int acosNvramConfig_readFile (IN char *pcTagName,
308 IN int iMaxBufSize);
309 extern int acosNvramConfig_readDefault (IN cha
[all...]

Completed in 144 milliseconds

12345678910