func golang.org/x/crypto/openpgp/packet.NewRSAPrivateKey

3 uses

	golang.org/x/crypto/openpgp/packet (current package)
		private_key.go#L39: func NewRSAPrivateKey(creationTime time.Time, priv *rsa.PrivateKey) *PrivateKey {

	golang.org/x/crypto/openpgp
		keys.go#L529: 		PrivateKey: packet.NewRSAPrivateKey(creationTime, signingPriv),
		keys.go#L567: 		PrivateKey: packet.NewRSAPrivateKey(creationTime, encryptingPriv),