Searched refs:wnum (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_div.c183 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
268 wnum.neg = 0;
269 wnum.d = &(snum->d[loop]);
270 wnum.top = div_n;
272 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
293 if (BN_ucmp(&wnum,sdiv) >= 0)
298 bn_clear_top2max(&wnum);
299 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
318 * | wnum
[all...]
/external/openssl/include/openssl/
H A Dssl2.h169 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl2_state_st
H A Dssl3.h451 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st
/external/openssl/ssl/
H A Dssl2.h169 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl2_state_st
H A Ds2_pkt.c446 tot=s->s2->wnum;
447 s->s2->wnum=0;
455 s->s2->wnum=tot;
H A Dssl3.h451 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st
H A Ds3_pkt.c605 tot=s->s3->wnum;
606 s->s3->wnum=0;
635 s->s3->wnum=tot;

Completed in 106 milliseconds