golang.org/x/crypto/openpgp/packet.ecdsaKey.p (field)

8 uses

	golang.org/x/crypto/openpgp/packet (current package)
		public_key.go#L46: 	p parsedMPI
		public_key.go#L69: 	f.p.bytes, f.p.bitLength, err = readMPI(r)
		public_key.go#L80: 	return writeMPIs(w, f.p)
		public_key.go#L94: 	x, y := elliptic.Unmarshal(c, f.p.bytes)
		public_key.go#L102: 	return 1 + len(f.oid) + 2 + len(f.p.bytes)
		public_key.go#L246: 	pk.ec.p.bytes = elliptic.Marshal(pub.Curve, pub.X, pub.Y)
		public_key.go#L252: 	pk.ec.p.bitLength = uint16(3 + fieldBytes + fieldBytes)