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

8 uses

	golang.org/x/crypto/openpgp/packet (current package)
		public_key.go#L161: 	n, e, p, q, g, y parsedMPI
		public_key.go#L203: 		q:            fromBig(pub.Q),
		public_key.go#L349: 	pk.q.bytes, pk.q.bitLength, err = readMPI(r)
		public_key.go#L364: 	dsa.Q = new(big.Int).SetBytes(pk.q.bytes)
		public_key.go#L406: 		pLength += 2 + uint16(len(pk.q.bytes))
		public_key.go#L435: 		length += 2 + len(pk.q.bytes)
		public_key.go#L483: 		return writeMPIs(w, pk.p, pk.q, pk.g, pk.y)