Searched refs:getInputBlockSize (Results 1 – 7 of 7) sorted by relevance
93 return cipher.getInputBlockSize(); in engineGetBlockSize()391 if (bOut.size() > cipher.getInputBlockSize() + 1) in engineUpdate()398 if (bOut.size() > cipher.getInputBlockSize()) in engineUpdate()418 if (bOut.size() > cipher.getInputBlockSize() + 1) in engineUpdate()425 if (bOut.size() > cipher.getInputBlockSize()) in engineUpdate()447 if (bOut.size() > cipher.getInputBlockSize() + 1) in engineDoFinal()454 if (bOut.size() > cipher.getInputBlockSize()) in engineDoFinal()489 if (bOut.size() > cipher.getInputBlockSize() + 1) in engineDoFinal()496 if (bOut.size() > cipher.getInputBlockSize()) in engineDoFinal()
96 public int getInputBlockSize() in getInputBlockSize() method in PKCS1Encoding98 int baseBlockSize = engine.getInputBlockSize(); in getInputBlockSize()146 if (inLen > getInputBlockSize()) in encodeBlock()151 byte[] block = new byte[engine.getInputBlockSize()]; in encodeBlock()
91 public int getInputBlockSize() in getInputBlockSize() method in OAEPEncoding93 int baseBlockSize = engine.getInputBlockSize(); in getInputBlockSize()141 byte[] block = new byte[getInputBlockSize() + 1 + 2 * defHash.length]; in encodeBlock()
69 public int getInputBlockSize() in getInputBlockSize() method in ISO9796d1Encoding71 int baseBlockSize = engine.getInputBlockSize(); in getInputBlockSize()
50 public int getInputBlockSize() in getInputBlockSize() method in RSACoreEngine90 if (inLen > (getInputBlockSize() + 1)) in convertInput()94 else if (inLen == (getInputBlockSize() + 1) && !forEncryption) in convertInput()
59 public int getInputBlockSize() in getInputBlockSize() method in RSABlindedEngine61 return core.getInputBlockSize(); in getInputBlockSize()
24 public int getInputBlockSize(); in getInputBlockSize() method