Searched defs:maxPlaintextSize (Results 1 – 2 of 2) sorted by relevance
63 private int maxPlaintextSize; field in DaeadThreadSafetyTest.CryptingThread72 CryptingThread(DeterministicAead cipher, int maxPlaintextSize, int count) { in CryptingThread()109 int maxPlaintextSize, in testEncryptionDecryption()
72 private int maxPlaintextSize; field in AeadThreadSafetyTest.CryptingThread81 CryptingThread(Aead cipher, int maxPlaintextSize, int count) { in CryptingThread()114 Aead cipher, int numberOfThreads, int maxPlaintextSize, int numberOfEncryptionsPerThread) in testEncryptionDecryption()