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

  /external/boringssl/src/crypto/fipsmodule/bn/
div.c 200 BIGNUM wnum; local
269 wnum.neg = 0;
270 wnum.d = &(snum->d[loop]);
271 wnum.top = div_n;
273 wnum.dmax = snum->dmax - loop; // so we don't step out of bounds
307 // calculate a BN_ULONG q such that | wnum - sdiv * q | < sdiv
354 wnum.d--;
357 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n + 1)) {
360 // might be greater than wnum (but then (q-1) * sdi
    [all...]
  /external/boringssl/src/ssl/
s3_pkt.cc 143 assert(ssl->s3->wnum <= INT_MAX);
144 tot = ssl->s3->wnum;
145 ssl->s3->wnum = 0;
170 ssl->s3->wnum = tot;
185 ssl->s3->wnum = tot;
internal.h 2214 unsigned int wnum = 0; \/\/ number of bytes sent so far member in struct:bssl::SSL3_STATE
    [all...]

Completed in 63 milliseconds