]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/ProjectHeaders/Security/SecureObjectSync/SOSAccountHSAJoin.h
Security-57336.1.9.tar.gz
[apple/security.git] / OSX / sec / ProjectHeaders / Security / SecureObjectSync / SOSAccountHSAJoin.h
diff --git a/OSX/sec/ProjectHeaders/Security/SecureObjectSync/SOSAccountHSAJoin.h b/OSX/sec/ProjectHeaders/Security/SecureObjectSync/SOSAccountHSAJoin.h
new file mode 100644 (file)
index 0000000..bce9f98
--- /dev/null
@@ -0,0 +1,19 @@
+//
+//  SOSAccountHSAJoin.h
+//  sec
+//
+//  Created by Richard Murphy on 3/23/15.
+//
+//
+
+#ifndef _sec_SOSAccountHSAJoin_
+#define _sec_SOSAccountHSAJoin_
+
+#include "SOSAccountPriv.h"
+
+CFMutableSetRef SOSAccountCopyPreApprovedHSA2Info(SOSAccountRef account);
+bool SOSAccountSetHSAPubKeyExpected(SOSAccountRef account, CFDataRef pubKeyBytes, CFErrorRef *error);
+bool SOSAccountVerifyAndAcceptHSAApplicants(SOSAccountRef account, SOSCircleRef newCircle, CFErrorRef *error);
+bool SOSAccountClientPing(SOSAccountRef account);
+
+#endif /* defined(_sec_SOSAccountHSAJoin_) */