Searched defs:EncryptThenAuthenticate (Results 1 – 3 of 3) sorted by relevance
31 type EncryptThenAuthenticate struct { struct32 indCPACipher INDCPACipher33 mac tink.MAC34 tagSize int67 func (e *EncryptThenAuthenticate) Encrypt(plaintext, associatedData []byte) ([]byte, error) {93 func (e *EncryptThenAuthenticate) Decrypt(ciphertext, associatedData []byte) ([]byte, error) {
37 public final class EncryptThenAuthenticate implements Aead { class42 public EncryptThenAuthenticate(final IndCpaCipher cipher, final Mac mac, int macLength) { in EncryptThenAuthenticate() method in EncryptThenAuthenticate
64 EncryptThenAuthenticate(std::unique_ptr<IndCpaCipher> ind_cpa_cipher, in EncryptThenAuthenticate() function