Lines Matching refs:mechdata
127 struct mechdata { struct
137 struct mechdata *mechdata; member
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()
819 struct mechdata *mdp; in appendnetname3()
827 if ((mdp = mp->mechdata) == NULL) { in appendnetname3()
828 mdp = (struct mechdata *)calloc(1, sizeof (*mdp)); in appendnetname3()
834 mp->mechdata = mdp; in appendnetname3()
1022 struct mechdata *mdp; in getcachekey3()
1029 if ((mdp = mp->mechdata) == NULL) { in getcachekey3()
1050 struct mechdata *mdp; in getanycache3()
1060 if ((mdp = ap->mech.mechdata) == NULL) { in getanycache3()