crypto/ecdsa.PrivateKey.D (field)

13 uses

	crypto/ecdsa (current package)
		ecdsa.go#L83: 	D *big.Int
		ecdsa.go#L95: 	if k.D.BitLen() > size*8 {
		ecdsa.go#L98: 	return c.NewPrivateKey(k.D.FillBytes(make([]byte, size)))
		ecdsa.go#L127: 	return priv.PublicKey.Equal(&xx.PublicKey) && bigIntEqual(priv.D, xx.D)
		ecdsa.go#L170: 		return &PrivateKey{PublicKey: PublicKey{Curve: c, X: bbig.Dec(x), Y: bbig.Dec(y)}, D: bbig.Dec(d)}, nil
		ecdsa.go#L393: 	return &PrivateKey{PublicKey: *pub, D: new(big.Int).SetBytes(priv.Bytes())}, nil
		ecdsa.go#L409: 	return ecdsa.NewPrivateKey(c, priv.D.Bytes(), Q)
		ecdsa_legacy.go#L34: 	priv.D = k
		ecdsa_legacy.go#L95: 	for i, b := range priv.D.Bytes() {
		ecdsa_legacy.go#L126: 		s = new(big.Int).Mul(priv.D, r)

	crypto/x509
		sec1.go#L64: 		PrivateKey:    key.D.FillBytes(privateKey),
		sec1.go#L116: 	priv.D = k