Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/
Dctr.go34 NewCTR(iv []byte) Stream methodSpec
39 func NewCTR(block Block, iv []byte) Stream { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Daes.go73 NewCTR(iv []byte) cipher.Stream methodSpec
193 func (c *aesCipher) NewCTR(iv []byte) cipher.Stream { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dmodes.go36 NewCTR(iv []byte) cipher.Stream methodSpec
Dctr_s390x.go38 func (c *aesCipherAsm) NewCTR(iv []byte) cipher.Stream { func
Dmodes_test.go37 func (*testBlock) NewCTR([]byte) cipher.Stream { func