Searched defs:passwordData (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,
70 void **passwordData,
78 passwordData,
93 const void *passwordData,
101 passwordData,
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,
307 mutable_this->SetTestDataPasswordBytes(target_item, passwordData,
345 void **passwordData,
347 // When simulating |noErr| we return canned |passwordData| and
352 DCHECK(passwordData);
353 *passwordData = static_cast<void*>(password);
375 const void *passwordData,
380 DCHECK(passwordData);
382 std::string(const_cast<char*>(static_cast<const char*>(passwordData)),
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 5196 milliseconds