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

  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 288 final int extrabytes = 7;// # of bytes to add in order to computer # of 8 byte words local
295 : (seed[BYTES_OFFSET] + extrabytes) >> 3 - 1;
306 : (seed[BYTES_OFFSET] + extrabytes) >> 3 - 1;
  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 288 final int extrabytes = 7;// # of bytes to add in order to computer # of 8 byte words local
294 // This is a bug since extraBytes == 7 instead of 3. Android used to keep it this way for
297 : (seed[BYTES_OFFSET] + extrabytes) >> 3 - 1;
  /external/dnsmasq/src/
rfc1035.c 31 char *name, int isExtract, int extrabytes)
51 if (!CHECK_LEN(header, p1 ? p1 : p, plen, extrabytes))
283 static unsigned char *skip_name(unsigned char *ansp, HEADER *header, size_t plen, int extrabytes)
332 if (!CHECK_LEN(header, ansp, plen, extrabytes))
    [all...]

Completed in 90 milliseconds