go/src/crypto/cipher/cbc_test.go

// Test CBC Blockmode against the general cipher.BlockMode interface tester
func TestCBCBlockMode(t *testing.T) {}

func newRandReader(t *testing.T) io.Reader {}