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

/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-30-peerinfo.c56 SOSPeerInfoRef pi = SOSFullPeerInfoGetPeerInfo(fpi);
104 ok(SOSPeerInfoApplicationVerify(SOSFullPeerInfoGetPeerInfo(fpi), user_pubkey, &error), "Promote to Application");
H A Dsc-40-circle.c82 ok(SOSCircleAcceptRequest(circle, user_privkey, peer_a_full_info, SOSFullPeerInfoGetPeerInfo(peer_a_full_info), NULL));
103 ok(SOSCircleRemovePeer(circle, user_privkey, peer_a_full_info, SOSFullPeerInfoGetPeerInfo(peer_a_full_info), NULL));
H A Dsc-31-peerinfo-simplefuzz.c41 SOSPeerInfoRef pi = SOSFullPeerInfoGetPeerInfo(fpi);
H A Dsc-75-circle-engine.c165 SOSPeerInfoRef alice_peer_info = SOSFullPeerInfoGetPeerInfo(alice_full_peer_info);
168 SOSPeerInfoRef bob_peer_info = SOSFullPeerInfoGetPeerInfo(bob_full_peer_info);
177 alice_peer_info = SOSFullPeerInfoGetPeerInfo(alice_full_peer_info);
178 bob_peer_info = SOSFullPeerInfoGetPeerInfo(bob_full_peer_info);
H A Dsc-130-resignationticket.c59 pi->pi = SOSFullPeerInfoGetPeerInfo(pi->fpi);
H A Dsc-kvstool.m116 SOSPeerInfoRef our_peer_info = SOSFullPeerInfoGetPeerInfo(our_full_peer_info);
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSAccountPeers.c54 return fpi ? SOSFullPeerInfoGetPeerInfo(fpi) : NULL;
61 return fpi ? SOSFullPeerInfoGetPeerInfo(fpi) : NULL;
74 return SOSCircleHasActivePeer(circle, SOSFullPeerInfoGetPeerInfo(fpi), error);
80 SOSPeerInfoRef mypi = SOSFullPeerInfoGetPeerInfo(myfpi);
H A DSOSFullPeerInfo.h45 SOSPeerInfoRef SOSFullPeerInfoGetPeerInfo(SOSFullPeerInfoRef fullPeer);
H A DSOSAccount.c80 return SOSCircleUpdatePeerInfo(circle_to_change, SOSFullPeerInfoGetPeerInfo(full_peer));
203 CFArrayAppendValue(result, SOSFullPeerInfoGetPeerInfo(fpi));
212 SOSPeerInfoRef mypi = SOSFullPeerInfoGetPeerInfo(myfpi);
223 SOSPeerInfoRef mypi = SOSFullPeerInfoGetPeerInfo(myfpi);
607 SOSCCStatus circle_status = SOSCCThisDeviceStatusInCircle(circle, SOSFullPeerInfoGetPeerInfo(full_peer));
643 require_quiet(SOSCircleAcceptRequest(circle, user_key, myCirclePeer, SOSFullPeerInfoGetPeerInfo(cloud_identity), &localError), err_out);
731 CFStringRef cloudid = SOSPeerInfoGetPeerID(SOSFullPeerInfoGetPeerInfo(cloud_full_peer));
734 require_quiet(SOSCircleAcceptRequest(circle, user_key, cloud_full_peer, SOSFullPeerInfoGetPeerInfo(myCirclePeer), &localError), finish);
763 SOSPeerInfoRef myPeer = SOSFullPeerInfoGetPeerInfo(full_peer);
798 SOSPeerInfoRef myPeer = SOSFullPeerInfoGetPeerInfo(fp
[all...]
H A DSOSAccountCredentials.c59 if(SOSCircleHasPeer(circle, SOSFullPeerInfoGetPeerInfo(fpi), NULL) &&
67 if(!SOSCircleUpdatePeerInfo(circle, SOSFullPeerInfoGetPeerInfo(cloud_fpi))) {
H A DSOSCircle.c365 SOSPeerInfoRef fpi_pi = SOSFullPeerInfoGetPeerInfo(peerinfo);
970 && SOSCircleAcceptRequest(circle, user_privkey, requestor, SOSFullPeerInfoGetPeerInfo(requestor), error);
986 SOSPeerInfoRef requestorPeerInfo = SOSFullPeerInfoGetPeerInfo(requestor);
987 bool isPeer = SOSCircleHasPeer(circle, SOSFullPeerInfoGetPeerInfo(requestor), error);
1004 SOSPeerInfoRef peer = SOSFullPeerInfoGetPeerInfo(requestor);
1037 SOSPeerInfoRef requestor_peer_info = SOSFullPeerInfoGetPeerInfo(requestor);
1099 if (CFEqual(SOSPeerInfoGetPeerID(peerInfo), SOSPeerInfoGetPeerID(SOSFullPeerInfoGetPeerInfo(device_rejector))))
1152 result = SOSCircleUpdatePeerInfo(circle, SOSFullPeerInfoGetPeerInfo(fpi));
H A DSOSAccountCircles.c85 SOSPeerInfoRef myPeer = SOSFullPeerInfoGetPeerInfo(fpi);
H A DSOSAccountFullPeerInfo.c97 matches = CFEqual(peer_info, SOSFullPeerInfoGetPeerInfo((SOSFullPeerInfoRef) value));
H A DSOSAccountUpdate.c272 SOSPeerInfoRef me = SOSFullPeerInfoGetPeerInfo(me_full);
H A DSOSFullPeerInfo.c254 SOSPeerInfoRef SOSFullPeerInfoGetPeerInfo(SOSFullPeerInfoRef fullPeer) function
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-59-account-cleanup.c106 CFStringRef alice_id = CFStringCreateCopy(NULL, SOSPeerInfoGetPeerID(SOSFullPeerInfoGetPeerInfo(fpiAlice)));

Completed in 375 milliseconds