crypto/rsa.PublicKey.Size (method)

9 uses

	crypto/rsa (current package)
		fips.go#L221: 		k := pub.Size()
		fips.go#L273: 		k := priv.Size()
		pkcs1v15.go#L59: 	k := pub.Size()
		pkcs1v15.go#L186: 	k := priv.Size()
		pkcs1v15.go#L218: 	k := priv.Size()
		rsa.go#L78: func (pub *PublicKey) Size() int {

	crypto/tls
		auth.go#L214: 		size := pub.Size()

	github.com/gotd/td/crypto
		rsa.go#L28: 	k := pub.Size()

	github.com/refraction-networking/utls
		auth.go#L204: 		size := pub.Size()