Home
last modified time | relevance | path

Searched refs:wnum (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_div.c269 BN_ULONG *resp, *wnum, *wnumtop; in bn_div_fixed_top() local
319 wnum = &(snum->d[loop]); in bn_div_fixed_top()
355 BN_ULONG n2 = (wnumtop == wnum) ? 0 : wnumtop[-2]; in bn_div_fixed_top()
424 wnum--; in bn_div_fixed_top()
429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); in bn_div_fixed_top()
438 l0 = bn_add_words(wnum, wnum, tmp->d, div_n); in bn_div_fixed_top()
/third_party/openssl/ssl/record/
Drec_layer_s3.c48 rl->wnum = 0; in RECORD_LAYER_clear()
351 tot = s->rlayer.wnum; in ssl3_write_bytes()
361 if ((len < s->rlayer.wnum) in ssl3_write_bytes()
362 || ((wb->left != 0) && (len < (s->rlayer.wnum + s->rlayer.wpend_tot)))) { in ssl3_write_bytes()
374 s->rlayer.wnum = 0; in ssl3_write_bytes()
409 s->rlayer.wnum = tot; in ssl3_write_bytes()
471 s->rlayer.wnum = tot; in ssl3_write_bytes()
531 s->rlayer.wnum = tot; in ssl3_write_bytes()
625 s->rlayer.wnum = tot; in ssl3_write_bytes()
Drecord.h151 size_t wnum; member