Searched refs:wnum (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_div.c | 269 BN_ULONG *resp, *wnum, *wnumtop; in bn_div_fixed_top() local 319 wnum = &(snum->d[loop]); in bn_div_fixed_top() 343 * to calculate a BN_ULONG q such that | wnum - sdiv * q | < sdiv 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() 433 * the calculation of q, sdiv * q might be greater than wnum (but in bn_div_fixed_top() 434 * then (q-1) * sdiv is less or equal than wnum) in bn_div_fixed_top() 438 l0 = bn_add_words(wnum, wnu in bn_div_fixed_top() [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 269 BN_ULONG *resp, *wnum, *wnumtop; in bn_div_fixed_top() local 319 wnum = &(snum->d[loop]); in bn_div_fixed_top() 343 * to calculate a BN_ULONG q such that | wnum - sdiv * q | < sdiv 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() 433 * the calculation of q, sdiv * q might be greater than wnum (but in bn_div_fixed_top() 434 * then (q-1) * sdiv is less or equal than wnum) in bn_div_fixed_top() 438 l0 = bn_add_words(wnum, wnu in bn_div_fixed_top() [all...] |
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 49 rl->wnum = 0; in RECORD_LAYER_clear() 362 tot = s->rlayer.wnum; in ssl3_write_bytes() 372 if ((len < s->rlayer.wnum) in ssl3_write_bytes() 373 || ((wb->left != 0) && (len < (s->rlayer.wnum + s->rlayer.wpend_tot)))) { in ssl3_write_bytes() 384 s->rlayer.wnum = 0; in ssl3_write_bytes() 421 s->rlayer.wnum = tot; in ssl3_write_bytes() 486 s->rlayer.wnum = tot; in ssl3_write_bytes() 546 s->rlayer.wnum = tot; in ssl3_write_bytes() 638 s->rlayer.wnum = tot; in ssl3_write_bytes()
|
H A D | record.h | 153 size_t wnum; member
|
/third_party/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 49 rl->wnum = 0; in RECORD_LAYER_clear() 373 tot = s->rlayer.wnum; in ssl3_write_bytes() 383 if ((len < s->rlayer.wnum) in ssl3_write_bytes() 384 || ((wb->left != 0) && (len < (s->rlayer.wnum + s->rlayer.wpend_tot)))) { in ssl3_write_bytes() 395 s->rlayer.wnum = 0; in ssl3_write_bytes() 432 s->rlayer.wnum = tot; in ssl3_write_bytes() 497 s->rlayer.wnum = tot; in ssl3_write_bytes() 557 s->rlayer.wnum = tot; in ssl3_write_bytes() 649 s->rlayer.wnum = tot; in ssl3_write_bytes()
|
H A D | record.h | 153 size_t wnum; member
|
Completed in 8 milliseconds