Home
last modified time | relevance | path

Searched refs:tot (Results 1 – 7 of 7) sorted by relevance

/openssl/ms/
H A Dcmp.pl16 $tot=0;
31 $tot+=$n1;
49 $nm=$tot+$n1;
50 $tot+=$i+1;
51 printf STDERR "diff at char $tot of $nm\n";
/openssl/crypto/bn/asm/
H A Dco-586.pl120 local($tot,$end);
134 $tot=$num+$num-1;
148 for ($i=0; $i<$tot; $i++)
162 $v=2 if (($i+1) == $tot);
211 local($b,$tot,$end,$half);
235 $tot=$num+$num-1;
237 for ($i=0; $i<$tot; $i++)
250 $v=2 if ($i+1) == $tot;
/openssl/crypto/comp/
H A Dc_zlib.c494 int tot = outl - zin->avail_out; in bio_zlib_read() local
497 return (tot > 0) ? tot : ret; in bio_zlib_read()
498 return tot; in bio_zlib_read()
543 int tot = inl - zout->avail_in; in bio_zlib_write() local
546 return (tot > 0) ? tot : ret; in bio_zlib_write()
547 return tot; in bio_zlib_write()
H A Dc_brotli.c559 int tot = outl - ctx->decode.avail_out; in bio_brotli_read() local
563 return (tot > 0) ? tot : ret; in bio_brotli_read()
564 return tot; in bio_brotli_read()
614 int tot = inl - ctx->encode.avail_in; in bio_brotli_write() local
618 return (tot > 0) ? tot : ret; in bio_brotli_write()
619 return tot; in bio_brotli_write()
/openssl/ssl/record/
H A Drec_layer_s3.c272 size_t tot; in ssl3_write_bytes() local
283 tot = s->rlayer.wnum; in ssl3_write_bytes()
342 s->rlayer.wnum = tot; in ssl3_write_bytes()
345 tot += s->rlayer.wpend_tot; in ssl3_write_bytes()
349 if (tot == 0) { in ssl3_write_bytes()
359 if (tot == len) { /* done? */ in ssl3_write_bytes()
360 *written = tot; in ssl3_write_bytes()
369 s->rlayer.wnum = tot; in ssl3_write_bytes()
375 n = (len - tot); in ssl3_write_bytes()
470 s->rlayer.wnum = tot; in ssl3_write_bytes()
[all …]
/openssl/crypto/asn1/
H A Dasn1_parse.c97 const unsigned char *p, *ep, *tot, *op, *opp; in asn1_parse2() local
115 tot = p + length; in asn1_parse2()
143 r = asn1_parse2(bp, &p, (long)(tot - p), in asn1_parse2()
148 if ((r == 2) || (p >= tot)) { in asn1_parse2()
/openssl/crypto/txt_db/
H A Dtxt_db.c189 long i, j, n, nn, l, tot = 0; in TXT_DB_write() local
226 tot += j; in TXT_DB_write()
228 ret = tot; in TXT_DB_write()

Completed in 27 milliseconds