Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/
Dgcm.go53 NewGCM(nonceSize, tagSize int) (AEAD, error) argument
72 nonceSize int member
112 func newGCMWithNonceAndTagSize(cipher Block, nonceSize, tagSize int) (AEAD, error) { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Daes_gcm.go47 func (c *aesCipherGCM) NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) { argument
61 nonceSize int member
Dgcm_ppc64x.go49 nonceSize int member
58 func (c *aesCipherAsm) NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) { argument
Dgcm_s390x.go45 nonceSize int member
63 func (c *aesCipherAsm) NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) { argument
Dmodes.go15 NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) argument
/aosp_15_r20/external/tink/go/streamingaead/subtle/noncebased/
H A Dnoncebased.go86 nonceSize int member
216 nonceSize int member
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Daes.go74 NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) argument