Searched refs:cachekey3_list (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | keyserv_cache.h | 58 struct cachekey3_list { struct 63 struct cachekey3_list *next; argument 66 #define CACHEKEY3_LIST_SIZE(keylen) (sizeof (struct cachekey3_list) + \ 80 struct cachekey3_list *cache_retrieve(keylen_t keylen, algtype_t algtype,
|
H A D | keyserv_cache.c | 115 static struct cachekey3_list *cache_retrieve_ch(struct cachekey_header *ch, 159 static struct cachekey3_list * copy_cl_item(struct cachekey_header *ch, 920 static struct cachekey3_list * 924 struct cachekey3_list *cl; in copy_cl_item() 958 cl->public = MOVE_ADDR(cl, sizeof (struct cachekey3_list)); in copy_cl_item() 988 static struct cachekey3_list * 993 struct cachekey3_list *cl = 0, **cltmp = &cl; in cache_retrieve_ch() 1230 struct cachekey3_list * 1239 struct cachekey3_list *cl; in cache_retrieve()
|
H A D | setkey.c | 130 struct cachekey3_list *common[NUMHASHBUCKETS]; 448 cachehit3(keybuf3 *public, keybuf3 *secret, struct cachekey3_list *cp) in cachehit3() 1362 static struct cachekey3_list ** 1365 struct cachekey3_list **cpp; in map_ps2cache() 1378 static struct cachekey3_list * 1390 struct cachekey3_list **cpp, *cp, *cachep; in getdeskey3() 1433 if ((cp = (struct cachekey3_list *) in getdeskey3() 1497 struct cachekey3_list *cp; in pk_get_conv_key3() 1544 struct cachekey3_list *cp; in pk_crypt3()
|