]> git.saurik.com Git - apple/security.git/blob - sec/SOSCircle/SecureObjectSync/SOSExports.exp-in
Security-55471.14.8.tar.gz
[apple/security.git] / sec / SOSCircle / SecureObjectSync / SOSExports.exp-in
1 //
2 // SOS
3 //
4
5 _kSOSCCCircleChangedNotification
6 _kSOSErrorDomain
7 _kSOSKVSInitialSyncKey
8 _kSOSKVSAccountChangedKey
9
10 _SOSCCAcceptApplicants
11 _SOSCCCanAuthenticate
12 _SOSCCRejectApplicants
13 _SOSCCGetLastDepartureReason
14 _SOSCCGetStatusDescription
15 _SOSCCPurgeUserCredentials
16 _SOSCCCopyApplicantPeerInfo
17 _SOSCCCopyConcurringPeerPeerInfo
18 _SOSCCCopyIncompatibilityInfo
19 _SOSCCCopyPeerPeerInfo
20 _SOSCCRegisterUserCredentials
21 _SOSCCSetUserCredentials
22 _SOSCCTryUserCredentials
23 _SOSCCRemoveThisDeviceFromCircle
24 _SOSCCBailFromCircle_BestEffort
25 _SOSCCRequestToJoinCircle
26 _SOSCCRequestToJoinCircleAfterRestore
27 _SOSCCResetToEmpty
28 _SOSCCResetToOffering
29 _SOSCCThisDeviceIsInCircle
30 _SOSCloudKeychainClearAll
31 _SOSCloudKeychainPutObjectsInCloud
32 _SOSCloudKeychainRegisterKeysAndGet
33 _SOSCloudKeychainSetItemsChangedBlock
34 _SOSPeerInfoGetPeerDeviceType
35 _SOSPeerInfoGetPeerID
36 _SOSPeerInfoGetPeerName
37 _SecCreateCFErrorWithXPCObject
38 _SecCreateXPCObjectWithCFError
39
40 _SOSCircleCreateFromData
41 _SOSCloudKeychainGetAllObjectsFromCloud
42 _SOSCloudKeychainGetObjectsFromCloud
43 _SOSCloudKeychainSynchronizeAndWait
44 _SOSKVSKeyGetKeyType
45
46 _SOSCCProcessSyncWithAllPeers
47
48 #if !(TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE))
49
50 // Symbols only for embedded, typically for tests
51 _SOSCCGetOperationDescription
52
53 #endif