golang.org/x/crypto/openpgp/packet.PublicKey.IsSubkey (field)

10 uses

	golang.org/x/crypto/openpgp/packet (current package)
		packet.go#L376: 			pk.IsSubkey = true
		packet.go#L388: 			p = &PublicKey{IsSubkey: isSubkey}
		private_key.go#L186: 	if pk.IsSubkey {
		public_key.go#L159: 	IsSubkey     bool
		public_key.go#L452: 	if pk.IsSubkey {

	golang.org/x/crypto/openpgp
		keys.go#L305: 		if pk, ok := p.(*packet.PublicKey); ok && !pk.IsSubkey {
		keys.go#L362: 			if pkt.IsSubkey == false {
		keys.go#L371: 			if pkt.IsSubkey == false {
		keys.go#L579: 	e.Subkeys[0].PublicKey.IsSubkey = true
		keys.go#L580: 	e.Subkeys[0].PrivateKey.IsSubkey = true