Searched refs:KRBCopyServicePrincipalInfo (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/KerberosHelper-151/Tests/
H A DKRBCreateSession.c65 err = KRBCopyServicePrincipalInfo (krbHelper, CFSTR("host"), &outDict);
/macosx-10.10.1/KerberosHelper-151/Source/
H A DKerberosHelper.h114 KRBCopyServicePrincipalInfo will return the service principal and optional a key that canolization shouldn't be done for the inServiceName on the host associated with inKerberosSession
124 OSStatus KRBCopyServicePrincipalInfo (KRBHelperContextRef inKerberosSession, CFStringRef inServiceName, CFDictionaryRef *outServiceInfo);
H A DKerberosHelper.c806 err = KRBCopyServicePrincipalInfo(inKerberosSession,
824 KRBCopyServicePrincipalInfo (KRBHelperContextRef inKerberosSession, CFStringRef inServiceName, CFDictionaryRef *outServiceInfo) function
836 KHLog ("%s", "[[[ KRBCopyServicePrincipalInfo () - required parameters okay");
858 KHLog (" KRBCopyServicePrincipalInfo: principal = \"%s\"", spn);
867 KHLog ("]]] KRBCopyServicePrincipalInfo () = %d", (int)err);

Completed in 125 milliseconds