Searched refs:SecKeychainItemDelete (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/clearPubKeyTest/
H A DclearPubKeyTest.cpp193 ortn = SecKeychainItemDelete((SecKeychainItemRef)pubKeyRef);
195 cssmPerror("SecKeychainItemDelete", ortn);
198 ortn = SecKeychainItemDelete((SecKeychainItemRef)privKeyRef);
200 cssmPerror("SecKeychainItemDelete", ortn);
215 cssmPerror("SecKeychainItemDelete", ortn);
254 ortn = SecKeychainItemDelete((SecKeychainItemRef)pubKeyRef);
256 cssmPerror("SecKeychainItemDelete", ortn);
259 ortn = SecKeychainItemDelete((SecKeychainItemRef)privKeyRef);
261 cssmPerror("SecKeychainItemDelete", ortn);
321 ortn = SecKeychainItemDelete((SecKeychainItemRe
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-50-iPhone-emulation.c92 SecKeychainItemDelete((SecKeychainItemRef) publicKey);
93 SecKeychainItemDelete((SecKeychainItemRef) privateKey);
177 SecKeychainItemDelete((SecKeychainItemRef) publicKey);
178 SecKeychainItemDelete((SecKeychainItemRef) privateKey);
248 SecKeychainItemDelete((SecKeychainItemRef) encryptionKey);
249 SecKeychainItemDelete((SecKeychainItemRef) decryptionKey);
H A Dkc-23-item-notify.c40 ok_status(SecKeychainItemDelete(itemRef), "delete item");
H A Dkc-21-item-use-callback.c65 ok_status(SecKeychainItemDelete(info->item), "delete item");
H A Dkc-22-key-symmetric.c88 ok_status(SecKeychainItemDelete(aes_key), "delete key");
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_delete.c75 result = SecKeychainItemDelete(itemToDelete);
77 sec_perror("SecKeychainItemDelete", result);
H A Dkeychain_find.c507 result = SecKeychainItemDelete(itemRef);
603 result = SecKeychainItemDelete(itemRef);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychainItem.h246 @function SecKeychainItemDelete
250 @discussion If itemRef has not previously been added to the keychain, SecKeychainItemDelete does nothing and returns errSecSuccess. IMPORTANT: SecKeychainItemDelete does not dispose the memory occupied by the item reference itself; use the CFRelease function when you are completely finished with an item.
252 OSStatus SecKeychainItemDelete(SecKeychainItemRef itemRef);
H A DSecKeychainItem.cpp174 SecKeychainItemDelete(SecKeychainItemRef itemRef) function
H A DSecIdentity.cpp700 status = SecKeychainItemDelete(item);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychainItem.h246 @function SecKeychainItemDelete
250 @discussion If itemRef has not previously been added to the keychain, SecKeychainItemDelete does nothing and returns errSecSuccess. IMPORTANT: SecKeychainItemDelete does not dispose the memory occupied by the item reference itself; use the CFRelease function when you are completely finished with an item.
252 OSStatus SecKeychainItemDelete(SecKeychainItemRef itemRef);
H A DSecKeychainItem.cpp174 SecKeychainItemDelete(SecKeychainItemRef itemRef) function
H A DSecIdentity.cpp700 status = SecKeychainItemDelete(item);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychainItem.h246 @function SecKeychainItemDelete
250 @discussion If itemRef has not previously been added to the keychain, SecKeychainItemDelete does nothing and returns errSecSuccess. IMPORTANT: SecKeychainItemDelete does not dispose the memory occupied by the item reference itself; use the CFRelease function when you are completely finished with an item.
252 OSStatus SecKeychainItemDelete(SecKeychainItemRef itemRef);
H A DSecKeychainItem.cpp174 SecKeychainItemDelete(SecKeychainItemRef itemRef) function
H A DSecIdentity.cpp700 status = SecKeychainItemDelete(item);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/kcTool/
H A DkcTool.cpp274 ortn = SecKeychainItemDelete(itemRef);
276 showError(ortn, "SecKeychainItemDelete");
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extendAttrTest/
H A DextendAttrTest.cpp308 * Verify that SecKeychainItemDelete() also deletes extended attributes.
337 OSStatus ortn = SecKeychainItemDelete((SecKeychainItemRef)certRef);
339 cssmPerror("SecKeychainItemDelete", ortn);
508 /* Verify that SecKeychainItemDelete() also deletes extended attributes */
509 ortn = SecKeychainItemDelete((SecKeychainItemRef)certRef);
511 cssmPerror("SecKeychainItemDelete", ortn);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h354 #define SecKeychainItemDelete _SecKeychainItemDelete macro
H A Ddy_framework.c554 #undef SecKeychainItemDelete macro
555 static typeof (SecKeychainItemDelete) *dyfunc = NULL;
558 if (image) dyfunc = dlsym(image, "SecKeychainItemDelete");
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12Reencode/
H A Dp12Reencode.cpp379 ortn = SecKeychainItemDelete(itemRef);
381 cssmPerror("SecKeychainItemDelete", ortn);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A Dddnswriteconfig.m362 result = SecKeychainItemDelete(item);
363 if (result != noErr) fprintf(stderr, "SecKeychainItemDelete returned %d\n", result);
/macosx-10.10/OpenSSH-189/openssh/
H A Dkeychain.c311 if (SecKeychainItemDelete(itemRef) == noErr)
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkinit.c628 SecKeychainItemDelete(passwordItem);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkcache.c179 SecKeychainItemDelete((SecKeychainItemRef)CFArrayGetValueAtIndex(array, n));

Completed in 302 milliseconds

12