var golang.org/x/crypto/openpgp/errors.ErrKeyIncorrect

6 uses

	golang.org/x/crypto/openpgp/errors (current package)
		errors.go#L50: var ErrKeyIncorrect error = keyIncorrectError(0)

	golang.org/x/crypto/openpgp
		read.go#L167: 				if err != nil && err != errors.ErrKeyIncorrect {
		read.go#L185: 			return nil, errors.ErrKeyIncorrect
		read.go#L189: 			return nil, errors.ErrKeyIncorrect
		read.go#L203: 					if err != nil && err != errors.ErrKeyIncorrect {

	golang.org/x/crypto/openpgp/packet
		symmetrically_encrypted.go#L74: 		return nil, errors.ErrKeyIncorrect