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

/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSFullPeerInfo.c184 SOSFullPeerInfoRef rpeer = (SOSFullPeerInfoRef) rhs; local
186 if (!CFEqual(lpeer->peer_info, rpeer->peer_info))
189 if (CFEqual(lpeer->key_ref, rpeer->key_ref))
193 SecKeyRef rpk = SOSFullPeerInfoCopyDeviceKey(rpeer, NULL);
H A DSOSPeerInfo.c434 SOSPeerInfoRef rpeer = (SOSPeerInfoRef) rhs;
435 if(!lpeer || !rpeer) return false;
436 return CFEqualSafe(lpeer->description, rpeer->description) && CFEqualSafe(lpeer->signature, rpeer->signature);

Completed in 175 milliseconds