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

  /external/chromium/net/third_party/nss/ssl/
sslgathr.c 249 int nout; local
278 rv = (*ss->sec.dec)(ss->sec.readcx, pBuf, &nout, gs->offset,
sslcon.c 831 unsigned int nout; local
862 (*sec->hash->end)(sec->hashcx, result, &nout, sec->hash->length);
962 int nout; local
984 nout = amount + macLen;
985 out[0] = 0x80 | MSB(nout);
986 out[1] = LSB(nout);
997 rv = (*ss->sec.enc)(ss->sec.writecx, out+2, &nout, macLen, out+2, macLen);
1001 rv = (*ss->sec.enc)(ss->sec.writecx, out+2+macLen, &nout, amount, in, amount);
1066 int nout; /* ciphertext size after header. */ local
1081 nout = amount + macLen
    [all...]

Completed in 24 milliseconds