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

/external/chromium_org/crypto/
H A Dmock_apple_keychain_ios.cc11 MockAppleKeychain::MockAppleKeychain() function in class:crypto::MockAppleKeychain
17 MockAppleKeychain::~MockAppleKeychain() {
H A Dmock_apple_keychain.h29 class CRYPTO_EXPORT MockAppleKeychain : public AppleKeychain { class in namespace:crypto
31 MockAppleKeychain();
32 virtual ~MockAppleKeychain();
143 // Type used for the keys in the std::map(s) and MockAppleKeychain items.
210 // Mutable because the MockAppleKeychain API requires its internal keychain
H A Dmock_apple_keychain_mac.cc12 const SecKeychainSearchRef MockAppleKeychain::kDummySearchRef =
15 MockAppleKeychain::MockAppleKeychain() function in class:crypto::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
[all...]

Completed in 94 milliseconds