]>
git.saurik.com Git - apple/security.git/blob - OSX/sec/SOSCircle/SecureObjectSync/SOSAccountHSAJoin.h
5 // Created by Richard Murphy on 3/23/15.
9 #ifndef _sec_SOSAccountHSAJoin_
10 #define _sec_SOSAccountHSAJoin_
12 #include "SOSAccountPriv.h"
14 CFMutableSetRef
SOSAccountCopyPreApprovedHSA2Info(SOSAccountRef account
);
15 bool SOSAccountSetHSAPubKeyExpected(SOSAccountRef account
, CFDataRef pubKeyBytes
, CFErrorRef
*error
);
16 bool SOSAccountVerifyAndAcceptHSAApplicants(SOSAccountRef account
, SOSCircleRef newCircle
, CFErrorRef
*error
);
17 bool SOSAccountClientPing(SOSAccountRef account
);
19 #endif /* defined(_sec_SOSAccountHSAJoin_) */