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

/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/ccPerform/
H A DccPerform.cpp47 static void printCCError(const char *str, OSStatus ortn) function
187 printCCError("CCCryptorCreate", ortn);
195 printCCError("CCCryptorUpdate", ortn);
213 printCCError("CCCryptorCreate", ortn);
221 printCCError("CCCryptorUpdate", ortn);
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymRegression.c96 static void printCCError(const char *str, CCCryptorStatus crtn)
222 printCCError("CCCrypt", crtn);
233 printCCError("CCCrypt", crtn);
252 printCCError("CCCryptorCreateFromData", crtn);
262 printCCError("CCCryptorCreateFromData", crtn);
273 printCCError("CCCryptorCreate", crtn);
296 printCCError("CCCryptorUpdate", crtn);
322 printCCError("CCCryptorFinal", crtn);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/ccSymTest/
H A DccSymTest.cpp75 static void printCCError(const char *str, CCCryptorStatus crtn) function
187 printCCError("CCCrypt", crtn);
198 printCCError("CCCrypt", crtn);
217 printCCError("CCCryptorCreateFromData", crtn);
227 printCCError("CCCryptorCreateFromData", crtn);
238 printCCError("CCCryptorCreate", crtn);
261 printCCError("CCCryptorUpdate", crtn);
287 printCCError("CCCryptorFinal", crtn);

Completed in 81 milliseconds