Searched defs:plaintext (Results 1 – 3 of 3) sorted by relevance
132 private final byte[] plaintext; field in CipherTest.KatVector145 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector()149 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector()1879 String transformation, Key encryptionKey, byte[] plaintext) { in truncatePlaintextIfNecessary()
359 public byte[] plaintext; field in AESCipherNistCavpKatTest.TestVector
1852 final String plaintext = "My awesome plaintext message!"; in testKeyStore_SetKeyEntry_ReplacedWithSameGeneratedSecretKey() local