Searched defs:passwordLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dkeychain_mac.cc52 UInt32 passwordLength, const void *passwordData,
60 passwordLength, passwordData,
69 UInt32 *passwordLength,
77 passwordLength,
92 UInt32 passwordLength,
100 passwordLength,
44 AddInternetPassword( SecKeychainRef keychain, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef) const argument
64 FindGenericPassword(CFTypeRef keychainOrArray, UInt32 serviceNameLength, const char *serviceName, UInt32 accountNameLength, const char *accountName, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef) const argument
87 AddGenericPassword(SecKeychainRef keychain, UInt32 serviceNameLength, const char *serviceName, UInt32 accountNameLength, const char *accountName, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef) const argument
H A Dkeychain_mock_mac.cc283 UInt32 passwordLength, const void *passwordData,
308 passwordLength);
344 UInt32 *passwordLength,
354 DCHECK(passwordLength);
355 *passwordLength = strlen(password);
374 UInt32 passwordLength,
379 DCHECK(passwordLength > 0);
383 passwordLength);
275 AddInternetPassword( SecKeychainRef keychain, UInt32 serverNameLength, const char *serverName, UInt32 securityDomainLength, const char *securityDomain, UInt32 accountNameLength, const char *accountName, UInt32 pathLength, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef) const argument
339 FindGenericPassword(CFTypeRef keychainOrArray, UInt32 serviceNameLength, const char *serviceName, UInt32 accountNameLength, const char *accountName, UInt32 *passwordLength, void **passwordData, SecKeychainItemRef *itemRef) const argument
369 AddGenericPassword(SecKeychainRef keychain, UInt32 serviceNameLength, const char *serviceName, UInt32 accountNameLength, const char *accountName, UInt32 passwordLength, const void *passwordData, SecKeychainItemRef *itemRef) const argument

Completed in 90 milliseconds