Home
last modified time | relevance | path

Searched defs:gcpAEAD (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tink/go/integration/gcpkms/
H A Dgcp_kms_aead.go28 type gcpAEAD struct { struct
29 keyURI string
30 kms cloudkms.Service
44 func (a *gcpAEAD) Encrypt(plaintext, associatedData []byte) ([]byte, error) {
59 func (a *gcpAEAD) Decrypt(ciphertext, associatedData []byte) ([]byte, error) {