Searched defs:mechdata (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c127 struct mechdata { struct
137 struct mechdata *mechdata; member in struct:mechentry
235 ap->mech.mechdata = NULL;
457 mapuid2cache(uid_t uid, struct mechdata *mdp)
475 struct mechdata *mdp;
487 if ((mdp = mp->mechdata) == NULL) {
488 mdp = (struct mechdata *)calloc(1, sizeof (*mdp));
495 mp->mechdata = mdp;
657 struct mechdata *md
[all...]

Completed in 78 milliseconds