Searched defs:nonceSize (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/ |
D | gcm.go | 53 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/ |
D | aes_gcm.go | 47 func (c *aesCipherGCM) NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) { argument 61 nonceSize int member
|
D | gcm_ppc64x.go | 49 nonceSize int member 58 func (c *aesCipherAsm) NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) { argument
|
D | gcm_s390x.go | 45 nonceSize int member 63 func (c *aesCipherAsm) NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) { argument
|
D | modes.go | 15 NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) argument
|
/aosp_15_r20/external/tink/go/streamingaead/subtle/noncebased/ |
H A D | noncebased.go | 86 nonceSize int member 216 nonceSize int member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/ |
D | aes.go | 74 NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) argument
|