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

/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_div.c185 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
248 wnum.neg = 0;
249 wnum.d = &(snum->d[loop]);
250 wnum.top = div_n;
252 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
271 if (BN_ucmp(&wnum,sdiv) >= 0)
276 bn_clear_top2max(&wnum);
277 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
294 * | wnum
430 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
[all...]
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl2.h167 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.h419 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st
H A Ds3_pkt.c581 tot=s->s3->wnum;
582 s->s3->wnum=0;
606 s->s3->wnum=tot;
/barrelfish-master/include/openssl/
H A Dssl2.h167 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl2_state_st
H A Dssl3.h419 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st

Completed in 104 milliseconds