Searched refs:s3 (Results 1 - 25 of 135) sorted by relevance

123456

/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dt1_reneg.c121 if((s->s3->previous_client_finished_len+1) > maxlen)
128 *p = s->s3->previous_client_finished_len;
131 memcpy(p, s->s3->previous_client_finished,
132 s->s3->previous_client_finished_len);
135 s->s3->previous_client_finished_len ? "Non-empty" : "Empty");
139 *len=s->s3->previous_client_finished_len + 1;
171 if(ilen != s->s3->previous_client_finished_len)
178 if(memcmp(d, s->s3->previous_client_finished,
179 s->s3->previous_client_finished_len))
190 s->s3
[all...]
H A Ds3_pkt.c127 * The packet will be in the sub-array of s->s3->rbuf.buf specified
137 if (s->s3->rbuf.left == 0)
138 s->s3->rbuf.offset = 0;
139 s->packet = s->s3->rbuf.buf + s->s3->rbuf.offset;
149 if ( s->s3->rbuf.left > 0 && n > s->s3->rbuf.left)
150 n = s->s3->rbuf.left;
154 if (s->s3->rbuf.left >= (int)n)
157 s->s3
[all...]
H A Ds3_both.c163 &(s->s3->finish_dgst1),
164 &(s->s3->finish_dgst2),
165 sender,slen,s->s3->tmp.finish_md);
166 s->s3->tmp.finish_md_len = i;
167 memcpy(p, s->s3->tmp.finish_md, i);
176 memcpy(s->s3->previous_client_finished,
177 s->s3->tmp.finish_md, i);
178 s->s3->previous_client_finished_len=i;
183 memcpy(s->s3->previous_server_finished,
184 s->s3
[all...]
H A Ds3_lib.c1640 return (s->s3->rrec.type == SSL3_RT_APPLICATION_DATA) ? s->s3->rrec.length : 0;
1645 SSL3_STATE *s3; local
1647 if ((s3=OPENSSL_malloc(sizeof *s3)) == NULL) goto err;
1648 memset(s3,0,sizeof *s3);
1649 EVP_MD_CTX_init(&s3->finish_dgst1);
1650 EVP_MD_CTX_init(&s3->finish_dgst2);
1651 pq_64bit_init(&(s3
[all...]
H A Ds3_enc.c168 EVP_DigestUpdate(&s1,s->s3->server_random,SSL3_RANDOM_SIZE);
169 EVP_DigestUpdate(&s1,s->s3->client_random,SSL3_RANDOM_SIZE);
208 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
209 c=s->s3->tmp.new_sym_enc;
210 m=s->s3->tmp.new_hash;
212 if (s->s3->tmp.new_compression == NULL)
215 comp=s->s3->tmp.new_compression->method;
244 if (s->s3->rrec.comp == NULL)
245 s->s3->rrec.comp=(unsigned char *)
247 if (s->s3
[all...]
H A Dd1_pkt.c151 if (s->s3->rbuf.buf != NULL)
152 OPENSSL_free(s->s3->rbuf.buf);
156 memcpy(&(s->s3->rbuf), &(rdata->rbuf), sizeof(SSL3_BUFFER));
157 memcpy(&(s->s3->rrec), &(rdata->rrec), sizeof(SSL3_RECORD));
160 memcpy(&(s->s3->read_sequence[2]), &(rdata->packet[5]), 6);
189 memcpy(&(rdata->rbuf), &(s->s3->rbuf), sizeof(SSL3_BUFFER));
190 memcpy(&(rdata->rrec), &(s->s3->rrec), sizeof(SSL3_RECORD));
204 memset(&(s->s3->rbuf), 0, sizeof(SSL3_BUFFER));
205 memset(&(s->s3->rrec), 0, sizeof(SSL3_RECORD));
269 &s->s3
[all...]
H A Dd1_srvr.c253 s->s3->tmp.next_state=SSL3_ST_SR_CLNT_HELLO_A;
283 memcpy(s->s3->write_sequence, s->s3->read_sequence, sizeof(s->s3->write_sequence));
308 s->s3->tmp.next_state=SSL3_ST_SR_CLNT_HELLO_A;
342 if (!(s->s3->tmp.new_cipher->algorithms & SSL_aNULL))
370 l=s->s3->tmp.new_cipher->algorithms;
383 s->s3->tmp.use_rsa_tmp=1;
385 s->s3->tmp.use_rsa_tmp=0;
389 if (s->s3
[all...]
H A Dt1_enc.c205 memcpy(p,s->s3->server_random,SSL3_RANDOM_SIZE);
207 memcpy(p,s->s3->client_random,SSL3_RANDOM_SIZE);
247 is_export=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
248 c=s->s3->tmp.new_sym_enc;
249 m=s->s3->tmp.new_hash;
251 comp=s->s3->tmp.new_compression;
255 key_block=s->s3->tmp.key_block;
258 printf("\talg= %ld, comp= %p\n", s->s3->tmp.new_cipher->algorithms,
263 printf("\tkey_block: len= %d, data= ", s->s3->tmp.key_block_length);
266 for (ki=0; ki<s->s3
[all...]
H A Ds3_srvr.c238 s->s3->flags &= ~SSL3_FLAGS_SGC_RESTART_DONE;
251 else if (!s->s3->send_connection_binding &&
278 s->s3->tmp.next_state=SSL3_ST_SW_HELLO_REQ_C;
325 if (!(s->s3->tmp.new_cipher->algorithms & SSL_aNULL)
326 && !(s->s3->tmp.new_cipher->algorithms & SSL_aKRB5))
353 l=s->s3->tmp.new_cipher->algorithms;
366 s->s3->tmp.use_rsa_tmp=1;
368 s->s3->tmp.use_rsa_tmp=0;
380 if (s->s3->tmp.use_rsa_tmp
385 || (SSL_C_IS_EXPORT(s->s3
[all...]
H A Dd1_clnt.c221 memset(s->s3->client_random,0,sizeof(s->s3->client_random));
241 s->s3->tmp.next_state=SSL3_ST_CR_SRVR_HELLO_A;
299 if (!(s->s3->tmp.new_cipher->algorithms & SSL_aNULL))
353 if (s->s3->tmp.cert_req)
381 if (s->s3->tmp.cert_req == 1)
388 s->s3->change_cipher_spec=0;
401 s->s3->change_cipher_spec=0;
414 s->session->cipher=s->s3->tmp.new_cipher;
418 if (s->s3
[all...]
H A Ds3_clnt.c297 if (!(s->s3->tmp.new_cipher->algorithms & SSL_aNULL))
350 if (s->s3->tmp.cert_req)
383 if (s->s3->tmp.cert_req == 1)
390 s->s3->change_cipher_spec=0;
402 s->s3->change_cipher_spec=0;
413 s->session->cipher=s->s3->tmp.new_cipher;
417 if (s->s3->tmp.new_compression == NULL)
421 s->s3->tmp.new_compression->id;
448 s->s3->flags&= ~SSL3_FLAGS_POP_BUFFER;
451 s->s3
[all...]
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_so_partial_sums.rb3 alt = 1.0 ; s0 = s1 = s2 = s3 = s4 = s5 = s6 = s7 = s8 = 0.0
11 s3 += 1.0 / (d3 * ds * ds)
25 printf("%.9f\tFlint Hills\n", s3)
/macosx-10.10/CPANInternal-159.1/Readonly-1.03/t/
H A Ddeeps.t18 use vars qw/$s1 $s2 $s3 $s4/;
27 eval {Readonly::Scalar1 $s3 => $m2};
37 eval {$s3 = 7};
38 is $@ => expected(__LINE__-1), 'Modify s3';
62 eval {$$s3 = "bah"};
63 is $@ => '', 'deep s3 mod';
64 is $m1 => 'bah', 'deep s3 mod';
/macosx-10.10/OpenSSL098-52/src/crypto/aes/asm/
H A Daes-586.pl93 $s3="edx";
125 &mov ($v0,$s[3]); # copy s3
142 &xor ($s[3],&DWP(0,$te,$v0,8)); # s3>>0
145 &xor ($s[2],&DWP(3,$te,$v0,8)); # s3>>8
148 &xor ($s[1],&DWP(2,$te,$v1,8)); # s3>>16
150 &xor ($s[0],&DWP(1,$te,$v0,8)); # s3>>24
266 &xor ($s3,&DWP(12,$key));
277 &encvert("ebp",$s0,$s1,$s2,$s3);
279 &encstep(0,"ebp",$s0,$s1,$s2,$s3);
280 &encstep(1,"ebp",$s1,$s2,$s3,
[all...]
H A Daes-x86_64.pl37 $s3="%edx";
88 movzb `&lo("$s3")`,$acc2
93 movzb `&hi("$s3")`,$acc0
97 shr \$16,$s3
105 movzb `&lo("$s3")`,$acc1
111 movzb `&hi("$s3")`,$acc0
118 mov 12($key),$s3
130 xor $t3,$s3
149 movzb `&lo("$s3")`,$acc0
164 movzb `&hi("$s3")`,
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dstring.c75 /* concatenate s1, s2, and s3 in dynamically allocated buffer */
79 tricat(char const *s1, char const *s2, char const *s3) argument
86 ptr = (char *)zalloc(l1 + l2 + strlen(s3) + 1);
89 strcpy(ptr + l1 + l2, s3);
95 zhtricat(char const *s1, char const *s2, char const *s3) argument
101 ptr = (char *)zhalloc(l1 + l2 + strlen(s3) + 1);
104 strcpy(ptr + l1 + l2, s3);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dentry2.rb77 s3 = TkScrollbar.new(w, 'relief'=>'sunken', 'orient'=>'horiz')
79 xscrollcommand proc{|first,last| s3.set first,last}
81 s3.command(proc{|*args| e3.xview(*args)})
83 s3.pack('side'=>'top', 'fill'=>'x')
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dentry2.rb75 s3 = TkScrollbar.new(w, 'relief'=>'sunken', 'orient'=>'horiz')
77 xscrollcommand proc{|first,last| s3.set first,last}
79 s3.command(proc{|*args| e3.xview(*args)})
81 s3.pack('side'=>'top', 'fill'=>'x')
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Decho.py25 filt.configure(s1.get(), s2.get(), s3.get(), s4.get(), s5.get(), s6.get())
36 s3 = Scale(f, from_=250, to=10, label="Delay1", command=config) variable
37 s3.pack(side='left')
50 s3.set(30)
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestlock.c155 apr_status_t s1, s2, s3, s4; local
168 s3 = apr_thread_create(&t3, NULL, thread_mutex_function, NULL, p);
169 ABTS_INT_EQUAL(tc, APR_SUCCESS, s3);
175 apr_thread_join(&s3, t3);
184 apr_status_t s1, s2, s3, s4; local
201 s3 = apr_thread_create(&t3, NULL, thread_rwlock_func, NULL, p);
202 APR_ASSERT_SUCCESS(tc, "create thread 3", s3);
208 apr_thread_join(&s3, t3);
219 apr_status_t s0, s1, s2, s3, s4; local
249 s3
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dspin.tcl45 spinbox $w.s3 -values $australianCities -width 10
50 pack $w.s1 $w.s2 $w.s3 -side top -pady 5 -padx 10 ;#-fill x
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dspin.tcl45 spinbox $w.s3 -values $australianCities -width 10
50 pack $w.s1 $w.s2 $w.s3 -side top -pady 5 -padx 10 ;#-fill x
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drijndael-alg-fst.c865 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
877 s3 = GETU32(pt + 12) ^ rk[3];
880 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
881 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
882 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
883 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
888 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
890 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
891 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
892 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 1
1046 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Drijndael.c859 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
871 s3 = GETU32(pt + 12) ^ rk[3];
874 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
875 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
876 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
877 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
882 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
884 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
885 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
886 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 1
1040 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/aes/
H A Daes_core.c793 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
808 s3 = GETU32(in + 12) ^ rk[3];
811 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
812 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
813 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
814 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
819 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
821 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
822 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
823 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 1
984 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]

Completed in 405 milliseconds

123456