Searched defs:gcpAEAD (Results 1 – 1 of 1) sorted by relevance
28 type gcpAEAD struct { struct29 keyURI string30 kms cloudkms.Service44 func (a *gcpAEAD) Encrypt(plaintext, associatedData []byte) ([]byte, error) {59 func (a *gcpAEAD) Decrypt(ciphertext, associatedData []byte) ([]byte, error) {