Searched refs:SecKeychainItemModifyContent (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychainItem.h172 @discussion The keychain item is written to the keychain's permanent data store. If the keychain item has not previously been added to a keychain, a call to the SecKeychainItemModifyContent function does nothing and returns errSecSuccess.
193 @function SecKeychainItemModifyContent
201 OSStatus SecKeychainItemModifyContent(SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, UInt32 length, const void *data);
H A DSecKeychainItem.cpp116 SecKeychainItemModifyContent(SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, UInt32 length, const void *data) function
H A DSecItem.cpp2356 status = SecKeychainItemModifyContent(itemToUpdate,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychainItem.h172 @discussion The keychain item is written to the keychain's permanent data store. If the keychain item has not previously been added to a keychain, a call to the SecKeychainItemModifyContent function does nothing and returns errSecSuccess.
193 @function SecKeychainItemModifyContent
201 OSStatus SecKeychainItemModifyContent(SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, UInt32 length, const void *data);
H A DSecKeychainItem.cpp116 SecKeychainItemModifyContent(SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, UInt32 length, const void *data) function
H A DSecItem.cpp2356 status = SecKeychainItemModifyContent(itemToUpdate,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychainItem.h172 @discussion The keychain item is written to the keychain's permanent data store. If the keychain item has not previously been added to a keychain, a call to the SecKeychainItemModifyContent function does nothing and returns errSecSuccess.
193 @function SecKeychainItemModifyContent
201 OSStatus SecKeychainItemModifyContent(SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, UInt32 length, const void *data);
H A DSecKeychainItem.cpp116 SecKeychainItemModifyContent(SecKeychainItemRef itemRef, const SecKeychainAttributeList *attrList, UInt32 length, const void *data) function
H A DSecItem.cpp2356 status = SecKeychainItemModifyContent(itemToUpdate,
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h370 #define SecKeychainItemModifyContent _SecKeychainItemModifyContent macro
H A Ddy_framework.c578 #undef SecKeychainItemModifyContent macro
579 static typeof (SecKeychainItemModifyContent) *dyfunc = NULL;
582 if (image) dyfunc = dlsym(image, "SecKeychainItemModifyContent");
H A DSCPreferencesKeychainPrivate.c504 status = SecKeychainItemModifyContent(item,
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_add.c129 status = SecKeychainItemModifyContent(itemRef, &attrList, (passwordData) ? strlen(passwordData) : 0, passwordData);
131 sec_error("SecKeychainItemModifyContent: %s", sec_errstr(status));
356 status = SecKeychainItemModifyContent(itemRef, &attrList, (passwordData) ? strlen(passwordData) : 0, passwordData);
358 sec_error("SecKeychainItemModifyContent: %s", sec_errstr(status));
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dauth.c2996 status = SecKeychainItemModifyContent(itemRef, NULL, strlen(password), password);

Completed in 246 milliseconds