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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccdefault.c37 static void (*pLeash_AcquireInitialTicketsIfNeeded)(krb5_context,krb5_principal,char*,int) = NULL; variable
126 (FARPROC) pLeash_AcquireInitialTicketsIfNeeded =
131 if ( pLeash_AcquireInitialTicketsIfNeeded ) {
133 pLeash_AcquireInitialTicketsIfNeeded(context, NULL, ccname, sizeof(ccname));
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred.c97 static void (*pLeash_AcquireInitialTicketsIfNeeded)(krb5_context,krb5_principal,char*,int) = NULL; variable
322 (FARPROC) pLeash_AcquireInitialTicketsIfNeeded =
327 if ( pLeash_AcquireInitialTicketsIfNeeded ) {
329 pLeash_AcquireInitialTicketsIfNeeded(context, desired_name->princ, ccname, sizeof(ccname));

Completed in 16 milliseconds