Searched refs:g_cachedkeys (Results 1 – 1 of 1) sorted by relevance
87 static struct cachekey_list *g_cachedkeys[KEY_HASH_SIZE]; variable1171 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; ) {