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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
OFBBlockCipher.java 15 private byte[] ofbV;
36 this.ofbV = new byte[cipher.getBlockSize()];
157 cipher.processBlock(ofbV, 0, ofbOutV, 0);
160 // XOR the ofbV with the plaintext producing the cipher text (and
171 System.arraycopy(ofbV, blockSize, ofbV, 0, ofbV.length - blockSize);
172 System.arraycopy(ofbOutV, 0, ofbV, ofbV.length - blockSize, blockSize);
183 System.arraycopy(IV, 0, ofbV, 0, IV.length)
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 27 milliseconds