type crypto/internal/fips140cache.Cache

5 uses

	crypto/internal/fips140cache (current package)
		cache.go#L21: type Cache[K, V any] struct {
		cache.go#L32: func (c *Cache[K, V]) Get(k *K, new func() (*V, error), check func(*V) bool) (*V, error) {
		cache.go#L50: func (c *Cache[K, V]) evict(p weak.Pointer[K]) {

	crypto/ecdsa
		ecdsa.go#L576: var privateKeyCache fips140cache.Cache[PrivateKey, ecdsa.PrivateKey]

	crypto/ed25519
		ed25519.go#L84: var privateKeyCache fips140cache.Cache[byte, ed25519.PrivateKey]