Lines Matching refs:itemRef
171 SecKeychainItemRef itemRef, SecKeychainAttributeInfo *info, in ItemCopyAttributesAndData() argument
174 DCHECK(itemRef); in ItemCopyAttributesAndData()
175 unsigned int item_index = reinterpret_cast<unsigned int>(itemRef) - 1; in ItemCopyAttributesAndData()
195 SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, in ItemModifyAttributesAndData() argument
197 DCHECK(itemRef); in ItemModifyAttributesAndData()
204 unsigned int item_index = reinterpret_cast<unsigned int>(itemRef) - 1; in ItemModifyAttributesAndData()
234 OSStatus MockKeychain::ItemDelete(SecKeychainItemRef itemRef) const { in ItemDelete()
235 unsigned int item_index = reinterpret_cast<unsigned int>(itemRef) - 1; in ItemDelete()
284 SecKeychainItemRef *itemRef) const { in AddInternetPassword()
320 if (itemRef) { in AddInternetPassword()
321 *itemRef = reinterpret_cast<SecKeychainItemRef>(target_item + 1); in AddInternetPassword()
328 SecKeychainItemRef *itemRef) const { in SearchCopyNext()
334 *itemRef = reinterpret_cast<SecKeychainItemRef>(index + 1); in SearchCopyNext()
346 SecKeychainItemRef *itemRef) const { in FindGenericPassword()
376 SecKeychainItemRef *itemRef) const { in AddGenericPassword()