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

  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_internal.h 92 // Changes the password for keychain_item to |password|; returns true if the
94 bool SetKeychainItemPassword(const SecKeychainItemRef& keychain_item,
97 // Sets the creator code of keychain_item to creator_code; returns true if the
99 bool SetKeychainItemCreatorCode(const SecKeychainItemRef& keychain_item,
122 // Sets the fields of |form| based on the keychain data from |keychain_item|.
123 // Fields that can't be determined from |keychain_item| will be unchanged. If
125 // |keychain_item| in addition to its attributes, and the |blacklisted_by_user|
139 const SecKeychainItemRef& keychain_item,
password_store_mac.cc 172 SecKeychainItemRef keychain_item; local
173 while (keychain_->SearchCopyNext(search_ref_, &keychain_item) == noErr) {
175 items->push_back(keychain_item);
260 const SecKeychainItemRef& keychain_item,
284 // attributes of |keychain_item| (doesn't require OS authorization), and not
289 OSStatus result = keychain.ItemCopyAttributesAndData(keychain_item, &attrInfo,
637 SecKeychainItemRef keychain_item = KeychainItemForForm(query_form); local
638 if (keychain_item) {
639 keychain_->Free(keychain_item);
735 SecKeychainItemRef keychain_item = KeychainItemForForm(form) local
    [all...]
password_store_mac_unittest.cc 329 SecKeychainItemRef keychain_item = local
333 *keychain_, keychain_item, &form, true);
369 SecKeychainItemRef keychain_item = reinterpret_cast<SecKeychainItemRef>(99); local
372 *keychain_, keychain_item, &form, true);
608 SecKeychainItemRef keychain_item = reinterpret_cast<SecKeychainItemRef>(2); local
611 keychain_item,
    [all...]

Completed in 510 milliseconds