type golang.org/x/crypto/ssh.rsaPublicKey

8 uses

	golang.org/x/crypto/ssh (current package)
		keys.go#L336: type rsaPublicKey rsa.PublicKey
		keys.go#L338: func (r *rsaPublicKey) Type() string {
		keys.go#L364: 	return (*rsaPublicKey)(&key), w.Rest, nil
		keys.go#L367: func (r *rsaPublicKey) Marshal() []byte {
		keys.go#L383: func (r *rsaPublicKey) Verify(data []byte, sig *Signature) error {
		keys.go#L401: func (r *rsaPublicKey) CryptoPublicKey() crypto.PublicKey {
		keys.go#L970: 	if _, ok := s.pubKey.(*rsaPublicKey); ok {
		keys.go#L1055: 		return (*rsaPublicKey)(key), nil