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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dsecurity.c306 const UInt8 * hashDataPtr = NULL; // don't free local
309 hashDataPtr = CFDataGetBytePtr(cdhash);
326 sprintf(tempBufPtr + (i * 2), "%02.2x", *(hashDataPtr + i));
622 const UInt8 * hashDataPtr = NULL; // do not free local
640 hashDataPtr = CFDataGetBytePtr(cdhash);
650 sprintf(tempBufPtr + (i * 2), "%02.2x", *(hashDataPtr + i));

Completed in 70 milliseconds