Lines Matching refs:mechdata
125 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()
817 struct mechdata *mdp; in appendnetname3()
825 if ((mdp = mp->mechdata) == NULL) { in appendnetname3()
826 mdp = (struct mechdata *)calloc(1, sizeof (*mdp)); in appendnetname3()
832 mp->mechdata = mdp; in appendnetname3()
1020 struct mechdata *mdp; in getcachekey3()
1027 if ((mdp = mp->mechdata) == NULL) { in getcachekey3()
1048 struct mechdata *mdp; in getanycache3()
1058 if ((mdp = ap->mech.mechdata) == NULL) { in getanycache3()