golang.org/x/crypto/ssh.pubKeyCache.get (method)

2 uses

	golang.org/x/crypto/ssh (current package)
		server.go#L156: func (c *pubKeyCache) get(user string, pubKeyData []byte) (cachedPubKey, bool) {
		server.go#L519: 			candidate, ok := cache.get(s.user, pubKeyData)