const golang.org/x/crypto/openpgp/packet.CipherAES256

5 uses

	golang.org/x/crypto/openpgp/packet (current package)
		packet.go#L481: 	CipherAES256 CipherFunction = 9
		packet.go#L495: 	case CipherAES256:
		packet.go#L508: 	case CipherAES128, CipherAES192, CipherAES256:
		packet.go#L521: 	case CipherAES128, CipherAES192, CipherAES256:

	golang.org/x/crypto/openpgp
		write.go#L268: 		uint8(packet.CipherAES256),