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

/macosx-10.10/KerberosHelper-151/Source/
H A DKerberosHelper.h38 typedef struct KRBhelperContext *KRBHelperContextRef; typedef in typeref:struct:KRBhelperContext
68 OSStatus KRBCreateSessionInfo (CFDictionaryRef inDict, KRBHelperContextRef *outKerberosSession);
79 OSStatus KRBCopyRealm (KRBHelperContextRef inKerberosSession, CFStringRef *outRealm);
100 OSStatus KRBCopyKeychainLookupInfo (KRBHelperContextRef inKerberosSession, CFStringRef inUsername, CFDictionaryRef *outKeychainLookupInfo);
110 OSStatus KRBCopyServicePrincipal (KRBHelperContextRef inKerberosSession, CFStringRef inServiceName, CFStringRef *outServicePrincipal);
124 OSStatus KRBCopyServicePrincipalInfo (KRBHelperContextRef inKerberosSession, CFStringRef inServiceName, CFDictionaryRef *outServiceInfo);
163 OSStatus KRBCopyClientPrincipalInfo (KRBHelperContextRef inKerberosSession, CFDictionaryRef inOptions, CFDictionaryRef *outClientPrincipalInfo);
177 OSStatus KRBTestForExistingTicket (KRBHelperContextRef inKerberosSession, CFDictionaryRef inClientPrincipalInfo);
185 OSStatus KRBAcquireTicket(KRBHelperContextRef inKerberosSession, CFDictionaryRef inClientPrincipalInfo);
192 OSStatus KRBCloseSession (KRBHelperContextRef inKerberosSessio
[all...]
H A DKerberosHelper.c131 add_mapping(KRBHelperContextRef hCtx, const char *hostname, const char *realm, int islkdc)
154 find_mapping(KRBHelperContextRef hCtx, const char *hostname)
328 KRBHelperContextRef session = NULL;
353 KRBCreateSessionInfo (CFDictionaryRef inDict, KRBHelperContextRef *outKerberosSession)
698 OSStatus KRBCopyRealm(KRBHelperContextRef inKerberosSession, CFStringRef *outRealm)
736 OSStatus KRBCopyKeychainLookupInfo (KRBHelperContextRef inKerberosSession, CFStringRef inUsername, CFDictionaryRef *outKeychainLookupInfo)
793 OSStatus KRBCopyServicePrincipal (KRBHelperContextRef inKerberosSession, CFStringRef inServiceName, CFStringRef *outServicePrincipal)
824 KRBCopyServicePrincipalInfo (KRBHelperContextRef inKerberosSession, CFStringRef inServiceName, CFDictionaryRef *outServiceInfo)
909 OSStatus KRBCopyClientPrincipalInfo (KRBHelperContextRef inKerberosSession, CFDictionaryRef inOptions, CFDictionaryRef *outClientPrincipalInfo)
1228 OSStatus KRBTestForExistingTicket (KRBHelperContextRef inKerberosSessio
[all...]

Completed in 102 milliseconds