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

/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/otr/
H A Dotr-00-identity.c43 CFErrorRef testError = NULL; local
45 SecOTRFullIdentityRef idToPurge = SecOTRFullIdentityCreate(kCFAllocatorDefault, &testError);
46 RegressionsLogError(testError);
47 CFReleaseNull(testError);
53 ok(SecOTRFIAppendSerialization(idToPurge, purgeExport, &testError), "First export");
54 RegressionsLogError(testError);
55 CFReleaseNull(testError);
57 SecOTRFullIdentityRef purgeIdInflate = SecOTRFullIdentityCreateFromData(kCFAllocatorDefault, purgeExport, &testError);
58 RegressionsLogError(testError);
59 CFReleaseNull(testError);
[all...]
H A Dotr-30-negotiation.c241 CFErrorRef testError = NULL; local
242 SecOTRFullIdentityRef aliceID = SecOTRFullIdentityCreate(kCFAllocatorDefault, &testError);
243 SecMPLogError(testError);
244 CFReleaseNull(testError);
245 testError = NULL;
246 SecOTRFullIdentityRef bobID = SecOTRFullIdentityCreate(kCFAllocatorDefault, &testError);
247 SecMPLogError(testError);
248 CFReleaseNull(testError);
249 testError = NULL;
254 SecOTRPublicIdentityRef alicePublicID = SecOTRPublicIdentityCopyFromPrivate(kCFAllocatorDefault, aliceID, &testError);
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/giantDvt/
H A DgiantDvt.c114 static int testError() function
148 return testError();
160 return testError();
188 rtn = testError();
202 return testError();
234 rtn = testError();
278 rtn = testError();
301 return testError();
348 return testError();
364 rtn = testError();
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dcheck-xml-test-suite.py184 def testError(filename, id): function
332 res = testError(URI, id)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xml-test-suite.py184 def testError(filename, id): function
332 res = testError(URI, id)

Completed in 72 milliseconds