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

/external/chromium_org/crypto/
H A Dmock_apple_keychain_mac.cc305 const char* securityDomain,
329 (attribute->data == NULL && *securityDomain != '\0') ||
330 (attribute->data != NULL && *securityDomain == '\0') ||
331 strncmp(securityDomain,
382 const char* securityDomain,
400 securityDomainLength, securityDomain,
418 securityDomain, securityDomainLength);
301 AlreadyContainsInternetPassword( 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) const argument
377 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

Completed in 115 milliseconds