Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c125 struct mechdata { struct
135 struct mechdata *mechdata; member
233 ap->mech.mechdata = NULL; in appendalgtype()
455 mapuid2cache(uid_t uid, struct mechdata *mdp) in mapuid2cache()
473 struct mechdata *mdp; in appendsecretkey3()
485 if ((mdp = mp->mechdata) == NULL) { in appendsecretkey3()
486 mdp = (struct mechdata *)calloc(1, sizeof (*mdp)); in appendsecretkey3()
493 mp->mechdata = mdp; in appendsecretkey3()
655 struct mechdata *mdp; in pk_clear3()
665 if ((mdp = ap->mech.mechdata) == NULL) { in pk_clear3()
[all …]