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

/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/otr/
H A Dotr-00-identity.c51 CFMutableDataRef purgeExport = CFDataCreateMutable(kCFAllocatorDefault, 0); local
53 ok(SecOTRFIAppendSerialization(idToPurge, purgeExport, &testError), "First export");
57 SecOTRFullIdentityRef purgeIdInflate = SecOTRFullIdentityCreateFromData(kCFAllocatorDefault, purgeExport, &testError);
67 SecOTRFullIdentityRef failIDInflate = SecOTRFullIdentityCreateFromData(kCFAllocatorDefault, purgeExport, &testError);
86 SecOTRFullIdentityRef failIDInflate2 = SecOTRFullIdentityCreateFromData(kCFAllocatorDefault, purgeExport, &testError);
186 CFReleaseSafe(purgeExport);

Completed in 92 milliseconds