Searched refs:s3 (Results 26 - 50 of 135) sorted by relevance

123456

/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds23_srvr.c482 s->s3->tmp.reuse_message=1;
483 s->s3->tmp.message_type=SSL3_MT_CLIENT_HELLO;
484 s->s3->tmp.message_size=i;
508 if (s->s3 != NULL) ssl3_free(s);
553 s->packet= &(s->s3->rbuf.buf[0]);
555 s->s3->rbuf.left=n;
556 s->s3->rbuf.offset=0;
561 s->s3->rbuf.left=0;
562 s->s3->rbuf.offset=0;
H A Ds23_clnt.c252 p=s->s3->client_random;
329 memset(&(s->s3->client_random[0]),0,SSL3_RANDOM_SIZE);
330 if (RAND_pseudo_bytes(&(s->s3->client_random[SSL3_RANDOM_SIZE-i]),i) <= 0)
333 memcpy(p,&(s->s3->client_random[SSL3_RANDOM_SIZE-i]),i);
357 memcpy(p, s->s3->client_random, SSL3_RANDOM_SIZE);
496 &(s->s3->client_random[SSL3_RANDOM_SIZE-i]),i);
498 if (s->s3 != NULL) ssl3_free(s);
598 if (s->s3->rbuf.buf == NULL)
601 s->packet= &(s->s3->rbuf.buf[0]);
603 s->s3
[all...]
H A Dd1_both.c416 /* s3->tmp is used to store messages that are unexpected, caused
418 if (s->s3->tmp.reuse_message)
420 s->s3->tmp.reuse_message=0;
421 if ((mt >= 0) && (s->s3->tmp.message_type != mt))
429 s->init_num = (int)s->s3->tmp.message_size;
511 s->s3->tmp.message_size = msg_len;
513 s->s3->tmp.message_type = msg_hdr->type;
920 &(s->s3->finish_dgst1),
921 &(s->s3->finish_dgst2),
922 sender,slen,s->s3
[all...]
H A Dd1_enc.c154 rec= &(s->s3->wrec);
179 rec= &(s->s3->rrec);
211 if (s->s3->flags & TLS1_FLAGS_TLS_PADDING_BUG)
/macosx-10.10/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.c888 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
900 s3 = GETU32(pt + 12) ^ rk[3];
903 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
904 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
905 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
906 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
911 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
913 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
914 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
915 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 1
1080 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1275 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1379 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Unicode/
H A Duc-005.js95 var s3 = '\u02b3 : var Z'; variable
108 var sEval = s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
135 expect = s3.charAt(0);
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dcheck-template.c209 struct TESTSeqOf3_strings s1, s2, s3; local
228 s3.len = 2;
229 s3.val = i;
230 c3.strings = &s3;
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dentry2.tcl39 entry $w.frame.e3 -xscrollcommand "$w.frame.s3 set"
40 scrollbar $w.frame.s3 -relief sunken -orient horiz -command \
43 $w.frame.spacer2 $w.frame.e3 $w.frame.s3 -side top -fill x
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dentry2.tcl39 entry $w.frame.e3 -xscrollcommand "$w.frame.s3 set"
40 scrollbar $w.frame.s3 -relief sunken -orient horiz -command \
43 $w.frame.spacer2 $w.frame.e3 $w.frame.s3 -side top -fill x
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Ddestest.c75 DES_key_schedule s1, s2, s3; local
87 DES_set_key_unchecked(&k3, &s3);
88 DES_ecb3_encrypt(&indata, &outdata, &s1, &s2, &s3, 1);
91 DES_ecb3_encrypt(&outdata, &outdata2, &s1, &s2, &s3, 0);
150 DES_key_schedule s1, s2, s3; local
164 DES_set_key_unchecked(&k3, &s3);
167 &s1, &s2, &s3, &ivec_copy, 1);
172 &s1, &s2, &s3, &ivec_copy, 0);
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_m17n_comb.rb254 combination(STRINGS, STRINGS, STRINGS) {|s1, s2, s3|
255 if s1 == s2 && s2 == s3
256 assert(s1 == s3, "transitive: #{encdump s1} == #{encdump s2} == #{encdump s3}")
464 combination(STRINGS, STRINGS, STRINGS) {|s1, s2, s3|
469 !s3.ascii_only? ? s3.encoding : nil].uniq.compact
471 assert_raise(Encoding::CompatibilityError, IndexError) { t[s2] = s3 }
477 s3.encoding].uniq.reject {|e| e == Encoding.find("ASCII-8BIT") }
484 enccall(t, :[]=, s2, s3)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl54 -service-access-point "s3.amazonaws.com" \
428 set s3 [dict get $thunk S3chan]
429 puts $s3 "[dict get $thunk verb] [dict get $thunk url] HTTP/1.0"
432 puts $s3 "$key: $val"
435 puts $s3 ""
436 flush $s3
443 set s3 [dict get $thunk S3chan]
448 puts -nonewline $s3 [dict get $thunk orig inbody]
449 flush $s3
461 fileevent $s3 readabl
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dsdtfmtts.cpp234 UnicodeString s3; local
236 s3 = pat.toLocalizedPattern(s3, status);
240 logln("Extracted pattern is " + s3);
241 if(s3 != p1) {
/macosx-10.10/pcre-7/pcre/
H A Dpcre_stringpiece_unittest.cc34 string s3("baz");
38 StringPiece p3(s3);
/macosx-10.10/ruby-106/ruby/test/socket/
H A Dtest_addrinfo.rb143 s3, sender_addr = s1.accept
145 assert_equal("test-socket-connect", s3.recv(100))
149 s3.close if s3 && !s3.closed?
169 s3, sender_addr = s1.accept
171 assert_equal("test-socket-connect-nonblock", s3.recv(100))
175 s3.close if s3 && !s3
[all...]
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dmovemail.c608 fatal (s1, s2, s3)
609 char *s1, *s2, *s3;
613 error (s1, s2, s3);
617 /* Print error message. `s1' is printf control string, `s2' and `s3'
621 error (s1, s2, s3)
622 char *s1, *s2, *s3;
625 if (s3)
626 fprintf (stderr, s1, s2, s3);
650 /* Return a newly-allocated string whose contents concatenate those of s1, s2, s3. */
653 concat (s1, s2, s3)
[all...]
H A Db2m.c208 * concatenate those of s1, s2, s3.
211 concat (s1, s2, s3)
212 char *s1, *s2, *s3;
214 int len1 = strlen (s1), len2 = strlen (s2), len3 = strlen (s3);
219 strcpy (result + len1 + len2, s3);
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DHashingTest.cpp351 const size_t s1 = 1024, s2 = 8888, s3 = 9000000; local
353 const size_t arr2[] = { s1, s2, s3 };
355 hash_combine(s1, s2, s3));
356 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(s1, s2, d3));
357 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(s1, d2, s3));
358 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(d1, s2, s3));
359 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(d1, d2, s3));
[all...]
/macosx-10.10/remote_cmds-47/rlogin.tproj/
H A Dkcmd.c202 int s2 = getport(&lport), s3; local
217 s3 = accept(s2, (struct sockaddr *)&from, &len);
219 if (s3 < 0) {
225 *fd2p = s3;
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtextend.cpp69 c4_Storage s3("e03a", 0);
70 c4_View v3 = s3.View("a");
98 c4_Storage s3("e04a", 0); { // open, don't load
113 c4_View v3 = s3.View("a");
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dxyplot_demo.tcl23 set s3 [$xyp add_data sf3 $xydata3 -legend "Serie 3 data" -color blue]
31 set s3 [$xyp2 add_data sf3 $xydata3]
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_dbg_win32_handles.h91 #define CreateProcessA(s1,s2,sd1,sd2,b,d1,s3,s4,pd2,hr) \
93 (HANDLE)(CreateProcessA)(s1,s2,sd1,sd2,b,d1,s3,s4,pd2,hr), \
97 #define CreateProcessW(s1,s2,sd1,sd2,b,d1,s3,s4,pd2,hr) \
99 (HANDLE)(CreateProcessW)(s1,s2,sd1,sd2,b,d1,s3,s4,pd2,hr), \
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest016.tcl124 set s3 [string range $datastr [expr $repl_off + $repl_len] end ]
125 set dvals($key) [pad_data $method $s1$s2$s3]
136 put $ret [list [list $key [pad_data $method $s1$s2$s3]]]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A Dffa.c305 float s1, s2, s3, s4, s5, s6, s7; local
319 s3 = c2 * s1 + s2 * c1;
322 c5 = c2 * c3 - s2 * s3;
323 s5 = c3 * s2 + s3 * c2;
324 c6 = c3 * c3 - s3 * s3;
325 s6 = c3 * s3 + c3 * s3;
326 c7 = c3 * c4 - s3 * s4;
327 s7 = c4 * s3
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/aes/asm/
H A Daes-ia64.S51 t3=r38; s3=r39;
83 // s0-s3
85 // Output: r16,r20,r24,r28 as s0-s3
108 xor s3=s3,t3
115 (p0) and te33=s3,maskff // 0/0:s3&0xff
122 (p0) extr.u te23=s3,8,8 } // 1/1:s3>>8&0xff
126 { .mmi; (p0) ld4 te33=[te33] // 2/0:te3[s3
[all...]

Completed in 720 milliseconds

123456