Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccdefault.c35 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()
/illumos-gate/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
293 (FARPROC) pLeash_AcquireInitialTicketsIfNeeded =
298 if ( pLeash_AcquireInitialTicketsIfNeeded ) {
300pLeash_AcquireInitialTicketsIfNeeded(context, (krb5_principal) desired_name, ccname, sizeof(ccname…