HomeSort by relevance Sort by last modified time
    Searched refs:MockAppleKeychain (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/crypto/
mock_apple_keychain_ios.cc 11 MockAppleKeychain::MockAppleKeychain()
17 MockAppleKeychain::~MockAppleKeychain() {
mock_apple_keychain.cc 11 OSStatus MockAppleKeychain::FindGenericPassword(
35 OSStatus MockAppleKeychain::ItemFreeContent(SecKeychainAttributeList* attrList,
42 OSStatus MockAppleKeychain::AddGenericPassword(
mock_apple_keychain_mac.cc 12 const SecKeychainSearchRef MockAppleKeychain::kDummySearchRef =
15 MockAppleKeychain::MockAppleKeychain()
24 void MockAppleKeychain::InitializeKeychainData(MockKeychainItemType key) const {
67 MockAppleKeychain::~MockAppleKeychain() {
83 SecKeychainAttribute* MockAppleKeychain::AttributeWithTag(
100 void MockAppleKeychain::SetTestDataBytes(MockKeychainItemType item,
118 void MockAppleKeychain::SetTestDataString(MockKeychainItemType item,
124 void MockAppleKeychain::SetTestDataPort(MockKeychainItemType item
    [all...]
mock_apple_keychain.h 29 class CRYPTO_EXPORT MockAppleKeychain : public AppleKeychain {
31 MockAppleKeychain();
32 virtual ~MockAppleKeychain();
144 // Type used for the keys in the std::map(s) and MockAppleKeychain items.
211 // Mutable because the MockAppleKeychain API requires its internal keychain
  /external/chromium_org/components/webdata/encryptor/
encryptor_password_mac_unittest.cc 11 using crypto::MockAppleKeychain;
16 MockAppleKeychain keychain;
27 MockAppleKeychain keychain;
38 MockAppleKeychain keychain;
49 MockAppleKeychain keychain;
59 MockAppleKeychain keychain1;
67 MockAppleKeychain keychain2;
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc 22 using crypto::MockAppleKeychain;
55 MockAppleKeychain::KeychainTestData test_data[] = {
95 keychain_ = new MockAppleKeychain();
124 MockAppleKeychain* keychain_;
278 // Create our fake KeychainItemRef; see MockAppleKeychain docs.
518 // password; see MockAppleKeychain::ItemModifyAttributesAndData) is
    [all...]
password_store_factory.cc 121 ps = new PasswordStoreMac(new crypto::MockAppleKeychain(), login_db);

Completed in 101 milliseconds