Searched refs:firstPublicExport (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.c126 CFMutableDataRef firstPublicExport = CFDataCreateMutable(kCFAllocatorDefault, 0); local
128 ok(SecOTRPIAppendSerialization(pubID, firstPublicExport, &testError), "failed first public export");
132 SecOTRPublicIdentityRef pubIDInflate = SecOTRPublicIdentityCreateFromData(kCFAllocatorDefault, firstPublicExport, &testError);
144 ok(CFDataGetLength(firstPublicExport) == CFDataGetLength(secondPublicExport)
145 && 0 == memcmp(CFDataGetBytePtr(firstPublicExport), CFDataGetBytePtr(secondPublicExport), (size_t)CFDataGetLength(firstPublicExport)), "Different public exports");
179 CFReleaseSafe(firstPublicExport);

Completed in 58 milliseconds