func crypto/internal/fips140/rsa.NewPrivateKey

2 uses

	crypto/internal/fips140/rsa (current package)
		rsa.go#L52: func NewPrivateKey(N []byte, e int, d, P, Q []byte) (*PrivateKey, error) {

	crypto/rsa
		rsa.go#L554: 	k, err := rsa.NewPrivateKey(priv.N.Bytes(), priv.E, priv.D.Bytes(),