Searched refs:tot (Results 1 – 7 of 7) sorted by relevance
/openssl/ms/ |
H A D | cmp.pl | 16 $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 D | co-586.pl | 120 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 D | c_zlib.c | 494 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 D | c_brotli.c | 559 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 D | rec_layer_s3.c | 274 size_t tot; in ssl3_write_bytes() local 285 tot = s->rlayer.wnum; in ssl3_write_bytes() 344 s->rlayer.wnum = tot; in ssl3_write_bytes() 347 tot += s->rlayer.wpend_tot; in ssl3_write_bytes() 351 if (tot == 0) { in ssl3_write_bytes() 361 if (tot == len) { /* done? */ in ssl3_write_bytes() 362 *written = tot; in ssl3_write_bytes() 371 s->rlayer.wnum = tot; in ssl3_write_bytes() 377 n = (len - tot); in ssl3_write_bytes() 472 s->rlayer.wnum = tot; in ssl3_write_bytes() [all …]
|
/openssl/crypto/asn1/ |
H A D | asn1_parse.c | 97 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 D | txt_db.c | 189 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 15 milliseconds