Searched defs:plaintext (Results 1 – 4 of 4) sorted by relevance
85 const char* plaintext; member345 const char* plaintext; member450 StringPiece plaintext(base64_tests[i].plaintext, in TEST() local
37 public ChunkHash computeHash(byte[] plaintext) throws InvalidKeyException { in computeHash()
58 public EncryptedChunk encrypt(ChunkHash plaintextHash, byte[] plaintext) in encrypt()
325 private static byte[] aesGcmEncrypt(SecretKey key, byte[] nonce, byte[] plaintext, byte[] aad) in aesGcmEncrypt()