go/src/crypto/cipher/example_test.go

func ExampleNewGCM_encrypt() {}

func ExampleNewGCM_decrypt() {}

func ExampleNewCBCDecrypter() {}

func ExampleNewCBCEncrypter() {}

func ExampleNewCFBDecrypter() {}

func ExampleNewCFBEncrypter() {}

func ExampleNewCTR() {}

func ExampleNewOFB() {}

func ExampleStreamReader() {}

func ExampleStreamWriter() {}