Searched refs:theData (Results 26 - 30 of 30) sorted by relevance

12

/macosx-10.10/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp1667 CreateBufferFromCFData ( CFDataRef theData )
1674 bufferLength = CFDataGetLength ( theData );
1680 CFDataGetBytes ( theData, range, buffer );
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcspwrap.c3076 CSSM_DATA_PTR theData, // RETURED
3118 theData,
3142 CSSM_DATA theData; local
3150 theData.Length = 0;
3151 theData.Data = NULL;
3157 &theData,
3163 key = (CSSM_KEY_PTR)theData.Data;
3071 dlLookup( CSSM_DL_DB_HANDLE dlDbHand, const CSSM_DATA *keyLabel, CT_KeyType keyType, CSSM_HANDLE *resultHand, CSSM_DATA_PTR theData, CSSM_DB_RECORDTYPE *recordType) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecItem.cpp2279 CFDataRef theData = NULL; local
2351 theData = (CFDataRef)CFDictionaryGetValue(changedAttributes, kSecValueData);
2352 if (theData != NULL) {
2353 require_action(CFDataGetTypeID() == CFGetTypeID(theData), update_failed, status = errSecParam);
2358 (theData != NULL) ? (UInt32)CFDataGetLength(theData) : 0,
2359 (theData != NULL) ? CFDataGetBytePtrVoid(theData) : NULL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecItem.cpp2279 CFDataRef theData = NULL; local
2351 theData = (CFDataRef)CFDictionaryGetValue(changedAttributes, kSecValueData);
2352 if (theData != NULL) {
2353 require_action(CFDataGetTypeID() == CFGetTypeID(theData), update_failed, status = errSecParam);
2358 (theData != NULL) ? (UInt32)CFDataGetLength(theData) : 0,
2359 (theData != NULL) ? CFDataGetBytePtrVoid(theData) : NULL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecItem.cpp2279 CFDataRef theData = NULL; local
2351 theData = (CFDataRef)CFDictionaryGetValue(changedAttributes, kSecValueData);
2352 if (theData != NULL) {
2353 require_action(CFDataGetTypeID() == CFGetTypeID(theData), update_failed, status = errSecParam);
2358 (theData != NULL) ? (UInt32)CFDataGetLength(theData) : 0,
2359 (theData != NULL) ? CFDataGetBytePtrVoid(theData) : NULL);

Completed in 491 milliseconds

12