Searched refs:pLeash_AcquireInitialTicketsIfNeeded (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | ccdefault.c | 35 static void (*pLeash_AcquireInitialTicketsIfNeeded)(krb5_context,krb5_principal,char*,int) = NULL; variable 96 (FARPROC) pLeash_AcquireInitialTicketsIfNeeded = in krb5int_cc_default() 101 if ( pLeash_AcquireInitialTicketsIfNeeded ) { in krb5int_cc_default() 103 pLeash_AcquireInitialTicketsIfNeeded(context, NULL, ccname, sizeof(ccname)); in krb5int_cc_default()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | acquire_cred.c | 97 static void (*pLeash_AcquireInitialTicketsIfNeeded)(krb5_context,krb5_principal,char*,int) = NULL; variable 293 (FARPROC) pLeash_AcquireInitialTicketsIfNeeded = 298 if ( pLeash_AcquireInitialTicketsIfNeeded ) { 300 …pLeash_AcquireInitialTicketsIfNeeded(context, (krb5_principal) desired_name, ccname, sizeof(ccname…
|