Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A 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()
/openssl/ssl/record/
H A Drec_layer_s3.c42 rl->wnum = 0; in RECORD_LAYER_clear()
285 tot = s->rlayer.wnum; in ssl3_write_bytes()
295 if ((len < s->rlayer.wnum) in ssl3_write_bytes()
297 && (len < (s->rlayer.wnum + s->rlayer.wpend_tot)))) { in ssl3_write_bytes()
308 s->rlayer.wnum = 0; in ssl3_write_bytes()
344 s->rlayer.wnum = tot; in ssl3_write_bytes()
371 s->rlayer.wnum = tot; in ssl3_write_bytes()
472 s->rlayer.wnum = tot; in ssl3_write_bytes()
H A Drecord.h99 size_t wnum; member

Completed in 12 milliseconds