Searched defs:NewCBCEncrypter (Results 1 – 6 of 6) sorted by relevance
43 NewCBCEncrypter(iv []byte) BlockMode methodSpec49 func NewCBCEncrypter(b Block, iv []byte) BlockMode { func
71 NewCBCEncrypter(iv []byte) cipher.BlockMode methodSpec157 func (c *aesCipher) NewCBCEncrypter(iv []byte) cipher.BlockMode { func
22 NewCBCEncrypter(iv []byte) cipher.BlockMode methodSpec
24 func (b *aesCipherAsm) NewCBCEncrypter(iv []byte) cipher.BlockMode { func
27 func (b *aesCipherAsm) NewCBCEncrypter(iv []byte) cipher.BlockMode { func
31 func (*testBlock) NewCBCEncrypter([]byte) cipher.BlockMode { func