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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 530 Bits32ToBytes(xr, dst, dstIndex);
531 Bits32ToBytes(xl, dst, dstIndex + 4);
558 Bits32ToBytes(xr, dst, dstIndex);
559 Bits32ToBytes(xl, dst, dstIndex+4);
570 private void Bits32ToBytes(int in, byte[] b, int offset)
TwofishEngine.java 473 Bits32ToBytes(x2 ^ gSubKeys[OUTPUT_WHITEN], dst, dstIndex);
474 Bits32ToBytes(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4);
475 Bits32ToBytes(x0 ^ gSubKeys[OUTPUT_WHITEN + 2], dst, dstIndex + 8);
476 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12);
512 Bits32ToBytes(x0 ^ gSubKeys[INPUT_WHITEN], dst, dstIndex);
513 Bits32ToBytes(x1 ^ gSubKeys[INPUT_WHITEN + 1], dst, dstIndex + 4);
514 Bits32ToBytes(x2 ^ gSubKeys[INPUT_WHITEN + 2], dst, dstIndex + 8);
515 Bits32ToBytes(x3 ^ gSubKeys[INPUT_WHITEN + 3], dst, dstIndex + 12);
673 private void Bits32ToBytes(int in, byte[] b, int offset)
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 168 milliseconds