type crypto/internal/fips140/aes.CBCEncrypter
6 uses
crypto/internal/fips140/aes (current package)
cbc.go#L13: type CBCEncrypter struct {
cbc.go#L20: func NewCBCEncrypter(b *Block, iv [BlockSize]byte) *CBCEncrypter {
cbc.go#L21: return &CBCEncrypter{b: *b, iv: iv}
cbc.go#L24: func (c *CBCEncrypter) BlockSize() int { return BlockSize }
cbc.go#L26: func (c *CBCEncrypter) CryptBlocks(dst, src []byte) {
cbc.go#L43: func (x *CBCEncrypter) SetIV(iv []byte) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)