Searched refs:mech_ext (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libgss/
H A Dg_initialize.c631 gss_mechanism_ext mech_ext; local
634 if ((aMech = searchMechList(oid)) != NULL && aMech->mech_ext != NULL)
635 return (aMech->mech_ext);
645 mech_ext = (gss_mechanism_ext)malloc(sizeof (struct gss_config_ext));
647 if (mech_ext == NULL)
660 mech_ext->gss_acquire_cred_with_password =
664 /* Set aMech->mech_ext */
667 if (aMech->mech_ext == NULL)
668 aMech->mech_ext = mech_ext;
[all...]
H A Dg_acquire_cred_with_pw.c244 gss_mechanism_ext mech_ext; local
281 if ((mech_ext = __gss_get_mechanism_ext(desired_mech)) == NULL ||
282 mech_ext->gss_acquire_cred_with_password == NULL)
323 status = mech_ext->gss_acquire_cred_with_password(

Completed in 16 milliseconds