Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/keyserv/
H A Dsetkey.c127 struct mechdata { struct
137 struct mechdata *mechdata; argument
235 ap->mech.mechdata = NULL; in appendalgtype()
457 mapuid2cache(uid_t uid, struct mechdata *mdp) in mapuid2cache()
475 struct mechdata *mdp; in appendsecretkey3()
487 if ((mdp = mp->mechdata) == NULL) { in appendsecretkey3()
488 mdp = (struct mechdata *)calloc(1, sizeof (*mdp)); in appendsecretkey3()
495 mp->mechdata = mdp; in appendsecretkey3()
657 struct mechdata *mdp; in pk_clear3()
667 if ((mdp = ap->mech.mechdata) == NULL) { in pk_clear3()
[all …]