Home
last modified time | relevance | path

Searched defs:NewGCM (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) methodSpec
85 func NewGCM(cipher Block) (AEAD, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Daes.go74 NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) methodSpec
220 func (c *aesCipher) NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dmodes.go15 NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) methodSpec
Dmodes_test.go28 func (*testBlock) NewGCM(int, int) (cipher.AEAD, error) { func
Daes_gcm.go47 func (c *aesCipherGCM) NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) { func
Dgcm_ppc64x.go58 func (c *aesCipherAsm) NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) { func
Dgcm_s390x.go63 func (c *aesCipherAsm) NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) { func