]> git.saurik.com Git - apple/security.git/blame - OSX/sec/SOSCircle/SecureObjectSync/SOSAccountHSAJoin.h
Security-57740.60.18.tar.gz
[apple/security.git] / OSX / sec / SOSCircle / SecureObjectSync / SOSAccountHSAJoin.h
CommitLineData
5c19dc3a
A
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
14CFMutableSetRef SOSAccountCopyPreApprovedHSA2Info(SOSAccountRef account);
15bool SOSAccountSetHSAPubKeyExpected(SOSAccountRef account, CFDataRef pubKeyBytes, CFErrorRef *error);
16bool SOSAccountVerifyAndAcceptHSAApplicants(SOSAccountRef account, SOSCircleRef newCircle, CFErrorRef *error);
17bool SOSAccountClientPing(SOSAccountRef account);
18
19#endif /* defined(_sec_SOSAccountHSAJoin_) */