golang.org/x/crypto/openpgp/packet.EncryptedKey.Decrypt (method)

2 uses

	golang.org/x/crypto/openpgp/packet (current package)
		encrypted_key.go#L74: func (e *EncryptedKey) Decrypt(priv *PrivateKey, config *Config) error {

	golang.org/x/crypto/openpgp
		read.go#L161: 					pk.encryptedKey.Decrypt(pk.key.PrivateKey, config)