Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/
Dcbc.go43 NewCBCEncrypter(iv []byte) BlockMode methodSpec
49 func NewCBCEncrypter(b Block, iv []byte) BlockMode { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Daes.go71 NewCBCEncrypter(iv []byte) cipher.BlockMode methodSpec
157 func (c *aesCipher) NewCBCEncrypter(iv []byte) cipher.BlockMode { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dmodes.go22 NewCBCEncrypter(iv []byte) cipher.BlockMode methodSpec
Dcbc_s390x.go24 func (b *aesCipherAsm) NewCBCEncrypter(iv []byte) cipher.BlockMode { func
Dcbc_ppc64x.go27 func (b *aesCipherAsm) NewCBCEncrypter(iv []byte) cipher.BlockMode { func
Dmodes_test.go31 func (*testBlock) NewCBCEncrypter([]byte) cipher.BlockMode { func