Lines Matching defs:cachekey
42 struct cachekey {
47 struct cachekey *next;
50 static struct cachekey *cache = 0;
126 static struct cachekey *get_cache_header(keylen_t keylen,
129 static void release_cache_header(struct cachekey *);
651 struct cachekey *c;
1116 * Return the cachekey structure for the specified keylen and algtype.
1120 static struct cachekey *
1123 struct cachekey *c;
1144 if ((c = malloc(sizeof (struct cachekey))) != 0) {
1163 release_cache_header(struct cachekey *ck) {
1165 struct cachekey *c;
1183 struct cachekey *c;
1212 struct cachekey *c;
1240 struct cachekey *c;
1261 struct cachekey *c;