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

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_div.c185 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
270 wnum.neg = 0;
271 wnum.d = &(snum->d[loop]);
272 wnum.top = div_n;
274 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
295 if (BN_ucmp(&wnum,sdiv) >= 0)
300 bn_clear_top2max(&wnum);
301 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
320 * | wnum
[all...]
/external/openssl/crypto/bn/
H A Dbn_div.c185 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
270 wnum.neg = 0;
271 wnum.d = &(snum->d[loop]);
272 wnum.top = div_n;
274 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
295 if (BN_ucmp(&wnum,sdiv) >= 0)
300 bn_clear_top2max(&wnum);
301 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
320 * | wnum
[all...]
/external/chromium_org/third_party/openssl/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.h441 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st
/external/chromium_org/third_party/openssl/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.c445 tot=s->s2->wnum;
446 s->s2->wnum=0;
454 s->s2->wnum=tot;
H A Dssl3.h441 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st
H A Ds3_pkt.c587 tot=s->s3->wnum;
588 s->s3->wnum=0;
612 s->s3->wnum=tot;
/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.h441 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.c445 tot=s->s2->wnum;
446 s->s2->wnum=0;
454 s->s2->wnum=tot;
H A Ds3_pkt.c587 tot=s->s3->wnum;
588 s->s3->wnum=0;
612 s->s3->wnum=tot;
H A Dssl3.h441 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st

Completed in 393 milliseconds