]> git.saurik.com Git - apple/security.git/blob - OSX/sec/ProjectHeaders/Security/SecureObjectSync/SOSAccountHSAJoin.h
Security-57336.1.9.tar.gz
[apple/security.git] / OSX / sec / ProjectHeaders / Security / SecureObjectSync / SOSAccountHSAJoin.h
1 //
2 // SOSAccountHSAJoin.h
3 // sec
4 //
5 // Created by Richard Murphy on 3/23/15.
6 //
7 //
8
9 #ifndef _sec_SOSAccountHSAJoin_
10 #define _sec_SOSAccountHSAJoin_
11
12 #include "SOSAccountPriv.h"
13
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);
18
19 #endif /* defined(_sec_SOSAccountHSAJoin_) */