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

2 uses

	golang.org/x/crypto/openpgp/packet (current package)
		symmetric_key_encrypted.go#L73: func (ske *SymmetricKeyEncrypted) Decrypt(passphrase []byte) ([]byte, CipherFunction, error) {

	golang.org/x/crypto/openpgp
		read.go#L200: 				key, cipherFunc, err := s.Decrypt(passphrase)