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

4 uses

	golang.org/x/crypto/ssh (current package)
		server.go#L151: type pubKeyCache struct {
		server.go#L156: func (c *pubKeyCache) get(user string, pubKeyData []byte) (cachedPubKey, bool) {
		server.go#L166: func (c *pubKeyCache) add(candidate cachedPubKey) {
		server.go#L400: 	var cache pubKeyCache