HomeSort by relevance Sort by last modified time
    Searched refs:wnum (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/bn/
bn_div.c 185 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 - sdiv * q | < sdiv *
430 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
    [all...]
  /external/openssl/include/openssl/
ssl2.h 167 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl2_state_st
ssl3.h 429 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st
  /external/openssl/ssl/
ssl2.h 167 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl2_state_st
s2_pkt.c 446 tot=s->s2->wnum;
447 s->s2->wnum=0;
455 s->s2->wnum=tot;
ssl3.h 429 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st
s3_pkt.c 603 tot=s->s3->wnum;
604 s->s3->wnum=0;
633 s->s3->wnum=tot;
    [all...]

Completed in 172 milliseconds