OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockAppleKeychain
(Results
1 - 6
of
6
) 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
();
143
// Type used for the keys in the std::map(s) and
MockAppleKeychain
items.
210
// Mutable because the
MockAppleKeychain
API requires its internal keychain
/external/chromium_org/chrome/browser/password_manager/
password_store_mac_unittest.cc
27
using crypto::
MockAppleKeychain
;
92
MockAppleKeychain
::KeychainTestData test_data[] = {
132
keychain_ = new
MockAppleKeychain
();
161
MockAppleKeychain
* keychain_;
328
// Create our fake KeychainItemRef; see
MockAppleKeychain
docs.
575
// password; see
MockAppleKeychain
::ItemModifyAttributesAndData) is
[
all
...]
password_store_factory.cc
158
new crypto::
MockAppleKeychain
() : new crypto::AppleKeychain();
Completed in 123 milliseconds