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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |