Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/hybrid/internal/hpke/
H A Daes_gcm_aead.go27 type aesGCMAEAD struct { struct
29 aeadID uint16
30 keyLen int
47 func (a *aesGCMAEAD) seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) {
58 func (a *aesGCMAEAD) open(key, nonce, ciphertext, associatedData []byte) ([]byte, error) {
69 func (a *aesGCMAEAD) id() uint16 {
73 func (a *aesGCMAEAD) keyLength() int {
77 func (a *aesGCMAEAD) nonceLength() int {