Home
last modified time | relevance | path

Searched refs:calculateByte (Results 1 – 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DStreamBlockCipher.java29 return calculateByte(in); in returnByte()
51 out[outStart++] = calculateByte(in[inStart++]); in processBytes()
57 protected abstract byte calculateByte(byte b); in calculateByte() method in StreamBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DOFBBlockCipher.java158 protected byte calculateByte(byte in) in calculateByte() method in OFBBlockCipher
DCFBBlockCipher.java116 protected byte calculateByte(byte in) in calculateByte() method in CFBBlockCipher
DSICBlockCipher.java99 protected byte calculateByte(byte in) in calculateByte() method in SICBlockCipher