Home
last modified time | relevance | path

Searched refs:g_cachedkeys (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/keyserv/
H A Dsetkey.c87 static struct cachekey_list *g_cachedkeys[KEY_HASH_SIZE]; variable
1171 for (l = &g_cachedkeys[hash]; (*l) != NULL && !cachehit(pub, sec, *l);
1200 new->next = g_cachedkeys[hash];
1201 g_cachedkeys[hash] = new;
1713 for (l = &g_cachedkeys[i]; (*l) != NULL; ) {