func golang.org/x/crypto/openpgp.addSubkey

3 uses

	golang.org/x/crypto/openpgp (current package)
		keys.go#L366: 			err = addSubkey(e, packets, &pkt.PublicKey, pkt)
		keys.go#L375: 			err = addSubkey(e, packets, pkt, nil)
		keys.go#L437: func addSubkey(e *Entity, packets *packet.Reader, pub *packet.PublicKey, priv *packet.PrivateKey) error {