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

/macosx-10.10.1/smb-759.0/lib/smb/
H A Dremount.c186 CFMutableDictionaryRef authInfoDict; local
188 authInfoDict = CreateAuthDictionary(ctx, authFlags, clientPrincipal, clientNameType);
189 if (!authInfoDict) {
196 CFDictionarySetValue(openOptions, kNetFSAuthenticationInfoKey, authInfoDict);
197 CFRelease(authInfoDict);
H A Dctx.c1245 static int AuthenticateWithDictionary(struct smb_ctx *ctx, CFDictionaryRef authInfoDict) argument
1248 CFStringRef clientPrincipalRef = CFDictionaryGetValue(authInfoDict, kNAHClientPrincipal);
1249 CFStringRef serverPrincipalRef = CFDictionaryGetValue(authInfoDict, kNAHServerPrincipal);
1250 CFNumberRef clientNameTypeRef = CFDictionaryGetValue (authInfoDict, kNAHClientNameTypeGSSD);
1251 CFNumberRef serverNameTypeRef = CFDictionaryGetValue (authInfoDict, kNAHServerNameTypeGSSD);
1252 CFStringRef inferedUserNameRef = CFDictionaryGetValue(authInfoDict, kNAHInferredLabel);
1511 static int smb_session_security(struct smb_ctx *ctx, CFDictionaryRef authInfoDict) argument
1571 if (authInfoDict) {
1572 return AuthenticateWithDictionary(ctx, authInfoDict);
2377 CFDictionaryRef authInfoDict local
2953 CFMutableDictionaryRef authInfoDict; local
3012 CFMutableDictionaryRef authInfoDict; local
[all...]

Completed in 170 milliseconds